index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-24
random: use a tighter cap in credit_entropy_bits_safe()
Theodore Ts'o
1
-1
/
+1
2018-04-13
random: use lockless method of accessing and updating f->reg_idx
Theodore Ts'o
1
-6
/
+6
2018-04-13
fix race in drivers/char/random.c:get_reg()
Michael Schmitz
1
-1
/
+5
2018-04-13
ipmi_ssif: unlock on allocation failure
Dan Carpenter
1
-0
/
+2
2018-03-24
ipmi/watchdog: fix wdog hang on panic waiting for ipmi response
Robert Lippert
1
-4
/
+4
2018-03-24
tpm_tis: fix potential buffer overruns caused by bit glitches on the bus
Jeremy Boone
1
-2
/
+3
2018-03-24
tpm: fix potential buffer overruns caused by bit glitches on the bus
Jeremy Boone
2
-0
/
+11
2018-03-22
agp/intel: Flush all chipset writes after updating the GGTT
Chris Wilson
1
-0
/
+2
2018-03-11
tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the bus
Jeremy Boone
1
-2
/
+6
2018-03-11
tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...
Jeremy Boone
1
-2
/
+3
2018-03-11
tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the bus
Jeremy Boone
1
-2
/
+2
2018-02-25
hwrng: exynos - use __maybe_unused to hide pm functions
Arnd Bergmann
1
-6
/
+4
2018-01-17
hwrng: core - sleep interruptible in read
Jiri Slaby
1
-1
/
+5
2018-01-17
x86/mm/pat, /dev/mem: Remove superfluous error message
Jiri Kosina
1
-5
/
+1
2017-12-16
ipmi: Stop timers before cleaning up the module
Masamitsu Yamazaki
1
-21
/
+23
2017-11-24
ipmi: fix unsigned long underflow
Corey Minyard
1
-4
/
+6
2017-08-07
tpm: Replace device number bitmap with IDR
Stefan Berger
3
-42
/
+49
2017-08-07
tpm: fix a kernel memory leak in tpm-sysfs.c
Jarkko Sakkinen
1
-0
/
+2
2017-08-07
ipmi/watchdog: fix watchdog timeout set on reboot
Valentin Vidic
1
-3
/
+4
2017-07-28
ipmi:ssif: Add missing unlock in error branch
Corey Minyard
1
-0
/
+5
2017-07-28
ipmi: use rcu lock around call to intf->handlers->sender()
Tony Camuso
1
-0
/
+5
2017-07-21
tpm: Issue a TPM2_Shutdown for TPM2 devices.
Josh Zimmerman
2
-0
/
+43
2017-07-21
tpm: Provide strong locking for device removal
Jason Gunthorpe
5
-21
/
+100
2017-07-21
tpm: Get rid of chip->pdev
Jason Gunthorpe
13
-93
/
+89
2017-07-05
virtio_console: fix a crash in config_work_handler
G. Campana
1
-1
/
+1
2017-06-14
drivers: char: mem: Fix wraparound check to allow mappings up to the end
Julius Werner
1
-1
/
+1
2017-06-14
random: properly align get_random_int_hash
Eric Biggers
1
-1
/
+3
2017-06-14
drivers: char: random: add get_random_long()
Daniel Cashman
1
-0
/
+22
2017-06-07
pcmcia: remove left-over %Z format
Nicolas Iooss
1
-3
/
+3
2017-05-25
drivers: char: mem: Check for address space wraparound with mmap()
Julius Werner
1
-0
/
+5
2017-05-25
tpm_crb: check for bad response size
Jerry Snitselaar
1
-2
/
+1
2017-05-25
char: lp: fix possible integer overflow in lp_setup()
Willy Tarreau
1
-1
/
+5
2017-05-20
ipmi: Fix kernel panic at ipmi_ssif_thread()
Joeseph Chang
1
-1
/
+3
2017-04-21
virtio-console: avoid DMA from stack
Omar Sandoval
1
-2
/
+10
2017-04-21
mm: Tighten x86 /dev/mem with zeroing reads
Kees Cook
1
-30
/
+52
2017-04-21
char: lack of bool string made CONFIG_DEVPORT always on
Max Bires
1
-1
/
+4
2017-04-21
char: Drop bogus dependency of DEVPORT on !M68K
Geert Uytterhoeven
1
-1
/
+0
2017-03-26
tpm_tis: Use devm_free_irq not free_irq
Jason Gunthorpe
1
-1
/
+1
2017-01-06
tpm xen: Remove bogus tpm_chip_unregister
Jason Gunthorpe
1
-1
/
+0
2016-11-18
hwrng: core - Don't use a stack buffer in add_early_randomness()
Andrew Lutomirski
1
-3
/
+3
2016-11-10
virtio: console: Unlock vqs while freeing buffers
Matt Redfearn
1
-6
/
+16
2016-10-31
hwrng: omap - Only fail if pm_runtime_get_sync returns < 0
Dave Gerlach
1
-2
/
+2
2016-10-16
tpm_crb: fix crb_req_canceled behavior
Jarkko Sakkinen
1
-2
/
+5
2016-10-16
tpm: fix a race condition in tpm2_unseal_trusted()
Jarkko Sakkinen
5
-65
/
+103
2016-10-07
hwrng: omap - Fix assumption that runtime_get_sync will always succeed
Nishanth Menon
1
-2
/
+14
2016-10-07
tpm: fix byte-order for the value read by tpm2_get_tpm_pt
apronin@chromium.org
1
-1
/
+1
2016-09-15
hwrng: exynos - Disable runtime PM on probe failure
Krzysztof Kozlowski
1
-1
/
+8
2016-08-20
random: add interrupt callback to VMBus IRQ handler
Stephan Mueller
1
-0
/
+1
2016-08-20
random: print a warning for the first ten uninitialized random users
Theodore Ts'o
1
-4
/
+8
2016-08-20
random: initialize the non-blocking pool via add_hwgenerator_randomness()
Theodore Ts'o
1
-5
/
+11
[next]