summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | KVM: X86: Implement "send IPI" hypercallWanpeng Li2018-08-061-0/+4
| * | | | | KVM: x86: Add tlb remote flush callback in kvm_x86_ops.Tianyu Lan2018-08-061-0/+11
| * | | | | X86/Hyper-V: Add hyperv_nested_flush_guest_mapping ftrace supportTianyu Lan2018-08-061-0/+14
| * | | | | X86/Hyper-V: Add flush HvFlushGuestPhysicalAddressSpace hypercall supportTianyu Lan2018-08-062-0/+10
| * | | | | kvm: x86: Remove CR3_PCID_INVD flagJunaid Shahid2018-08-061-1/+0
| * | | | | kvm: x86: Add multi-entry LRU cache for previous CR3sJunaid Shahid2018-08-061-4/+6
| * | | | | kvm: x86: Flush only affected TLB entries in kvm_mmu_invlpg*Junaid Shahid2018-08-061-0/+8
| * | | | | kvm: x86: Support selectively freeing either current or previous MMU rootJunaid Shahid2018-08-061-1/+5
| * | | | | kvm: x86: Add a root_hpa parameter to kvm_mmu->invlpg()Junaid Shahid2018-08-061-1/+1
| * | | | | kvm: x86: Skip TLB flush on fast CR3 switch when indicated by guestJunaid Shahid2018-08-061-1/+1
| * | | | | kvm: vmx: Support INVPCID in shadow paging modeJunaid Shahid2018-08-061-0/+1
| * | | | | kvm: x86: Introduce KVM_REQ_LOAD_CR3Junaid Shahid2018-08-061-0/+1
| * | | | | kvm: x86: Add fast CR3 switch code pathJunaid Shahid2018-08-061-2/+11
| * | | | | kvm: nVMX: Introduce KVM_CAP_NESTED_STATEJim Mattson2018-08-062-0/+43
| * | | | | KVM: x86: do not load vmcs12 pages while still in SMMPaolo Bonzini2018-08-061-0/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-182-12/+21
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Drivers: hv: vmbus: Get rid of MSR access from vmbus_drv.cSunil Muthuswamy2018-07-291-0/+3
| * | | | Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-166-5/+70
| |\ \ \ \
| * | | | | Drivers: HV: Send one page worth of kmsg dump over Hyper-V during panicSunil Muthuswamy2018-07-082-2/+4
| * | | | | Drivers: hv: vmbus: Make TLFS #define names architecture neutralMichael Kelley2018-07-031-6/+6
| * | | | | Drivers: hv: vmbus: Remove x86 MSR refs in arch independent codeMichael Kelley2018-07-031-4/+8
* | | | | | x86/speculation/l1tf: Exempt zeroed PTEs from inversionSean Christopherson2018-08-171-1/+10
* | | | | | Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-161-4/+0
|\ \ \ \ \ \
| * | | | | | PCI: Make early dump functionality genericSinan Kaya2018-06-291-4/+0
* | | | | | | x86: i8259: Add missing include fileGuenter Roeck2018-08-151-0/+1
* | | | | | | Merge tag 'for-linus-4.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-141-6/+19
|\ \ \ \ \ \ \
| * | | | | | | xen: don't use privcmd_call() from xen_mc_flush()Juergen Gross2018-08-071-6/+19
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-1415-43/+253
|\ \ \ \ \ \ \
| * | | | | | | x86/speculation/l1tf: Make pmd/pud_mknotpresent() invertAndi Kleen2018-08-081-10/+12
| * | | | | | | x86/speculation/l1tf: Invert all not present mappingsAndi Kleen2018-08-081-1/+1
| * | | | | | | KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentryPaolo Bonzini2018-08-051-0/+1
| * | | | | | | x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentryPaolo Bonzini2018-08-052-0/+2
| * | | | | | | Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-0510-13/+80
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1dNicolai Stange2018-08-051-0/+3
| * | | | | | | x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-053-2/+2
| * | | | | | | x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1dNicolai Stange2018-08-051-0/+23
| * | | | | | | x86/irq: Demote irq_cpustat_t::__softirq_pending to u16Nicolai Stange2018-08-051-1/+1
| * | | | | | | x86/bugs, kvm: Introduce boot-time control of L1TF mitigationsJiri Kosina2018-07-131-0/+12
| * | | | | | | x86/l1tf: Handle EPT disabled state properThomas Gleixner2018-07-131-0/+1
| * | | | | | | x86/litf: Introduce vmx status variableThomas Gleixner2018-07-131-0/+9
| * | | | | | | x86/KVM/VMX: Add L1D flush logicPaolo Bonzini2018-07-041-0/+4
| * | | | | | | x86/KVM/VMX: Add L1D MSR based flushPaolo Bonzini2018-07-041-0/+6
| * | | | | | | Revert "x86/apic: Ignore secondary threads if nosmt=force"Thomas Gleixner2018-07-021-2/+0
| * | | | | | | x86/speculation/l1tf: Fix up pte->pfn conversion for PAEMichal Hocko2018-06-291-6/+6
| * | | | | | | x86/speculation/l1tf: Protect PAE swap entries against L1TFVlastimil Babka2018-06-271-2/+33
| * | | | | | | x86/cpufeatures: Add detection of L1D cache flush support.Konrad Rzeszutek Wilk2018-06-211-0/+1
| * | | | | | | x86/apic: Ignore secondary threads if nosmt=forceThomas Gleixner2018-06-211-0/+2
| * | | | | | | x86/topology: Provide topology_smt_supported()Thomas Gleixner2018-06-211-0/+2
| * | | | | | | x86/smp: Provide topology_is_primary_thread()Thomas Gleixner2018-06-212-1/+9
| * | | | | | | x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2018-06-201-0/+8
OpenPOWER on IntegriCloud