summary refs log tree commit diff
AgeCommit message (Expand)Author
2022-05-18siphash: use one source of truth for siphash permutationsJason A. Donenfeld
2022-05-18random: help compiler out with fast_mix() by using simpler argumentsJason A. Donenfeld
2022-05-18random: do not use input pool from hard IRQsJason A. Donenfeld
2022-05-16random: order timer entropy functions below interrupt functionsJason A. Donenfeld
2022-05-15random: do not pretend to handle premature next security modelJason A. Donenfeld
2022-05-13random: use first 128 bits of input as fast initJason A. Donenfeld
2022-05-13random: do not use batches when !crng_ready()Jason A. Donenfeld
2022-05-13random: mix in timestamps and reseed on system restoreJason A. Donenfeld
2022-05-13random: vary jitter iterations based on cycle counter speedJason A. Donenfeld
2022-05-13random: insist on random_get_entropy() existing in order to simplifyJason A. Donenfeld
2022-05-13xtensa: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld
2022-05-13sparc: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld
2022-05-13um: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld
2022-05-13x86/tsc: Use fallback for random_get_entropy() instead of zeroJason A. Donenfeld
2022-05-13nios2: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld
2022-05-13arm: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld
2022-05-13mips: use fallback for random_get_entropy() instead of just c0 randomJason A. Donenfeld
2022-05-13riscv: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld
2022-05-13m68k: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld
2022-05-13timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld
2022-05-13openrisc: start CPU timer early in bootJason A. Donenfeld
2022-05-13powerpc: define get_cycles macro for arch-overrideJason A. Donenfeld
2022-05-13alpha: define get_cycles macro for arch-overrideJason A. Donenfeld
2022-05-13parisc: define get_cycles macro for arch-overrideJason A. Donenfeld
2022-05-13s390: define get_cycles macro for arch-overrideJason A. Donenfeld
2022-05-13ia64: define get_cycles macro for arch-overrideJason A. Donenfeld
2022-05-13init: call time_init() before rand_initialize()Jason A. Donenfeld
2022-05-13random: fix sysctl documentation nitsJason A. Donenfeld
2022-05-08Linux 5.18-rc6Linus Torvalds
2022-05-08Merge tag 'for-5.18/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-05-08Merge tag 'powerpc-5.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-05-08Merge tag 'x86-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-08Merge tag 'timers-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-08Revert "parisc: Increase parisc_cache_flush_threshold setting"Helge Deller
2022-05-08Merge tag 'irq-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-08Merge tag 'locking-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-05-08parisc: Mark cr16 clock unstable on all SMP machinesHelge Deller
2022-05-08parisc: Fix typos in commentsJulia Lawall
2022-05-08parisc: Change MAX_ADDRESS to become unsigned long longHelge Deller
2022-05-08parisc: Merge model and model name into one line in /proc/cpuinfoHelge Deller
2022-05-08parisc: Re-enable GENERIC_CPU_DEVICES for !SMPHelge Deller
2022-05-08parisc: Update 32- and 64-bit defconfigsHelge Deller
2022-05-08parisc: Only list existing CPUs in cpu_possible_maskHelge Deller
2022-05-08Revert "parisc: Fix patch code locking and flushing"Helge Deller
2022-05-08Revert "parisc: Mark sched_clock unstable only if clocks are not syncronized"Helge Deller
2022-05-08Revert "parisc: Mark cr16 CPU clocksource unstable on all SMP machines"Helge Deller
2022-05-08Merge tag 'core-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-08Merge tag 'sound-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-05-08blk-mq: remove the error_count from struct requestWilly Tarreau
2022-05-08ataflop: use a statically allocated error countersWilly Tarreau