summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-03-05kvm: nVMX: VMWRITE checks unsupported field before read-only fieldJim Mattson1-5/+6
2020-03-05kvm: nVMX: VMWRITE checks VMCS-link pointer before VMCS fieldJim Mattson1-34/+25
2020-03-05KVM: x86: Remove spurious clearing of async #PF MSRSean Christopherson1-2/+0
2020-03-05KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction pathSean Christopherson1-4/+0
2020-03-05x86/resctrl: Check monitoring static key in the MBM overflow handlerXiaochen Shen2-2/+3
2020-03-05KVM: SVM: Override default MMIO mask if memory encryption is enabledTom Lendacky1-0/+43
2020-03-05MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'Christophe JAILLET1-1/+1
2020-03-05KVM: VMX: check descriptor table exits on instruction emulationOliver Upton1-0/+15
2020-03-05ARM: dts: sti: fixup sound frame-inversion for stihxxx-b2120.dtsiKuninori Morimoto1-1/+1
2020-03-05perf/x86/msr: Add Tremont supportKan Liang1-1/+2
2020-03-05perf/x86/cstate: Add Tremont supportKan Liang1-9/+13
2020-03-05perf/x86/intel: Add Elkhart Lake supportKan Liang1-0/+1
2020-02-28s390/mm: Explicitly compare PAGE_DEFAULT_KEY against zero in storage_key_init...Nathan Chancellor1-1/+1
2020-02-28s390/kaslr: Fix casts in get_randomNathan Chancellor1-1/+1
2020-02-28arm64: lse: Fix LSE atomics with LLVMVincenzo Frascino1-1/+1
2020-02-28KVM: apic: avoid calculating pending eoi from an uninitialized valMiaohe Lin1-1/+3
2020-02-28KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov4-10/+17
2020-02-28KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap...Vitaly Kuznetsov4-11/+8
2020-02-28KVM: nVMX: Check IO instruction VM-exit conditionsOliver Upton2-7/+52
2020-02-28KVM: nVMX: Refactor IO bitmap checks into helper functionOliver Upton2-14/+27
2020-02-28KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOIMiaohe Lin1-1/+1
2020-02-28KVM: nVMX: Don't emulate instructions in guest modePaolo Bonzini1-1/+1
2020-02-28x86/cpu/amd: Enable the fixed Instructions Retired counter IRPERFKim Phillips2-0/+16
2020-02-28x86/mce/amd: Fix kobject lifetimeThomas Gleixner1-6/+11
2020-02-28x86/mce/amd: Publish the bank pointer only after setup has succeededBorislav Petkov1-17/+16
2020-02-28x86/ima: use correct identifier for SetupMode variableArd Biesheuvel1-4/+2
2020-02-28arm64: memory: Add missing brackets to untagged_addr() macroWill Deacon1-1/+1
2020-02-28powerpc/hugetlb: Fix 8M hugepages on 8xxChristophe Leroy1-0/+5
2020-02-28powerpc/hugetlb: Fix 512k hugepages on 8xx with 16k page sizeChristophe Leroy1-11/+18
2020-02-28powerpc/entry: Fix an #if which should be an #ifdef in entry_32.SChristophe Leroy1-2/+2
2020-02-28powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal deliveryGustavo Luiz Duarte3-28/+39
2020-02-28powerpc/eeh: Fix deadlock handling dead PHBSam Bobroff1-10/+11
2020-02-28powerpc/8xx: Fix clearing of bits 20-23 in ITLB missChristophe Leroy1-1/+1
2020-02-24s390/pci: Recover handle in clp_set_pci_fn()Niklas Schnelle3-21/+31
2020-02-24microblaze: Prevent the overflow of the startShubhrajyoti Datta1-1/+2
2020-02-24asm-generic/tlb: add missing CONFIG symbolPeter Zijlstra1-0/+3
2020-02-24powerpc: Do not consider weak unresolved symbol relocations as badAlexandre Ghiti2-10/+14
2020-02-24powerpc/mm: Don't log user reads to 0xffffffffChristophe Leroy1-0/+3
2020-02-24ARM: 8951/1: Fix Kexec compilation issue.Vincenzo Frascino1-1/+1
2020-02-24powerpc/pseries/lparcfg: Fix display of Maximum MemoryMichael Bringmann1-2/+2
2020-02-24powerpc/sriov: Remove VF eeh_dev state when disabling SR-IOVOliver O'Halloran1-1/+14
2020-02-24s390/ftrace: generate traced function stack frameVasily Gorbik1-1/+14
2020-02-24s390: adjust -mpacked-stack support check for clang 10Vasily Gorbik1-1/+1
2020-02-24x86/decoder: Add TEST opcode to Group3-2Masami Hiramatsu1-1/+1
2020-02-24x86/mm: Fix NX bit clearing issue in kernel_map_pages_in_pgdArd Biesheuvel1-7/+1
2020-02-24perf/x86/amd: Constrain Large Increment per Cycle eventsKim Phillips2-30/+63
2020-02-24arm64: dts: ti: k3-j721e-main: Add missing power-domains for smmuLokesh Vutla1-0/+1
2020-02-24KVM: PPC: Remove set but not used variable 'ra', 'rs', 'rt'zhengbin1-5/+0
2020-02-24arm64: fix alternatives with LLVM's integrated assemblerSami Tolvanen1-11/+21
2020-02-24arm64: lse: fix LSE atomics with LLVM's integrated assemblerSami Tolvanen2-3/+22