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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-19
random: use static branch for crng_ready()
Jason A. Donenfeld
1
-4
/
+12
2022-05-18
random: credit architectural init the exact amount
Jason A. Donenfeld
1
-6
/
+6
2022-05-18
random: handle latent entropy and command line from random_init()
Jason A. Donenfeld
4
-23
/
+21
2022-05-18
random: use proper jiffies comparison macro
Jason A. Donenfeld
1
-1
/
+1
2022-05-18
random: remove ratelimiting for in-kernel unseeded randomness
Jason A. Donenfeld
2
-46
/
+19
2022-05-18
random: move initialization out of reseeding hot path
Jason A. Donenfeld
1
-23
/
+19
2022-05-18
random: avoid initializing twice in credit race
Jason A. Donenfeld
1
-5
/
+5
2022-05-18
random: use symbolic constants for crng_init states
Jason A. Donenfeld
1
-19
/
+19
2022-05-18
random32: use real rng for non-deterministic randomness
Jason A. Donenfeld
6
-395
/
+15
2022-05-18
siphash: use one source of truth for siphash permutations
Jason A. Donenfeld
4
-61
/
+52
2022-05-18
random: help compiler out with fast_mix() by using simpler arguments
Jason A. Donenfeld
1
-21
/
+23
2022-05-18
random: do not use input pool from hard IRQs
Jason A. Donenfeld
1
-15
/
+36
2022-05-16
random: order timer entropy functions below interrupt functions
Jason A. Donenfeld
1
-119
/
+119
2022-05-15
random: do not pretend to handle premature next security model
Jason A. Donenfeld
1
-118
/
+68
2022-05-14
random: use first 128 bits of input as fast init
Jason A. Donenfeld
1
-97
/
+49
2022-05-14
random: do not use batches when !crng_ready()
Jason A. Donenfeld
1
-3
/
+11
2022-05-14
random: mix in timestamps and reseed on system restore
Jason A. Donenfeld
1
-0
/
+30
2022-05-14
random: vary jitter iterations based on cycle counter speed
Jason A. Donenfeld
1
-10
/
+26
2022-05-14
random: insist on random_get_entropy() existing in order to simplify
Jason A. Donenfeld
1
-60
/
+29
2022-05-14
xtensa: use fallback for random_get_entropy() instead of zero
Jason A. Donenfeld
1
-4
/
+2
2022-05-14
sparc: use fallback for random_get_entropy() instead of zero
Jason A. Donenfeld
1
-3
/
+1
2022-05-14
um: use fallback for random_get_entropy() instead of zero
Jason A. Donenfeld
1
-7
/
+2
2022-05-14
x86/tsc: Use fallback for random_get_entropy() instead of zero
Jason A. Donenfeld
2
-4
/
+12
2022-05-14
nios2: use fallback for random_get_entropy() instead of zero
Jason A. Donenfeld
1
-0
/
+3
2022-05-14
arm: use fallback for random_get_entropy() instead of zero
Jason A. Donenfeld
1
-0
/
+1
2022-05-14
mips: use fallback for random_get_entropy() instead of just c0 random
Jason A. Donenfeld
1
-9
/
+8
2022-05-14
riscv: use fallback for random_get_entropy() instead of zero
Jason A. Donenfeld
1
-1
/
+1
2022-05-14
m68k: use fallback for random_get_entropy() instead of zero
Jason A. Donenfeld
1
-1
/
+1
2022-05-14
timekeeping: Add raw clock fallback for random_get_entropy()
Jason A. Donenfeld
2
-0
/
+23
2022-05-14
openrisc: start CPU timer early in boot
Jason A. Donenfeld
2
-0
/
+10
2022-05-14
powerpc: define get_cycles macro for arch-override
Jason A. Donenfeld
1
-0
/
+1
2022-05-14
alpha: define get_cycles macro for arch-override
Jason A. Donenfeld
1
-0
/
+1
2022-05-14
parisc: define get_cycles macro for arch-override
Jason A. Donenfeld
1
-1
/
+2
2022-05-14
s390: define get_cycles macro for arch-override
Jason A. Donenfeld
1
-0
/
+1
2022-05-14
ia64: define get_cycles macro for arch-override
Jason A. Donenfeld
1
-0
/
+1
2022-05-14
init: call time_init() before rand_initialize()
Jason A. Donenfeld
1
-1
/
+2
2022-05-14
random: fix sysctl documentation nits
Jason A. Donenfeld
1
-4
/
+4
2022-05-08
Linux 5.18-rc6
v5.18-rc6
Linus Torvalds
1
-1
/
+1
2022-05-08
Merge tag 'for-5.18/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
15
-42
/
+42
2022-05-08
Merge tag 'powerpc-5.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
5
-24
/
+36
2022-05-08
Merge tag 'x86-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-46
/
+31
2022-05-08
Merge tag 'timers-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-6
/
+6
2022-05-08
Revert "parisc: Increase parisc_cache_flush_threshold setting"
Helge Deller
1
-15
/
+3
2022-05-08
Merge tag 'irq-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-10
/
+33
2022-05-08
Merge tag 'locking-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-1
/
+2
2022-05-08
parisc: Mark cr16 clock unstable on all SMP machines
Helge Deller
1
-23
/
+4
2022-05-08
parisc: Fix typos in comments
Julia Lawall
6
-6
/
+6
2022-05-08
parisc: Change MAX_ADDRESS to become unsigned long long
Helge Deller
1
-1
/
+1
2022-05-08
parisc: Merge model and model name into one line in /proc/cpuinfo
Helge Deller
1
-2
/
+1
2022-05-08
parisc: Re-enable GENERIC_CPU_DEVICES for !SMP
Helge Deller
1
-0
/
+1
[next]