linux/drivers/cpuidle
Linus Torvalds bf4afc53b7 Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
This was done entirely with mindless brute force, using

    git grep -l '\<k[vmz]*alloc_objs*(.*, GFP_KERNEL)' |
        xargs sed -i 's/\(alloc_objs*(.*\), GFP_KERNEL)/\1)/'

to convert the new alloc_obj() users that had a simple GFP_KERNEL
argument to just drop that argument.

Note that due to the extreme simplicity of the scripting, any slightly
more complex cases spread over multiple lines would not be triggered:
they definitely exist, but this covers the vast bulk of the cases, and
the resulting diff is also then easier to check automatically.

For the same reason the 'flex' versions will be done as a separate
conversion.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-02-21 17:09:51 -08:00
..
governors cpuidle: menu: Remove single state handling 2026-02-17 15:49:53 +01:00
Kconfig
Kconfig.arm
Kconfig.mips
Kconfig.powerpc
Kconfig.riscv
Makefile
coupled.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
cpuidle-arm.c
cpuidle-at91.c
cpuidle-big_little.c cpuidle: big_little: Simplify with of_machine_device_match() 2025-11-26 19:42:40 -06:00
cpuidle-calxeda.c
cpuidle-clps711x.c
cpuidle-cps.c
cpuidle-exynos.c
cpuidle-haltpoll.c
cpuidle-kirkwood.c
cpuidle-mvebu-v7.c
cpuidle-powernv.c
cpuidle-psci-domain.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
cpuidle-psci.c soc: driver updates for 6.19 2025-12-05 17:29:04 -08:00
cpuidle-psci.h
cpuidle-pseries.c
cpuidle-qcom-spm.c cpuidle: qcom-spm: drop unnecessary initialisations 2025-09-10 12:49:52 +02:00
cpuidle-riscv-sbi.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
cpuidle-tegra.c cpuidle: tegra: Export tegra_cpuidle_pcie_irqs_in_use() 2025-12-26 10:57:17 -06:00
cpuidle-ux500.c
cpuidle-zynq.c cpuidle: zynq: Switch Michal Simek's email to new one 2026-01-12 10:21:30 +01:00
cpuidle.c cpuidle: Skip governor when only one idle state is available 2026-02-17 15:49:02 +01:00
cpuidle.h
driver.c cpuidle: Warn instead of bailing out if target residency check fails 2025-11-25 19:06:38 +01:00
dt_idle_genpd.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
dt_idle_genpd.h
dt_idle_states.c cpuidle: dt: fix opencoded for_each_cpu() in idle_state_valid() 2025-07-10 14:53:28 +02:00
dt_idle_states.h
governor.c cpuidle: Respect the CPU system wakeup QoS limit for cpuidle 2025-11-25 19:01:29 +01:00
poll_state.c cpuidle: Update header inclusion 2025-11-25 19:04:29 +01:00
sysfs.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00