aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-03-27x86, vmlinux.lds: Add RUNTIME_DISCARD_EXIT to generic DISCARDSH.J. Lu1-0/+1
2020-03-27x86/split_lock: Avoid runtime reads of the TEST_CTRL MSRXiaoyao Li1-5/+4
2020-03-27x86/split_lock: Rework the initialization flow of split lock detectionXiaoyao Li1-33/+42
2020-03-27x86/mm/set_memory: Fix -Wmissing-prototypes warningsBenjamin Thiel3-7/+6
2020-03-27x86/mm: Mark setup_emu2phys_nid() staticBenjamin Thiel1-1/+1
2020-03-27x86/jump_label: Move 'inline' keyword placementRandy Dunlap1-1/+1
2020-03-27x86/platform/uv: Add a missing prototype for uv_bau_message_interrupt()Benjamin Thiel1-0/+2
2020-03-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-12/+29
2020-03-26kill uaccess_try()Al Viro4-84/+0
2020-03-26x86: unsafe_put-style macro for sigmaskAl Viro1-4/+8
2020-03-26x86: x32_setup_rt_frame(): consolidate uaccess areasAl Viro1-12/+5
2020-03-26x86: __setup_rt_frame(): consolidate uaccess areasAl Viro1-17/+9
2020-03-26x86: __setup_frame(): consolidate uaccess areasAl Viro1-17/+6
2020-03-26x86: setup_sigcontext(): list user_access_{begin,end}() into callersAl Viro1-21/+24
2020-03-26x86: get rid of put_user_try in __setup_rt_frame() (both 32bit and 64bit)Al Viro1-42/+47
2020-03-26x86: ia32_setup_rt_frame(): consolidate uaccess areasAl Viro1-10/+3
2020-03-26x86: ia32_setup_frame(): consolidate uaccess areasAl Viro1-27/+12
2020-03-26x86: ia32_setup_sigcontext(): lift user_access_{begin,end}() into the callersAl Viro1-16/+28
2020-03-26x86/insn: Add Control-flow Enforcement (CET) instructions to the opcode mapYu-cheng Yu1-6/+11
2020-03-26KVM: X86: Micro-optimize IPI fastpath delayWanpeng Li3-3/+8
2020-03-26KVM: X86: Delay read msr data iff writes ICR MSRWanpeng Li1-1/+2
2020-03-26KVM: X86: Narrow down the IPI fastpath to single target IPIWanpeng Li1-1/+4
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller15-40/+109
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-4/+6
2020-03-25x86/kexec: Make relocate_kernel_64.S objtool cleanPeter Zijlstra2-1/+7
2020-03-25x86/kexec: Use RIP relative addressingPeter Zijlstra1-4/+1
2020-03-25Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar29-203/+293
2020-03-25x86/smp: Replace cpu_up/down() with add/remove_cpu()Qais Yousef3-19/+9
2020-03-25x86/alternatives: Mark text_poke_loc_init() staticQiujun Huang1-2/+2
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada13-0/+13
2020-03-25x86/entry: Fix build error x86 with !CONFIG_POSIX_TIMERSBrian Gerst1-1/+1
2020-03-24x86/cpu: Cleanup the now unused CPU match macrosThomas Gleixner2-16/+0
2020-03-24crypto: Convert to new CPU match macrosThomas Gleixner5-5/+5
2020-03-24x86/platform: Convert to new CPU match macrosThomas Gleixner5-18/+11
2020-03-24x86/kernel: Convert to new CPU match macrosThomas Gleixner4-41/+23
2020-03-24x86/kvm: Convert to new CPU match macrosThomas Gleixner2-2/+2
2020-03-24x86/perf/events: Convert to new CPU match macrosThomas Gleixner4-109/+97
2020-03-24x86/cpu/bugs: Convert to new matching macrosThomas Gleixner1-2/+2
2020-03-24x86/cpu: Add consistent CPU match macrosThomas Gleixner3-13/+146
2020-03-24x86/devicetable: Move x86 specific macro out of generic codeThomas Gleixner3-1/+14
2020-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2020-03-24KVM: LAPIC: Also cancel preemption timer when disarm LAPIC timerWanpeng Li1-0/+6
2020-03-24x86/vmware: Use bool type for vmw_sched_clockAlexey Makhalov1-2/+2
2020-03-24x86/vmware: Enable steal time accountingAlexey Makhalov1-1/+12
2020-03-24x86/vmware: Add steal time clock support for VMware guestsAlexey Makhalov1-0/+197
2020-03-24x86/vmware: Remove vmware_sched_clock_setup()Alexey Makhalov1-5/+10
2020-03-24x86/vmware: Make vmware_select_hypercall() __initAlexey Makhalov1-1/+1
2020-03-23KVM: VMX: Gracefully handle faults on VMXONSean Christopherson1-3/+21
2020-03-23KVM: VMX: Fold loaded_vmcs_init() into alloc_loaded_vmcs()Sean Christopherson2-11/+4
2020-03-23KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec supportSean Christopherson1-51/+16