summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2025-10-10tpm: Disable TPM2_TCG_HMAC by defaultJarkko Sakkinen-1/+1
2025-10-07ipmi: Fix handling of messages with provided receive message pointerGuenter Roeck-1/+4
2025-10-04Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-9/+706
2025-10-04Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-2/+7
2025-10-04Merge tag 'sparc-for-6.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+17
2025-10-01Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2025-10-01Merge tag 'for-linus-6.18-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds-334/+590
2025-09-28hwrng: ks-sa - fix division by zero in ks_sa_rng_initNishanth Menon-0/+4
2025-09-26sparc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth-2/+2
2025-09-25tpm: loongson: Add bufsiz parameter to tpm_loongson_send()Nathan Chancellor-1/+1
2025-09-16ipmi: Add Loongson-2K BMC supportBinbin Zhou-0/+208
2025-09-13/dev/zero: try to align PMD_SIZE for private mappingZhang Qilong-4/+17
2025-09-09char: hw_random: atmel: make it selectable for ARCH_MICROCHIPRobert Marko-1/+1
2025-09-08ipmi:si: Gracefully handle if the BMC is non-functionalCorey Minyard-6/+23
2025-09-08ipmi: Rename "user_data" to "recv_msg" in an SMI messageCorey Minyard-13/+13
2025-09-08ipmi: Allow an SMI sender to return an errorCorey Minyard-20/+29
2025-09-08ipmi:si: Move flags get start to its own functionCorey Minyard-6/+13
2025-09-08ipmi:si: Merge some if statementsCorey Minyard-9/+5
2025-09-08ipmi: Set a timer for maintenance modeCorey Minyard-2/+6
2025-09-08ipmi: Add a maintenance mode sysfs fileCorey Minyard-0/+23
2025-09-08ipmi: Disable sysfs access and requests in maintenance modeCorey Minyard-0/+11
2025-09-08ipmi: Differentiate between reset and firmware update in maintenanceCorey Minyard-12/+30
2025-09-08ipmi: Rework user message limit handlingCorey Minyard-220/+200
2025-09-08Revert "ipmi: fix msg stack when IPMI is disconnected"Corey Minyard-11/+5
2025-09-08ipmi:msghandler:Change seq_lock to a mutexCorey Minyard-37/+26
2025-09-06char: Use list_del_init() in misc_deregister() to reinitialize list pointerXion Wang-1/+1
2025-09-06misc: remove ineffective WARN_ON() check from misc_deregister()Xion Wang-3/+0
2025-09-06char/adi: Remove redundant less-than-zero check in adi_write()Thorsten Blum-1/+1
2025-09-02tpm: Add a driver for Loongson TPM deviceQunqin Zhao-0/+94
2025-08-30hwrng: cn10k - Remove the use of dev_err_probe()Liao Yuanhong-1/+1
2025-08-19hpet: Use str_plural() to simplify the codeXichao Zhao-1/+1
2025-08-19char: misc: Does not request module for miscdevice with dynamic minorZijun Hu-3/+5
2025-08-19char: misc: Make misc_register() reentry for miscdevice who wants dynamic minorZijun Hu-0/+2
2025-08-19char: misc: Add a case to test registering miscdevice again without reinitial...Zijun Hu-0/+44
2025-08-19char: misc: Disallow registering miscdevice whose minor > MISC_DYNAMIC_MINORZijun Hu-0/+6
2025-08-19char: misc: Adapt and add test cases for simple minor space divisionZijun Hu-30/+21
2025-08-19char: misc: Move drivers/misc/misc_minor_kunit.c to drivers/char/Zijun Hu-0/+655
2025-08-16hwrng: timeriomem - Use us_to_ktime() where appropriateXichao Zhao-1/+1
2025-08-16hwrng: nomadik - add ARM_AMBA dependencyArnd Bergmann-0/+1
2025-08-07Merge tag 'for-linus-6.17-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds-25/+46
2025-07-31Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-10/+3
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+6
2025-07-28Merge tag 'tpmdd-next-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-150/+187
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-6/+6
2025-07-28Merge tag 'pull-securityfs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-34/+12
2025-07-23tpm_crb_ffa: handle tpm busy return codePrachotan Bathi-7/+38
2025-07-23tpm_crb_ffa: Remove memset usagePrachotan Bathi-14/+9
2025-07-23tpm_crb_ffa: Fix typos in function namePrachotan Bathi-3/+3
2025-07-23tpm: Check for completion after timeoutJarkko Sakkinen-2/+15