summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-09-026-7/+51
|\
| * x86/vdso: Fix lsl operand orderSamuel Neves2018-09-011-1/+1
| * x86/nmi: Fix NMI uaccess race against CR3 switchingAndy Lutomirski2018-08-311-0/+40
| * x86/dumpstack: Don't dump kernel memory based on usermode RIPJann Horn2018-08-311-1/+1
| * x86/asm: Use CC_SET()/CC_OUT() in __gen_sigismember()Uros Bizjak2018-08-301-3/+4
| * x86/irqflags: Mark native_restore_fl extern inlineNick Desaulniers2018-08-301-1/+2
| * x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+Andi Kleen2018-08-271-1/+3
* | Merge tag 'for-linus-4.19b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-311-4/+3Star
|\ \ | |/ |/|
| * x86/pae: use 64 bit atomic xchg function in native_ptep_get_and_clearJuergen Gross2018-08-271-4/+3Star
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-262-2/+3
|\ \
| * | x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...Vlastimil Babka2018-08-241-1/+1
| * | x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bitVlastimil Babka2018-08-201-2/+2
| * | x86/mce: Add notifier_block forward declarationArnd Bergmann2018-08-201-0/+1
* | | Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-261-0/+42
|\ \ \
| * | | x86/memory_failure: Introduce {set, clear}_mce_nospec()Dan Williams2018-08-201-0/+42
* | | | Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-241-0/+5
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma...Joerg Roedel2018-08-087-10/+76
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | | | * | | x86: irq_remapping: Move irq remapping mode enumSuravee Suthikulpanit2018-07-061-0/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'tlb-fixes'Linus Torvalds2018-08-233-5/+27
|\ \ \ \ \ \
| * | | | | | x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra2018-08-233-0/+11
| * | | | | | x86/mm/tlb: Revert the recent lazy TLB patchesPeter Zijlstra2018-08-231-5/+16
* | | | | | | Merge tag 'for-linus-4.19b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-231-118/+0Star
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | xen: remove unused hypercall functionsJuergen Gross2018-08-201-118/+0Star
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-08-221-0/+3
|\ \ \ \ \ \
| * | | | | | KVM: vmx: Add defines for SGX ENCLS exitingSean Christopherson2018-08-221-0/+3
| |/ / / / /
* / / / / / module: use relative references for __ksymtab entriesArd Biesheuvel2018-08-222-5/+1Star
|/ / / / /
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-08-196-4/+114
|\ \ \ \ \
| * | | | | KVM: X86: Implement PV IPIs in linux guestWanpeng Li2018-08-061-0/+1
| * | | | | 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/+0Star
| * | | | | 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