Skip to content

Commit

Permalink
sm7125: merge A525FXXU6EWL3 sources
Browse files Browse the repository at this point in the history
Change-Id: I5c3f62afd4d8e770e66f84b49af51f28e7fbe959
Signed-off-by: Ruchit <[email protected]>
  • Loading branch information
Simon1511 authored and RisenID committed Aug 26, 2024
1 parent 40c6961 commit 8516d81
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
9 changes: 7 additions & 2 deletions Documentation/admin-guide/kernel-parameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -477,16 +477,21 @@
ccw_timeout_log [S390]
See Documentation/s390/CommonIO for details.

cgroup_disable= [KNL] Disable a particular controller
Format: {name of the controller(s) to disable}
cgroup_disable= [KNL] Disable a particular controller or optional feature
Format: {name of the controller(s) or feature(s) to disable}
The effects of cgroup_disable=foo are:
- foo isn't auto-mounted if you mount all cgroups in
a single hierarchy
- foo isn't visible as an individually mountable
subsystem
- if foo is an optional feature then the feature is
disabled and corresponding cgroup files are not
created
{Currently only "memory" controller deal with this and
cut the overhead, others just disable the usage. So
only cgroup_disable=memory is actually worthy}
Specifying "pressure" disables per-cgroup pressure
stall information accounting feature

cgroup_no_v1= [KNL] Disable one, multiple, all cgroup controllers in v1
Format: { controller[,controller...] | "all" }
Expand Down
6 changes: 6 additions & 0 deletions arch/arm64/Kconfig.projects
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ config SEC_A72Q_EUR_OPEN
help
Support for Samsung A72Q EUR OPEN device.

config SEC_A72Q_LTN_OPEN
depends on SEC_A72Q_PROJECT
default n
bool "Samsung A72Q LTN OPEN"
help
Support for Samsung A72Q LTN OPEN device.
3 changes: 2 additions & 1 deletion arch/arm64/configs/vendor/a52q_eur_open_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -670,8 +670,9 @@ CONFIG_RANDOMIZE_MODULE_REGION_FULL=y
#
# Boot options
#
CONFIG_CMDLINE="cgroup_disable=pressure"
# CONFIG_CMDLINE_FROM_BOOTLOADER is not set
# CONFIG_CMDLINE_FORCE is not set
CONFIG_CMDLINE_EXTEND=y
# CONFIG_EFI is not set
# CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE is not set
CONFIG_BUILD_ARM64_KERNEL_COMPRESSION_GZIP=y
Expand Down
3 changes: 2 additions & 1 deletion arch/arm64/configs/vendor/a72q_eur_open_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -670,8 +670,9 @@ CONFIG_RANDOMIZE_MODULE_REGION_FULL=y
#
# Boot options
#
CONFIG_CMDLINE="cgroup_disable=pressure"
# CONFIG_CMDLINE_FROM_BOOTLOADER is not set
# CONFIG_CMDLINE_FORCE is not set
CONFIG_CMDLINE_EXTEND=y
# CONFIG_EFI is not set
# CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE is not set
CONFIG_BUILD_ARM64_KERNEL_COMPRESSION_GZIP=y
Expand Down
8 changes: 6 additions & 2 deletions arch/arm64/configs/vendor/stock_a72q_eur_open_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ CONFIG_DEFAULT_USE_ENERGY_AWARE=y
# CONFIG_RELAY is not set
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
# CONFIG_INITRAMFS_FORCE is not set
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
Expand Down Expand Up @@ -677,7 +678,10 @@ CONFIG_RANDOMIZE_MODULE_REGION_FULL=y
#
# Boot options
#
CONFIG_CMDLINE=""
CONFIG_CMDLINE="cgroup_disable=pressure"
# CONFIG_CMDLINE_FROM_BOOTLOADER is not set
CONFIG_CMDLINE_EXTEND=y
# CONFIG_CMDLINE_FORCE is not set
# CONFIG_EFI is not set
# CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE is not set
CONFIG_BUILD_ARM64_KERNEL_COMPRESSION_GZIP=y
Expand Down Expand Up @@ -1195,7 +1199,7 @@ CONFIG_NET_EMATCH_U32=y
CONFIG_NET_EMATCH_META=y
CONFIG_NET_EMATCH_TEXT=y
CONFIG_NET_CLS_ACT=y
# CONFIG_NET_ACT_POLICE is not set
CONFIG_NET_ACT_POLICE=y
CONFIG_NET_ACT_GACT=y
# CONFIG_GACT_PROB is not set
CONFIG_NET_ACT_MIRRED=y
Expand Down

0 comments on commit 8516d81

Please sign in to comment.