summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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/+65Star
| * | | 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/+0Star
| * | | 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
| * | | | KVM: SVM: install RSM interceptBrijesh Singh2018-02-241-1/+10
| * | | | KVM: SVM: no need to call access_ok() in LAUNCH_MEASURE commandBrijesh Singh2018-02-241-9/+7Star
| * | | | KVM: X86: Avoid traversing all the cpus for pv tlb flush when steal time is d...Wanpeng Li2018-02-241-2/+4
| * | | | x86/kvm: Make parse_no_xxx __init for kvmDou Liyang2018-02-241-3/+3
| * | | | KVM: x86: fix backward migration with async_PFRadim Krčmář2018-02-243-5/+7
| * | | | kvm: fix warning for non-x86 buildsSebastian Ott2018-02-241-3/+0Star
| * | | | KVM: X86: Fix SMRAM accessing even if VM is shutdownWanpeng Li2018-02-241-1/+1
| * | | | KVM: nVMX: Don't halt vcpu when L1 is injecting events to L2Chao Gao2018-02-241-1/+6
| * | | | KVM/x86: remove WARN_ON() for when vm_munmap() failsEric Biggers2018-02-241-4/+2Star
| * | | | KVM: nVMX: preserve SECONDARY_EXEC_DESC without UMIPRadim Krčmář2018-02-241-1/+2
| * | | | KVM: x86: move LAPIC initialization after VMCS creationPaolo Bonzini2018-02-242-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-264-12/+33
|\ \ \ \
| * | | | x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across ...Samuel Neves2018-02-231-0/+1
| * | | | x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-directo...Wang Hui2018-02-231-0/+1
| * | | | x86/apic/vector: Handle vector release on CPU unplug correctlyThomas Gleixner2018-02-231-3/+22
| * | | | x86/headers/UAPI: Use __u64 instead of u64 in <uapi/asm/hyperv.h>KarimAllah Ahmed2018-02-201-9/+9
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-02-261-1/+1
|\ \ \ \ \
| * | | | | x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()Arnd Bergmann2018-02-211-1/+1
| |/ / / /
* | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-02-261-2/+2
|\ \ \ \ \
| * | | | | treewide/trivial: Remove ';;$' typo noiseIngo Molnar2018-02-221-2/+2
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-242-4/+42
|\ \ \ \ \
| * | | | | bpf, x64: implement retpoline for tail callDaniel Borkmann2018-02-232-4/+42
| |/ / / /
* / / / / x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu2018-02-223-0/+5
|/ / / /
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-182-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/Kconfig: Explicitly enumerate i686-class CPUs in KconfigMatthew Whitehead2018-02-161-1/+1
| * | | x86/Kconfig: Exclude i586-class CPUs lacking PAE support from the HIGHMEM64G ...Matthew Whitehead2018-02-161-1/+1