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
2016-11-20
tpm: read burstcount from TPM_STS in one 32-bit transaction
Andrey Pronin
1
-5
/
+4
2016-08-22
hwmon: (dell-smm) Restrict fan control and serial number to CAP_SYS_ADMIN by ...
Pali Rohár
1
-6
/
+12
2016-08-22
char: Drop bogus dependency of DEVPORT on !M68K
Geert Uytterhoeven
1
-1
/
+0
2016-06-15
ipmi: fix timeout calculation when bmc is disconnected
Xie XiuQi
1
-1
/
+1
2015-12-30
ipmi: move timer init to before irq is setup
Jan Stancek
1
-4
/
+4
2015-08-12
agp/intel: Fix typo in needs_ilk_vtd_wa()
Chris Wilson
1
-1
/
+1
2015-05-09
virtio_console: avoid config access from irq
Michael S. Tsirkin
1
-0
/
+16
2015-05-09
TPM: Add new TPMs to the tail of the list to prevent inadvertent change of dev
David Howells
1
-1
/
+1
2014-12-14
random: add and use memzero_explicit() for clearing data
Daniel Borkmann
1
-5
/
+5
2014-09-13
tpm: Provide a generic means to override the chip returned timeouts
Jason Gunthorpe
3
-21
/
+75
2014-08-06
applicom: dereferencing NULL on error path
Dan Carpenter
1
-1
/
+0
2014-04-30
Char: ipmi_bt_sm, fix infinite loop
Jiri Slaby
1
-1
/
+1
2014-04-02
raw: test against runtime value of max_raw_minors
Paul Bolle
1
-1
/
+1
2014-01-03
drivers/char/i8k.c: add Dell XPLS L421X
Alan Cox
1
-0
/
+7
2013-11-28
random: allow architectures to optionally define random_get_entropy()
Theodore Ts'o
1
-4
/
+4
2013-11-28
random: run random_int_secret_init() run after all late_initcalls
Theodore Ts'o
1
-2
/
+1
2013-09-10
virtio: console: return -ENODEV on all read operations after unplug
Amit Shah
1
-1
/
+5
2013-09-10
virtio: console: fix raising SIGIO after port unplug
Amit Shah
1
-3
/
+5
2013-09-10
virtio: console: clean up port data immediately at time of unplug
Amit Shah
1
-8
/
+8
2013-09-10
virtio: console: fix race in port_fops_open() and port unplug
Amit Shah
1
-0
/
+4
2013-09-10
virtio: console: fix race with port unplug and open/close
Amit Shah
1
-7
/
+6
2013-05-30
random: fix accounting race condition with lockless irq entropy_count update
Jiri Kosina
1
-8
/
+16
2013-05-30
ipmi: ipmi_devintf: compat_ioctl method fails to take ipmi_mutex
Benjamin LaHaise
1
-1
/
+13
2013-05-30
drivers/char/ipmi: memcpy, need additional 2 bytes to avoid memory overflow
Chen Gang
1
-2
/
+2
2013-05-13
vm: convert HPET mmap to vm_iomap_memory() helper
Linus Torvalds
1
-13
/
+1
2013-04-10
virtio: console: add locking around c_ovq operations
Amit Shah
1
-0
/
+5
2013-04-10
virtio: console: rename cvq_lock to c_ivq_lock
Amit Shah
1
-7
/
+8
2013-03-20
virtio: rng: disallow multiple device registrations, fixes crashes
Amit Shah
1
-2
/
+11
2013-03-20
hw_random: make buffer usable in scatterlist.
Rusty Russell
1
-3
/
+16
2013-02-20
virtio_console: Don't access uninitialized data.
Sjur Brændeland
1
-1
/
+2
2013-01-03
ramoops: fix use of rounddown_pow_of_two()
Marco Stornelli
1
-2
/
+2
2013-01-03
drm/i915: add Ivy Bridge GT2 Server entries
Eugeni Dodonov
2
-0
/
+3
2012-10-30
tpm: Propagate error from tpm_transmit to fix a timeout hang
Peter Huewe
1
-7
/
+14
2012-10-17
TTY: ttyprintk, don't touch behind tty->write_buf
Jiri Slaby
1
-1
/
+1
2012-09-12
random: Add comment to random_initialize()
Tony Luck
1
-0
/
+10
2012-09-12
drivers/char/random.c: fix boot id uniqueness race
Mathieu Desnoyers
1
-3
/
+8
2012-08-10
random: mix in architectural randomness in extract_buf()
H. Peter Anvin
1
-24
/
+32
2012-08-10
Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the casts
Tony Luck
1
-1
/
+1
2012-08-10
random: add new get_random_bytes_arch() function
Theodore Ts'o
1
-5
/
+24
2012-08-10
random: use the arch-specific rng in xfer_secondary_pool
Theodore Ts'o
1
-9
/
+16
2012-08-10
random: create add_device_randomness() interface
Linus Torvalds
1
-0
/
+28
2012-08-10
random: use lockless techniques in the interrupt path
Theodore Ts'o
1
-39
/
+39
2012-08-10
random: make 'add_interrupt_randomness()' do something sane
Theodore Ts'o
1
-17
/
+86
2012-08-10
random: Adjust the number of loops when initializing
H. Peter Anvin
1
-1
/
+1
2012-08-10
random: Use arch-specific RNG to initialize the entropy store
Theodore Ts'o
1
-0
/
+6
2012-08-10
random: Use arch_get_random_int instead of cycle counter if avail
Linus Torvalds
1
-2
/
+6
2012-07-04
hwrng: atmel-rng - fix data valid check
Peter Korsgaard
1
-1
/
+1
2012-06-19
hwrng: atmel-rng - fix race condition leading to repeated bits
Peter Korsgaard
1
-0
/
+7
2012-06-19
char/agp: add another Ironlake host bridge
Eugeni Dodonov
2
-0
/
+2
2012-04-02
TPM: Zero buffer whole after copying to userspace
Tim Gardner
1
-1
/
+2
[next]