summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-02-247-14/+68
|\
| * KVM: x86: nSVM: disallow userspace setting of MSR_AMD64_TSC_RATIO to non defa...Maxim Levitsky2022-02-241-2/+17
| * KVM: x86/mmu: make apf token non-zero to fix bugLiang Zhang2022-02-241-1/+12
| * x86/kvm: Don't use pv tlb/ipi/sched_yield if on 1 vCPUWanpeng Li2022-02-181-3/+6
| * x86/kvm: Fix compilation warning in non-x86_64 buildsLeonardo Bras2022-02-181-0/+4
| * x86/kvm/fpu: Remove kvm_vcpu_arch.guest_supported_xcr0Leonardo Bras2022-02-173-8/+16
| * x86/kvm/fpu: Limit guest user_xfeatures to supported bits of XCR0Leonardo Bras2022-02-172-1/+6
| * kvm: x86: Disable KVM_HC_CLOCK_PAIRING if tsc is in always catchup modeAnton Romanov2022-02-171-0/+7
| * KVM: x86: Add KVM_CAP_ENABLE_CAP to x86Aaron Lewis2022-02-171-0/+1
* | Merge tag 'for-5.17/parisc-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-02-231-7/+7
|\ \
| * | parisc/unaligned: Fix ldw() and stw() unalignment handlersHelge Deller2022-02-231-3/+3
| * | parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernelHelge Deller2022-02-231-4/+4
* | | Merge tag 'x86_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-02-203-16/+7
|\ \ \
| * | | x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearingAndy Lutomirski2022-02-182-7/+6
| * | | x86/sgx: Fix missing poison handling in reclaimerReinette Chatre2022-02-171-9/+1
* | | | Merge tag 'riscv-for-linus-5.17-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-02-181-25/+47
|\ \ \ \
| * | | | RISC-V: Fix IPI/RFENCE hmask on non-monotonic hartid orderingGeert Uytterhoeven2022-02-141-18/+39
| * | | | RISC-V: Fix handling of empty cpu masksGeert Uytterhoeven2022-02-141-4/+4
| * | | | RISC-V: Fix hartid mask handling for hartid 31 and upGeert Uytterhoeven2022-02-141-3/+4
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-02-181-1/+1
|\ \ \ \ \
| * | | | | arm64: Correct wrong label in macro __init_el2_gicv3Joakim Tjernlund2022-02-141-1/+1
* | | | | | Merge tag 'powerpc-5.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-02-182-2/+4
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | powerpc/lib/sstep: fix 'ptesync' build errorAnders Roxell2022-02-151-0/+2
| * | | | | powerpc/603: Fix boot failure with DEBUG_PAGEALLOC and KFENCEChristophe Leroy2022-02-071-2/+2
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-02-1512-142/+232
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAWJim Mattson2022-02-141-1/+1
| * | | | | KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a perf eventJim Mattson2022-02-141-2/+3
| * | | | | KVM: SVM: fix race between interrupt delivery and AVIC inhibitionMaxim Levitsky2022-02-114-49/+55
| * | | | | KVM: SVM: set IRR in svm_deliver_interruptPaolo Bonzini2022-02-112-3/+1
| * | | | | KVM: SVM: extract avic_ring_doorbellMaxim Levitsky2022-02-111-11/+20
| * | | | | Merge tag 'kvmarm-fixes-5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-02-111-0/+2
| |\ \ \ \ \
| | * | | | | KVM: arm64: vgic: Read HW interrupt pending state from the HWMarc Zyngier2022-02-111-0/+2
| * | | | | | KVM: x86/xen: Fix runstate updates to be atomic when preempting vCPUDavid Woodhouse2022-02-101-30/+67
| * | | | | | KVM: x86: SVM: move avic definitions from AMD's spec to svm.hMaxim Levitsky2022-02-084-32/+38
| * | | | | | KVM: x86: lapic: don't touch irr_pending in kvm_apic_update_apicv when inhibi...Maxim Levitsky2022-02-081-1/+6
| * | | | | | KVM: x86: nSVM: deal with L1 hypervisor that intercepts interrupts but lets L...Maxim Levitsky2022-02-081-4/+13
| * | | | | | KVM: x86: nSVM: expose clean bit support to the guestMaxim Levitsky2022-02-081-0/+1
| * | | | | | KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is a result of RSMMaxim Levitsky2022-02-082-0/+6
| * | | | | | KVM: x86: nSVM: mark vmcb01 as dirty when restoring SMM saved stateMaxim Levitsky2022-02-081-0/+2
| * | | | | | KVM: x86: nSVM: fix potential NULL derefernce on nested migrationMaxim Levitsky2022-02-081-12/+14
| * | | | | | KVM: x86: SVM: don't passthrough SMAP/SMEP/PKE bits in !NPT && !gCR0.PG caseMaxim Levitsky2022-02-081-2/+10
| * | | | | | Revert "svm: Add warning message for AVIC IPI invalid target"Sean Christopherson2022-02-081-2/+0
* | | | | | | Merge tag 'for-5.17/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-02-154-19/+45
|\ \ \ \ \ \ \
| * | | | | | | parisc: Fix some apparent put_user() failuresHelge Deller2022-02-141-14/+15
| * | | | | | | parisc: Show error if wrong 32/64-bit compiler is being usedHelge Deller2022-02-131-0/+8
| * | | | | | | parisc: Add ioread64_lo_hi() and iowrite64_lo_hi()Andy Shevchenko2022-02-071-0/+18
| * | | | | | | parisc: Drop __init from map_pages declarationJohn David Anglin2022-01-281-5/+4
* | | | | | | | Merge tag 'objtool_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-02-131-9/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asmNick Desaulniers2022-02-021-9/+11
| |/ / / / / / /
* | | | | | | | Merge tag 'x86_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-02-131-0/+2
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |