summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2020-03-26x86: ia32_setup_rt_frame(): consolidate uaccess areasAl Viro
2020-03-26x86: ia32_setup_frame(): consolidate uaccess areasAl Viro
2020-03-26x86: ia32_setup_sigcontext(): lift user_access_{begin,end}() into the callersAl Viro
2020-03-26x86/insn: Add Control-flow Enforcement (CET) instructions to the opcode mapYu-cheng Yu
2020-03-26KVM: X86: Narrow down the IPI fastpath to single target IPIWanpeng Li
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-03-25x86/kexec: Make relocate_kernel_64.S objtool cleanPeter Zijlstra
2020-03-25x86/kexec: Use RIP relative addressingPeter Zijlstra
2020-03-25Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar
2020-03-25x86/smp: Replace cpu_up/down() with add/remove_cpu()Qais Yousef
2020-03-25x86/alternatives: Mark text_poke_loc_init() staticQiujun Huang
2020-03-25x86/entry: Fix build error x86 with !CONFIG_POSIX_TIMERSBrian Gerst
2020-03-24x86/cpu: Cleanup the now unused CPU match macrosThomas Gleixner
2020-03-24crypto: Convert to new CPU match macrosThomas Gleixner
2020-03-24x86/platform: Convert to new CPU match macrosThomas Gleixner
2020-03-24x86/kernel: Convert to new CPU match macrosThomas Gleixner
2020-03-24x86/kvm: Convert to new CPU match macrosThomas Gleixner
2020-03-24x86/perf/events: Convert to new CPU match macrosThomas Gleixner
2020-03-24x86/cpu/bugs: Convert to new matching macrosThomas Gleixner
2020-03-24x86/cpu: Add consistent CPU match macrosThomas Gleixner
2020-03-24x86/devicetable: Move x86 specific macro out of generic codeThomas Gleixner
2020-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-03-24KVM: LAPIC: Also cancel preemption timer when disarm LAPIC timerWanpeng Li
2020-03-24x86/vmware: Use bool type for vmw_sched_clockAlexey Makhalov
2020-03-24x86/vmware: Enable steal time accountingAlexey Makhalov
2020-03-24x86/vmware: Add steal time clock support for VMware guestsAlexey Makhalov
2020-03-24x86/vmware: Remove vmware_sched_clock_setup()Alexey Makhalov
2020-03-24x86/vmware: Make vmware_select_hypercall() __initAlexey Makhalov
2020-03-23KVM: VMX: don't allow memory operands for inline asm that modifies SPNick Desaulniers
2020-03-23um: Fix header inclusionVincenzo Frascino
2020-03-23KVM: LAPIC: Mark hrtimer for period or oneshot mode to expire in hard interru...He Zhe
2020-03-23KVM: SVM: Issue WBINVD after deactivating an SEV guestTom Lendacky
2020-03-23x86/cpu: Fix a -Wmissing-prototypes warning for init_ia32_feat_ctl()Benjamin Thiel
2020-03-23x86/mm: Drop pud_mknotpresent()Anshuman Khandual
2020-03-22x86/mce/amd: Add PPIN support for AMD MCEWei Huang
2020-03-21x86/mm: split vmalloc_sync_all()Joerg Roedel
2020-03-21x86/entry: Rename ___preempt_schedulePeter Zijlstra
2020-03-21x86: Remove unneeded includesBrian Gerst
2020-03-21x86/entry: Drop asmlinkage from syscallsBrian Gerst
2020-03-21x86/entry/32: Enable pt_regs based syscallsBrian Gerst
2020-03-21x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit argumentsBrian Gerst
2020-03-21x86/entry/32: Rename 32-bit specific syscallsBrian Gerst
2020-03-21x86/entry/32: Clean up syscall_32.tblBrian Gerst
2020-03-21x86/entry: Remove ABI prefixes from functions in syscall tablesBrian Gerst
2020-03-21x86/entry/64: Add __SYSCALL_COMMON()Brian Gerst
2020-03-21x86/entry: Remove syscall qualifier supportBrian Gerst
2020-03-21x86/entry/64: Remove ptregs qualifier from syscall tableBrian Gerst
2020-03-21x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst
2020-03-21x86/entry/64: Split X32 syscall table into its own fileBrian Gerst