summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-01-09perf/x86/intel/bts: Fix the use of page_private()Alexander Shishkin1-5/+11
2020-01-09mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2-6/+2
2019-12-31x86/mce: Fix possibly incorrect severity calculation on AMDJan H. Schönherr1-1/+1
2019-12-31x86/MCE/AMD: Allow Reserved types to be overwritten in smca_banks[]Yazen Ghannam1-1/+1
2019-12-31x86/MCE/AMD: Do not use rdmsr_safe_on_cpu() in smca_configure()Konstantin Khlebnikov1-1/+1
2019-12-31x86/intel: Disable HPET on Intel Coffee Lake H platformsKai-Heng Feng1-0/+2
2019-12-31kvm: x86: Host feature SSBD doesn't imply guest feature AMD_SSBDJim Mattson1-1/+2
2019-12-31kvm: x86: Host feature SSBD doesn't imply guest feature SPEC_CTRL_SSBDJim Mattson1-1/+2
2019-12-31x86/insn: Add some Intel instructions to the opcode mapAdrian Hunter1-6/+12
2019-12-31x86/crash: Add a forward declaration of struct kimageLianbo Jiang1-0/+2
2019-12-31x86/ioapic: Prevent inconsistent state when moving an interruptThomas Gleixner1-3/+6
2019-12-31x86/mce: Lower throttling MCE messages' priority to warningBenjamin Berg1-1/+1
2019-12-31x86/mm: Use the correct function type for native_set_fixmap()Sami Tolvanen2-3/+3
2019-12-31syscalls/x86: Use the correct function type in SYSCALL_DEFINE0Sami Tolvanen1-11/+12
2019-12-31x86/math-emu: Check __copy_from_user() resultArnd Bergmann2-5/+7
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: Remove a spurious export of a static functionSean Christopherson1-1/+0
2019-12-13KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIESPaolo Bonzini1-2/+8
2019-12-13KVM: x86: do not modify masked bits of shared MSRsPaolo Bonzini1-2/+3
2019-12-13KVM: nVMX: Always write vmcs02.GUEST_CR3 during nested VM-EnterSean Christopherson2-3/+17
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-05x86/fpu: Don't cache access to fpu_fpregs_owner_ctxSebastian Andrzej Siewior1-1/+1
2019-11-29x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3Andy Lutomirski1-3/+18
2019-11-29x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make th...Ingo Molnar3-10/+14
2019-11-29x86/entry/32: Fix NMI vs ESPFIXPeter Zijlstra1-12/+41
2019-11-29x86/entry/32: Unwind the ESPFIX stack earlier on exception entryAndy Lutomirski1-14/+16
2019-11-29x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALLAndy Lutomirski1-31/+35
2019-11-29x86/entry/32: Use %ss segment where requiredAndy Lutomirski1-5/+14
2019-11-29x86/entry/32: Fix IRET exceptionPeter Zijlstra1-1/+1
2019-11-29x86/cpu_entry_area: Add guard page for entry stack on 32bitThomas Gleixner1-1/+5
2019-11-29x86/pti/32: Size initial_page_table correctlyThomas Gleixner1-0/+10
2019-11-29x86/doublefault/32: Fix stack canaries in the double fault handlerAndy Lutomirski1-0/+3
2019-11-29x86/xen/32: Simplify ring check in xen_iret_crit_fixup()Jan Beulich1-11/+4
2019-11-29x86/xen/32: Make xen_iret_crit_fixup() independent of frame layoutJan Beulich2-55/+33
2019-11-29x86/stackframe/32: Repair 32-bit Xen PVJan Beulich2-2/+14
2019-11-29x86/speculation: Fix redundant MDS mitigation messageWaiman Long1-0/+13
2019-11-29x86/speculation: Fix incorrect MDS/TAA mitigation statusWaiman Long1-2/+15
2019-11-29x86/insn: Fix awk regexp warningsAlexander Kapshuk1-2/+2
2019-11-17Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+2
2019-11-14KVM: x86/mmu: Take slots_lock when using kvm_mmu_zap_all_fast()Sean Christopherson1-3/+2
2019-11-13KVM: X86: Reset the three MSR list number variables to 0 in kvm_init_msr_list()Xiaoyao Li1-0/+4
2019-11-13kvm: x86: disable shattered huge page recovery for PREEMPT_RT.Paolo Bonzini1-0/+5
2019-11-13x86/resctrl: Fix potential lockdep warningXiaochen Shen1-4/+0
2019-11-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-37/+61
2019-11-12Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds16-53/+792
2019-11-12x86/quirks: Disable HPET on Intel Coffe Lake platformsKai-Heng Feng1-0/+2
2019-11-12KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson1-4/+4
2019-11-12KVM: VMX: Introduce pi_is_pir_empty() helperJoao Martins2-3/+7