summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* xtensa: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-05-131-4/+2
* sparc: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-05-131-3/+1
* um: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-05-131-7/+2
* x86/tsc: Use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-05-132-4/+12
* nios2: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-05-131-0/+3
* arm: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-05-131-0/+1
* mips: use fallback for random_get_entropy() instead of just c0 randomJason A. Donenfeld2022-05-131-9/+8
* riscv: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-05-131-1/+1
* m68k: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-05-131-1/+1
* openrisc: start CPU timer early in bootJason A. Donenfeld2022-05-132-0/+10
* powerpc: define get_cycles macro for arch-overrideJason A. Donenfeld2022-05-131-0/+1
* alpha: define get_cycles macro for arch-overrideJason A. Donenfeld2022-05-131-0/+1
* parisc: define get_cycles macro for arch-overrideJason A. Donenfeld2022-05-131-1/+2
* s390: define get_cycles macro for arch-overrideJason A. Donenfeld2022-05-131-0/+1
* ia64: define get_cycles macro for arch-overrideJason A. Donenfeld2022-05-131-0/+1
* Merge tag 'for-5.18/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-0815-42/+42
|\
| * Revert "parisc: Increase parisc_cache_flush_threshold setting"Helge Deller2022-05-081-15/+3
| * parisc: Mark cr16 clock unstable on all SMP machinesHelge Deller2022-05-081-23/+4
| * parisc: Fix typos in commentsJulia Lawall2022-05-086-6/+6
| * parisc: Change MAX_ADDRESS to become unsigned long longHelge Deller2022-05-081-1/+1
| * parisc: Merge model and model name into one line in /proc/cpuinfoHelge Deller2022-05-081-2/+1
| * parisc: Re-enable GENERIC_CPU_DEVICES for !SMPHelge Deller2022-05-081-0/+1
| * parisc: Update 32- and 64-bit defconfigsHelge Deller2022-05-082-2/+5
| * parisc: Only list existing CPUs in cpu_possible_maskHelge Deller2022-05-081-0/+8
| * Revert "parisc: Fix patch code locking and flushing"Helge Deller2022-05-081-11/+14
| * Revert "parisc: Mark sched_clock unstable only if clocks are not syncronized"Helge Deller2022-05-082-3/+6
| * Revert "parisc: Mark cr16 CPU clocksource unstable on all SMP machines"Helge Deller2022-05-081-8/+22
* | Merge tag 'powerpc-5.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-085-24/+36
|\ \
| * | powerpc/papr_scm: Fix buffer overflow issue with CONFIG_FORTIFY_SOURCEKajol Jain2022-05-061-5/+2
| * | powerpc/vdso: Fix incorrect CFI in gettimeofday.SMichael Ellerman2022-05-041-2/+7
| * | powerpc/pseries/vas: Use QoS credits from the userspaceHaren Myneni2022-05-043-17/+27
* | | Merge tag 'x86-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-081-41/+26
|\ \ \ | |_|/ |/| |
| * | x86/fpu: Prevent FPU state corruptionThomas Gleixner2022-05-051-41/+26
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-069-69/+190
|\ \ \
| * | | KVM: VMX: Exit to userspace if vCPU has injected exception and invalid stateSean Christopherson2022-05-061-1/+1
| * | | KVM: SEV: Mark nested locking of vcpu->lockPeter Gonda2022-05-061-4/+38
| * | | Merge branch 'kvm-amd-pmu-fixes' into HEADPaolo Bonzini2022-05-032-3/+30
| |\ \ \
| | * | | kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMUSandipan Das2022-05-031-0/+5
| | * | | KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_idKyle Huey2022-05-031-3/+25
| * | | | Merge branch 'kvm-tdp-mmu-atomicity-fix' into HEADPaolo Bonzini2022-05-035-61/+121
| |\ \ \ \
| | * | | | KVM: x86/mmu: Use atomic XCHG to write TDP MMU SPTEs with volatile bitsSean Christopherson2022-05-032-31/+85
| | * | | | KVM: x86/mmu: Move shadow-present check out of spte_has_volatile_bits()Sean Christopherson2022-05-033-27/+32
| | * | | | KVM: x86/mmu: Don't treat fully writable SPTEs as volatile (modulo A/D)Sean Christopherson2022-05-032-9/+10
| | |/ / /
* | | | | Merge tag 'riscv-for-linus-5.18-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-061-2/+19
|\ \ \ \ \
| * | | | | RISC-V: relocate DTB if it's outside memory regionNick Kossifidis2022-04-291-2/+19
* | | | | | Merge tag 's390-5.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-05-053-1/+27
|\ \ \ \ \ \
| * | | | | | KVM: s390: vsie/gmap: reduce gmap_rmap overheadChristian Borntraeger2022-05-031-0/+7
| * | | | | | KVM: s390: Fix lockdep issue in vm memopJanis Schoetterl-Glausch2022-05-021-1/+10
| * | | | | | s390: disable -Warray-boundsSven Schnelle2022-04-271-0/+10
* | | | | | | Merge tag 'mips-fixes_5.18_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-052-12/+7
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |