summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2024-04-17random: handle creditable entropy from atomic process contextJason A. Donenfeld
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-15Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-03-13Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-03-13Merge tag 'tpmdd-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2024-03-12tpm: tis_i2c: Add compatible string nuvoton,npct75xLukas Wunner
2024-03-12tpm_tis: Add compatible string atmel,at97sc3204Lukas Wunner
2024-03-12tpm_tis_spi: Add compatible string atmel,attpm20pLukas Wunner
2024-03-12tpm,tpm_tis: Avoid warning splat at shutdownLino Sanfilippo
2024-03-12tpm/tpm_ftpm_tee: fix all kernel-doc warningsRandy Dunlap
2024-03-08hwrng: hisi - use dev_err_probeMartin Kaiser
2024-03-07char: xillybus: Convert to platform remove callback returning voidUwe Kleine-König
2024-03-07char: xilinx_hwicap: Fix NULL vs IS_ERR() bugDan Carpenter
2024-03-07hpet: remove hpets::hp_clocksourceJiri Slaby (SUSE)
2024-03-07char: xilinx_hwicap: drop casting to void in dev_set_drvdataJavier Carrasco
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska
2024-02-16char/agp: remove agp_bridge_data::typeJiri Slaby (SUSE)
2024-02-08tpm_tis_spi: Follow renaming of SPI "master" to "controller"Uwe Kleine-König
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2024-01-10Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2024-01-10Merge tag 'tpmdd-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkk...Linus Torvalds
2024-01-09Merge tag 'for-linus-6.8-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds
2024-01-09tpm: cr50: fix kernel-doc warning and spellingRandy Dunlap
2024-01-09tpm: nuvoton: Use i2c_get_match_data()Rob Herring
2024-01-04ppdev: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2023-12-22hwrng: starfive - Add runtime pm opsJia Jie Ho
2023-12-19ipmi: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2023-12-19ipmi: Use regspacings passed as a module parameterEmilio Perez
2023-12-19ipmi: si: Use device_get_match_data()Rob Herring
2023-12-15hwrng: xgene - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: timeriomem - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: stm32 - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: omap - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: npcm - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: n2 - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: mxc - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: ks-sa - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: ingenic - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: exynos - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: cctrng - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: atmel - Convert to platform remove callback returning voidUwe Kleine-König
2023-12-15hwrng: virtio - Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2023-12-08tty: ttyprintk: convert to u8 and size_tJiri Slaby (SUSE)
2023-12-08tty: hvc: convert to u8 and size_tJiri Slaby (SUSE)
2023-12-08tty: virtio: drop virtio_cons_early_init()Jiri Slaby (SUSE)
2023-12-08hwrng: core - Fix page fault dead lock on mmap-ed hwrngHerbert Xu
2023-12-08hwrng: stm32 - add missing clk_disable_unprepare() in stm32_rng_init()Yang Yingliang