summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-12-20x86/irqflags: Use ASM_OUTPUT_RM in native_save_fl()Eric Dumazet
2025-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-12-20Merge tag 'for-linus-6.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-12-19perf: Use EXPORT_SYMBOL_FOR_KVM() for the mediated APIsPeter Zijlstra
2025-12-18x86/irq_remapping: Sanitize posted_msi_supported()Thomas Gleixner
2025-12-18x86/irq: Cleanup posted MSI codeThomas Gleixner
2025-12-18Merge tag 'kvm-x86-fixes-6.19-rc1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-12-18x86/bug: Fix old GCC compile failsPeter Zijlstra
2025-12-17x86/msi: Make irq_retrigger() functional for posted MSIThomas Gleixner
2025-12-17perf/x86/cstate: Add Airmont NPMartin Schiller
2025-12-17perf/x86/intel: Add Airmont NPMartin Schiller
2025-12-17perf/x86/msr: Add Airmont NPMartin Schiller
2025-12-17x86/unwind_user: Simplify unwind_user_word_size()Jens Remus
2025-12-17x86/unwind_user: Guard unwind_user_word_size() by UNWIND_USERJens Remus
2025-12-17unwind_user/fp: Use dummies instead of ifdefJens Remus
2025-12-17perf/x86/amd: Support PERF_PMU_CAP_MEDIATED_VPMU for AMD hostSandipan Das
2025-12-17perf/x86/intel: Support PERF_PMU_CAP_MEDIATED_VPMUKan Liang
2025-12-17perf/x86/core: Plumb mediated PMU capability from x86_pmu to x86_pmu_capMingwei Zhang
2025-12-17perf/x86/core: Do not set bit width for unavailable countersSandipan Das
2025-12-17perf/x86/core: Add APIs to switch to/from mediated PMI vector (for KVM)Sean Christopherson
2025-12-17perf/x86/core: Register a new vector for handling mediated guest PMIsSean Christopherson
2025-12-17perf: Add APIs to create/release mediated guest vPMUsKan Liang
2025-12-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-12-16perf/x86/intel/cstate: Add Diamond Rapids supportZide Chen
2025-12-16perf/x86/intel/cstate: Add Nova Lake supportZide Chen
2025-12-16perf/x86/intel/cstate: Add Wildcat Lake supportZide Chen
2025-12-16sysfb: Move edid_info into sysfb_primary_displayThomas Zimmermann
2025-12-16sysfb: Replace screen_info with sysfb_primary_displayThomas Zimmermann
2025-12-16x86/xen: Fix sparse warning in enlighten_pv.cJuergen Gross
2025-12-14x86/cpu: Drop vestigial PBE logic in AMD/Hygon/Centaur/CyrixAndrew Cooper
2025-12-14x86/cpu/amd: Use ZEN_MODEL_STEP_UCODE() for erratum_1386_microcode[]Andrew Cooper
2025-12-14x86/cpu/amd: Correct the microcode table for ZenbleedAndrew Cooper
2025-12-14x86/boot/e820: Use <linux/sizes.h> symbols for literalsIngo Molnar
2025-12-14x86/boot/e820: Make sure e820_search_gap() finds all gapsIngo Molnar
2025-12-14x86/boot/e820: Simplify the e820__range_remove() APIIngo Molnar
2025-12-14x86/boot/e820: Remove e820__range_remove()'s unused return parameterIngo Molnar
2025-12-14x86/boot/e820: Simplify append_e820_table() and remove restriction on single-...Ingo Molnar
2025-12-14x86/boot/e820: Standardize __init/__initdata tag placementIngo Molnar
2025-12-14x86/boot/e820: Simplify & clarify __e820__range_add() a bitIngo Molnar
2025-12-14x86/boot/e820: Rename gap_start/gap_size to max_gap_start/max_gap_start in e8...Ingo Molnar
2025-12-14x86/boot/e820: Change e820_search_gap() to search for the highest-address PCI...Ingo Molnar
2025-12-14x86/boot/e820: Clean up e820__setup_pci_gap()/e820_search_gap() a bitIngo Molnar
2025-12-14x86/boot/e820: Change struct e820_table::nr_entries type from __u32 to u32Ingo Molnar
2025-12-14x86/boot/e820: Standardize e820 table index variable types under 'u32'Ingo Molnar
2025-12-14x86/boot/e820: Standardize e820 table index variable names under 'idx'Ingo Molnar
2025-12-14x86/boot/e820: Remove unnecessary header inclusionsIngo Molnar
2025-12-14x86/boot/e820: Clean up __refdata use a bitIngo Molnar
2025-12-14x86/boot/e820: Clean up __e820__range_add() a bitIngo Molnar
2025-12-14x86/boot/e820: Improve e820_print_type() messagesIngo Molnar
2025-12-14x86/boot/e820: Clean up confusing and self-contradictory verbiage around E820...Ingo Molnar