aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-05-18random: do not use input pool from hard IRQsJason A. Donenfeld1-15/+36
2022-05-16random: order timer entropy functions below interrupt functionsJason A. Donenfeld1-119/+119
2022-05-15random: do not pretend to handle premature next security modelJason A. Donenfeld1-118/+68
2022-05-13random: use first 128 bits of input as fast initJason A. Donenfeld1-97/+49
2022-05-13random: do not use batches when !crng_ready()Jason A. Donenfeld1-3/+11
2022-05-13random: mix in timestamps and reseed on system restoreJason A. Donenfeld1-0/+30
2022-05-13random: vary jitter iterations based on cycle counter speedJason A. Donenfeld1-10/+26
2022-05-13random: insist on random_get_entropy() existing in order to simplifyJason A. Donenfeld1-60/+29
2022-05-13xtensa: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-4/+2
2022-05-13sparc: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-3/+1
2022-05-13um: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-7/+2
2022-05-13x86/tsc: Use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2-4/+12
2022-05-13nios2: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-0/+3
2022-05-13arm: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-0/+1
2022-05-13mips: use fallback for random_get_entropy() instead of just c0 randomJason A. Donenfeld1-9/+8
2022-05-13riscv: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-1/+1
2022-05-13m68k: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-1/+1
2022-05-13timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld2-0/+23
2022-05-13openrisc: start CPU timer early in bootJason A. Donenfeld2-0/+10
2022-05-13powerpc: define get_cycles macro for arch-overrideJason A. Donenfeld1-0/+1
2022-05-13alpha: define get_cycles macro for arch-overrideJason A. Donenfeld1-0/+1
2022-05-13parisc: define get_cycles macro for arch-overrideJason A. Donenfeld1-1/+2
2022-05-13s390: define get_cycles macro for arch-overrideJason A. Donenfeld1-0/+1
2022-05-13ia64: define get_cycles macro for arch-overrideJason A. Donenfeld1-0/+1
2022-05-13init: call time_init() before rand_initialize()Jason A. Donenfeld1-1/+2
2022-05-13random: fix sysctl documentation nitsJason A. Donenfeld1-4/+4
2022-05-08Linux 5.18-rc6Linus Torvalds1-1/+1
2022-05-08Merge tag 'for-5.18/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds15-42/+42
2022-05-08Merge tag 'powerpc-5.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds5-24/+36
2022-05-08Merge tag 'x86-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-46/+31
2022-05-08Merge tag 'timers-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+6
2022-05-08Revert "parisc: Increase parisc_cache_flush_threshold setting"Helge Deller1-15/+3
2022-05-08Merge tag 'irq-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-10/+33
2022-05-08Merge tag 'locking-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+2
2022-05-08parisc: Mark cr16 clock unstable on all SMP machinesHelge Deller1-23/+4
2022-05-08parisc: Fix typos in commentsJulia Lawall6-6/+6
2022-05-08parisc: Change MAX_ADDRESS to become unsigned long longHelge Deller1-1/+1
2022-05-08parisc: Merge model and model name into one line in /proc/cpuinfoHelge Deller1-2/+1
2022-05-08parisc: Re-enable GENERIC_CPU_DEVICES for !SMPHelge Deller1-0/+1
2022-05-08parisc: Update 32- and 64-bit defconfigsHelge Deller2-2/+5
2022-05-08parisc: Only list existing CPUs in cpu_possible_maskHelge Deller1-0/+8
2022-05-08Revert "parisc: Fix patch code locking and flushing"Helge Deller1-11/+14
2022-05-08Revert "parisc: Mark sched_clock unstable only if clocks are not syncronized"Helge Deller2-3/+6
2022-05-08Revert "parisc: Mark cr16 CPU clocksource unstable on all SMP machines"Helge Deller1-7/+21
2022-05-08Merge tag 'core-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2022-05-08Merge tag 'sound-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds21-74/+96
2022-05-08blk-mq: remove the error_count from struct requestWilly Tarreau1-1/+0
2022-05-08ataflop: use a statically allocated error countersWilly Tarreau1-4/+6
2022-05-08floppy: use a statically allocated error counterWilly Tarreau1-10/+8
2022-05-08Merge tag 'asoc-fix-v5.18-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai14-41/+54