summaryrefslogtreecommitdiff
path: root/scripts/check-sysctl-docs
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2025-02-02 10:40:27 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2025-02-02 10:40:27 -0800
commit5d82ca7b5019d880a579831278eb73cbbfdb87da (patch)
tree010d551cd9c071fb0ce0f8285b2ae9379ba96585 /scripts/check-sysctl-docs
parenta86bf2283d2c9769205407e2b54777c03d012939 (diff)
parent909f3c55d887a9f9d4cd2762813cbfcaf640ec57 (diff)
downloadkernel-5d82ca7b5019d880a579831278eb73cbbfdb87da.tar.gz
Merge tag 'sh-for-v6.14-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux
Pull sh updates from John Paul Adrian Glaubitz: "Fixes and improvements for sh: - replace seq_printf() with the more efficient seq_put_decimal_ull_width() to increase performance when stress reading /proc/interrupts (David Wang) - migrate sh to the generic rule for built-in DTB to help avoid race conditions during parallel builds which can occur because Kbuild decends into arch/*/boot/dts twice (Masahiro Yamada) - replace select with imply in the board Kconfig for enabling hardware with complex dependencies. This addresses warnings which were reported by the kernel test robot (Geert Uytterhoeven)" * tag 'sh-for-v6.14-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux: sh: boards: Use imply to enable hardware with complex dependencies sh: Migrate to the generic rule for built-in DTB sh: irq: Use seq_put_decimal_ull_width() for decimal values
Diffstat (limited to 'scripts/check-sysctl-docs')
0 files changed, 0 insertions, 0 deletions
bb51c7ed751d83543'>soc: ti: omap-prm: Configure sgx power domain for am3 and am4Tony Lindgren 2020-08-18soc: ti: omap-prm: Add basic power domain supportTony Lindgren 2020-05-19soc: ti: omap-prm: use atomic iopoll instead of sleeping oneTero Kristo 2019-10-29soc: ti: omap-prm: fix return value check in omap_prm_probe()Wei Yongjun 2019-10-09soc: ti: omap-prm: add omap5 PRM dataTero Kristo 2019-10-09soc: ti: omap-prm: add am4 PRM dataTero Kristo 2019-10-09soc: ti: omap-prm: add dra7 PRM dataTero Kristo 2019-10-09soc: ti: omap-prm: add data for am33xxTero Kristo 2019-10-09soc: ti: omap-prm: add omap4 PRM dataTero Kristo 2019-10-09soc: ti: omap-prm: add support for denying idle for reset clockdomainTero Kristo 2019-10-09soc: ti: omap-prm: poll for reset complete during de-assertTero Kristo 2019-10-09soc: ti: add initial PRM driver with reset control supportTero Kristo td>ARM: vexpress: remove automatic errata workaround selectionWill Deacon 2012-02-24ARM: vexpress: Add Device Tree supportPawel Moll