summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-12KVM: VMX: Do not change PID.NDST when loading a blocked vCPUJoao Martins2-0/+20
2019-11-12KVM: VMX: Consider PID.PIR to determine if vCPU has pending interruptsJoao Martins1-1/+5
2019-11-12KVM: VMX: Fix comment to specify PID.ON instead of PIR.ONLiran Alon1-1/+1
2019-11-12KVM: X86: Fix initialization of MSR listsChenyi Qiang1-30/+26
2019-11-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-13/+29
2019-11-07x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUsJosh Poimboeuf1-4/+0
2019-11-05x86/tsc: Respect tsc command line paraemeter for clocksource_tsc_earlyMichael Zhivich1-0/+3
2019-11-05x86/dumpstack/64: Don't evaluate exception stacks before setupThomas Gleixner1-0/+7
2019-11-05x86/apic/32: Avoid bogus LDR warningsJan Beulich1-13/+15
2019-11-04kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid4-0/+148
2019-11-04kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini5-13/+181
2019-11-04x86/cpu: Add Tremont to the cpu vulnerability whitelistPawan Gupta1-0/+2
2019-11-04x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli4-30/+56
2019-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxThomas Gleixner6-35/+57
2019-11-03x86/resctrl: Prevent NULL pointer dereference when reading mondataXiaochen Shen1-0/+4
2019-11-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-21/+43
2019-11-01Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+3
2019-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-13/+11
2019-10-31KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is activePaolo Bonzini2-13/+11
2019-10-31x86, efi: Never relocate kernel below lowest acceptable addressKairui Song1-1/+3
2019-10-28perf/x86/uncore: Fix event group supportKan Liang2-18/+38