summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2023-12-15hwrng: stm32 - Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-12-15hwrng: omap - Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-12-15hwrng: npcm - Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-12-15hwrng: n2 - Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-12-15hwrng: mxc - Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-12-15hwrng: ks-sa - Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-12-15hwrng: ingenic - Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-12-15hwrng: exynos - Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-12-15hwrng: cctrng - Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-12-15hwrng: atmel - Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-12-15hwrng: virtio - Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET-3/+3
2023-12-08tty: ttyprintk: convert to u8 and size_tJiri Slaby (SUSE)-3/+3
2023-12-08tty: hvc: convert to u8 and size_tJiri Slaby (SUSE)-5/+5
2023-12-08tty: virtio: drop virtio_cons_early_init()Jiri Slaby (SUSE)-48/+0
2023-12-08hwrng: core - Fix page fault dead lock on mmap-ed hwrngHerbert Xu-13/+21
2023-12-08hwrng: stm32 - add missing clk_disable_unprepare() in stm32_rng_init()Yang Yingliang-0/+1
2023-12-06char/agp: Remove frontend codeThomas Zimmermann-1491/+0
2023-12-05iov_iter: replace import_single_range() with import_ubuf()Jens Axboe-2/+2
2023-12-05iov_iter: remove unused 'iov' argument from import_single_range()Jens Axboe-4/+2
2023-12-01hwrng: starfive - Fix dev_err_probe return errorJia Jie Ho-1/+1
2023-11-17hwrng: virtio - remove #ifdef guards for PM functionsMartin Kaiser-6/+2
2023-11-17hwrng: ingenic - Replace of_device.h with explicit of.h includeRob Herring-1/+1
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-120/+24
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-131/+537
2023-11-02Merge tag 'for-linus-6.7-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds-9/+4
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-3/+0
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1567/+4
2023-11-01Merge tag 'parisc-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-7/+9
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2023-10-30parisc/agp: Use 64-bit LE values in SBA IOMMU PDIR tableHelge Deller-7/+9
2023-10-24virtio_console: Annotate struct port_buffer with __counted_byKees Cook-1/+1
2023-10-18char: convert to new timestamp accessorsJeff Layton-1/+1
2023-10-18char: xilinx_hwicap: Modernize driver probeRob Herring-119/+19
2023-10-13hwrng: n2 - Use device_get_match_data()Rob Herring-7/+3
2023-10-11char-misc: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados-2/+0
2023-10-11hpet: Remove now superfluous sentinel element from ctl_table arrayJoel Granados-1/+0
2023-10-05drivers/char/mem: implement splice() for /dev/zero, /dev/fullMax Kellermann-0/+4
2023-10-05hpet: Annotate struct hpets with __counted_byKees Cook-1/+1
2023-10-05hwrng: meson - add support for S4Alexey Romanov-3/+77
2023-10-01hwrng: stm32 - rework power management sequencesGatien Chevallier-11/+97
2023-10-01hwrng: stm32 - support RNG configuration locking mechanismGatien Chevallier-0/+5
2023-10-01hwrng: stm32 - restrain RNG noise source clockGatien Chevallier-2/+32
2023-10-01hwrng: stm32 - rework error handling in stm32_rng_read()Gatien Chevallier-12/+41
2023-10-01hwrng: stm32 - implement error concealmentGatien Chevallier-4/+110
2023-10-01hwrng: stm32 - implement STM32MP13x supportGatien Chevallier-64/+158
2023-10-01hwrng: stm32 - use devm_platform_get_and_ioremap_resource() APIGatien Chevallier-7/+2
2023-09-20hwrng: imx-rngc - reasonable timeout for initial seedMartin Kaiser-3/+3
2023-09-20hwrng: imx-rngc - reasonable timeout for selftestMartin Kaiser-1/+3
2023-09-15hwrng: geode - fix accessing registersJonas Gorski-2/+4
2023-09-15hwrng: octeon - Fix warnings on 32-bit platformsHerbert Xu-3/+3