aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-4/+114
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-12/+21
2018-08-17x86/speculation/l1tf: Exempt zeroed PTEs from inversionSean Christopherson1-1/+10
2018-08-16Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+0
2018-08-15x86: i8259: Add missing include fileGuenter Roeck1-0/+1
2018-08-14Merge tag 'for-linus-4.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-6/+19
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds15-43/+253
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-53/+16
2018-08-13Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds19-112/+176
2018-08-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+5
2018-08-13Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+49
2018-08-13Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-08-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-9/+16
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-7/+8
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-126/+24
2018-08-10x86/mm/pti: Move user W+X check into pti_finalize()Joerg Roedel1-2/+5
2018-08-08x86/speculation/l1tf: Make pmd/pud_mknotpresent() invertAndi Kleen1-10/+12
2018-08-08x86/speculation/l1tf: Invert all not present mappingsAndi Kleen1-1/+1
2018-08-07xen: don't use privcmd_call() from xen_mc_flush()Juergen Gross1-6/+19
2018-08-06Merge branch 'x86/pti-urgent' into x86/ptiThomas Gleixner4-2/+9
2018-08-06x86/mm/init: Remove freed kernel image areas from alias mappingDave Hansen1-0/+1
2018-08-06KVM: X86: Implement PV IPIs in linux guestWanpeng Li1-0/+1
2018-08-06KVM: X86: Implement "send IPI" hypercallWanpeng Li1-0/+4
2018-08-06KVM: x86: Add tlb remote flush callback in kvm_x86_ops.Tianyu Lan1-0/+11
2018-08-06X86/Hyper-V: Add hyperv_nested_flush_guest_mapping ftrace supportTianyu Lan1-0/+14
2018-08-06X86/Hyper-V: Add flush HvFlushGuestPhysicalAddressSpace hypercall supportTianyu Lan2-0/+10
2018-08-06kvm: x86: Remove CR3_PCID_INVD flagJunaid Shahid1-1/+0
2018-08-06kvm: x86: Add multi-entry LRU cache for previous CR3sJunaid Shahid1-4/+6
2018-08-06kvm: x86: Flush only affected TLB entries in kvm_mmu_invlpg*Junaid Shahid1-0/+8
2018-08-06kvm: x86: Support selectively freeing either current or previous MMU rootJunaid Shahid1-1/+5
2018-08-06kvm: x86: Add a root_hpa parameter to kvm_mmu->invlpg()Junaid Shahid1-1/+1
2018-08-06kvm: x86: Skip TLB flush on fast CR3 switch when indicated by guestJunaid Shahid1-1/+1
2018-08-06kvm: vmx: Support INVPCID in shadow paging modeJunaid Shahid1-0/+1
2018-08-06kvm: x86: Introduce KVM_REQ_LOAD_CR3Junaid Shahid1-0/+1
2018-08-06kvm: x86: Add fast CR3 switch code pathJunaid Shahid1-2/+11
2018-08-06kvm: nVMX: Introduce KVM_CAP_NESTED_STATEJim Mattson2-0/+43
2018-08-06KVM: x86: do not load vmcs12 pages while still in SMMPaolo Bonzini1-0/+3
2018-08-05x86/irqflags: Provide a declaration for native_save_flNick Desaulniers1-0/+2
2018-08-05x86/mm/init: Add helper for freeing kernel image pagesDave Hansen1-0/+1
2018-08-05KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentryPaolo Bonzini1-0/+1
2018-08-05x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentryPaolo Bonzini2-0/+2
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner10-13/+80
2018-08-05x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1dNicolai Stange1-0/+3
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange3-2/+2
2018-08-05x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1dNicolai Stange1-0/+23
2018-08-05x86/irq: Demote irq_cpustat_t::__softirq_pending to u16Nicolai Stange1-1/+1
2018-08-03x86/speculation: Support Enhanced IBRS on future CPUsSai Praneeth2-0/+2
2018-08-03x86/cpufeatures: Add EPT_AD feature bitPeter Feiner1-1/+1
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-1/+1