summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86, sched: Treat Intel SNC topology as default, COD as exceptionAlison Schofield2021-04-151-44/+46
* x86/cpu: Comment Skylake server stepping tooAndrew Cooper2021-04-101-1/+3
* x86/cpu: Resort and comment Intel modelsPeter Zijlstra2021-04-081-22/+28
* objtool/x86: Rewrite retpoline thunk callsPeter Zijlstra2021-04-022-3/+50
* x86/retpoline: Simplify retpolinesPeter Zijlstra2021-04-023-27/+20
* x86/alternatives: Optimize optimize_nops()Peter Zijlstra2021-04-022-30/+36
* Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ...Ingo Molnar2021-04-0214-354/+101
|\
| * x86/mce: Add Xeon Sapphire Rapids to list of CPUs that support PPINTony Luck2021-03-201-0/+1
| * x86: Remove dynamic NOP selectionPeter Zijlstra2021-03-1512-351/+97
| * x86/cpu/hygon: Set __max_die_per_package on HygonPu Wen2021-03-061-2/+2
* | Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changesIngo Molnar2021-04-0224-177/+305
|\ \
| * \ Merge tag 'x86-urgent-2021-03-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-282-2/+2
| |\ \
| | * | x86/build: Turn off -fcf-protection for realmode targetsArnd Bergmann2021-03-231-1/+1
| | * | x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc()Isaku Yamahata2021-03-231-1/+1
| * | | Merge tag 'for-linus-5.12b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-03-263-19/+16
| |\ \ \
| | * | | Revert "xen: fix p2m size in dom0 for disabled memory hotplug case"Roger Pau Monne2021-03-253-17/+14
| | * | | xen/x86: make XEN_BALLOON_MEMORY_HOTPLUG_LIMIT depend on MEMORY_HOTPLUGRoger Pau Monne2021-03-251-2/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-251-6/+25
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | bpf: Use NOP_ATOMIC5 instead of emit_nops(&prog, 5) for BPF_TRAMP_F_CALL_ORIGStanislav Fomichev2021-03-201-1/+2
| | * | | bpf: Fix fexit trampoline.Alexei Starovoitov2021-03-181-4/+22
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-111-2/+2
| | |\ \ \
| | | * | | bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_compYonghong Song2021-03-101-2/+2
| * | | | | Merge tag 'perf-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-03-212-1/+4
| |\ \ \ \ \
| | * | | | | perf/x86/intel: Fix unchecked MSR access error caused by VLBR_EVENTKan Liang2021-03-161-0/+3
| | * | | | | perf/x86/intel: Fix a crash caused by zero PEBS statusKan Liang2021-03-161-1/+1
| * | | | | | Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-03-215-33/+30
| |\ \ \ \ \ \
| | * | | | | | x86/apic/of: Fix CPU devicetree-node lookupsJohan Hovold2021-03-191-0/+5
| | * | | | | | x86/ioapic: Ignore IRQ2 againThomas Gleixner2021-03-191-0/+10
| | * | | | | | x86: Introduce restart_block->arch_data to remove TS_COMPAT_RESTARTOleg Nesterov2021-03-162-11/+3
| | * | | | | | x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Oleg Nesterov2021-03-162-24/+14
| | * | | | | | x86: Move TS_COMPAT back to asm/thread_info.hOleg Nesterov2021-03-162-9/+9
| | |/ / / / /
| * | | | | | Merge tag 'riscv-for-linus-5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-03-201-1/+1
| |\ \ \ \ \ \
| | * | | | | | ftrace: Fix spelling mistake "disabed" -> "disabled"Colin Ian King2021-03-171-1/+1
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-03-199-114/+227
| |\ \ \ \ \ \
| | * | | | | | x86/kvm: Fix broken irq restoration in kvm_waitWanpeng Li2021-03-181-13/+10
| | * | | | | | KVM: X86: Fix missing local pCPU when executing wbinvd on all dirty pCPUsWanpeng Li2021-03-181-1/+1
| | * | | | | | KVM: x86: Protect userspace MSR filter with SRCU, and set atomically-ishSean Christopherson2021-03-182-52/+74
| | * | | | | | KVM: x86: hyper-v: Don't touch TSC page values when guest opted for re-enligh...Vitaly Kuznetsov2021-03-181-1/+25
| | * | | | | | KVM: x86: hyper-v: Track Hyper-V TSC page statusVitaly Kuznetsov2021-03-182-14/+52
| | * | | | | | KVM: x86: hyper-v: Prevent using not-yet-updated TSC page by secondary CPUsVitaly Kuznetsov2021-03-173-0/+26
| | * | | | | | KVM: x86: hyper-v: Limit guest to writing zero to HV_X64_MSR_TSC_EMULATION_ST...Vitaly Kuznetsov2021-03-171-0/+3
| | * | | | | | KVM: x86/mmu: Store the address space ID in the TDP iteratorSean Christopherson2021-03-164-24/+13
| | * | | | | | KVM: x86/mmu: Factor out tdp_iter_return_to_rootBen Gardon2021-03-163-10/+19
| | * | | | | | KVM: x86/mmu: Fix RCU usage when atomically zapping SPTEsBen Gardon2021-03-161-1/+1
| | * | | | | | KVM: x86/mmu: Fix RCU usage in handle_removed_tdp_mmu_pageBen Gardon2021-03-161-3/+8
| | | |/ / / / | | |/| | | |
| * / | | | | module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
| |/ / / / /
* | | | | | Merge 'x86/alternatives'Borislav Petkov2021-03-3134-595/+410
|\ \ \ \ \ \
| * | | | | | x86/paravirt: Have only one paravirt patch functionJuergen Gross2021-03-116-51/+5
| * | | | | | x86/paravirt: Switch functions with custom code to ALTERNATIVEJuergen Gross2021-03-116-157/+58
| * | | | | | x86/paravirt: Add new PVOP_ALT* macros to support pvops in ALTERNATIVEsJuergen Gross2021-03-111-1/+48