aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2025-09-08ipmi: Allow an SMI sender to return an errorCorey Minyard5-20/+29
2025-09-08ipmi:si: Move flags get start to its own functionCorey Minyard1-6/+13
2025-09-08ipmi:si: Merge some if statementsCorey Minyard1-9/+5
2025-09-08ipmi: Set a timer for maintenance modeCorey Minyard1-2/+6
2025-09-08ipmi: Add a maintenance mode sysfs fileCorey Minyard1-0/+23
2025-09-08ipmi: Disable sysfs access and requests in maintenance modeCorey Minyard1-0/+11
2025-09-08ipmi: Differentiate between reset and firmware update in maintenanceCorey Minyard1-12/+30
2025-09-08ipmi: Rework user message limit handlingCorey Minyard1-220/+200
2025-09-08Revert "ipmi: fix msg stack when IPMI is disconnected"Corey Minyard1-11/+5
2025-09-08ipmi:msghandler:Change seq_lock to a mutexCorey Minyard1-37/+26
2025-09-06char: Use list_del_init() in misc_deregister() to reinitialize list pointerXion Wang1-1/+1
2025-09-06misc: remove ineffective WARN_ON() check from misc_deregister()Xion Wang1-3/+0
2025-09-06char/adi: Remove redundant less-than-zero check in adi_write()Thorsten Blum1-1/+1
2025-09-02tpm: Add a driver for Loongson TPM deviceQunqin Zhao3-0/+94
2025-08-30hwrng: cn10k - Remove the use of dev_err_probe()Liao Yuanhong1-1/+1
2025-08-19hpet: Use str_plural() to simplify the codeXichao Zhao1-1/+1
2025-08-19char: misc: Does not request module for miscdevice with dynamic minorZijun Hu1-3/+5
2025-08-19char: misc: Make misc_register() reentry for miscdevice who wants dynamic minorZijun Hu1-0/+2
2025-08-19char: misc: Add a case to test registering miscdevice again without reinitial...Zijun Hu1-0/+44
2025-08-19char: misc: Disallow registering miscdevice whose minor > MISC_DYNAMIC_MINORZijun Hu1-0/+6
2025-08-19char: misc: Adapt and add test cases for simple minor space divisionZijun Hu1-30/+21
2025-08-19char: misc: Move drivers/misc/misc_minor_kunit.c to drivers/char/Zijun Hu2-0/+655
2025-08-16hwrng: timeriomem - Use us_to_ktime() where appropriateXichao Zhao1-1/+1
2025-08-16hwrng: nomadik - add ARM_AMBA dependencyArnd Bergmann1-0/+1
2025-08-07Merge tag 'for-linus-6.17-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds3-25/+46
2025-07-31Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds7-10/+3
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+6
2025-07-28Merge tag 'tpmdd-next-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds21-150/+187
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-6/+6
2025-07-28Merge tag 'pull-securityfs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-34/+12
2025-07-23tpm_crb_ffa: handle tpm busy return codePrachotan Bathi1-7/+38
2025-07-23tpm_crb_ffa: Remove memset usagePrachotan Bathi1-14/+9
2025-07-23tpm_crb_ffa: Fix typos in function namePrachotan Bathi1-3/+3
2025-07-23tpm: Check for completion after timeoutJarkko Sakkinen1-2/+15
2025-07-23tpm: Use of_reserved_mem_region_to_resource() for "memory-region"Rob Herring1-7/+1
2025-07-23tpm: Replace scnprintf() with sysfs_emit() and sysfs_emit_at() in sysfs show ...Chelsy Ratnawat1-27/+25
2025-07-23tpm_crb_ffa: Remove unused exportJarkko Sakkinen2-4/+1
2025-07-23tpm: tpm_crb_ffa: try to probe tpm_crb_ffa when it's built-inYeoreum Yun1-3/+16
2025-07-23tpm/tpm_svsm: support TPM_CHIP_FLAG_SYNCStefano Garzarella1-16/+11
2025-07-23tpm/tpm_ftpm_tee: support TPM_CHIP_FLAG_SYNCStefano Garzarella2-49/+19
2025-07-23tpm: support devices with synchronous send()Stefano Garzarella1-3/+17
2025-07-23tpm: add bufsiz parameter in the .send callbackStefano Garzarella16-18/+35
2025-07-18hwrng: drivers - Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus7-9/+0
2025-07-18hwrng: mtk - handle devm_pm_runtime_enable errorsOvidiu Panait1-1/+3
2025-07-10ipmi: Use dev_warn_ratelimited() for incorrect message warningsBreno Leitao1-4/+4
2025-07-09agp/amd64: Check AGP Capability before binding to unsupported devicesLukas Wunner1-8/+8
2025-07-08char: ipmi: remove redundant variable 'type' and checkColin Ian King1-4/+0
2025-07-04lib/crypto: sha256: Make library API use strongly-typed contextsEric Biggers1-6/+6
2025-07-01char: misc: Rename a local variable in misc_init()Zijun Hu1-3/+3
2025-06-24char: misc: Fix improper and inaccurate error code returned by misc_init()Zijun Hu1-2/+2