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
2023-05-17
tpm, tpm_tis: Do not skip reset of original interrupt vector
Lino Sanfilippo
1
-18
/
+11
2023-05-17
ipmi: fix SSIF not responding under certain cond.
Zhang Yuchen
1
-2
/
+2
2023-05-17
ipmi:ssif: Add send_retries increment
Corey Minyard
1
-1
/
+3
2023-03-17
ipmi:watchdog: Set panic count to proper value on a panic
Corey Minyard
1
-4
/
+4
2023-03-17
ipmi/watchdog: replace atomic_add() and atomic_sub()
Yejune Deng
1
-4
/
+4
2023-03-17
ipmi:ssif: Add a timer between request retries
Corey Minyard
1
-7
/
+27
2023-03-17
ipmi:ssif: Increase the message retry time
Corey Minyard
1
-1
/
+1
2023-03-17
ipmi:ssif: Remove rtc_us_timer
Corey Minyard
1
-9
/
+0
2023-03-17
ipmi:ssif: resend_msg() cannot fail
Corey Minyard
1
-21
/
+7
2023-03-17
ipmi:ssif: make ssif_i2c_send() void
Liguang Zhang
1
-61
/
+20
2023-03-11
ipmi_ssif: Rename idle state and check
Corey Minyard
1
-23
/
+23
2023-01-18
ipmi: fix use after free in _ipmi_destroy_user()
Dan Carpenter
1
-1
/
+3
2023-01-18
ipmi: fix long wait in unload when IPMI disconnect
Zhang Yuchen
1
-8
/
+19
2023-01-18
tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leak
Hanjun Guo
1
-4
/
+5
2023-01-18
tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leak
Hanjun Guo
1
-9
/
+20
2023-01-18
ipmi: fix memleak when unload ipmi driver
Zhang Yuchen
1
-2
/
+6
2023-01-18
hwrng: geode - Fix PCI device refcount leak
Xiongfeng Wang
1
-8
/
+28
2023-01-18
hwrng: amd - Fix PCI device refcount leak
Xiongfeng Wang
1
-5
/
+13
2023-01-18
tpm/tpm_crb: Fix error message in __crb_relinquish_locality()
Michael Kelley
1
-1
/
+1
2022-12-08
char: tpm: Protect tpm_pm_suspend with locks
Jan Dabros
1
-2
/
+3
2022-10-15
random: use expired timer rather than wq for mixing fast pool
Jason A. Donenfeld
1
-7
/
+11
2022-10-15
random: avoid reading two cache lines on irq randomness
Jason A. Donenfeld
1
-1
/
+1
2022-10-15
random: restore O_NONBLOCK support
Jason A. Donenfeld
2
-2
/
+7
2022-10-15
random: clamp credited irq bits to maximum mixed
Jason A. Donenfeld
1
-1
/
+1
2022-06-29
random: update comment from copy_to_user() -> copy_to_iter()
Jason A. Donenfeld
1
-1
/
+1
2022-06-29
random: quiet urandom warning ratelimit suppression message
Jason A. Donenfeld
1
-1
/
+1
2022-06-29
random: schedule mix_interrupt_randomness() less often
Jason A. Donenfeld
1
-1
/
+1
2022-06-22
random: credit cpu and bootloader seeds by default
Jason A. Donenfeld
1
-21
/
+33
2022-06-22
random: account for arch randomness in bits
Jason A. Donenfeld
1
-4
/
+4
2022-06-22
random: mark bootloader randomness code as __init
Jason A. Donenfeld
1
-4
/
+3
2022-06-22
random: avoid checking crng_ready() twice in random_init()
Jason A. Donenfeld
1
-1
/
+1
2022-06-22
crypto: drbg - make reseeding from get_random_bytes() synchronous
Nicolai Stange
1
-2
/
+0
2022-06-22
Revert "random: use static branch for crng_ready()"
Jason A. Donenfeld
1
-10
/
+2
2022-06-22
random: check for signals after page of pool writes
Jason A. Donenfeld
1
-4
/
+10
2022-06-22
random: wire up fops->splice_{read,write}_iter()
Jens Axboe
1
-0
/
+4
2022-06-22
random: convert to using fops->write_iter()
Jens Axboe
1
-32
/
+35
2022-06-22
random: convert to using fops->read_iter()
Jens Axboe
1
-36
/
+30
2022-06-22
random: unify batched entropy implementations
Jason A. Donenfeld
1
-89
/
+53
2022-06-22
random: move randomize_page() into mm where it belongs
Jason A. Donenfeld
1
-32
/
+0
2022-06-22
random: move initialization functions out of hot pages
Jason A. Donenfeld
1
-22
/
+18
2022-06-22
random: make consistent use of buf and len
Jason A. Donenfeld
1
-100
/
+95
2022-06-22
random: use static branch for crng_ready()
Jason A. Donenfeld
1
-4
/
+12
2022-06-22
random: credit architectural init the exact amount
Jason A. Donenfeld
1
-6
/
+6
2022-06-22
random: handle latent entropy and command line from random_init()
Jason A. Donenfeld
1
-5
/
+8
2022-06-22
random: use proper jiffies comparison macro
Jason A. Donenfeld
1
-1
/
+1
2022-06-22
random: remove ratelimiting for in-kernel unseeded randomness
Jason A. Donenfeld
1
-43
/
+18
2022-06-22
random: move initialization out of reseeding hot path
Jason A. Donenfeld
1
-23
/
+19
2022-06-22
random: avoid initializing twice in credit race
Jason A. Donenfeld
1
-5
/
+5
2022-06-22
random: use symbolic constants for crng_init states
Jason A. Donenfeld
1
-19
/
+19
2022-06-22
siphash: use one source of truth for siphash permutations
Jason A. Donenfeld
1
-23
/
+7
[next]