index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Files
Lines
3 days
ipmi:si: Return state to normal if message allocation fails
Corey Minyard
1
-2
/
+6
3 days
ipmi: Check event message buffer response for bad data
Corey Minyard
1
-1
/
+7
3 days
ipmi: Add limits to event and receive message requests
Corey Minyard
2
-13
/
+64
10 days
ipmi:ssif: NULL thread on error
Corey Minyard
1
-0
/
+1
10 days
ipmi:ssif: Remove unnecessary indention
Corey Minyard
1
-16
/
+12
10 days
tpm: tpm_tis: stop transmit if retries are exhausted
Jacqueline Wong
1
-1
/
+6
10 days
tpm: tpm_tis: add error logging for data transfer
Jacqueline Wong
1
-0
/
+4
10 days
tpm: Use kfree_sensitive() to free auth session in tpm_dev_release()
Gunnar Kudrjavets
1
-1
/
+1
10 days
tpm: Fix auth session leak in tpm2_get_random() error path
Gunnar Kudrjavets
1
-4
/
+2
10 days
tpm2-sessions: Fix missing tpm_buf_destroy() in tpm2_read_public()
Gunnar Kudrjavets
1
-1
/
+4
10 days
ipmi:ssif: Clean up kthread on errors
Corey Minyard
1
-1
/
+12
2026-03-25
ipmi:msghandler: Handle error returns from the SMI sender
Corey Minyard
1
-32
/
+68
2026-03-25
ipmi: Consolidate the run to completion checking for xmit msgs lock
Corey Minyard
1
-18
/
+24
2026-03-19
ipmi:si: Fix check for a misbehaving BMC
Corey Minyard
1
-11
/
+13
2026-03-19
ipmi:si: Handle waiting messages when BMC failure detected
Corey Minyard
1
-0
/
+6
2026-03-19
ipmi:si: Use a long timeout when the BMC is misbehaving
Corey Minyard
1
-1
/
+3
2026-03-19
ipmi:si: Don't block module unload if the BMC is messed up
Corey Minyard
1
-1
/
+2
2026-03-12
ipmi: Fix use-after-free and list corruption on sender error
Corey Minyard
1
-2
/
+9
2026-03-04
Remove WARN_ALL_UNSEEDED_RANDOM kernel config option
Linus Torvalds
1
-11
/
+1
2026-03-04
ipmi: ipmb: initialise event handler read bytes
Matt Johnston
1
-0
/
+5
2026-03-04
char: tpm: cr50: Remove IRQF_ONESHOT
Sebastian Andrzej Siewior
2
-3
/
+2
2026-02-26
char: misc: Use IS_ERR() for filp_open() return value
Alper Ak
1
-1
/
+1
2026-02-26
hwrng: core - use RCU and work_struct to fix race condition
Lianjie Wang
1
-63
/
+105
2026-02-26
hwrng: core - Allow runtime disabling of the HW RNG
Jonathan McDowell
1
-3
/
+6
2026-02-26
hwrng: airoha - set rng quality to 900
Aleksander Jan Bajkowski
1
-0
/
+1
2026-02-26
tpm: st33zp24: Fix missing cleanup on get_burstcount() error
Alper Ak
1
-2
/
+4
2026-02-26
tpm: tpm_i2c_infineon: Fix locality leak on get_burstcount() failure
Alper Ak
1
-2
/
+4
2026-01-02
char: applicom: fix NULL pointer dereference in ac_ioctl
Tianchu Chen
1
-1
/
+4
2026-01-02
tpm2-sessions: Fix tpm2_read_public range checks
Jarkko Sakkinen
2
-44
/
+53
2026-01-02
tpm2-sessions: Fix out of range indexing in name_size
Jarkko Sakkinen
2
-44
/
+111
2026-01-02
tpm: Cap the number of PCR banks
Jarkko Sakkinen
3
-11
/
+3
2026-01-02
ipmi: Fix __scan_channels() failing to rescan channels
Jinhui Guo
1
-5
/
+13
2026-01-02
ipmi: Fix the race between __scan_channels() and deliver_response()
Jinhui Guo
1
-2
/
+0
2025-12-18
random: use offstack cpumask when necessary
Arnd Bergmann
1
-7
/
+12
2025-10-18
tpm_crb: Add idle support for the Arm FF-A start method
Stuart Yoder
1
-9
/
+20
2025-10-14
Merge tag 'for-linus-6.18-2' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
1
-1
/
+4
2025-10-10
tpm: Prevent local DOS via tpm/tpm0/ppi/*operations
Denis Aleksandrov
1
-23
/
+66
2025-10-10
tpm: use a map for tpm2_calc_ordinal_duration()
Jarkko Sakkinen
3
-97
/
+34
2025-10-10
tpm_tis: Fix incorrect arguments in tpm_tis_probe_irq_single
Gunnar Kudrjavets
1
-2
/
+2
2025-10-10
tpm: Use HMAC-SHA256 library instead of open-coded HMAC
Eric Biggers
1
-71
/
+27
2025-10-10
tpm: Compare HMAC values in constant time
Eric Biggers
2
-3
/
+4
2025-10-10
tpm: Disable TPM2_TCG_HMAC by default
Jarkko Sakkinen
1
-1
/
+1
2025-10-07
ipmi: Fix handling of messages with provided receive message pointer
Guenter Roeck
1
-1
/
+4
2025-10-04
Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-9
/
+706
2025-10-04
Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
4
-2
/
+7
2025-10-04
Merge tag 'sparc-for-6.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+17
2025-10-01
Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2025-10-01
Merge tag 'for-linus-6.18-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
10
-334
/
+590
2025-09-28
hwrng: ks-sa - fix division by zero in ks_sa_rng_init
Nishanth Menon
1
-0
/
+4
[next]