summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2022-02-11KVM: s390: Return error on SIDA memop on normal guestJanis Schoetterl-Glausch
2022-02-08x86/perf: Default set FREEZE_ON_SMI for allPeter Zijlstra
2022-02-08perf/x86/intel/pt: Fix crash with stop filters in single-range modeTristan Hume
2022-02-08kvm/arm64: rework guest entry logicMark Rutland
2022-02-08arm64: Add Cortex-A510 CPU part definitionAnshuman Khandual
2022-02-08KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occursJames Morse
2022-02-08KVM: arm64: Avoid consuming a stale esr value when SError occurJames Morse
2022-02-08RISC-V: KVM: make CY, TM, and IR counters accessible in VU modeMayuresh Chitale
2022-02-01KVM: nVMX: Allow VMREAD when Enlightened VMCS is in useVitaly Kuznetsov
2022-02-01KVM: nVMX: Implement evmcs_field_offset() suitable for handle_vmread()Vitaly Kuznetsov
2022-02-01KVM: nVMX: Rename vmcs_to_field_offset{,_table}Vitaly Kuznetsov
2022-02-01powerpc/perf: Fix power_pmu_disable to call clear_pmi_irq_pending only if PMI...Athira Rajeev
2022-02-01powerpc/64s: Mask SRR0 before checking against the masked NIPNicholas Piggin
2022-02-01powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06Naveen N. Rao
2022-02-01KVM: arm64: pkvm: Use the mm_ops indirection for cache maintenanceMarc Zyngier
2022-02-01ARM: 9170/1: fix panic when kasan and kprobe are enabledsparkhuang
2022-02-01powerpc/32: Fix boot failure with GCC latent entropy pluginChristophe Leroy
2022-02-01powerpc/32s: Fix kasan_init_region() for KASANChristophe Leroy
2022-02-01powerpc/32s: Allocate one 256k IBAT instead of two consecutives 128k IBATsChristophe Leroy
2022-02-01x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPINTony Luck
2022-02-01x86/MCE/AMD: Allow thresholding interface updates after initYazen Ghannam
2022-02-01PCI/sysfs: Find shadow ROM before static attribute initializationBjorn Helgaas
2022-02-01arm64: extable: fix load_unaligned_zeropad() reg indicesEvgenii Stepanov
2022-02-01KVM: PPC: Book3S HV Nested: Fix nested HFSCR being clobbered with multiple vCPUsNicholas Piggin
2022-02-01KVM: x86: Sync the states size with the XCR0/IA32_XSS at, any timeLike Xu
2022-02-01KVM: x86: Update vCPU's runtime CPUID on write to MSR_IA32_XSSLike Xu
2022-02-01KVM: x86: Keep MSR_IA32_XSS unchanged for INITXiaoyao Li
2022-02-01KVM: x86: Check .flags in kvm_cpuid_check_equal() tooVitaly Kuznetsov
2022-02-01KVM: x86: Forcibly leave nested virt when SMM state is toggledSean Christopherson
2022-02-01KVM: x86: Free kvm_cpuid_entry2 array on post-KVM_RUN KVM_SET_CPUID{,2}Sean Christopherson
2022-02-01KVM: x86: Move CPUID.(EAX=0x12,ECX=1) mangling to __kvm_update_cpuid_runtime()Vitaly Kuznetsov
2022-02-01KVM: x86: nSVM: skip eax alignment check for non-SVM instructionsDenis Valeev
2022-02-01KVM: SVM: Don't intercept #GP for SEV guestsSean Christopherson
2022-02-01KVM: SVM: Never reject emulation due to SMAP errata for !SEV guestsSean Christopherson
2022-02-01KVM: LAPIC: Also cancel preemption timer during SET_LAPICWanpeng Li
2022-02-01perf/x86/intel: Add a quirk for the calculation of the number of counters on ...Kan Liang
2022-02-01perf/x86/intel/uncore: Fix CAS_COUNT_WRITE issue for ICXZhengjun Xing
2022-02-01powerpc/audit: Fix syscall_get_arch()Christophe Leroy
2022-02-01Revert "KVM: SVM: avoid infinite loop on NPF from bad address"Sean Christopherson
2022-02-01powerpc/bpf: Update ldimm64 instructions during extra passNaveen N. Rao
2022-02-01powerpc32/bpf: Fix codegen for bpf-to-bpf callsNaveen N. Rao
2022-02-01s390/nmi: handle vector validity failures for KVM guestsChristian Borntraeger
2022-02-01s390/nmi: handle guarded storage validity failures for KVM guestsChristian Borntraeger
2022-02-01s390/hypfs: include z/VM guests with access control group setVasily Gorbik
2022-02-01s390/module: fix loading modules with a lot of relocationsIlya Leoshkevich
2022-02-01KVM: arm64: vgic-v3: Restrict SEIS workaround to known broken systemsMarc Zyngier
2022-02-01KVM: arm64: Use shadow SPSR_EL1 when injecting exceptions on !VHEMarc Zyngier
2022-02-01ARM: 9180/1: Thumb2: align ALT_UP() sections in modules sufficientlyArd Biesheuvel
2022-02-01ARM: 9179/1: uaccess: avoid alignment faults in copy_[from|to]_kernel_nofaultArd Biesheuvel
2022-01-29arm64/bpf: Remove 128MB limit for BPF JIT programsRussell King