summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2018-12-21locking/qspinlock/x86: Increase _Q_PENDING_LOOPS upper boundWill Deacon1-0/+2
2018-12-21locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'Will Deacon2-3/+2
2018-12-08x86/power/64: Use char arrays for asm function namesKees Cook1-3/+2
2018-11-13x86/speculation: Support Enhanced IBRS on future CPUsSai Praneeth2-0/+2
2018-11-10x86/percpu: Fix this_cpu_read()Peter Zijlstra1-4/+4
2018-11-10Revert "x86/mm: Expand static page table for fixmap space"Sasha Levin2-12/+1
2018-10-20mm: Preserve _PAGE_DEVMAP across mprotect() callsJan Kara1-1/+1
2018-10-18x86/kvm/lapic: always disable MMIO interface in x2APIC modeVitaly Kuznetsov1-0/+1
2018-10-13x86/fpu: Finish excising 'eagerfpu'Andy Lutomirski2-24/+0
2018-10-13x86/fpu: Remove struct fpu::counterRik van Riel3-18/+1
2018-10-13x86/fpu: Remove use_eager_fpu()Andy Lutomirski1-33/+1
2018-10-13x86/mm: Expand static page table for fixmap spaceFeng Tang2-1/+12
2018-09-15x86/pae: use 64 bit atomic xchg function in native_ptep_get_and_clearJuergen Gross1-4/+3
2018-09-15x86/speculation/l1tf: Fix up pte->pfn conversion for PAEMichal Hocko1-1/+1
2018-09-05x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+Andi Kleen1-1/+3
2018-09-05x86/irqflags: Mark native_restore_fl extern inlineNick Desaulniers1-1/+2
2018-09-05x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...Vlastimil Babka1-1/+1
2018-09-05x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bitVlastimil Babka1-2/+2
2018-08-22x86/mm: Simplify p[g4um]d_page() macrosTom Lendacky1-5/+8
2018-08-18x86/speculation/l1tf: Exempt zeroed PTEs from inversionSean Christopherson1-1/+10
2018-08-17x86: i8259: Add missing include fileGuenter Roeck1-0/+1
2018-08-15x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be presentBorislav Petkov1-1/+0
2018-08-15x86/mm/pat: Make set_memory_np() L1TF safeAndi Kleen1-0/+27
2018-08-15x86/speculation/l1tf: Make pmd/pud_mknotpresent() invertAndi Kleen1-5/+6
2018-08-15x86/speculation/l1tf: Invert all not present mappingsAndi Kleen1-1/+1
2018-08-15KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentryPaolo Bonzini1-0/+1
2018-08-15x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentryPaolo Bonzini2-0/+2
2018-08-15KVM: X86: Allow userspace to define the microcode versionWanpeng Li1-0/+1
2018-08-15KVM: x86: Add a framework for supporting MSR-based featuresTom Lendacky1-0/+2
2018-08-15x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1dNicolai Stange1-0/+3
2018-08-15x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange3-2/+2
2018-08-15x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1dNicolai Stange1-0/+23
2018-08-15x86/irq: Demote irq_cpustat_t::__softirq_pending to u16Nicolai Stange1-1/+1
2018-08-15x86/bugs, kvm: Introduce boot-time control of L1TF mitigationsJiri Kosina1-0/+12
2018-08-15x86/l1tf: Handle EPT disabled state properThomas Gleixner1-0/+1
2018-08-15x86/litf: Introduce vmx status variableThomas Gleixner1-0/+9
2018-08-15x86/KVM/VMX: Add L1D flush logicPaolo Bonzini1-0/+4
2018-08-15x86/KVM/VMX: Add L1D MSR based flushPaolo Bonzini1-0/+6
2018-08-15Revert "x86/apic: Ignore secondary threads if nosmt=force"Thomas Gleixner1-2/+0
2018-08-15x86/speculation/l1tf: Fix up pte->pfn conversion for PAEMichal Hocko1-5/+5
2018-08-15x86/speculation/l1tf: Protect PAE swap entries against L1TFVlastimil Babka1-2/+33
2018-08-15x86/cpufeatures: Add detection of L1D cache flush support.Konrad Rzeszutek Wilk1-0/+1
2018-08-15x86/apic: Ignore secondary threads if nosmt=forceThomas Gleixner1-0/+2
2018-08-15x86/topology: Provide topology_smt_supported()Thomas Gleixner1-0/+2
2018-08-15x86/smp: Provide topology_is_primary_thread()Thomas Gleixner2-1/+10
2018-08-15x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen1-0/+9
2018-08-15x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen2-1/+7
2018-08-15x86/speculation/l1tf: Protect PROT_NONE PTEs against speculationAndi Kleen5-11/+80
2018-08-15x86/speculation/l1tf: Protect swap entries against L1TFLinus Torvalds1-3/+8
2018-08-15x86/speculation/l1tf: Change order of offset/type in swap entryLinus Torvalds1-11/+20