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-06-25
random: access input_pool_data directly rather than through pointer
Jason A. Donenfeld
1
-119
/
+103
2022-06-25
random: cleanup fractional entropy shift constants
Jason A. Donenfeld
1
-15
/
+13
2022-06-25
random: prepend remaining pool constants with POOL_
Jason A. Donenfeld
1
-20
/
+20
2022-06-25
random: de-duplicate INPUT_POOL constants
Jason A. Donenfeld
1
-11
/
+6
2022-06-25
random: remove unused OUTPUT_POOL constants
Jason A. Donenfeld
1
-3
/
+1
2022-06-25
random: rather than entropy_store abstraction, use global
Jason A. Donenfeld
1
-123
/
+96
2022-06-25
random: try to actively add entropy rather than passively wait for it
Linus Torvalds
1
-1
/
+61
2022-06-25
random: remove unused extract_entropy() reserved argument
Jason A. Donenfeld
1
-10
/
+7
2022-06-25
random: remove incomplete last_data logic
Jason A. Donenfeld
1
-36
/
+4
2022-06-25
random: cleanup integer types
Jason A. Donenfeld
1
-57
/
+57
2022-06-25
crypto: chacha20 - Fix chacha20_block() keystream alignment (again)
Eric Biggers
1
-12
/
+12
2022-06-25
random: cleanup poolinfo abstraction
Jason A. Donenfeld
1
-37
/
+30
2022-06-25
random: fix typo in comments
Schspa Shi
1
-1
/
+1
2022-06-25
random: don't reset crng_init_cnt on urandom_read()
Jann Horn
1
-4
/
+0
2022-06-25
random: avoid superfluous call to RDRAND in CRNG extraction
Jason A. Donenfeld
1
-3
/
+1
2022-06-25
random: early initialization of ChaCha constants
Dominik Brodowski
1
-1
/
+4
2022-06-25
random: initialize ChaCha20 constants with correct endianness
Eric Biggers
1
-2
/
+2
2022-06-25
random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs
Jason A. Donenfeld
1
-19
/
+11
2022-06-25
random: harmonize "crng init done" messages
Dominik Brodowski
1
-1
/
+1
2022-06-25
random: mix bootloader randomness into pool
Jason A. Donenfeld
1
-2
/
+6
2022-06-25
random: do not re-init if crng_reseed completes before primary init
Jason A. Donenfeld
1
-1
/
+1
2022-06-25
random: do not sign extend bytes for rotation when mixing
Jason A. Donenfeld
1
-1
/
+1
2022-06-25
random: use BLAKE2s instead of SHA1 in extraction
Jason A. Donenfeld
1
-40
/
+30
2022-06-25
random: remove unused irq_flags argument from add_interrupt_randomness()
Sebastian Andrzej Siewior
1
-2
/
+2
2022-06-25
random: document add_hwgenerator_randomness() with other input functions
Mark Brown
1
-0
/
+11
2022-06-25
random: remove dead code left over from blocking pool
Eric Biggers
1
-14
/
+3
2022-06-25
random: avoid arch_get_random_seed_long() when collecting IRQ randomness
Ard Biesheuvel
1
-14
/
+1
2022-06-25
random: add arch_get_random_*long_early()
Mark Rutland
1
-1
/
+19
2022-06-25
random: avoid warnings for !CONFIG_NUMA builds
Mark Rutland
1
-1
/
+1
2022-06-25
random: split primary/secondary crng init paths
Mark Rutland
1
-12
/
+24
2022-06-25
random: remove some dead code of poolinfo
Yangtao Li
1
-30
/
+0
2022-06-25
random: fix typo in add_timer_randomness()
Yangtao Li
1
-1
/
+1
2022-06-25
random: Add and use pr_fmt()
Yangtao Li
1
-11
/
+10
2022-06-25
random: convert to ENTROPY_BITS for better code readability
Yangtao Li
1
-3
/
+2
2022-06-25
random: remove unnecessary unlikely()
Yangtao Li
1
-4
/
+2
2022-06-25
random: remove kernel.random.read_wakeup_threshold
Andy Lutomirski
1
-17
/
+1
2022-06-25
random: delete code to pull data into pools
Andy Lutomirski
1
-40
/
+0
2022-06-25
random: remove the blocking pool
Andy Lutomirski
1
-106
/
+0
2022-06-25
random: fix crash on multiple early calls to add_bootloader_randomness()
Dominik Brodowski
1
-21
/
+38
2022-06-25
char/random: silence a lockdep splat with printk()
Sergey Senozhatsky
1
-2
/
+3
2022-06-25
random: make /dev/random be almost like /dev/urandom
Andy Lutomirski
1
-41
/
+13
2022-06-25
random: ignore GRND_RANDOM in getentropy(2)
Andy Lutomirski
1
-3
/
+0
2022-06-25
random: add GRND_INSECURE to return best-effort non-cryptographic bytes
Andy Lutomirski
1
-2
/
+9
2022-06-25
random: Add a urandom_read_nowait() for random APIs that don't warn
Andy Lutomirski
1
-6
/
+15
2022-06-25
random: Don't wake crng_init_wait when crng_init == 1
Andy Lutomirski
1
-1
/
+0
2022-06-25
Revert "hwrng: core - Freeze khwrng thread during suspend"
Herbert Xu
1
-3
/
+1
2022-06-25
char/random: Add a newline at the end of the file
Borislav Petkov
1
-1
/
+1
2022-06-25
random: Use wait_event_freezable() in add_hwgenerator_randomness()
Stephen Boyd
1
-7
/
+5
2022-06-25
fdt: add support for rng-seed
Hsin-Yi Wang
2
-0
/
+23
2022-06-25
random: Support freezable kthreads in add_hwgenerator_randomness()
Stephen Boyd
1
-3
/
+7
[prev]
[next]