index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-07
random: Add and use pr_fmt()
Yangtao Li
1
-12
/
+11
2020-01-07
random: convert to ENTROPY_BITS for better code readability
Yangtao Li
1
-3
/
+2
2020-01-07
random: remove unnecessary unlikely()
Yangtao Li
1
-4
/
+2
2020-01-07
random: remove kernel.random.read_wakeup_threshold
Andy Lutomirski
1
-17
/
+1
2020-01-07
random: delete code to pull data into pools
Andy Lutomirski
1
-40
/
+0
2020-01-07
random: remove the blocking pool
Andy Lutomirski
1
-106
/
+0
2020-01-07
random: make /dev/random be almost like /dev/urandom
Andy Lutomirski
1
-41
/
+14
2020-01-07
random: ignore GRND_RANDOM in getentropy(2)
Andy Lutomirski
1
-3
/
+0
2020-01-07
random: add GRND_INSECURE to return best-effort non-cryptographic bytes
Andy Lutomirski
1
-2
/
+9
2020-01-07
random: Add a urandom_read_nowait() for random APIs that don't warn
Andy Lutomirski
1
-6
/
+15
2020-01-07
random: Don't wake crng_init_wait when crng_init == 1
Andy Lutomirski
1
-1
/
+0
2020-01-07
char/random: silence a lockdep splat with printk()
Sergey Senozhatsky
1
-2
/
+3
2020-01-06
tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's"
Stefan Berger
1
-2
/
+0
2020-01-06
tpm: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts"
Stefan Berger
1
-1
/
+0
2020-01-06
tpm: Revert "tpm_tis: reserve chip for duration of tpm_tis_core_init"
Jarkko Sakkinen
1
-18
/
+17
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
5
-7
/
+7
2020-01-03
agp: remove unused variable arqsz in agp_3_5_enable()
Yunfeng Ye
1
-3
/
+1
2020-01-03
agp: remove unused variable mcapndx
Yunfeng Ye
1
-5
/
+0
2019-12-23
ipmi:ssif: Handle a possible NULL pointer reference
Corey Minyard
1
-3
/
+7
2019-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
6
-22
/
+46
2019-12-20
Merge tag 'char-misc-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2019-12-19
tpm/tpm_ftpm_tee: add shutdown call back
Pavel Tatashin
1
-4
/
+18
2019-12-17
random: don't forget compat_ioctl on urandom
Jason A. Donenfeld
1
-0
/
+1
2019-12-17
tpm: fix invalid locking in NONBLOCKING mode
Tadeusz Struk
1
-0
/
+8
2019-12-17
security: keys: trusted: fix lost handle flush
James Bottomley
2
-1
/
+1
2019-12-17
tpm_tis: reserve chip for duration of tpm_tis_core_init
Jerry Snitselaar
1
-17
/
+18
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-12-11
drivers: ipmi: Modify max length of IPMB packet
Vijay Khemka
1
-1
/
+1
2019-12-11
drivers: ipmi: Support raw i2c packet in IPMB
Vijay Khemka
1
-0
/
+29
2019-12-11
hwrng: iproc-rng200 - Add support for BCM2711
Stefan Wahren
2
-1
/
+2
2019-12-06
Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2
-9
/
+6
2019-12-04
agp: Add bridge parameter documentation
Corentin Labbe
1
-0
/
+3
2019-12-04
agp: remove unused variable num_segments
Corentin Labbe
1
-2
/
+1
2019-12-04
agp: remove unused variable size in agp_generic_create_gatt_table
Corentin Labbe
1
-7
/
+2
2019-12-01
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-22
/
+4
2019-11-30
Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-9
/
+7
2019-11-27
Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
7
-70
/
+79
2019-11-25
Merge tag 'for-linus-5.5-1' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
4
-86
/
+50
2019-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
20
-139
/
+558
2019-11-25
Merge tag 'tpmdd-next-20191112' of git://git.infradead.org/users/jjs/linux-tpmdd
Linus Torvalds
13
-715
/
+701
2019-11-22
ipmi: fix ipmb_poll()'s return type
Luc Van Oostenryck
1
-3
/
+3
2019-11-22
hwrng: ks-sa - Enable COMPILE_TEST
Herbert Xu
1
-1
/
+1
2019-11-21
char: Fix Kconfig indentation, continued
Krzysztof Kozlowski
2
-58
/
+58
2019-11-20
char: Fix Kconfig indentation
Krzysztof Kozlowski
4
-19
/
+19
2019-11-19
virtio_console: allocate inbufs in add_port() only if it is needed
Laurent Vivier
1
-15
/
+13
2019-11-16
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-7
/
+2
2019-11-17
Revert "hwrng: core - Freeze khwrng thread during suspend"
Herbert Xu
2
-7
/
+2
2019-11-17
hwrng: ks-sa - Add minimum sleep time before ready-polling
Alexander Sverdlin
1
-0
/
+38
2019-11-15
hwrng: atmel - add new platform support for sam9x60
Codrin Ciubotariu
1
-2
/
+37
2019-11-13
lp: fix sparc64 LPSETTIMEOUT ioctl
Arnd Bergmann
1
-0
/
+4
[prev]
[next]