summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2024-12-23fgraph: Get ftrace recursion lock in function_graph_enterMasami Hiramatsu (Google)
2024-12-20Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar
2024-12-18Merge tag 'hyperv-fixes-signed-20241217' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-12-18x86/cpu: Make all all CPUID leaf names consistentDave Hansen
2024-12-18x86/fpu: Remove unnecessary CPUID level checkDave Hansen
2024-12-18x86/fpu: Move CPUID leaf definitions to common codeDave Hansen
2024-12-18x86/tsc: Remove CPUID "frequency" leaf magic numbers.Dave Hansen
2024-12-18x86/tsc: Move away from TSC leaf magic numbersDave Hansen
2024-12-18x86/cpu: Refresh DCA leaf reading codeDave Hansen
2024-12-18x86/cpu: Remove unnecessary MwAIT leaf checksDave Hansen
2024-12-18x86/cpu: Use MWAIT leaf definitionDave Hansen
2024-12-18x86/cpu: Move MWAIT leaf definition to common headerDave Hansen
2024-12-18x86/cpu: Remove 'x86_cpu_desc' infrastructureDave Hansen
2024-12-18x86/cpu: Move AMD erratum 1386 table over to 'x86_cpu_id'Dave Hansen
2024-12-17x86/cpu: Expose only stepping min/max interfaceDave Hansen
2024-12-17x86/cpu: Introduce new microcode matching helperDave Hansen
2024-12-17x86/xen: remove hypercall pageJuergen Gross
2024-12-14x86/sev: Require the RMPREAD instruction after Zen4Tom Lendacky
2024-12-13x86/static-call: provide a way to do very early static-call updatesJuergen Gross
2024-12-13x86: make get_cpu_vendor() accessible from Xen codeJuergen Gross
2024-12-12x86/resctrl: Add write option to "mba_MBps_event" fileTony Luck
2024-12-12x86/resctrl: Add "mba_MBps_event" file to CTRL_MON directoriesTony Luck
2024-12-10x86/cpu: Fix typo in x86_match_cpu()'s docRaag Jadav
2024-12-10Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar
2024-12-10x86/apic: Remove "disablelapic" cmdline optionBorislav Petkov (AMD)
2024-12-10Documentation: Merge x86-specific boot options doc into kernel-parameters.txtBorislav Petkov (AMD)
2024-12-10x86/resctrl: Make mba_sc use total bandwidth if local is not supportedTony Luck
2024-12-10x86/resctrl: Compute memory bandwidth for all supported eventsTony Luck
2024-12-10x86/boot/64: Fix spurious undefined reference when CONFIG_X86_5LEVEL=n, on GC...Ard Biesheuvel
2024-12-10x86/resctrl: Modify update_mba_bw() to use per CTRL_MON group eventTony Luck
2024-12-10x86/resctrl: Prepare for per-CTRL_MON group mba_MBps controlTony Luck
2024-12-09x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflagsBabu Moger
2024-12-09x86/resctrl: Use kthread_run_on_cpu()Frederic Weisbecker
2024-12-09x86/hyperv: Fix hv tsc page based sched_clock for hibernationNaman Jain
2024-12-09x86: Fix build regression with CONFIG_KEXEC_JUMP enabledDamien Le Moal
2024-12-06x86/mtrr: Rename mtrr_overwrite_state() to guest_force_mtrr_state()Kirill A. Shutemov
2024-12-06x86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and only if the WRMSR failsSean Christopherson
2024-12-06x86/cacheinfo: Delete global num_cache_leavesRicardo Neri
2024-12-06x86/sysfs: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-06x86/paravirt: Remove the WBINVD callbackJuergen Gross
2024-12-06x86/cpufeatures: Free up unused feature bitsSohil Mehta
2024-12-06x86/kexec: Mark relocate_kernel page as ROX instead of RWXDavid Woodhouse
2024-12-06x86/kexec: Clean up register usage in relocate_kernel()David Woodhouse
2024-12-06x86/kexec: Eliminate writes through kernel mapping of relocate_kernel pageDavid Woodhouse
2024-12-06x86/kexec: Drop page_list argument from relocate_kernel()David Woodhouse
2024-12-06x86/kexec: Add data section to relocate_kernelDavid Woodhouse
2024-12-06x86/kexec: Move relocate_kernel to kernel .data sectionDavid Woodhouse
2024-12-06x86/kexec: Invoke copy of relocate_kernel() instead of the originalDavid Woodhouse
2024-12-06x86/kexec: Copy control page into place in machine_kexec_prepare()David Woodhouse
2024-12-06x86/kexec: Allocate PGD for x86_64 transition page tables separatelyDavid Woodhouse