aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2021-05-18perf/x86/intel/uncore: Enable I/O stacks to IIO PMON mapping on SNRAlexander Antonov1-0/+96
2021-05-18perf/x86/intel/uncore: Generalize I/O stacks to PMON mapping procedureAlexander Antonov2-6/+21
2021-05-18perf/x86/lbr: Remove cpuc->lbr_xsave allocation from atomic contextLike Xu3-8/+30
2021-05-18perf/x86: Avoid touching LBR_TOS MSR for Arch LBRLike Xu1-1/+1
2021-05-18x86/sev-es: Invalidate the GHCB after completing VMGEXITTom Lendacky2-0/+6
2021-05-18x86/sev-es: Move sev_es_put_ghcb() in prep for follow on patchTom Lendacky1-18/+18
2021-05-17Merge drm/drm-next into drm-intel-nextRodrigo Vivi329-6241/+11029
2021-05-17x86/acpi: Switch to pr_xxx log functionsHeiner Kallweit1-71/+47
2021-05-17quota: Disable quotactl_path syscallJan Kara2-2/+2
2021-05-17Merge tag 'kvmarm-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini22-168/+197
2021-05-16Merge tag 'timers-urgent-2021-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2021-05-16Merge tag 'x86_urgent_for_v5.13_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds25-104/+115
2021-05-14clocksource/drivers/hyper-v: Re-enable VDSO_CLOCKMODE_HVCLOCK on X86Vitaly Kuznetsov1-0/+2
2021-05-14x86/cpu: Fix core name for Sapphire RapidsAndi Kleen1-1/+2
2021-05-14jump_label/x86: Remove unused JUMP_LABEL_NOP_SIZEPeter Zijlstra1-2/+0
2021-05-14x86/asm: Make <asm/asm.h> valid on cross-builds as wellIngo Molnar1-0/+4
2021-05-13x86, sched: Fix the AMD CPPC maximum performance value on certain AMD Ryzen generationsHuang Rui3-1/+19
2021-05-12x86/boot/compressed: Enable -WundefNick Desaulniers3-2/+3
2021-05-12x86: Fix leftover comment typosIngo Molnar6-6/+6
2021-05-12Merge branch 'linus' into x86/cleanups, to pick up dependent commitsIngo Molnar20-316/+463
2021-05-12jump_label, x86: Allow short NOPsPeter Zijlstra1-0/+18
2021-05-12jump_label, x86: Emit short JMPPeter Zijlstra2-3/+8
2021-05-12jump_label, x86: Add variable length patching supportPeter Zijlstra1-18/+35
2021-05-12jump_label, x86: Introduce jump_entry_size()Peter Zijlstra2-2/+9
2021-05-12jump_label, x86: Improve error when we fail expected textPeter Zijlstra1-19/+14
2021-05-12jump_label, x86: Factor out the __jump_table generationPeter Zijlstra1-12/+12
2021-05-12jump_label, x86: Strip ASM jump_label supportPeter Zijlstra1-36/+0
2021-05-12x86, objtool: Dont exclude arch/x86/realmode/Peter Zijlstra1-1/+0
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider2-2/+1
2021-05-12x86/asm: Simplify __smp_mb() definitionBorislav Petkov1-5/+2
2021-05-12x86/alternatives: Make the x86nops[] symbol staticPavel Skripkin1-1/+1
2021-05-12kvm: Select SCHED_INFO instead of TASK_DELAY_ACCTPeter Zijlstra1-4/+1
2021-05-12x86/regs: Syscall_get_nr() returns -1 for a non-system callH. Peter Anvin2-3/+3
2021-05-12x86/entry: Split PUSH_AND_CLEAR_REGS into two submacrosH. Peter Anvin (Intel)1-1/+8
2021-05-12x86/syscall: Maximize MSR_SYSCALL_MASKH. Peter Anvin (Intel)1-3/+9
2021-05-12x86/syscall: Unconditionally prototype {ia32,x32}_sys_call_table[]H. Peter Anvin (Intel)1-6/+5
2021-05-12x86/entry: Reverse arguments to do_syscall_64()H. Peter Anvin (Intel)3-4/+4
2021-05-12x86/entry: Unify definitions from <asm/calling.h> and <asm/ptrace-abi.h>H. Peter Anvin (Intel)2-38/+4
2021-05-12perf/x86/intel/uncore: Drop unnecessary NULL checks after container_of()Guenter Roeck1-4/+0
2021-05-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds20-316/+463
2021-05-10asm-generic: use asm-generic/unaligned.h for most architecturesArnd Bergmann1-15/+0
2021-05-10x86/asm: Use _ASM_BYTES() in <asm/nops.h>H. Peter Anvin (Intel)1-14/+10
2021-05-10x86/asm: Add _ASM_BYTES() macro for a .byte ... opcode sequenceH. Peter Anvin (Intel)1-0/+2
2021-05-10x86/asm: Have the __ASM_FORM macros handle commas in argumentsH. Peter Anvin (Intel)1-11/+10
2021-05-10x86/boot: Modernize genimage script; hdimage+EFI supportH. Peter Anvin (Intel)5-104/+252
2021-05-10x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFGBrijesh Singh10-18/+18
2021-05-10x86/sev: Move GHCB MSR protocol and NAE definitions in a common headerBrijesh Singh4-69/+79
2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh11-15/+15
2021-05-09Merge tag 'perf_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+26
2021-05-09Merge tag 'x86_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-120/+131