aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-13x86/prctl: Remove pointless task argumentThomas Gleixner4-12/+8
2022-05-12x86/microcode/intel: Expose collect_cpu_info_early() for IFSJithu Joseph2-52/+39
2022-05-11ptrace: Reimplement PTRACE_KILL by always sending SIGKILLEric W. Biederman1-2/+1
2022-05-11x86: ACPI: Make mp_config_acpi_gsi() a void functionLi kunyu1-4/+3
2022-05-11x86/hyperv: Disable hardlockup detector by default in Hyper-V guestsMichael Kelley1-0/+2
2022-05-11Merge branch 'v5.18-rc5'Peter Zijlstra9-31/+120
2022-05-11Merge tag 'drm-intel-next-2022-05-06' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-0/+1
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman2-9/+8
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-2/+5
2022-05-05x86/fpu: Prevent FPU state corruptionThomas Gleixner1-41/+26
2022-05-04x86/mm: Cleanup the control_va_addr_alignment() __setup handlerRandy Dunlap1-5/+2
2022-05-04x86: Fix return value of __setup handlersRandy Dunlap2-2/+2
2022-05-04x86/split_lock: Enable the split lock feature on Raptor LakeTony Luck1-0/+1
2022-05-04x86/cpufeatures: Add PerfMonV2 feature bitSandipan Das1-0/+1
2022-05-03x86/traps: Use pt_regs directly in fixup_bad_iret()Lai Jiangshan1-12/+7
2022-05-03Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie8-28/+118
2022-05-02x86/sev: Fix address space sparse warningBorislav Petkov1-3/+6
2022-05-02x86/fpu: Cleanup variable shadowingThomas Gleixner1-1/+1
2022-05-01x86/apic: Do apic driver probe for "nosmp" use caseKuppuswamy Sathyanarayanan1-3/+2
2022-05-01Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-7/+7
2022-04-29vmcore: convert read_from_oldmem() to take an iov_iterMatthew Wilcox (Oracle)1-1/+6
2022-04-29vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)2-55/+15
2022-04-29ftrace: cleanup ftrace_graph_caller enable and disableChengming Zhou1-15/+2
2022-04-27x86/aperfmperf: Integrate the fallback code from show_cpuinfo()Thomas Gleixner2-9/+8
2022-04-27x86/aperfmperf: Replace arch_freq_get_on_cpu()Thomas Gleixner2-94/+2
2022-04-27x86/aperfmperf: Replace aperfmperf_get_khz()Thomas Gleixner1-43/+34
2022-04-27x86/aperfmperf: Store aperf/mperf data for cpu frequency readsThomas Gleixner1-1/+13
2022-04-27x86/aperfmperf: Make parts of the frequency invariance code unconditionalThomas Gleixner2-27/+39
2022-04-27x86/aperfmperf: Restructure arch_scale_freq_tick()Thomas Gleixner1-15/+21
2022-04-27x86/aperfmperf: Put frequency invariance aperf/mperf data into a structThomas Gleixner1-11/+15
2022-04-27x86/aperfmperf: Untangle Intel and AMD frequency invariance initThomas Gleixner3-47/+47
2022-04-27x86/aperfmperf: Separate AP/BP frequency invariance initThomas Gleixner3-15/+15
2022-04-27x86/smp: Move APERF/MPERF code where it belongsThomas Gleixner2-359/+362
2022-04-27x86/aperfmperf: Dont wake idle CPUs in arch_freq_get_on_cpu()Thomas Gleixner1-0/+3
2022-04-27x86/split-lock: Remove unused TIF_SLD bitTony Luck2-15/+0
2022-04-27x86/split_lock: Make life miserable for split lockersTony Luck1-10/+53
2022-04-27x86/sev: Get the AP jump table address from secrets pageBrijesh Singh1-24/+52
2022-04-27x86/sev: Add missing __init annotations to SEV init routinesMichael Roth1-3/+3
2022-04-26Merge drm/drm-next into drm-intel-nextJani Nikula1-3/+2
2022-04-25x86/fpu/xsave: Support XSAVEC in the kernelThomas Gleixner2-25/+47
2022-04-25x86/mce: Add messages for panic errors in AMD's MCE gradingCarlos Bilbao1-1/+10
2022-04-25x86/mce: Simplify AMD severity grading logicCarlos Bilbao1-65/+36
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf1-3/+3
2022-04-22signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver1-0/+2
2022-04-21x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resumeWanpeng Li1-0/+13
2022-04-21virt: sevguest: Change driver name to reflect generic SEV supportTom Lendacky1-5/+5
2022-04-19drm/i915/rpl-p: Add PCI IDsMatt Atwood1-0/+1
2022-04-19x86/unwind/orc: Recheck address range after stack info was updatedDmitry Monakhov1-4/+4
2022-04-19x86/cpu: Load microcode during restore_processor_state()Borislav Petkov1-3/+3
2022-04-18swiotlb: merge swiotlb-xen initialization into swiotlbChristoph Hellwig1-10/+10