summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2019-12-17x86/MCE/AMD: Carve out the MC4_MISC thresholding quirkShirish S2-29/+36
2019-12-17x86/MCE/AMD: Turn off MC4_MISC thresholding on all family 0x15 modelsShirish S1-3/+2
2019-12-13KVM: x86: fix out-of-bounds write in KVM_GET_EMULATED_CPUID (CVE-2019-19332)Paolo Bonzini1-1/+4
2019-12-13KVM: x86: Grab KVM's srcu lock when setting nested stateSean Christopherson1-0/+3
2019-12-13KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIESPaolo Bonzini1-2/+7
2019-12-13KVM: x86: do not modify masked bits of shared MSRsPaolo Bonzini1-2/+3
2019-12-13x86/PCI: Avoid AMD FCH XHCI USB PME# from D0 defectKai-Heng Feng1-0/+11
2019-12-13x86/mm/32: Sync only to VMALLOC_END in vmalloc_sync_all()Joerg Roedel1-1/+1
2019-12-05kprobes/x86: Show x86-64 specific blacklisted symbols correctlyMasami Hiramatsu1-0/+6
2019-12-05kprobes/x86/xen: blacklist non-attachable xen interrupt functionsAndrea Righi1-0/+2
2019-12-05Revert "KVM: nVMX: move check_vmentry_postreqs() call to nested_vmx_enter_non...Greg Kroah-Hartman1-3/+7
2019-12-05Revert "KVM: nVMX: reset cache/shadows when switching loaded VMCS"Greg Kroah-Hartman1-4/+4
2019-12-05kvm: vmx: Set IA32_TSC_AUX for legacy mode guestsJim Mattson1-3/+3
2019-12-05x86/resctrl: Prevent NULL pointer dereference when reading mondataXiaochen Shen1-0/+4
2019-12-01x86/speculation: Fix redundant MDS mitigation messageWaiman Long1-0/+13
2019-12-01x86/speculation: Fix incorrect MDS/TAA mitigation statusWaiman Long1-2/+15
2019-12-01x86/insn: Fix awk regexp warningsAlexander Kapshuk1-2/+2
2019-12-01KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson1-4/+4
2019-12-01x86/intel_rdt: Prevent pseudo-locking from using stale pointersJithu Joseph4-12/+55
2019-12-01kprobes, x86/ptrace.h: Make regs_get_kernel_stack_nth() not fault on bad stackSteven Rostedt (VMware)1-7/+35
2019-12-01KVM/x86: Fix invvpid and invept register operand size in 64-bit modeUros Bizjak1-2/+2
2019-12-01KVM: nVMX: move check_vmentry_postreqs() call to nested_vmx_enter_non_root_mo...Sean Christopherson1-7/+3
2019-12-01KVM: nVMX: reset cache/shadows when switching loaded VMCSSean Christopherson1-4/+4
2019-11-24x86/resctrl: Fix rdt_find_domain() return value and checksReinette Chatre3-3/+3
2019-11-24x86/mm: Do not warn about PCI BIOS W+X mappingsThomas Gleixner1-8/+27
2019-11-24x86/kexec: Correct KEXEC_BACKUP_SRC_END off-by-one errorBjorn Helgaas1-1/+1
2019-11-24x86/intel_rdt: CBM overlap should also check for overlap with CDP peerReinette Chatre1-7/+41
2019-11-24x86/intel_rdt: Introduce utility to obtain CDP peerReinette Chatre1-0/+72
2019-11-24x86/fsgsbase/64: Fix ptrace() to read the FS/GS base accuratelyAndy Lutomirski1-10/+52
2019-11-24x86/olpc: Fix build error with CONFIG_MFD_CS5535=mBorislav Petkov1-2/+1
2019-11-24PM / hibernate: Check the success of generating md5 digest before hibernationChen Yu1-6/+5
2019-11-24x86/PCI: Apply VMD's AERSID fixup genericallyJon Derrick1-9/+3
2019-11-24bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}Wang YanQing1-53/+168
2019-11-24bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0Luke Nelson1-57/+6
2019-11-24bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0Luke Nelson1-198/+23
2019-11-24bpf, x32: Fix bug for BPF_ALU64 | BPF_NEGWang YanQing1-13/+6
2019-11-20x86/hyperv: Suppress "PCI: Fatal: No config space access function found"Dexuan Cui1-0/+19
2019-11-20x86/CPU: Change query logic so CPUID is enabled before testingMatthew Whitehead1-1/+3
2019-11-20x86/CPU: Use correct macros for Cyrix callsMatthew Whitehead1-1/+1
2019-11-20x86/mce-inject: Reset injection struct after injectionBorislav Petkov1-0/+6
2019-11-20signal: Properly deliver SIGSEGV from x86 uprobesEric W. Biederman1-1/+1
2019-11-20KVM: x86: introduce is_pae_pagingPaolo Bonzini3-8/+12
2019-11-12kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid4-0/+148
2019-11-12kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini5-13/+181
2019-11-12KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is activePaolo Bonzini2-13/+11
2019-11-12KVM: x86: add tracepoints around __direct_map and FNAME(fetch)Paolo Bonzini3-7/+68
2019-11-12KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ONPaolo Bonzini1-3/+9
2019-11-12KVM: x86: remove now unneeded hugepage gfn adjustmentPaolo Bonzini2-7/+4
2019-11-12KVM: x86: make FNAME(fetch) and __direct_map more similarPaolo Bonzini2-44/+39
2019-11-12kvm: mmu: Do not release the page inside mmu_set_spte()Junaid Shahid2-16/+10