summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2024-12-14x86/sev: Add support for the RMPREAD instructionTom Lendacky
2024-12-13x86/sev: Prepare for using the RMPREAD instruction to access the RMPTom Lendacky
2024-12-13KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module initSean Christopherson
2024-12-13x86/xen: don't do PV iret hypercall through hypercall pageJuergen Gross
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/cpufeature: Document cpu_feature_enabled() as the default to useBorislav 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-09Merge tag 'perf_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-12-09x86: Fix build regression with CONFIG_KEXEC_JUMP enabledDamien Le Moal
2024-12-09perf/x86: Relax privilege filter restriction on AMD IBSNamhyung Kim
2024-12-08Merge tag 'x86_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-12-07x86/ioremap: Remove unused size parameter in remapping functionsBaoquan He
2024-12-07x86/ioremap: Simplify setup_data mapping variantsBaoquan He
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
2024-12-06x86/kexec: Only swap pages for ::preserve_context modeDavid Woodhouse
2024-12-06x86/kexec: Use named labels in swap_pages in relocate_kernel_64.SDavid Woodhouse
2024-12-06x86/kexec: Clean up and document register use in relocate_kernel_64.SDavid Woodhouse
2024-12-06Merge branch 'x86/urgent' into x86/boot, to pick up dependent fixesIngo Molnar
2024-12-06x86/kexec: Restore GDT on return from ::preserve_context kexecDavid Woodhouse
2024-12-06x86/mm/tlb: Only trim the mm_cpumask once a secondRik van Riel
2024-12-06x86/mm/tlb: Also remove local CPU from mm_cpumask if staleRik van Riel
2024-12-05x86/tdx: Dump attributes and TD_CTLS on bootKirill A. Shutemov