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-06-25
random: always use batched entropy for get_random_u{32,64}
Jason A. Donenfeld
1
-16
/
+4
2022-06-25
Revert "char/random: silence a lockdep splat with printk()"
Greg Kroah-Hartman
1
-3
/
+2
2022-06-25
char/random: silence a lockdep splat with printk()
Sergey Senozhatsky
1
-2
/
+3
2022-06-25
random: add a spinlock_t to struct batched_entropy
Sebastian Andrzej Siewior
1
-25
/
+27
2022-06-25
random: rate limit unseeded randomness warnings
Theodore Ts'o
1
-2
/
+3
2022-06-25
random: fix possible sleeping allocation from irq context
Theodore Ts'o
1
-1
/
+8
2022-06-25
random: set up the NUMA crng instances after the CRNG is fully initialized
Theodore Ts'o
1
-0
/
+27
2022-06-25
random: use a different mixing algorithm for add_device_randomness()
Theodore Ts'o
1
-4
/
+51
2022-06-25
random: fix warning message on ia64 and parisc
Helge Deller
1
-1
/
+1
2022-06-25
random: reorder READ_ONCE() in get_random_uXX
Sebastian Andrzej Siewior
1
-2
/
+4
2022-06-25
random: suppress spammy warnings about unseeded randomness
Theodore Ts'o
2
-23
/
+57
2022-06-25
random: do not ignore early device randomness
Kees Cook
2
-0
/
+6
2022-06-25
random: warn when kernel uses unseeded randomness
Jason A. Donenfeld
2
-2
/
+29
2022-06-25
random: add get_random_{bytes,u32,u64,int,long,once}_wait family
Jason A. Donenfeld
3
-0
/
+29
2022-06-25
random: add wait_for_random_bytes() API
Jason A. Donenfeld
2
-10
/
+32
2022-06-25
random: silence compiler warnings and fix race
Jason A. Donenfeld
1
-6
/
+6
2022-06-25
random: invalidate batched entropy after crng init
Jason A. Donenfeld
1
-0
/
+37
2022-06-25
random: move random_min_urandom_seed into CONFIG_SYSCTL ifdef block
Fabio Estevam
1
-5
/
+1
2022-06-25
random: convert get_random_int/long into get_random_u32/u64
Jason A. Donenfeld
2
-31
/
+49
2022-06-25
random: fix comment for unused random_min_urandom_seed
Stephan Müller
1
-3
/
+1
2022-06-25
random: remove variable limit
Stephan Müller
1
-23
/
+7
2022-06-25
random: remove stale urandom_init_wait
Stephan Müller
1
-1
/
+0
2022-06-25
random: remove stale maybe_reseed_primary_crng
Stephan Mueller
1
-7
/
+0
2022-06-25
9p: missing chunk of "fs/9p: Don't update file type when updating file attrib...
Al Viro
1
-7
/
+3
2022-06-16
Linux 4.9.319
v4.9.319
Greg Kroah-Hartman
1
-1
/
+1
2022-06-16
x86/speculation/mmio: Print SMT warning
Josh Poimboeuf
1
-0
/
+11
2022-06-16
KVM: x86/speculation: Disable Fill buffer clear within guests
Pawan Gupta
3
-1
/
+83
2022-06-16
x86/speculation/mmio: Reuse SRBDS mitigation for SBDS
Pawan Gupta
1
-7
/
+14
2022-06-16
x86/speculation/srbds: Update SRBDS mitigation selection
Pawan Gupta
1
-3
/
+5
2022-06-16
x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data
Pawan Gupta
4
-0
/
+34
2022-06-16
x86/speculation/mmio: Enable CPU Fill buffer clearing on idle
Pawan Gupta
1
-2
/
+14
2022-06-16
x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigations
Pawan Gupta
1
-10
/
+16
2022-06-16
x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data
Pawan Gupta
4
-4
/
+148
2022-06-16
x86/speculation: Add a common function for MD_CLEAR mitigation update
Pawan Gupta
1
-26
/
+33
2022-06-16
x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug
Pawan Gupta
3
-2
/
+61
2022-06-16
Documentation: Add documentation for Processor MMIO Stale Data
Pawan Gupta
2
-0
/
+247
2022-06-16
x86/cpu: Add another Alder Lake CPU to the Intel family
Gayatri Kammela
1
-0
/
+1
2022-06-16
x86/cpu: Add Lakefield, Alder Lake and Rocket Lake models to the to Intel CPU...
Tony Luck
1
-0
/
+7
2022-06-16
x86/cpu: Add Comet Lake to the Intel CPU models header
Kan Liang
1
-0
/
+3
2022-06-16
x86/CPU: Add more Icelake model numbers
Kan Liang
1
-0
/
+3
2022-06-16
x86/CPU: Add Icelake model number
Rajneesh Bhardwaj
1
-0
/
+2
2022-06-16
x86/cpu: Add Cannonlake to Intel family
Rajneesh Bhardwaj
1
-0
/
+6
2022-06-16
x86/cpu: Add Jasper Lake to Intel family
Zhang Rui
1
-0
/
+1
2022-06-16
cpu/speculation: Add prototype for cpu_show_srbds()
Guenter Roeck
1
-0
/
+1
2022-06-16
x86/cpu: Add Elkhart Lake to Intel family
Gayatri Kammela
1
-0
/
+2
2022-06-14
Linux 4.9.318
v4.9.318
Greg Kroah-Hartman
1
-1
/
+1
2022-06-14
tcp: fix tcp_mtup_probe_success vs wrong snd_cwnd
Eric Dumazet
1
-4
/
+7
2022-06-14
PCI: qcom: Fix unbalanced PHY init on probe errors
Johan Hovold
1
-1
/
+6
2022-06-14
mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064N
Tokunori Ikegami
2
-8
/
+35
2022-06-14
mtd: cfi_cmdset_0002: Move and rename chip_check/chip_ready/chip_good_for_write
Tokunori Ikegami
1
-45
/
+32
[prev]
[next]