summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2020-01-29mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand
2020-01-29mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand
2020-01-29mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador
2020-01-27x86, perf: Fix the dependency of the x86 insn decoder selftestMasami Hiramatsu
2020-01-27x86/kgbd: Use NMI_VECTOR not APIC_DM_NMIThomas Gleixner
2020-01-27x86/pgtable/32: Fix LOWMEM_PAGES constantArnd Bergmann
2020-01-27x86/mm: Remove unused variable 'cpu'Qian Cai
2020-01-27perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin
2020-01-23x86/resctrl: Fix potential memory leakShakeel Butt
2020-01-23x86/efistub: Disable paging at mixed mode entryArd Biesheuvel
2020-01-23x86/CPU/AMD: Ensure clearing of SME/SEV features is maintainedTom Lendacky
2020-01-23x86/resctrl: Fix an imbalance in domain_remove_cpu()Qian Cai
2020-01-12perf/x86/intel: Fix PT PMI handlingAlexander Shishkin
2020-01-12x86/efi: Update e820 with reserved EFI boot services data to fix kexec breakageDave Young
2020-01-09perf/x86/intel/bts: Fix the use of page_private()Alexander Shishkin
2020-01-04x86/mce: Fix possibly incorrect severity calculation on AMDJan H. Schönherr
2019-12-31x86/MCE/AMD: Allow Reserved types to be overwritten in smca_banks[]Yazen Ghannam
2019-12-31x86/MCE/AMD: Do not use rdmsr_safe_on_cpu() in smca_configure()Konstantin Khlebnikov
2019-12-31x86/insn: Add some Intel instructions to the opcode mapAdrian Hunter
2019-12-31x86/crash: Add a forward declaration of struct kimageLianbo Jiang
2019-12-31x86/ioapic: Prevent inconsistent state when moving an interruptThomas Gleixner
2019-12-31x86/mce: Lower throttling MCE messages' priority to warningBenjamin Berg
2019-12-31x86/mm: Use the correct function type for native_set_fixmap()Sami Tolvanen
2019-12-31syscalls/x86: Use the correct function type in SYSCALL_DEFINE0Sami Tolvanen
2019-12-17x86/MCE/AMD: Carve out the MC4_MISC thresholding quirkShirish S
2019-12-17x86/MCE/AMD: Turn off MC4_MISC thresholding on all family 0x15 modelsShirish S
2019-12-13KVM: x86: fix out-of-bounds write in KVM_GET_EMULATED_CPUID (CVE-2019-19332)Paolo Bonzini
2019-12-13KVM: x86: Grab KVM's srcu lock when setting nested stateSean Christopherson
2019-12-13KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIESPaolo Bonzini
2019-12-13KVM: x86: do not modify masked bits of shared MSRsPaolo Bonzini
2019-12-13x86/PCI: Avoid AMD FCH XHCI USB PME# from D0 defectKai-Heng Feng
2019-12-13x86/mm/32: Sync only to VMALLOC_END in vmalloc_sync_all()Joerg Roedel
2019-12-05kprobes/x86: Show x86-64 specific blacklisted symbols correctlyMasami Hiramatsu
2019-12-05kprobes/x86/xen: blacklist non-attachable xen interrupt functionsAndrea Righi
2019-12-05Revert "KVM: nVMX: move check_vmentry_postreqs() call to nested_vmx_enter_non...Greg Kroah-Hartman
2019-12-05Revert "KVM: nVMX: reset cache/shadows when switching loaded VMCS"Greg Kroah-Hartman
2019-12-05kvm: vmx: Set IA32_TSC_AUX for legacy mode guestsJim Mattson
2019-12-05x86/resctrl: Prevent NULL pointer dereference when reading mondataXiaochen Shen
2019-12-01x86/speculation: Fix redundant MDS mitigation messageWaiman Long
2019-12-01x86/speculation: Fix incorrect MDS/TAA mitigation statusWaiman Long
2019-12-01x86/insn: Fix awk regexp warningsAlexander Kapshuk
2019-12-01KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson
2019-12-01x86/intel_rdt: Prevent pseudo-locking from using stale pointersJithu Joseph
2019-12-01kprobes, x86/ptrace.h: Make regs_get_kernel_stack_nth() not fault on bad stackSteven Rostedt (VMware)
2019-12-01KVM/x86: Fix invvpid and invept register operand size in 64-bit modeUros Bizjak
2019-12-01KVM: nVMX: move check_vmentry_postreqs() call to nested_vmx_enter_non_root_mo...Sean Christopherson
2019-12-01KVM: nVMX: reset cache/shadows when switching loaded VMCSSean Christopherson
2019-11-24x86/resctrl: Fix rdt_find_domain() return value and checksReinette Chatre
2019-11-24x86/mm: Do not warn about PCI BIOS W+X mappingsThomas Gleixner
2019-11-24x86/kexec: Correct KEXEC_BACKUP_SRC_END off-by-one errorBjorn Helgaas