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.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
2019-06-11
virtio_console: initialize vtermno value for ports
Pankaj Gupta
1
-1
/
+2
2019-06-11
ipmi:ssif: compare block number correctly for multi-part return messages
Kamlakant Patel
1
-1
/
+5
2019-04-27
tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incomplete
Jarkko Sakkinen
1
-1
/
+9
2019-04-27
tpm/tpm_crb: Avoid unaligned reads in crb_recv()
Jarkko Sakkinen
1
-6
/
+16
2019-04-27
tty: mark Siemens R3964 line discipline as BROKEN
Greg Kroah-Hartman
1
-1
/
+1
2019-04-27
hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enable
Buland Singh
1
-1
/
+1
2019-04-27
hwrng: virtio - Avoid repeated init of completion
David Tolnay
1
-1
/
+1
2019-03-23
applicom: Fix potential Spectre v1 vulnerabilities
Gustavo A. R. Silva
1
-11
/
+24
2019-02-06
char/mwave: fix potential Spectre v1 vulnerability
Gustavo A. R. Silva
1
-0
/
+7
2019-01-26
ipmi:ssif: Fix handling of multi-part return messages
Corey Minyard
1
-8
/
+17
2018-11-21
tpm: Restore functionality to xen vtpm driver.
Dr. Greg Wettstein
1
-1
/
+1
2018-11-21
tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated
Javier Martinez Canillas
1
-1
/
+2
2018-11-21
ipmi: Fix timer race with module unload
Jan Glauber
1
-4
/
+6
2018-11-10
tpm: fix: return rc when devm_add_action() fails
Jarkko Sakkinen
1
-1
/
+5
2018-08-15
tpm: fix race condition in tpm_common_write()
Tadeusz Struk
1
-23
/
+20
2018-08-06
random: mix rdrand with entropy sent in from userspace
Theodore Ts'o
1
-1
/
+9
2018-07-03
ipmi:bt: Set the timeout before doing a capabilities check
Corey Minyard
1
-1
/
+2
2018-06-16
x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros
Borislav Petkov
1
-2
/
+3
2018-06-13
tpm: self test failure should not cause suspend to fail
Chris Chiu
1
-0
/
+4
2018-06-13
tpm: do not suspend/resume if power stays on
Enric Balletbo i Serra
3
-0
/
+17
2018-05-30
hwrng: stm32 - add reset during probe
lionel.debieve@st.com
1
-0
/
+9
2018-05-30
ipmi_ssif: Fix kernel panic at msg_done_handler
Kamlakant Patel
1
-2
/
+2
2018-05-30
ipmi/powernv: Fix error return code in ipmi_powernv_probe()
Wei Yongjun
1
-2
/
+3
2018-05-02
virtio_console: free buffers after reset
Michael S. Tsirkin
1
-25
/
+24
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
[next]