summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley2018-03-068-1/+72
* Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-03-045-17/+20
|\
| * x86/platform/intel-mid: Handle Intel Edison reboot correctlySebastian Panceac2018-02-281-1/+1
| * x86/asm: Add instruction suffixes to bitopsJan Beulich2018-02-282-14/+17
| * x86/entry/64: Add instruction suffixJan Beulich2018-02-281-1/+1
| * x86/refcounts: Switch to UD2 for exceptionsKees Cook2018-02-281-1/+1
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-047-25/+48
|\ \
| * | x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner2018-03-016-25/+32
| * | x86/xen: Zero MSR_IA32_SPEC_CTRL before suspendJuergen Gross2018-02-281-0/+16
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-03-025-17/+149
|\ \ \
| * | | KVM: x86: fix vcpu initialization with userspace lapicRadim Krčmář2018-03-012-7/+6
| * | | KVM: X86: Allow userspace to define the microcode versionWanpeng Li2018-03-014-5/+12
| * | | KVM: X86: Introduce kvm_get_msr_feature()Wanpeng Li2018-03-011-3/+15
| * | | KVM: SVM: Add MSR-based feature support for serializing LFENCETom Lendacky2018-03-012-1/+36
| * | | KVM: x86: Add a framework for supporting MSR-based featuresTom Lendacky2018-03-014-5/+84
* | | | Merge tag 'for-linus-4.16a-rc4-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-03-021-2/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/xen: add tty0 and hvc0 as preferred consoles for dom0Juergen Gross2018-02-281-2/+4
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-2635-258/+438
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path...Paolo Bonzini2018-02-232-2/+2
| * | KVM/x86: Remove indirect MSR op calls from SPEC_CTRLPaolo Bonzini2018-02-232-6/+8
| * | objtool, retpolines: Integrate objtool with retpoline support more closelyPeter Zijlstra2018-02-212-7/+4
| * | x86/entry/64: Simplify ENCODE_FRAME_POINTERJosh Poimboeuf2018-02-211-6/+1
| * | extable: Make init_kernel_text() globalJosh Poimboeuf2018-02-211-2/+1
| * | x86/entry/64: Open-code switch_to_thread_stack()Dominik Brodowski2018-02-212-38/+55
| * | x86/entry/64: Move ASM_CLAC to interrupt_entry()Dominik Brodowski2018-02-211-2/+1
| * | x86/entry/64: Remove 'interrupt' macroDominik Brodowski2018-02-211-10/+6
| * | x86/entry/64: Move the switch_to_thread_stack() call to interrupt_entry()Dominik Brodowski2018-02-211-29/+37
| * | x86/entry/64: Move ENTER_IRQ_STACK from interrupt macro to interrupt_entryDominik Brodowski2018-02-211-18/+38
| * | x86/entry/64: Move PUSH_AND_CLEAR_REGS from interrupt macro to helper functionDominik Brodowski2018-02-211-2/+9
| * | x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPPIngo Molnar2018-02-211-12/+14
| * | x86/mm/sme, objtool: Annotate indirect call in sme_encrypt_execute()Peter Zijlstra2018-02-211-0/+2
| * | x86/boot, objtool: Annotate indirect jump in secondary_startup_64()Peter Zijlstra2018-02-211-0/+2
| * | x86/paravirt, objtool: Annotate indirect callsPeter Zijlstra2018-02-212-5/+17
| * | x86/speculation, objtool: Annotate indirect calls/jumps for objtoolPeter Zijlstra2018-02-211-4/+23
| * | x86/retpoline: Support retpoline builds with ClangDavid Woodhouse2018-02-201-1/+4
| * | x86/speculation: Use IBRS if available before calling into firmwareDavid Woodhouse2018-02-205-12/+63
| * | Revert "x86/retpoline: Simplify vmexit_fill_RSB()"David Woodhouse2018-02-206-71/+65
| * | x86-64/realmode: Add instruction suffixJan Beulich2018-02-201-1/+1
| * | x86/LDT: Avoid warning in 32-bit builds with older gccJan Beulich2018-02-201-0/+1
| * | x86/IO-APIC: Avoid warning in 32-bit buildsJan Beulich2018-02-201-1/+1
| * | x86/asm: Improve how GEN_*_SUFFIXED_RMWcc() specify clobbersJan Beulich2018-02-202-10/+10
| * | x86/mm: Remove stale comment about KMEMCHECKJann Horn2018-02-201-4/+0
| * | x86/mm: Fix {pmd,pud}_{set,clear}_flags()Jan Beulich2018-02-202-4/+14
| * | x86/entry/64: Use 'xorl' for faster register clearingDominik Brodowski2018-02-172-35/+35
| * | x86/entry: Reduce the code footprint of the 'idtentry' macroDominik Brodowski2018-02-172-11/+18
| * | x86/CPU: Check CPU feature bits after microcode upgradeBorislav Petkov2018-02-171-0/+20
| * | x86/CPU: Add a microcode loader callbackBorislav Petkov2018-02-173-2/+17
| * | x86/microcode: Propagate return value from updating functionsBorislav Petkov2018-02-174-28/+34
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-269-34/+50
|\ \ \
| * | | KVM: SVM: Fix SEV LAUNCH_SECRET commandBrijesh Singh2018-02-241-3/+7
OpenPOWER on IntegriCloud