summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2025-03-27tpm, tpm_tis: Fix timeout handling when waiting for TPM statusJonathan McDowell-2/+1
2025-03-27tpm: Convert warn to dbg in tpm2_start_auth_session()Jonathan McDowell-1/+1
2025-03-27tpm: Lazily flush auth session when getting random dataJonathan McDowell-1/+0
2025-03-27tpm: ftpm_tee: remove incorrect of_match_ptr annotationArnd Bergmann-1/+1
2025-03-27tpm: do not start chip while suspendedThadeu Lima de Souza Cascardo-7/+5
2025-03-26Merge tag 'platform-drivers-x86-v6.15-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-5/+6
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-3/+3
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+1
2025-03-14tlclk: convert to use faux_deviceGreg Kroah-Hartman-24/+8
2025-03-10Merge 6.14-rc6 into char-misc-nextGreg Kroah-Hartman-3/+3
2025-03-09Merge tag 'char-misc-6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2025-03-06fs/pipe: add simpler helpers for common casesLinus Torvalds-2/+2
2025-03-02hwrng: Kconfig - Fix indentation of HW_RANDOM_CN10K help textGeert Uytterhoeven-4/+4
2025-02-22hwrng: rockchip - add support for rk3588's standalone TRNGNicolas Frattaroli-21/+216
2025-02-22hwrng: rockchip - eliminate some unnecessary dereferencesNicolas Frattaroli-3/+3
2025-02-22hwrng: rockchip - store dev pointer in driver structNicolas Frattaroli-6/+6
2025-02-21vdso: Add generic random data storageThomas Weißschuh-3/+3
2025-02-20sonypi: Use str_on_off() helper in sonypi_display_info()Thorsten Blum-5/+6
2025-02-20virtio_console: Get rid of unneeded temporary variableAndy Shevchenko-4/+1
2025-02-20virtio: console: Use str_yes_no() helper in port_debugfs_show()Thorsten Blum-2/+2
2025-02-20char: misc: deallocate static minor in error pathThadeu Lima de Souza Cascardo-1/+1
2025-02-18hwrng: timeriomem: Switch to use hrtimer_setup()Nam Cao-2/+1
2025-02-13sonypi: Use str_on_off() helper in sonypi_display_info()Thorsten Blum-5/+6
2025-02-09hwrng: imx-rngc - add runtime pmMartin Kaiser-17/+52
2025-02-09hwrng: Kconfig - Move one "tristate" Kconfig description to the usual placeDragan Simic-1/+1
2025-02-09hwrng: Kconfig - Use tabs as leading whitespace consistently in KconfigDragan Simic-4/+4
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados-3/+3
2025-01-27Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-11/+32
2025-01-23tpm: Change to kvalloc() in eventlog/acpi.cJarkko Sakkinen-2/+13
2025-01-22Merge tag 'for-linus-6.14-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds-19/+13
2025-01-10virtio: console: Replace deprecated kmap_atomic with kmap_local_pageDavid Reaver-2/+2
2025-01-08misc: misc_minor_alloc to use ida for all dynamic/misc dynamic minorsVimal Agrawal-9/+30
2025-01-07ipmi: ssif_bmc: Fix new request loss when bmc ready for a responseQuan Nguyen-2/+3
2025-01-02ipmi: make ipmi_destroy_user() return voidVitaliy Shevtsov-16/+4
2024-12-22char:ipmi: Fix a not-used variable on a non-ACPI systemCorey Minyard-0/+2
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-9/+9
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+4
2024-11-22tpm: atmel: Drop PPC64 specific MMIO setupRob Herring (Arm)-144/+61
2024-11-22char: tpm: cr50: Add new device/vendor ID 0x50666666Jett Rink-4/+28
2024-11-22char: tpm: cr50: Move i2c locking to request/relinquish locality opsJan Dabros-9/+13
2024-11-22char: tpm: cr50: Use generic request/relinquish locality opsJan Dabros-40/+54
2024-11-22tpm: ibmvtpm: Set TPM_OPS_AUTO_STARTUP flag on driverStefan Berger-15/+1
2024-11-19Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+1
2024-11-19Merge tag 'acpi-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-0/+1
2024-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-36/+477
2024-11-15Merge branches 'acpi-battery', 'acpi-ec', 'acpi-pfr' and 'acpi-osl'Rafael J. Wysocki-0/+1
2024-11-15hwrng: amd - remove reference to removed PPC_MAPLE configLukas Bulwahn-1/+1
2024-11-13tpm: Disable TPM on tpm2_create_primary() failureJarkko Sakkinen-2/+5
2024-11-13tpm: Opt-in in disable PCR integrity protectionJarkko Sakkinen-31/+70
2024-11-10hwrng: bcm74110 - Add Broadcom BCM74110 RNG driverMarkus Mayer-0/+139