index
:
linux-stable.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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
2022-02-21
random: deobfuscate irq u32/u64 contributions
Jason A. Donenfeld
2022-02-21
random: add proper SPDX header
Jason A. Donenfeld
2022-02-21
random: remove unused tracepoints
Jason A. Donenfeld
2022-02-21
random: remove ifdef'd out interrupt bench
Jason A. Donenfeld
2022-02-21
random: tie batched entropy generation to base_crng generation
Jason A. Donenfeld
2022-02-21
random: fix locking for crng_init in crng_reseed()
Dominik Brodowski
2022-02-21
random: zero buffer after reading entropy from userspace
Jason A. Donenfeld
2022-02-21
random: remove outdated INT_MAX >> 6 check in urandom_read()
Jason A. Donenfeld
2022-02-21
random: make more consistent use of integer types
Jason A. Donenfeld
2022-02-21
random: use hash function for crng_slow_load()
Jason A. Donenfeld
2022-02-21
random: use simpler fast key erasure flow on per-cpu keys
Jason A. Donenfeld
2022-02-21
random: absorb fast pool into input pool after fast load
Jason A. Donenfeld
2022-02-21
random: do not xor RDRAND when writing into /dev/random
Jason A. Donenfeld
2022-02-21
random: ensure early RDSEED goes through mixer on init
Jason A. Donenfeld
2022-02-21
random: inline leaves of rand_initialize()
Jason A. Donenfeld
2022-02-21
random: get rid of secondary crngs
Jason A. Donenfeld
2022-02-21
random: use RDSEED instead of RDRAND in entropy extraction
Jason A. Donenfeld
2022-02-21
random: fix locking in crng_fast_load()
Dominik Brodowski
2022-02-21
random: remove batched entropy locking
Jason A. Donenfeld
2022-02-21
random: remove use_input_pool parameter from crng_reseed()
Eric Biggers
2022-02-21
random: make credit_entropy_bits() always safe
Jason A. Donenfeld
2022-02-21
random: always wake up entropy writers after extraction
Jason A. Donenfeld
2022-02-21
random: use linear min-entropy accumulation crediting
Jason A. Donenfeld
2022-02-21
random: simplify entropy debiting
Jason A. Donenfeld
2022-02-21
random: use computational hash for entropy extraction
Jason A. Donenfeld
2022-02-18
hwrng: core - introduce rng_quality sysfs attribute
Dominik Brodowski
2022-02-18
hwrng: core - use per-rng quality value instead of global setting
Dominik Brodowski
2022-02-18
hwrng: core - start and stop in-kernel rngd in separate function
Dominik Brodowski
2022-02-18
hwrng: core - do not bother to order list of devices by quality
Dominik Brodowski
2022-02-16
hwrng: optee-rng: use tee_shm_alloc_kernel_buf()
Jens Wiklander
2022-02-14
Merge 5.17-rc4 into char-misc-next
Greg Kroah-Hartman
2022-02-14
Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to...
Dave Airlie
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
2022-02-09
tpm: st33zp24: Make st33zp24_remove() a void function
Uwe Kleine-König
2022-02-05
hwrng: core - credit entropy for low quality sources of randomness
Dominik Brodowski
2022-02-05
hwrng: core - break out of hwrng_fillfn if current rng is not trusted
Dominik Brodowski
2022-02-05
hwrng: core - only set cur_rng_set_by_user if it is working
Dominik Brodowski
2022-02-05
hwrng: core - use rng_fillbuf in add_early_randomness()
Dominik Brodowski
2022-02-05
hwrng: core - read() callback must be called for size of 32 or more bytes
Dominik Brodowski
2022-02-05
hwrng: core - explicit ordering of initcalls
Dominik Brodowski
2022-02-04
random: only call crng_finalize_init() for primary_crng
Dominik Brodowski
2022-02-04
random: access primary_pool directly rather than through pointer
Dominik Brodowski
2022-02-04
random: wake up /dev/random writers after zap
Jason A. Donenfeld
2022-02-04
random: continually use hwgenerator randomness
Dominik Brodowski
2022-02-04
hpet: remove unused writeq/readq function definitions
Corentin Labbe
2022-02-04
hpet: fix style issue about braces and alignment
Corentin Labbe
2022-02-02
block: remove genhd.h
Christoph Hellwig
2022-02-01
Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2022-01-31
hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDER
Geert Uytterhoeven
2022-01-22
random: move the random sysctl declarations to its own file
Xiaoming Ni
[prev]
[next]