summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2024-11-06char:ipmi: Fix the wrong format specifierliujing-1/+1
2024-11-05Merge 6.12-rc6 into char-misc-nextGreg Kroah-Hartman-42/+77
2024-11-05char: Switch back to struct platform_driver::remove()Uwe Kleine-König-4/+4
2024-11-04tpm: Lock TPM chip in tpm_pm_suspend() firstJarkko Sakkinen-14/+22
2024-11-02hwrng: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König-12/+12
2024-10-29tpm: Lazily flush the auth sessionJarkko Sakkinen-20/+44
2024-10-28tpm: Rollback tpm2_load_null()Jarkko Sakkinen-20/+24
2024-10-28tpm: Return tpm2_sessions_init() when null key creation failsJarkko Sakkinen-2/+9
2024-10-28hwrng: airoha - add support for Airoha EN7581 TRNGChristian Marangi-0/+257
2024-10-28hwrng: stm32 - update STM32MP15 RNG max clock frequencyGatien Chevallier-1/+1
2024-10-28hwrng: stm32 - implement support for STM32MP25x platformsGatien Chevallier-18/+56
2024-10-24ACPI: EC: make EC support compile-time conditionalArnd Bergmann-0/+1
2024-10-19hwrng: histb - Fix the wrong format specifierZhu Jun-1/+1
2024-10-16hpet: Switch to irq_get_nr_irqs()Bart Van Assche-0/+1
2024-10-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-8/+10
2024-10-05hwrng: core - Add WARN_ON for buggy read return valuesHerbert Xu-2/+9
2024-10-05hwrng: iproc-r200 - enable on BCMBCALinus Walleij-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-2/+2
2024-09-27[tree-wide] finally take no_llseek outAl Viro-13/+0
2024-09-26ipmi: ipmb: Add check devm_kasprintf() returned valueCharles Han-0/+3
2024-09-26Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+3
2024-09-25virtio_console: fix misc probe bugsMichael S. Tsirkin-8/+10
2024-09-19Merge tag 'tpmdd-next-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+9
2024-09-19Merge tag 'for-linus-6.12-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds-1/+24
2024-09-18Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+10
2024-09-17tpm: export tpm2_sessions_init() to fix ibmvtpm buildingKexy Biscuit-0/+1
2024-09-17tpm: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König-3/+3
2024-09-17tpm: Clean up TPM space after command failureJonathan McDowell-0/+5
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-1/+0
2024-09-16Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds-8/+3
2024-09-16Merge tag 'v6.12-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-15/+252
2024-09-13random: vDSO: add __arch_get_k_vdso_rng_data() helper for data page accessChristophe Leroy-2/+3
2024-09-13random: vDSO: don't use 64-bit atomics on 32-bit architecturesChristophe Leroy-1/+8
2024-09-11hpet: Fix the wrong format specifierzhang jiao-2/+2
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner-8/+41
2024-09-09adi: remove unused f_versionChristian Brauner-1/+0
2024-09-09Merge 6.11-rc7 into char-misc-nextGreg Kroah-Hartman-0/+4
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen-1/+1
2024-09-06hwrng: mtk - Use devm_pm_runtime_enableGuoqing Jiang-1/+1
2024-08-30hwrng: rockchip - handle devm_pm_runtime_enable errorsMartin Kaiser-1/+3
2024-08-30hwrng: rockchip - rst is used only during probeMartin Kaiser-7/+6
2024-08-30hwrng: mxc-rnga - Use devm_clk_get_enabled() helpersHuan Yang-13/+3
2024-08-30fs: move FMODE_UNSIGNED_OFFSET to fop_flagsChristian Brauner-8/+3
2024-08-27tpm: ibmvtpm: Call tpm2_sessions_init() to initialize session supportStefan Berger-0/+4
2024-08-20ipmi:ssif: Improve detecting during probingCorey Minyard-1/+23
2024-08-20ipmi: ipmi_ssif: fix module autoloadingYuntao Liu-0/+1
2024-08-19Merge 6.11-rc4 into char-misc-nextGreg Kroah-Hartman-8/+34
2024-08-16char: xillybus: Check USB endpoints when probing deviceEli Billauer-2/+20
2024-08-16char: xillybus: Refine workqueue handlingEli Billauer-3/+5