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
2022-03-24
Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+3
2022-03-22
Revert "random: block in /dev/urandom"
Linus Torvalds
2
-18
/
+56
2022-03-22
Merge tag 'bounds-fixes-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2022-03-22
Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
5
-16
/
+6
2022-03-22
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2022-03-22
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
5
-101
/
+216
2022-03-22
Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-1672
/
+1174
2022-03-14
hwrng: nomadik - Change clk_disable to clk_disable_unprepare
Miaoqian Lin
1
-2
/
+2
2022-03-13
random: check for signal and try earlier when generating entropy
Jason A. Donenfeld
1
-2
/
+3
2022-03-13
random: reseed more often immediately after booting
Jason A. Donenfeld
1
-3
/
+25
2022-03-13
random: make consistent usage of crng_ready()
Jason A. Donenfeld
1
-12
/
+7
2022-03-13
random: use SipHash as interrupt entropy accumulator
Jason A. Donenfeld
1
-39
/
+55
2022-03-13
random: provide notifier for VM fork
Jason A. Donenfeld
1
-0
/
+15
2022-03-13
random: replace custom notifier chain with standard one
Jason A. Donenfeld
1
-48
/
+19
2022-03-13
random: do not export add_vmfork_randomness() unless needed
Jason A. Donenfeld
1
-0
/
+4
2022-03-13
random: add mechanism for VM forks to reinitialize crng
Jason A. Donenfeld
1
-15
/
+35
2022-03-13
random: don't let 644 read-only sysctls be written to
Jason A. Donenfeld
1
-2
/
+9
2022-03-13
random: give sysctl_random_min_urandom_seed a more sensible value
Jason A. Donenfeld
1
-2
/
+2
2022-03-13
random: block in /dev/urandom
Jason A. Donenfeld
2
-56
/
+18
2022-03-10
tpm: use try_get_ops() in tpm-space.c
James Bottomley
1
-4
/
+4
2022-03-08
tpm: fix reference counting for struct tpm_chip
Lino Sanfilippo
3
-38
/
+75
2022-03-08
tpm: xen-tpmfront: Use struct_size() helper
Gustavo A. R. Silva
1
-4
/
+4
2022-03-08
tpm: Fix error handling in async work
Tadeusz Struk
1
-1
/
+7
2022-03-04
virtio_console: break out of buf poll on remove
Michael S. Tsirkin
1
-0
/
+7
2022-03-03
hwrng: cavium - fix NULL but dereferenced coccicheck error
Wan Jiabing
1
-1
/
+1
2022-03-03
hwrng: atmel - remove extra line
Claudiu Beznea
1
-1
/
+0
2022-03-03
hwrng: atmel - add runtime pm support
Claudiu Beznea
1
-12
/
+32
2022-03-03
hwrng: atmel - use __maybe_unused and pm_ptr() for pm ops
Claudiu Beznea
1
-8
/
+4
2022-03-03
hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()
Claudiu Beznea
1
-24
/
+25
2022-03-03
hwrng: atmel - rename enable/disable functions to init/cleanup
Claudiu Beznea
1
-7
/
+7
2022-03-03
hwrng: atmel - disable trng on failure path
Claudiu Beznea
1
-0
/
+1
2022-03-03
hwrng: atmel - add wait for ready support on read
Claudiu Beznea
1
-13
/
+30
2022-02-28
random: do crng pre-init loading in worker rather than irq
Jason A. Donenfeld
1
-46
/
+19
2022-02-28
random: unify cycles_t and jiffies usage and types
Jason A. Donenfeld
1
-29
/
+27
2022-02-28
random: cleanup UUID handling
Jason A. Donenfeld
1
-16
/
+13
2022-02-27
tpm: vtpm_proxy: Check length to avoid compiler warning
Kees Cook
1
-1
/
+1
2022-02-25
Merge tag 'tee-shm-for-v5.18' of git://git.linaro.org:/people/jens.wiklander/...
Arnd Bergmann
1
-3
/
+3
2022-02-24
random: only wake up writers after zap if threshold was passed
Jason A. Donenfeld
1
-1
/
+1
2022-02-24
random: round-robin registers as ulong, not u32
Jason A. Donenfeld
1
-3
/
+3
2022-02-21
random: clear fast pool, crng, and batches in cpuhp bring up
Jason A. Donenfeld
1
-15
/
+47
2022-02-21
random: pull add_hwgenerator_randomness() declaration into random.h
Jason A. Donenfeld
1
-0
/
+1
2022-02-21
random: check for crng_init == 0 in add_device_randomness()
Jason A. Donenfeld
1
-1
/
+1
2022-02-21
random: unify early init crng load accounting
Jason A. Donenfeld
1
-54
/
+58
2022-02-21
random: do not take pool spinlock at boot
Jason A. Donenfeld
1
-3
/
+3
2022-02-21
random: defer fast pool mixing to worker
Jason A. Donenfeld
1
-14
/
+49
2022-02-21
random: rewrite header introductory comment
Jason A. Donenfeld
1
-162
/
+21
2022-02-21
random: group sysctl functions
Jason A. Donenfeld
1
-6
/
+31
2022-02-21
random: group userspace read/write functions
Jason A. Donenfeld
1
-48
/
+77
2022-02-21
random: group entropy collection functions
Jason A. Donenfeld
1
-164
/
+206
2022-02-21
random: group entropy extraction functions
Jason A. Donenfeld
1
-107
/
+109
[next]