summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-fixes-4.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2018-10-141-1/+1
|\
| * mm: Preserve _PAGE_DEVMAP across mprotect() callsJan Kara2018-10-091-1/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2018-10-061-0/+8
|\ \
| * | perf/x86/amd/uncore: Set ThreadMask and SliceMask for L3 Cache perf eventsNatarajan, Janakarajan2018-10-021-0/+8
| |/
* / x86/platform/uv: Provide is_early_uv_system()Mike Travis2018-10-021-0/+6
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2018-09-233-1/+19
|\
| * x86/mm: Expand static page table for fixmap spaceFeng Tang2018-09-202-1/+12
| * x86/mm: Add .bss..decrypted section to hold shared variablesBrijesh Singh2018-09-151-0/+7
* | KVM: x86: Control guest reads of MSR_PLATFORM_INFODrew Schmitt2018-09-201-0/+2
* | KVM: nVMX: Wake blocked vCPU in guest-mode if pending interrupt in virtual APICvLiran Alon2018-09-201-0/+1
* | x86/hyper-v: rename ipi_arg_{ex,non_ex} structuresVitaly Kuznetsov2018-09-201-7/+9
* | KVM: VMX: use preemption timer to force immediate VMExitSean Christopherson2018-09-201-0/+2
* | x86/kvm/lapic: always disable MMIO interface in x2APIC modeVitaly Kuznetsov2018-09-201-0/+1
|/
* Revert "x86/mm/legacy: Populate the user page-table with user pgd's"Joerg Roedel2018-09-141-9/+0Star
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-09-096-28/+38
|\
| * x86/mm: Use WRITE_ONCE() when setting PTEsNadav Amit2018-09-082-11/+11
| * x86/process: Don't mix user/kernel regs in 64bit __show_regs()Jann Horn2018-09-061-1/+11
| * x86: Fix kernel-doc atomic.h warningsRandy Dunlap2018-09-033-16/+16
* | KVM: LAPIC: Fix pv ipis out-of-bounds accessWanpeng Li2018-09-071-1/+1
* | Merge tag 'kvm-arm-fixes-for-v4.19-v2' of git://git.kernel.org/pub/scm/linux/...Radim Krčmář2018-09-071-1/+0Star
|\ \
| * | KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier2018-09-071-1/+0Star
* | | Merge tag 'kvm-s390-master-4.19-1' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář2018-09-077-11/+54
|\ \ \
| * \ \ 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
* | | KVM: x86: Unexport x86_emulate_instruction()Sean Christopherson2018-08-301-14/+3Star
* | | KVM: x86: Rename emulate_instruction() to kvm_emulate_instruction()Sean Christopherson2018-08-301-1/+1
* | | KVM: x86: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTESean Christopherson2018-08-301-4/+3Star
* | | KVM: x86: Invert emulation re-execute behavior to make it opt-inSean Christopherson2018-08-301-5/+3Star
* | | KVM: x86: SVM: Set EMULTYPE_NO_REEXECUTE for RSM emulationSean Christopherson2018-08-301-0/+7
|/ /
* | 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