milos-linux/drivers/char/hw_random
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
..
airoha-trng.c hwrng: airoha - set rng quality to 900 2026-01-23 13:48:44 +08:00
amd-rng.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
arm_smccc_trng.c
atmel-rng.c hwrng: drivers - Remove redundant pm_runtime_mark_last_busy() calls 2025-07-18 20:51:59 +10:00
ba431-rng.c
bcm2835-rng.c hwrng: bcm2835 - Simplify with of_device_get_match_data() 2025-11-14 18:15:48 +08:00
bcm74110-rng.c
cavium-rng-vf.c
cavium-rng.c
cctrng.c hwrng: drivers - Remove redundant pm_runtime_mark_last_busy() calls 2025-07-18 20:51:59 +10:00
cctrng.h
cn10k-rng.c hwrng: cn10k - Remove the use of dev_err_probe() 2025-08-30 15:43:26 +08:00
core.c hwrng: core - use RCU and work_struct to fix race condition 2026-02-06 18:52:22 +08:00
exynos-trng.c
geode-rng.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
hisi-rng.c
histb-rng.c
imx-rngc.c
ingenic-rng.c
ingenic-trng.c
intel-rng.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
iproc-rng200.c
ixp4xx-rng.c
jh7110-trng.c
Kconfig This update includes the following changes: 2025-10-04 14:59:29 -07:00
ks-sa-rng.c hwrng: ks-sa - fix division by zero in ks_sa_rng_init 2025-09-28 11:54:48 +08:00
Makefile
meson-rng.c
mpfs-rng.c
mtk-rng.c hwrng: drivers - Remove redundant pm_runtime_mark_last_busy() calls 2025-07-18 20:51:59 +10:00
mxc-rnga.c
n2-asm.S
n2-drv.c
n2rng.h sparc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers 2025-09-26 17:06:09 +02:00
nomadik-rng.c
npcm-rng.c hwrng: drivers - Remove redundant pm_runtime_mark_last_busy() calls 2025-07-18 20:51:59 +10:00
octeon-rng.c
omap-rng.c
omap3-rom-rng.c hwrng: drivers - Remove redundant pm_runtime_mark_last_busy() calls 2025-07-18 20:51:59 +10:00
optee-rng.c soc: driver updates for 7.0 2026-02-10 20:45:30 -08:00
pasemi-rng.c
pic32-rng.c
powernv-rng.c
pseries-rng.c
rockchip-rng.c hwrng: drivers - Remove redundant pm_runtime_mark_last_busy() calls 2025-07-18 20:51:59 +10:00
s390-trng.c s390: Remove KMSG_COMPONENT macro 2025-11-24 11:45:21 +01:00
st-rng.c
stm32-rng.c hwrng: drivers - Remove redundant pm_runtime_mark_last_busy() calls 2025-07-18 20:51:59 +10:00
timeriomem-rng.c hwrng: timeriomem - Use us_to_ktime() where appropriate 2025-08-16 17:24:31 +08:00
via-rng.c
virtio-rng.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
xgene-rng.c
xiphera-trng.c