summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-25random: always use batched entropy for get_random_u{32,64}Jason A. Donenfeld1-16/+4
2022-06-25Revert "char/random: silence a lockdep splat with printk()"Greg Kroah-Hartman1-3/+2
2022-06-25char/random: silence a lockdep splat with printk()Sergey Senozhatsky1-2/+3
2022-06-25random: add a spinlock_t to struct batched_entropySebastian Andrzej Siewior1-25/+27
2022-06-25random: rate limit unseeded randomness warningsTheodore Ts'o1-2/+3
2022-06-25random: fix possible sleeping allocation from irq contextTheodore Ts'o1-1/+8
2022-06-25random: set up the NUMA crng instances after the CRNG is fully initializedTheodore Ts'o1-0/+27
2022-06-25random: use a different mixing algorithm for add_device_randomness()Theodore Ts'o1-4/+51
2022-06-25random: fix warning message on ia64 and pariscHelge Deller1-1/+1
2022-06-25random: reorder READ_ONCE() in get_random_uXXSebastian Andrzej Siewior1-2/+4
2022-06-25random: suppress spammy warnings about unseeded randomnessTheodore Ts'o2-23/+57
2022-06-25random: do not ignore early device randomnessKees Cook2-0/+6
2022-06-25random: warn when kernel uses unseeded randomnessJason A. Donenfeld2-2/+29
2022-06-25random: add get_random_{bytes,u32,u64,int,long,once}_wait familyJason A. Donenfeld3-0/+29
2022-06-25random: add wait_for_random_bytes() APIJason A. Donenfeld2-10/+32
2022-06-25random: silence compiler warnings and fix raceJason A. Donenfeld1-6/+6
2022-06-25random: invalidate batched entropy after crng initJason A. Donenfeld1-0/+37
2022-06-25random: move random_min_urandom_seed into CONFIG_SYSCTL ifdef blockFabio Estevam1-5/+1
2022-06-25random: convert get_random_int/long into get_random_u32/u64Jason A. Donenfeld2-31/+49
2022-06-25random: fix comment for unused random_min_urandom_seedStephan Müller1-3/+1
2022-06-25random: remove variable limitStephan Müller1-23/+7
2022-06-25random: remove stale urandom_init_waitStephan Müller1-1/+0
2022-06-25random: remove stale maybe_reseed_primary_crngStephan Mueller1-7/+0
2022-06-259p: missing chunk of "fs/9p: Don't update file type when updating file attrib...Al Viro1-7/+3
2022-06-16Linux 4.9.319v4.9.319Greg Kroah-Hartman1-1/+1
2022-06-16x86/speculation/mmio: Print SMT warningJosh Poimboeuf1-0/+11
2022-06-16KVM: x86/speculation: Disable Fill buffer clear within guestsPawan Gupta3-1/+83
2022-06-16x86/speculation/mmio: Reuse SRBDS mitigation for SBDSPawan Gupta1-7/+14
2022-06-16x86/speculation/srbds: Update SRBDS mitigation selectionPawan Gupta1-3/+5
2022-06-16x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataPawan Gupta4-0/+34
2022-06-16x86/speculation/mmio: Enable CPU Fill buffer clearing on idlePawan Gupta1-2/+14
2022-06-16x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigationsPawan Gupta1-10/+16
2022-06-16x86/speculation/mmio: Add mitigation for Processor MMIO Stale DataPawan Gupta4-4/+148
2022-06-16x86/speculation: Add a common function for MD_CLEAR mitigation updatePawan Gupta1-26/+33
2022-06-16x86/speculation/mmio: Enumerate Processor MMIO Stale Data bugPawan Gupta3-2/+61
2022-06-16Documentation: Add documentation for Processor MMIO Stale DataPawan Gupta2-0/+247
2022-06-16x86/cpu: Add another Alder Lake CPU to the Intel familyGayatri Kammela1-0/+1
2022-06-16x86/cpu: Add Lakefield, Alder Lake and Rocket Lake models to the to Intel CPU...Tony Luck1-0/+7
2022-06-16x86/cpu: Add Comet Lake to the Intel CPU models headerKan Liang1-0/+3
2022-06-16x86/CPU: Add more Icelake model numbersKan Liang1-0/+3
2022-06-16x86/CPU: Add Icelake model numberRajneesh Bhardwaj1-0/+2
2022-06-16x86/cpu: Add Cannonlake to Intel familyRajneesh Bhardwaj1-0/+6
2022-06-16x86/cpu: Add Jasper Lake to Intel familyZhang Rui1-0/+1
2022-06-16cpu/speculation: Add prototype for cpu_show_srbds()Guenter Roeck1-0/+1
2022-06-16x86/cpu: Add Elkhart Lake to Intel familyGayatri Kammela1-0/+2
2022-06-14Linux 4.9.318v4.9.318Greg Kroah-Hartman1-1/+1
2022-06-14tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet1-4/+7
2022-06-14PCI: qcom: Fix unbalanced PHY init on probe errorsJohan Hovold1-1/+6
2022-06-14mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064NTokunori Ikegami2-8/+35
2022-06-14mtd: cfi_cmdset_0002: Move and rename chip_check/chip_ready/chip_good_for_writeTokunori Ikegami1-45/+32