summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* locking/atomic: delete !ARCH_ATOMIC remnantsMark Rutland2021-05-2624-26/+0
* locking/atomic: xtensa: move to ARCH_ATOMICMark Rutland2021-05-263-18/+19
* locking/atomic: sparc: move to ARCH_ATOMICMark Rutland2021-05-267-80/+81
* locking/atomic: sh: move to ARCH_ATOMICMark Rutland2021-05-266-15/+16
* locking/atomic: riscv: move to ARCH_ATOMICMark Rutland2021-05-263-81/+82
* locking/atomic: powerpc: move to ARCH_ATOMICMark Rutland2021-05-264-83/+90
* locking/atomic: parisc: move to ARCH_ATOMICMark Rutland2021-05-263-23/+24
* locking/atomic: openrisc: move to ARCH_ATOMICMark Rutland2021-05-263-21/+26
* locking/atomic: nios2: move to ARCH_ATOMICMark Rutland2021-05-261-0/+1
* locking/atomic: nds32: move to ARCH_ATOMICMark Rutland2021-05-261-0/+1
* locking/atomic: mips: move to ARCH_ATOMICMark Rutland2021-05-264-39/+43
* locking/atomic: microblaze: move to ARCH_ATOMICMark Rutland2021-05-261-0/+1
* locking/atomic: m68k: move to ARCH_ATOMICMark Rutland2021-05-264-36/+37
* locking/atomic: ia64: move to ARCH_ATOMICMark Rutland2021-05-264-40/+61
* locking/atomic: hexagon: move to ARCH_ATOMICMark Rutland2021-05-263-16/+17
* locking/atomic: h8300: move to ARCH_ATOMICMark Rutland2021-05-261-0/+1
* locking/atomic: csky: move to ARCH_ATOMICMark Rutland2021-05-262-4/+5
* locking/atomic: arm: move to ARCH_ATOMICMark Rutland2021-05-264-57/+58
* locking/atomic: arc: move to ARCH_ATOMICMark Rutland2021-05-263-35/+36
* locking/atomic: alpha: move to ARCH_ATOMICMark Rutland2021-05-263-47/+54
* locking/atomic: cmpxchg: make `generic` a prefixMark Rutland2021-05-268-14/+14
* locking/atomic: openrisc: avoid asm-generic/atomic.hMark Rutland2021-05-261-1/+7
* locking/atomic: microblaze: use asm-generic exclusivelyMark Rutland2021-05-263-37/+1
* locking/atomic: h8300: use asm-generic exclusivelyMark Rutland2021-05-263-163/+1
* locking/atomic: make ARCH_ATOMIC a Kconfig symbolMark Rutland2021-05-268-6/+7
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-1020-316/+463
|\
| * KVM: SVM: Move GHCB unmapping to fix RCU warningTom Lendacky2021-05-073-4/+5
| * KVM: SVM: Invert user pointer casting in SEV {en,de}crypt helpersSean Christopherson2021-05-071-13/+11
| * KVM: x86: Prevent deadlock against tk_core.seqThomas Gleixner2021-05-071-4/+18
| * KVM: x86: Cancel pvclock_gtod_work on module removalThomas Gleixner2021-05-071-0/+1
| * KVM: x86: Prevent KVM SVM from loading on kernels with 5-level pagingSean Christopherson2021-05-073-11/+16
| * KVM: X86: Expose bus lock debug exception to guestPaolo Bonzini2021-05-073-1/+7
| * KVM: X86: Add support for the emulation of DR6_BUS_LOCK bitChenyi Qiang2021-05-072-1/+5
| * KVM: PPC: Book3S HV: Fix conversion to gfn-based MMU notifier callbacksNicholas Piggin2021-05-073-17/+36
| * KVM: x86: Hide RDTSCP and RDPID if MSR_TSC_AUX probing failedSean Christopherson2021-05-071-0/+15
| * KVM: x86: Tie Intel and AMD behavior for MSR_TSC_AUX to guest CPU modelSean Christopherson2021-05-074-39/+41
| * KVM: x86: Move uret MSR slot management to common x86Sean Christopherson2021-05-074-29/+17
| * KVM: x86: Export the number of uret MSRs to vendor modulesSean Christopherson2021-05-072-16/+14
| * KVM: VMX: Disable loading of TSX_CTRL MSR the more conventional waySean Christopherson2021-05-071-12/+10
| * KVM: VMX: Use common x86's uret MSR list as the one true listSean Christopherson2021-05-073-57/+53
| * KVM: VMX: Use flag to indicate "active" uret MSRs instead of sorting listSean Christopherson2021-05-072-40/+42
| * KVM: VMX: Configure list of user return MSRs at module initSean Christopherson2021-05-072-21/+50
| * KVM: x86: Add support for RDPID without RDTSCPSean Christopherson2021-05-073-7/+29
| * KVM: SVM: Probe and load MSR_TSC_AUX regardless of RDTSCP support in hostSean Christopherson2021-05-071-8/+10
| * KVM: VMX: Disable preemption when probing user return MSRsSean Christopherson2021-05-073-4/+18
| * KVM: x86: Move RDPID emulation intercept to its own enumSean Christopherson2021-05-073-2/+4
| * KVM: SVM: Inject #UD on RDTSCP when it should be disabled in the guestSean Christopherson2021-05-071-4/+13
| * KVM: x86: Emulate RDPID only if RDTSCP is supportedSean Christopherson2021-05-071-1/+2
| * KVM: VMX: Do not advertise RDPID if ENABLE_RDTSCP control is unsupportedSean Christopherson2021-05-071-2/+4
| * KVM: nSVM: remove a warning about vmcb01 VM exit reasonMaxim Levitsky2021-05-071-1/+0