summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2025-07-31Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-28Merge tag 'tpmdd-next-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-07-28Merge tag 'pull-securityfs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-07-23tpm_crb_ffa: handle tpm busy return codePrachotan Bathi
2025-07-23tpm_crb_ffa: Remove memset usagePrachotan Bathi
2025-07-23tpm_crb_ffa: Fix typos in function namePrachotan Bathi
2025-07-23tpm: Check for completion after timeoutJarkko Sakkinen
2025-07-23tpm: Use of_reserved_mem_region_to_resource() for "memory-region"Rob Herring
2025-07-23tpm: Replace scnprintf() with sysfs_emit() and sysfs_emit_at() in sysfs show ...Chelsy Ratnawat
2025-07-23tpm_crb_ffa: Remove unused exportJarkko Sakkinen
2025-07-23tpm: tpm_crb_ffa: try to probe tpm_crb_ffa when it's built-inYeoreum Yun
2025-07-23tpm/tpm_svsm: support TPM_CHIP_FLAG_SYNCStefano Garzarella
2025-07-23tpm/tpm_ftpm_tee: support TPM_CHIP_FLAG_SYNCStefano Garzarella
2025-07-23tpm: support devices with synchronous send()Stefano Garzarella
2025-07-23tpm: add bufsiz parameter in the .send callbackStefano Garzarella
2025-07-18hwrng: drivers - Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus
2025-07-18hwrng: mtk - handle devm_pm_runtime_enable errorsOvidiu Panait
2025-07-09agp/amd64: Check AGP Capability before binding to unsupported devicesLukas Wunner
2025-07-04lib/crypto: sha256: Make library API use strongly-typed contextsEric Biggers
2025-07-01char: misc: Rename a local variable in misc_init()Zijun Hu
2025-06-24char: misc: Fix improper and inaccurate error code returned by misc_init()Zijun Hu
2025-06-24drivers: char: SONYPI depends on HAS_IOPORTJohannes Berg
2025-06-17tpm: don't bother with removal of files in directory we'll be removingAl Viro
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-29Merge tag 'for-linus-6.16-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-05-27Merge tag 'ratelimit.2025.05.25a' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-05-27Merge tag 'x86_sev_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-05-26Merge tag 'tpmdd-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-05-23tpm_crb: ffa_tpm: fix/update comments describing the CRB over FFA ABIStuart Yoder
2025-05-23tpm_crb_ffa: use dev_xx() macro to print logYeoreum Yun
2025-05-23tpm_ffa_crb: access tpm service over FF-A direct message request v2Yeoreum Yun
2025-05-23tpm: remove kmalloc failure error messageColin Ian King
2025-05-21hpet: Remove unnecessary NULL check before unregister_sysctl_table()Chen Ni
2025-05-21char: tlclk: Fix correct sysfs directory path for tlclkRoxana Nicolescu
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar
2025-05-15tpm: tis: Double the timeout B to 4sMichal Suchanek
2025-05-15char: tpm: tpm-buf: Add sanity check fallback in read helpersPurva Yeshi
2025-05-15tpm: Mask TPM RC in tpm2_start_auth_session()Jarkko Sakkinen
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar
2025-05-13Merge branch 'x86/mm' into x86/core, to resolve conflictsIngo Molnar
2025-05-12crypto: lib/chacha - add strongly-typed state zeroizationEric Biggers
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers
2025-05-08random: Avoid open-coded use of ratelimit_state structure's ->missed fieldPaul E. McKenney