aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-05-19x86/signal: Detect and prevent an alternate signal stack overflowChang S. Bae1-4/+20
2021-05-19x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZChang S. Bae1-0/+5
2021-05-19x86/signal: Introduce helpers to get the maximum signal frame sizeChang S. Bae3-2/+79
2021-05-18signal: Deliver all of the siginfo perf data in _perfEric W. Biederman1-2/+4
2021-05-18siginfo: Move si_trapno inside the union inside _si_faultEric W. Biederman1-0/+3
2021-05-18x86/bus_lock: Set rate limit for bus lockFenghua Yu1-2/+40
2021-05-18x86/idt: Rework IDT setup for boot CPUThomas Gleixner2-32/+15
2021-05-18x86/cpu: Init AP exception handling from cpu_init_secondary()Borislav Petkov3-18/+17
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 Vivi91-1663/+1853
2021-05-17x86/acpi: Switch to pr_xxx log functionsHeiner Kallweit1-71/+47
2021-05-17Merge tag 'kvmarm-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini5-7/+31
2021-05-16Merge tag 'x86_urgent_for_v5.13_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-23/+23
2021-05-14jump_label/x86: Remove unused JUMP_LABEL_NOP_SIZEPeter Zijlstra1-2/+0
2021-05-13x86, sched: Fix the AMD CPPC maximum performance value on certain AMD Ryzen generationsHuang Rui2-1/+17
2021-05-12x86: Fix leftover comment typosIngo Molnar1-1/+1
2021-05-12Merge branch 'linus' into x86/cleanups, to pick up dependent commitsIngo Molnar2-71/+84
2021-05-12jump_label, x86: Emit short JMPPeter Zijlstra1-1/+7
2021-05-12jump_label, x86: Add variable length patching supportPeter Zijlstra1-18/+35
2021-05-12jump_label, x86: Introduce jump_entry_size()Peter Zijlstra1-0/+7
2021-05-12jump_label, x86: Improve error when we fail expected textPeter Zijlstra1-19/+14
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+0
2021-05-12x86/alternatives: Make the x86nops[] symbol staticPavel Skripkin1-1/+1
2021-05-12x86/regs: Syscall_get_nr() returns -1 for a non-system callH. Peter Anvin2-3/+3
2021-05-12x86/syscall: Maximize MSR_SYSCALL_MASKH. Peter Anvin (Intel)1-3/+9
2021-05-12x86/entry: Unify definitions from <asm/calling.h> and <asm/ptrace-abi.h>H. Peter Anvin (Intel)1-3/+3
2021-05-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-71/+84
2021-05-10x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFGBrijesh Singh4-6/+6
2021-05-10x86/sev: Move GHCB MSR protocol and NAE definitions in a common headerBrijesh Singh1-10/+10
2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh5-7/+7
2021-05-09Merge tag 'x86_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-6/+13
2021-05-07Merge tag 'io_uring-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+18
2021-05-07x86/kvm: Unify kvm_pv_guest_cpu_reboot() with kvm_guest_cpu_offline()Vitaly Kuznetsov1-25/+17
2021-05-07x86/kvm: Disable all PV features on crashVitaly Kuznetsov2-33/+32
2021-05-07x86/kvm: Disable kvmclock on all CPUs on shutdownVitaly Kuznetsov2-4/+2
2021-05-07x86/kvm: Teardown PV features on boot CPU as wellVitaly Kuznetsov1-16/+40
2021-05-07drm/i915/adl_p: ADL_P device info enablingClinton Taylor1-0/+1
2021-05-05x86/process: setup io_threads more like normal user space threadsStefan Metzmacher1-1/+18
2021-05-05KVM/VMX: Invoke NMI non-IST entry instead of IST entryLai Jiangshan1-0/+10
2021-05-05x86/cpu: Remove write_tsc() and write_rdtscp_aux() wrappersSean Christopherson1-1/+1
2021-05-05x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supportedSean Christopherson1-1/+1
2021-05-05x86/resctrl: Fix init const confusionAndi Kleen1-1/+1
2021-05-05x86/smpboot: Remove duplicate includesWan Jiabing1-3/+0
2021-05-05x86/kvm: Fix pr_info() for async PF setup/teardownVitaly Kuznetsov1-2/+2
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-68/+60
2021-04-30Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon1-1/+1
2021-04-29Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-5/+10
2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds3-10/+10
2021-04-28Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+20