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.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-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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-22
random: remove incomplete last_data logic
Jason A. Donenfeld
1
-36
/
+4
2022-06-22
random: cleanup integer types
Jason A. Donenfeld
1
-53
/
+52
2022-06-22
random: cleanup poolinfo abstraction
Jason A. Donenfeld
1
-37
/
+30
2022-06-22
random: fix typo in comments
Schspa Shi
1
-1
/
+1
2022-06-22
random: don't reset crng_init_cnt on urandom_read()
Jann Horn
1
-4
/
+0
2022-06-22
random: avoid superfluous call to RDRAND in CRNG extraction
Jason A. Donenfeld
1
-3
/
+1
2022-06-22
random: early initialization of ChaCha constants
Dominik Brodowski
2
-5
/
+15
2022-06-22
random: initialize ChaCha20 constants with correct endianness
Eric Biggers
2
-2
/
+10
2022-06-22
random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs
Jason A. Donenfeld
1
-19
/
+11
2022-06-22
random: harmonize "crng init done" messages
Dominik Brodowski
1
-1
/
+1
2022-06-22
random: mix bootloader randomness into pool
Jason A. Donenfeld
1
-0
/
+1
2022-06-22
random: do not re-init if crng_reseed completes before primary init
Jason A. Donenfeld
1
-1
/
+1
2022-06-22
random: do not sign extend bytes for rotation when mixing
Jason A. Donenfeld
1
-1
/
+1
2022-06-22
random: use BLAKE2s instead of SHA1 in extraction
Jason A. Donenfeld
1
-40
/
+30
2022-06-22
random: remove unused irq_flags argument from add_interrupt_randomness()
Sebastian Andrzej Siewior
5
-6
/
+6
2022-06-22
random: document add_hwgenerator_randomness() with other input functions
Mark Brown
1
-0
/
+11
2022-06-22
crypto: blake2s - adjust include guard naming
Eric Biggers
2
-6
/
+6
2022-06-22
crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>
Eric Biggers
1
-2
/
+1
2022-06-22
MAINTAINERS: co-maintain random.c
Jason A. Donenfeld
1
-0
/
+1
2022-06-22
random: remove dead code left over from blocking pool
Eric Biggers
2
-97
/
+3
2022-06-22
random: avoid arch_get_random_seed_long() when collecting IRQ randomness
Ard Biesheuvel
1
-14
/
+1
2022-06-22
random: add arch_get_random_*long_early()
Mark Rutland
2
-1
/
+41
2022-06-22
powerpc: Use bool in archrandom.h
Richard Henderson
1
-8
/
+9
2022-06-22
linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_check
Richard Henderson
1
-4
/
+4
2022-06-22
linux/random.h: Use false with bool
Richard Henderson
1
-4
/
+4
2022-06-22
linux/random.h: Remove arch_has_random, arch_has_random_seed
Richard Henderson
1
-8
/
+0
2022-06-22
s390: Remove arch_has_random, arch_has_random_seed
Richard Henderson
1
-12
/
+0
2022-06-22
powerpc: Remove arch_has_random, arch_has_random_seed
Richard Henderson
1
-10
/
+0
2022-06-22
x86: Remove arch_has_random, arch_has_random_seed
Richard Henderson
1
-8
/
+4
2022-06-22
random: avoid warnings for !CONFIG_NUMA builds
Mark Rutland
1
-1
/
+1
2022-06-22
random: split primary/secondary crng init paths
Mark Rutland
1
-12
/
+22
2022-06-22
random: remove some dead code of poolinfo
Yangtao Li
1
-30
/
+0
2022-06-22
random: fix typo in add_timer_randomness()
Yangtao Li
1
-1
/
+1
2022-06-22
random: Add and use pr_fmt()
Yangtao Li
1
-11
/
+10
2022-06-22
random: convert to ENTROPY_BITS for better code readability
Yangtao Li
1
-3
/
+2
2022-06-22
random: remove unnecessary unlikely()
Yangtao Li
1
-4
/
+2
2022-06-22
random: remove kernel.random.read_wakeup_threshold
Andy Lutomirski
1
-17
/
+1
2022-06-22
random: delete code to pull data into pools
Andy Lutomirski
1
-40
/
+0
2022-06-22
random: remove the blocking pool
Andy Lutomirski
1
-106
/
+0
2022-06-22
random: make /dev/random be almost like /dev/urandom
Andy Lutomirski
1
-41
/
+13
2022-06-22
random: ignore GRND_RANDOM in getentropy(2)
Andy Lutomirski
2
-4
/
+1
2022-06-22
random: add GRND_INSECURE to return best-effort non-cryptographic bytes
Andy Lutomirski
2
-2
/
+11
2022-06-22
random: Add a urandom_read_nowait() for random APIs that don't warn
Andy Lutomirski
1
-6
/
+15
2022-06-22
random: Don't wake crng_init_wait when crng_init == 1
Andy Lutomirski
1
-1
/
+0
2022-06-22
random: don't forget compat_ioctl on urandom
Jason A. Donenfeld
1
-0
/
+1
2022-06-22
compat_ioctl: remove /dev/random commands
Arnd Bergmann
2
-7
/
+1
2022-06-22
lib/crypto: sha1: re-roll loops to reduce code size
Jason A. Donenfeld
1
-81
/
+14
2022-06-22
lib/crypto: blake2s: move hmac construction into wireguard
Jason A. Donenfeld
3
-71
/
+0
2022-06-22
crypto: blake2s - generic C library implementation and selftest
Jason A. Donenfeld
6
-0
/
+979
2022-06-22
nfc: st21nfca: fix incorrect sizing calculations in EVT_TRANSACTION
Martin Faltesek
1
-31
/
+30
[prev]
[next]