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-06-15
docs: Fix some broken references
Mauro Carvalho Chehab
1
-1
/
+1
2018-06-12
treewide: Use array_size() in vzalloc()
Kees Cook
1
-1
/
+2
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-1
/
+1
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
4
-4
/
+7
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
5
-14
/
+22
2018-06-12
Convert virtio_console to struct_size
Matthew Wilcox
1
-2
/
+1
2018-06-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
3
-0
/
+252
2018-06-07
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...
Linus Torvalds
17
-269
/
+350
2018-06-06
Merge tag 'for-linus-4.18' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
10
-1765
/
+1547
2018-06-05
Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-9
/
+2
2018-06-05
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
4
-4
/
+10
2018-06-05
char: sparc64: Add privileged ADI driver
Tom Hromatka
3
-0
/
+252
2018-06-04
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-13
/
+16
2018-05-30
tpm: fix race condition in tpm_common_write()
Tadeusz Struk
2
-23
/
+19
2018-05-26
random: convert to ->poll_mask
Christoph Hellwig
1
-13
/
+16
2018-05-24
ipmi: Properly release srcu locks on error conditions
Corey Minyard
1
-18
/
+25
2018-05-23
ipmi: NPCM7xx KCS BMC: enable interrupt to the host
Avi Fishman
1
-3
/
+14
2018-05-22
ipmi:bt: Set the timeout before doing a capabilities check
Corey Minyard
1
-1
/
+2
2018-05-19
hwrng: n2 - fix spelling mistake: "restesting" -> "retesting"
Colin Ian King
1
-1
/
+1
2018-05-18
tpm: reduce polling time to usecs for even finer granularity
Nayna Jain
2
-3
/
+6
2018-05-16
tty: replace ->proc_fops with ->proc_show
Christoph Hellwig
1
-14
/
+1
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
6
-86
/
+7
2018-05-16
proc: introduce proc_create_seq{,_data}
Christoph Hellwig
1
-14
/
+1
2018-05-14
tpm: replace kmalloc() + memcpy() with kmemdup()
Ji-Hun Kim
1
-2
/
+1
2018-05-14
tpm: replace kmalloc() + memcpy() with kmemdup()
Ji-Hun Kim
1
-3
/
+1
2018-05-14
tpm: fix use after free in tpm2_load_context()
Tadeusz Struk
1
-1
/
+2
2018-05-14
tpm: reduce poll sleep time in tpm_transmit()
Nayna Jain
3
-10
/
+5
2018-05-14
tpm_tis: verify locality released before returning from release_locality
Jerry Snitselaar
1
-1
/
+46
2018-05-10
agp: uninorth: make two functions static
Mathieu Malaterre
1
-2
/
+2
2018-05-10
tpm: tpm_crb: relinquish locality on error path.
Winkler, Tomas
1
-3
/
+7
2018-05-09
ipmi: Remove the proc interface
Corey Minyard
4
-486
/
+0
2018-05-09
tpm/st33zp24: Fix spelling mistake in macro ST33ZP24_TISREGISTER_UKNOWN
Colin Ian King
1
-2
/
+2
2018-05-09
tpm: Move eventlog declarations to its own header
Thiebaud Weksteen
8
-30
/
+41
2018-05-09
tpm: Move shared eventlog functions to common.c
Thiebaud Weksteen
4
-184
/
+214
2018-05-09
tpm: Move eventlog files to a subdirectory
Thiebaud Weksteen
6
-9
/
+9
2018-05-09
tpm: Add explicit endianness cast
Thiebaud Weksteen
1
-2
/
+2
2018-05-09
tpm: st33zp24: remove redundant null check on chip
Colin Ian King
1
-2
/
+0
2018-05-09
tpm: move the delay_msec increment after sleep in tpm_transmit()
Nayna Jain
1
-1
/
+2
2018-05-05
hwrng: stm32 - fix pm_suspend issue
lionel.debieve@st.com
1
-2
/
+7
2018-05-05
hwrng: stm32 - define default state for rng driver
lionel.debieve@st.com
1
-0
/
+1
2018-04-30
Merge 4.17-rc3 into char-misc-next
Greg Kroah-Hartman
2
-92
/
+113
2018-04-26
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-86
/
+71
2018-04-26
Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-6
/
+42
2018-04-25
virtio_console: reset on out of memory
Michael S. Tsirkin
1
-7
/
+10
2018-04-25
virtio_console: move removal code
Michael S. Tsirkin
1
-36
/
+36
2018-04-25
virtio_console: drop custom control queue cleanup
Michael S. Tsirkin
1
-17
/
+0
2018-04-25
virtio_console: free buffers after reset
Michael S. Tsirkin
1
-25
/
+24
2018-04-25
virtio_console: don't tie bufs to a vq
Michael S. Tsirkin
1
-7
/
+7
2018-04-25
random: rate limit unseeded randomness warnings
Theodore Ts'o
1
-5
/
+34
2018-04-24
random: fix possible sleeping allocation from irq context
Theodore Ts'o
1
-1
/
+8
[next]