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.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-18
ipmi: Add a panic handler for IPMI users
Corey Minyard
1
-110
/
+104
2018-04-18
ipmi:watchdog: Replace printk() with pr_xxx()
Corey Minyard
1
-30
/
+20
2018-04-18
ipmi:watchdog: Rework locking and handling
Corey Minyard
1
-155
/
+140
2018-04-18
ipmi: Add a maintenance mode for IPMB messages
Corey Minyard
1
-0
/
+28
2018-04-18
ipmi: Add a way to tune some timeouts
Corey Minyard
1
-32
/
+48
2018-04-10
Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
1
-83
/
+0
2018-04-08
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...
Linus Torvalds
5
-120
/
+249
2018-04-06
kernel.h: Retain constant expression output for max()/min()
Kees Cook
1
-4
/
+4
2018-04-05
Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-5
/
+4
2018-04-05
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
10
-32
/
+330
2018-04-05
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-30
/
+28
2018-04-03
Merge tag 'for-linus-4.17' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
27
-593
/
+1067
2018-03-28
/dev/mem: Avoid overwriting "err" in read_mem()
Kees Cook
1
-3
/
+3
2018-03-27
ipmi/parisc: Add IPMI chassis poweroff for certain HP PA-RISC and IA-64 servers
Helge Deller
1
-0
/
+21
2018-03-26
char: remove blackfin OTP driver
Arnd Bergmann
3
-266
/
+0
2018-03-26
char: remove tile-srom.c
Arnd Bergmann
3
-487
/
+0
2018-03-26
char: remove obsolete ds1302 rtc driver
Arnd Bergmann
3
-367
/
+0
2018-03-23
hwrng: ks-sa - add hw_random driver
Vitaly Andrianov
3
-0
/
+265
2018-03-23
tpm: fix intermittent failure with self tests
James Bottomley
3
-40
/
+31
2018-03-23
tpm: add retry logic
James Bottomley
2
-15
/
+61
2018-03-23
tpm: self test failure should not cause suspend to fail
Chris Chiu
1
-0
/
+4
2018-03-23
tpm2: add longer timeouts for creation commands.
Tomas Winkler
3
-13
/
+26
2018-03-23
tpm_crb: use __le64 annotated variable for response buffer address
Tomas Winkler
1
-2
/
+3
2018-03-23
tpm: fix buffer type in tpm_transmit_cmd
Winkler, Tomas
2
-5
/
+5
2018-03-23
tpm: tpm-interface: fix tpm_transmit/_cmd kdoc
Winkler, Tomas
1
-2
/
+4
2018-03-23
tpm: cmd_ready command can be issued only after granting locality
Tomas Winkler
3
-47
/
+119
2018-03-16
hwrng: mxc-rnga - add driver support on boards with device tree
Vladimir Zapolskiy
1
-9
/
+14
2018-03-15
char: nvram: disable on ARM
Alexandre Belloni
1
-1
/
+1
2018-03-14
PCI: Add Altera vendor ID
Johannes Thumshirn
1
-1
/
+0
2018-03-13
ipmi_ssif: Fix kernel panic at msg_done_handler
Kamlakant Patel
1
-2
/
+2
2018-03-13
ipmi:pci: Blacklist a Realtek "IPMI" device
Corey Minyard
1
-0
/
+12
2018-03-12
ipmi: Remove ACPI SPMI probing from the system interface driver
Corey Minyard
1
-154
/
+0
2018-03-12
ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver
Corey Minyard
1
-105
/
+0
2018-03-09
hwrng: omap - Fix clock resource by adding a register clock
Gregory CLEMENT
1
-0
/
+16
2018-03-09
hwrng: omap - Remove useless test before clk_disable_unprepare
Gregory CLEMENT
1
-4
/
+2
2018-03-09
hwrng: cavium - make two functions static
Colin Ian King
2
-2
/
+2
2018-03-07
ipmi: missing error code in try_smi_init()
Dan Carpenter
1
-0
/
+1
2018-03-07
ipmi: use ARRAY_SIZE for poweroff_functions array sizing calculation
Colin Ian King
1
-2
/
+1
2018-03-07
ipmi: Consolidate cleanup code
Corey Minyard
1
-94
/
+70
2018-03-07
ipmi: Remove some unnecessary initializations
Corey Minyard
1
-5
/
+0
2018-03-07
ipmi: Fix some error cleanup issues
Corey Minyard
1
-4
/
+14
2018-03-02
hwrng: stm32 - rework read timeout calculation
lionel.debieve@st.com
1
-15
/
+10
2018-03-02
hwrng: stm32 - allow disable clock error detection
lionel.debieve@st.com
1
-1
/
+9
2018-03-02
hwrng: stm32 - add reset during probe
lionel.debieve@st.com
1
-0
/
+9
2018-03-01
char: rtc: remove unused rtc_control() API
Alexandre Belloni
1
-83
/
+0
2018-03-01
drivers/char/random.c: remove unused dont_count_entropy
Rasmus Villemoes
1
-28
/
+25
2018-03-01
random: optimize add_interrupt_randomness
Andi Kleen
1
-1
/
+2
2018-03-01
random: use a tighter cap in credit_entropy_bits_safe()
Theodore Ts'o
1
-1
/
+1
2018-02-27
ipmi: Add or fix SPDX-License-Identifier in all files
Corey Minyard
22
-206
/
+24
2018-02-27
tpm: fix potential buffer overruns caused by bit glitches on the bus
Jeremy Boone
2
-0
/
+8
[next]