index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-05
kernel.h: Retain constant expression output for max()/min()
Kees Cook
1
-4
/
+4
2018-04-04
Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-5
/
+4
2018-04-04
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
10
-32
/
+330
2018-04-04
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-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-06
ipmi: missing error code in try_smi_init()
Dan Carpenter
1
-0
/
+1
2018-03-06
ipmi: use ARRAY_SIZE for poweroff_functions array sizing calculation
Colin Ian King
1
-2
/
+1
2018-03-06
ipmi: Consolidate cleanup code
Corey Minyard
1
-94
/
+70
2018-03-06
ipmi: Remove some unnecessary initializations
Corey Minyard
1
-5
/
+0
2018-03-06
ipmi: Fix some error cleanup issues
Corey Minyard
1
-4
/
+14
2018-03-03
hwrng: stm32 - rework read timeout calculation
lionel.debieve@st.com
1
-15
/
+10
2018-03-03
hwrng: stm32 - allow disable clock error detection
lionel.debieve@st.com
1
-1
/
+9
2018-03-03
hwrng: stm32 - add reset during probe
lionel.debieve@st.com
1
-0
/
+9
2018-02-28
drivers/char/random.c: remove unused dont_count_entropy
Rasmus Villemoes
1
-28
/
+25
2018-02-28
random: optimize add_interrupt_randomness
Andi Kleen
1
-1
/
+2
2018-02-28
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-26
tpm: fix potential buffer overruns caused by bit glitches on the bus
Jeremy Boone
2
-0
/
+8
2018-02-26
tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the bus
Jeremy Boone
1
-2
/
+2
2018-02-26
tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...
Jeremy Boone
1
-2
/
+3
2018-02-26
tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the bus
Jeremy Boone
1
-2
/
+6
2018-02-26
tpm_tis: fix potential buffer overruns caused by bit glitches on the bus
Jeremy Boone
1
-2
/
+3
2018-02-26
ipmi: Re-use existing macros for built-in properties
Andy Shevchenko
1
-13
/
+5
2018-02-26
ipmi:pci: Make the PCI defines consistent with normal Linux ones
Corey Minyard
1
-17
/
+14
2018-02-26
ipmi: kcs_bmc: coding-style fixes and use new poll type
Haiyue Wang
3
-36
/
+41
2018-02-26
ipmi: kcs_bmc: mark expected switch fall-through in kcs_bmc_handle_data
Gustavo A. R. Silva
1
-0
/
+1
2018-02-26
ipmi: add an Aspeed KCS IPMI BMC driver
Haiyue Wang
3
-0
/
+332
2018-02-26
ipmi: add a KCS IPMI BMC driver
Haiyue Wang
4
-0
/
+574
2018-02-22
hwrng: bcm2835 - Handle deferred clock properly
Stefan Wahren
1
-0
/
+2
2018-02-15
hwrng: imx-rngc - make symbol imx_rngc_pm_ops static
weiyongjun \(A\)
1
-1
/
+1
2018-02-14
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2018-02-15
x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
Jia Zhang
1
-1
/
+1
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
16
-32
/
+32
2018-02-06
Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-4
/
+11
[next]