summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-151-2/+0Star
|\
| * x86/retpoline: Remove compile time warningThomas Gleixner2018-01-141-2/+0Star
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-1433-84/+657
|\|
| * x86,perf: Disable intel_bts when PTIPeter Zijlstra2018-01-141-0/+18
| * x86/pti: Fix !PCID and sanitize definesThomas Gleixner2018-01-143-21/+23
| * x86/retpoline: Fill return stack buffer on vmexitDavid Woodhouse2018-01-123-1/+85
| * x86/retpoline/irq32: Convert assembler indirect jumpsAndi Kleen2018-01-121-4/+5
| * x86/retpoline/checksum32: Convert assembler indirect jumpsDavid Woodhouse2018-01-121-3/+4
| * x86/retpoline/xen: Convert Xen hypercall indirect jumpsDavid Woodhouse2018-01-121-2/+3
| * x86/retpoline/hyperv: Convert assembler indirect jumpsDavid Woodhouse2018-01-121-8/+10
| * x86/retpoline/ftrace: Convert ftrace assembler indirect jumpsDavid Woodhouse2018-01-122-6/+8
| * x86/retpoline/entry: Convert entry assembler indirect jumpsDavid Woodhouse2018-01-122-5/+12
| * x86/retpoline/crypto: Convert crypto assembler indirect jumpsDavid Woodhouse2018-01-124-5/+9
| * x86/spectre: Add boot time option to select Spectre v2 mitigationDavid Woodhouse2018-01-123-5/+167
| * x86/retpoline: Add initial retpoline supportDavid Woodhouse2018-01-128-0/+231
| * x86/pti: Make unpoison of pgd for trusted boot work for realDave Hansen2018-01-111-1/+11
| * x86/alternatives: Fix optimize_nops() checkingBorislav Petkov2018-01-101-2/+5
| * x86/cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSCTom Lendacky2018-01-092-2/+17
| * x86/cpu/AMD: Make LFENCE a serializing instructionTom Lendacky2018-01-092-0/+12
| * x86/mm/pti: Remove dead logic in pti_user_pagetable_walk*()Jike Song2018-01-081-26/+6Star
| * x86/tboot: Unbreak tboot with PTI enabledDave Hansen2018-01-081-0/+1
| * x86/cpu: Implement CPU vulnerabilites sysfs functionsThomas Gleixner2018-01-082-0/+30
| * x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]David Woodhouse2018-01-062-0/+5
| * x86/pti: Unbreak EFI old_memmapJiri Kosina2018-01-061-0/+2
* | Merge tag 'pci-v4.15-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-01-133-11/+24
|\ \
| * | x86/PCI: Move and shrink AMD 64-bit window to avoid conflict=?UTF-8?q?Christian=20K=C3=B6nig?=2018-01-111-10/+12
| * | x86/PCI: Add "pci=big_root_window" option for AMD 64-bit windows=?UTF-8?q?Christian=20K=C3=B6nig?=2018-01-113-1/+12
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-122-3/+12
|\ \ \
| * | | x86/platform/intel-mid: Revert "Make 'bt_sfi_data' const"Andy Shevchenko2018-01-081-1/+1
| * | | x86/microcode/intel: Extend BDW late-loading with a revision checkJia Zhang2018-01-061-2/+11
* | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-01-121-1/+0Star
|\ \ \ \
| * | | | locking/refcounts: Remove stale comment from the ARCH_HAS_REFCOUNT Kconfig entryEric Biggers2018-01-081-1/+0Star
* | | | | Merge tag 'for-linus-4.15-rc8-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-01-122-6/+4Star
|\ \ \ \ \
| * | | | | x86: xen: remove the use of VLAISNick Desaulniers2018-01-081-5/+3Star
| * | | | | x86/xen/time: fix section mismatch for xen_init_time_ops()Nick Desaulniers2018-01-081-1/+1
* | | | | | Merge branch 'kvm-insert-lfence' into kvm-masterPaolo Bonzini2018-01-111-2/+10
|\ \ \ \ \ \
| * | | | | | KVM: x86: Add memory barrier on vmcs field lookupAndrew Honig2018-01-111-2/+10
* | | | | | | KVM: x86: emulate #UD while in guest modePaolo Bonzini2018-01-112-12/+2Star
* | | | | | | x86: kvm: propagate register_shrinker return codeArnd Bergmann2018-01-111-6/+10
* | | | | | | KVM MMU: check pending exception before injecting APFHaozhong Zhang2018-01-111-1/+2
| |_|/ / / / |/| | | | |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-01-072-1/+32
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | kvm: vmx: Scrub hardware GPRs at VM-exitJim Mattson2018-01-052-1/+32
* | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-059-36/+44
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNThomas Gleixner2018-01-053-5/+5
| * | | | | x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asmDavid Woodhouse2018-01-051-2/+2
| * | | | | x86/tlb: Drop the _GPL from the cpu_tlbstate exportThomas Gleixner2018-01-051-1/+1
| * | | | | x86/events/intel/ds: Use the proper cache flush method for mapping ds buffersPeter Zijlstra2018-01-051-0/+16
| * | | | | x86/kaslr: Fix the vaddr_end messThomas Gleixner2018-01-052-24/+16Star
| * | | | | x86/mm: Map cpu_entry_area at the same place on 4/5 levelThomas Gleixner2018-01-042-3/+3
| * | | | | x86/mm: Set MODULES_END to 0xffffffffff000000Andrey Ryabinin2018-01-041-1/+1