summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2026-05-04Merge tag 'for-linus-7.1-2' of https://github.com/cminyard/linux-ipmiLinus Torvalds-16/+78
2026-04-28ipmi:ssif: NULL thread on errorCorey Minyard-0/+1
2026-04-28ipmi:si: Return state to normal if message allocation failsCorey Minyard-2/+6
2026-04-28ipmi: Add limits to event and receive message requestsCorey Minyard-13/+64
2026-04-25Merge tag 'for-next-tpm-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-38/+57
2026-04-24Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-50/+23
2026-04-21tpm: tpm_tis: stop transmit if retries are exhaustedJacqueline Wong-1/+6
2026-04-21tpm: tpm_tis: add error logging for data transferJacqueline Wong-0/+4
2026-04-21tpm: Use kfree_sensitive() to free auth session in tpm_dev_release()Gunnar Kudrjavets-1/+1
2026-04-21tpm2-sessions: Fix missing tpm_buf_destroy() in tpm2_read_public()Gunnar Kudrjavets-1/+4
2026-04-21tpm: Fix auth session leak in tpm2_get_random() error pathGunnar Kudrjavets-4/+2
2026-04-21tpm: i2c: atmel: fix block comment formattingEthan Luna-11/+23
2026-04-21tpm_crb: Convert ACPI driver to a platform oneRafael J. Wysocki-19/+16
2026-04-21tpm: Make tcpci_pm_ops variable static constKrzysztof Kozlowski-1/+1
2026-04-21ipmi: Check event message buffer response for bad dataCorey Minyard-1/+7
2026-04-18Merge tag 'for-linus-7.1-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds-31/+435
2026-04-17ipmi:ssif: Clean up kthread on errorsCorey Minyard-1/+12
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6/+8
2026-04-13ipmi:ssif: Remove unnecessary indentionCorey Minyard-16/+12
2026-04-07ipmi: ssif_bmc: Fix KUnit test link failure when KUNIT=mJian Zhang-1/+1
2026-04-05hpet: replace deprecated mmap hook with mmap_prepareLorenzo Stoakes (Oracle)-5/+7
2026-04-05mm: reintroduce vma_desc_test() as a singular flag testLorenzo Stoakes (Oracle)-1/+1
2026-04-05mm: rename VMA flag helpers to be more readableLorenzo Stoakes (Oracle)-1/+1
2026-04-03ipmi: ssif_bmc: add unit test for state machineJian Zhang-0/+380
2026-04-03ipmi: ssif_bmc: change log level to dbg in irq callbackJian Zhang-9/+9
2026-04-03ipmi: ssif_bmc: fix message desynchronization after truncated responseJian Zhang-0/+14
2026-04-03ipmi: ssif_bmc: fix missing check for copy_to_user() partial failureJian Zhang-0/+2
2026-04-03ipmi: ssif_bmc: cancel response timer on removeJian Zhang-0/+1
2026-04-02sonypi: Convert ACPI driver to a platform oneRafael J. Wysocki-12/+13
2026-04-02hpet: Convert ACPI driver to a platform oneRafael J. Wysocki-8/+10
2026-04-02char: remove unnecessary module_init/exit functionsEthan Nelson-Moore-30/+0
2026-03-11random: vDSO: Remove ifdefferyThomas Weißschuh-8/+6
2026-03-11random: vDSO: Trim vDSO includesThomas Weißschuh-2/+0
2026-03-05ipmi: Replace use of system_wq with system_percpu_wqMarco Crivellari-5/+5
2026-02-26Merge tag 'for-linus-7.0-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds-60/+125
2026-02-23Remove WARN_ALL_UNSEEDED_RANDOM kernel config optionLinus Torvalds-11/+1
2026-02-23ipmi:si: Fix check for a misbehaving BMCCorey Minyard-11/+13
2026-02-23ipmi:msghandler: Handle error returns from the SMI senderCorey Minyard-32/+68
2026-02-23ipmi:si: Don't block module unload if the BMC is messed upCorey Minyard-1/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-6/+3
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-55/+55
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-73/+65
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+3
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2648/+20
2026-02-13Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-0/+3
2026-02-12mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes-3/+3
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+1
2026-02-10Merge tag 'soc-drivers-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-32/+29
2026-02-10Merge tag 'irq-cleanups-2026-02-09' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+2