aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-18random: handle latent entropy and command line from random_init()Jason A. Donenfeld1-1/+1
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-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-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 Torvalds1-41/+26
2022-05-08Revert "parisc: Increase parisc_cache_flush_threshold setting"Helge Deller1-15/+3
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-8/+22
2022-05-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-69/+190
2022-05-06Merge tag 'riscv-for-linus-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-2/+19
2022-05-06KVM: VMX: Exit to userspace if vCPU has injected exception and invalid stateSean Christopherson1-1/+1
2022-05-06KVM: SEV: Mark nested locking of vcpu->lockPeter Gonda1-4/+38
2022-05-06powerpc/papr_scm: Fix buffer overflow issue with CONFIG_FORTIFY_SOURCEKajol Jain1-5/+2
2022-05-05Merge tag 's390-5.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-1/+27
2022-05-05Merge tag 'mips-fixes_5.18_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2-12/+7
2022-05-05x86/fpu: Prevent FPU state corruptionThomas Gleixner1-41/+26
2022-05-04powerpc/vdso: Fix incorrect CFI in gettimeofday.SMichael Ellerman1-2/+7
2022-05-04powerpc/pseries/vas: Use QoS credits from the userspaceHaren Myneni3-17/+27
2022-05-03KVM: s390: vsie/gmap: reduce gmap_rmap overheadChristian Borntraeger1-0/+7
2022-05-03Merge branch 'kvm-amd-pmu-fixes' into HEADPaolo Bonzini2-3/+30
2022-05-03kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMUSandipan Das1-0/+5
2022-05-03KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_idKyle Huey1-3/+25
2022-05-03Merge branch 'kvm-tdp-mmu-atomicity-fix' into HEADPaolo Bonzini5-61/+121
2022-05-03KVM: x86/mmu: Use atomic XCHG to write TDP MMU SPTEs with volatile bitsSean Christopherson2-31/+85
2022-05-03KVM: x86/mmu: Move shadow-present check out of spte_has_volatile_bits()Sean Christopherson3-27/+32
2022-05-03KVM: x86/mmu: Don't treat fully writable SPTEs as volatile (modulo A/D)Sean Christopherson2-9/+10
2022-05-02KVM: s390: Fix lockdep issue in vm memopJanis Schoetterl-Glausch1-1/+10
2022-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds15-54/+187