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
2024-08-19
hwrng: amd - Convert PCIBIOS_* return codes to errnos
Ilpo Järvinen
1
-1
/
+3
2024-08-19
char: tpm: Fix possible memory leak in tpm_bios_measurements_open()
Joe Hattori
1
-0
/
+2
2024-07-18
hpet: Support 32-bit userspace
He Zhe
1
-5
/
+29
2024-06-16
ppdev: Add an error check in register_device
Huai-Yuan Liu
1
-4
/
+11
2024-06-16
ppdev: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-3
/
+3
2024-02-23
hwrng: core - Fix page fault dead lock on mmap-ed hwrng
Herbert Xu
1
-13
/
+21
2023-11-20
hwrng: geode - fix accessing registers
Jonas Gorski
1
-2
/
+4
2023-10-10
parisc: sba: Fix compile warning wrt list of SBA devices
Helge Deller
1
-2
/
+0
2023-09-23
tpm_tis: Resend command to recover from data transfer errors
Alexander Steffen
1
-4
/
+11
2023-09-23
ipmi_si: fix a memleak in try_smi_init()
Yi Yang
1
-0
/
+5
2023-08-11
tpm_tis: Explicitly check for error code
Alexander Steffen
1
-2
/
+8
2023-08-11
hwrng: imx-rngc - fix the timeout for init and self check
Martin Kaiser
1
-4
/
+2
2023-08-11
tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creation
Jarkko Sakkinen
1
-23
/
+7
2023-08-11
hwrng: virtio - Fix race on data_avail and actual data
Herbert Xu
1
-5
/
+5
2023-08-11
hwrng: virtio - always add a pending request
Laurent Vivier
1
-14
/
+12
2023-08-11
hwrng: virtio - don't waste entropy
Laurent Vivier
1
-17
/
+35
2023-08-11
hwrng: virtio - don't wait on cleanup
Laurent Vivier
1
-1
/
+6
2023-08-11
hwrng: virtio - add an internal buffer
Laurent Vivier
1
-10
/
+33
2023-06-28
ipmi: move message error checking to avoid deadlock
Tony Camuso
1
-57
/
+57
2023-06-28
ipmi: Make the smi watcher be disabled immediately when not needed
Corey Minyard
3
-76
/
+92
2023-05-30
tpm/tpm_tis: Disable interrupts for more Lenovo devices
Jerry Snitselaar
1
-0
/
+16
2023-05-17
ipmi: fix SSIF not responding under certain cond.
Zhang Yuchen
1
-2
/
+2
2023-05-17
ipmi_ssif: Rename idle state and check
Corey Minyard
1
-23
/
+23
2023-05-17
ipmi: Fix how the lower layers are told to watch for messages
Corey Minyard
3
-45
/
+105
2023-05-17
ipmi: Fix SSIF flag requests
Corey Minyard
1
-12
/
+52
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-10-26
random: use expired timer rather than wq for mixing fast pool
Jason A. Donenfeld
1
-7
/
+11
2022-10-26
random: avoid reading two cache lines on irq randomness
Jason A. Donenfeld
1
-1
/
+1
2022-10-26
random: restore O_NONBLOCK support
Jason A. Donenfeld
2
-2
/
+7
2022-10-26
random: clamp credited irq bits to maximum mixed
Jason A. Donenfeld
1
-1
/
+1
2022-07-29
Revert "Revert "char/random: silence a lockdep splat with printk()""
Jason A. Donenfeld
1
-2
/
+2
2022-07-02
random: quiet urandom warning ratelimit suppression message
Jason A. Donenfeld
1
-1
/
+1
2022-07-02
random: schedule mix_interrupt_randomness() less often
Jason A. Donenfeld
1
-1
/
+1
2022-06-25
random: credit cpu and bootloader seeds by default
Jason A. Donenfeld
1
-21
/
+33
2022-06-25
random: account for arch randomness in bits
Jason A. Donenfeld
1
-4
/
+4
2022-06-25
random: mark bootloader randomness code as __init
Jason A. Donenfeld
1
-4
/
+3
2022-06-25
random: avoid checking crng_ready() twice in random_init()
Jason A. Donenfeld
1
-1
/
+1
2022-06-25
crypto: drbg - make reseeding from get_random_bytes() synchronous
Nicolai Stange
1
-2
/
+0
2022-06-25
Revert "random: use static branch for crng_ready()"
Jason A. Donenfeld
1
-10
/
+2
2022-06-25
random: check for signals after page of pool writes
Jason A. Donenfeld
1
-4
/
+10
2022-06-25
random: wire up fops->splice_{read,write}_iter()
Jens Axboe
1
-0
/
+4
2022-06-25
random: convert to using fops->write_iter()
Jens Axboe
1
-32
/
+35
2022-06-25
random: move randomize_page() into mm where it belongs
Jason A. Donenfeld
1
-157
/
+83
[next]