aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-26locking/atomic: delete !ARCH_ATOMIC remnantsMark Rutland24-26/+0
2021-05-26locking/atomic: xtensa: move to ARCH_ATOMICMark Rutland3-18/+19
2021-05-26locking/atomic: sparc: move to ARCH_ATOMICMark Rutland7-80/+81
2021-05-26locking/atomic: sh: move to ARCH_ATOMICMark Rutland6-15/+16
2021-05-26locking/atomic: riscv: move to ARCH_ATOMICMark Rutland3-81/+82
2021-05-26locking/atomic: powerpc: move to ARCH_ATOMICMark Rutland4-83/+90
2021-05-26locking/atomic: parisc: move to ARCH_ATOMICMark Rutland3-23/+24
2021-05-26locking/atomic: openrisc: move to ARCH_ATOMICMark Rutland3-21/+26
2021-05-26locking/atomic: nios2: move to ARCH_ATOMICMark Rutland1-0/+1
2021-05-26locking/atomic: nds32: move to ARCH_ATOMICMark Rutland1-0/+1
2021-05-26locking/atomic: mips: move to ARCH_ATOMICMark Rutland4-39/+43
2021-05-26locking/atomic: microblaze: move to ARCH_ATOMICMark Rutland1-0/+1
2021-05-26locking/atomic: m68k: move to ARCH_ATOMICMark Rutland4-36/+37
2021-05-26locking/atomic: ia64: move to ARCH_ATOMICMark Rutland4-40/+61
2021-05-26locking/atomic: hexagon: move to ARCH_ATOMICMark Rutland3-16/+17
2021-05-26locking/atomic: h8300: move to ARCH_ATOMICMark Rutland1-0/+1
2021-05-26locking/atomic: csky: move to ARCH_ATOMICMark Rutland2-4/+5
2021-05-26locking/atomic: arm: move to ARCH_ATOMICMark Rutland4-57/+58
2021-05-26locking/atomic: arc: move to ARCH_ATOMICMark Rutland3-35/+36
2021-05-26locking/atomic: alpha: move to ARCH_ATOMICMark Rutland3-47/+54
2021-05-26locking/atomic: cmpxchg: make `generic` a prefixMark Rutland8-14/+14
2021-05-26locking/atomic: openrisc: avoid asm-generic/atomic.hMark Rutland1-1/+7
2021-05-26locking/atomic: microblaze: use asm-generic exclusivelyMark Rutland3-37/+1
2021-05-26locking/atomic: h8300: use asm-generic exclusivelyMark Rutland3-163/+1
2021-05-26locking/atomic: make ARCH_ATOMIC a Kconfig symbolMark Rutland8-6/+7
2021-05-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds20-316/+463
2021-05-09Merge tag 'perf_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+26
2021-05-09Merge tag 'x86_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-120/+131
2021-05-08Merge tag 'riscv-for-linus-5.13-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds5-10/+16
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds17-196/+28
2021-05-08Merge branch 'master' into nextMichael Ellerman240-1751/+3722
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds17-84/+36
2021-05-07Merge tag 'io_uring-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+18
2021-05-07KVM: SVM: Move GHCB unmapping to fix RCU warningTom Lendacky3-4/+5
2021-05-07KVM: SVM: Invert user pointer casting in SEV {en,de}crypt helpersSean Christopherson1-13/+11
2021-05-07KVM: x86: Prevent deadlock against tk_core.seqThomas Gleixner1-4/+18
2021-05-07KVM: x86: Cancel pvclock_gtod_work on module removalThomas Gleixner1-0/+1
2021-05-07KVM: x86: Prevent KVM SVM from loading on kernels with 5-level pagingSean Christopherson3-11/+16
2021-05-07KVM: X86: Expose bus lock debug exception to guestPaolo Bonzini3-1/+7
2021-05-07KVM: X86: Add support for the emulation of DR6_BUS_LOCK bitChenyi Qiang2-1/+5
2021-05-07KVM: PPC: Book3S HV: Fix conversion to gfn-based MMU notifier callbacksNicholas Piggin3-17/+36
2021-05-07KVM: x86: Hide RDTSCP and RDPID if MSR_TSC_AUX probing failedSean Christopherson1-0/+15
2021-05-07KVM: x86: Tie Intel and AMD behavior for MSR_TSC_AUX to guest CPU modelSean Christopherson4-39/+41
2021-05-07KVM: x86: Move uret MSR slot management to common x86Sean Christopherson4-29/+17
2021-05-07KVM: x86: Export the number of uret MSRs to vendor modulesSean Christopherson2-16/+14
2021-05-07KVM: VMX: Disable loading of TSX_CTRL MSR the more conventional waySean Christopherson1-12/+10
2021-05-07KVM: VMX: Use common x86's uret MSR list as the one true listSean Christopherson3-57/+53
2021-05-07KVM: VMX: Use flag to indicate "active" uret MSRs instead of sorting listSean Christopherson2-40/+42
2021-05-07KVM: VMX: Configure list of user return MSRs at module initSean Christopherson2-21/+50
2021-05-07KVM: x86: Add support for RDPID without RDTSCPSean Christopherson3-7/+29