summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-09-15x86/resctrl: Refactor resctrl_arch_rmid_read()Babu Moger
2025-09-15x86,fs/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with...Babu Moger
2025-09-15x86/resctrl: Add data structures and definitions for ABMC assignmentBabu Moger
2025-09-15x86/resctrl: Add support to enable/disable AMD ABMC featureBabu Moger
2025-09-15x86,fs/resctrl: Detect Assignable Bandwidth Monitoring feature detailsBabu Moger
2025-09-15x86,fs/resctrl: Consolidate monitoring related data from rdt_resourceBabu Moger
2025-09-15x86/resctrl: Add ABMC feature in the command line optionsBabu Moger
2025-09-15x86/cpufeatures: Add support for Assignable Bandwidth Monitoring Counters (ABMC)Babu Moger
2025-09-15x86,fs/resctrl: Prepare for more monitor eventsTony Luck
2025-09-15x86/resctrl: Remove the rdt_mon_features global variableTony Luck
2025-09-15KVM: Implement barriers before accessing kvm->buses[] on SRCU read pathsKeir Fraser
2025-09-15x86,fs/resctrl: Replace architecture event enabled checksTony Luck
2025-09-15x86,fs/resctrl: Consolidate monitor event descriptionsTony Luck
2025-09-15Merge tag 'v6.17-rc6' into drm-nextDave Airlie
2025-09-14Merge tag 'x86-urgent-2025-09-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-09-13x86/kexec: fix potential cmem->ranges out of memoryfuqiang wang
2025-09-13x86/crash: remove redundant 0 value initializationLiao Yuanhong
2025-09-13x86/kexec: carry forward the boot DTB on kexecBrian Mak
2025-09-13mm, x86/mm: move creating the tlb_flush event back to x86 codeSteven Rostedt
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)
2025-09-13mm: convert arch-specific code to mm_flags_*() accessorsLorenzo Stoakes
2025-09-12x86/bugs: Add attack vector controls for VMSCAPEDavid Kaplan
2025-09-12x86/its: Move ITS indirect branch thunks to .text..__x86.indirect_thunkJosh Poimboeuf
2025-09-11bpf: Report arena faults to BPF stderrPuranjay Mohan
2025-09-11x86/virt/tdx: Use precalculated TDVPR page physical addressKai Huang
2025-09-11KVM: nSVM: Replace kzalloc() + copy_from_user() with memdup_user()Thorsten Blum
2025-09-11x86/kvm: Prefer native qspinlock for dedicated vCPUs irrespective of PV_UNHALTLi RongQing
2025-09-11x86/kvm: Make kvm_async_pf_task_wake() a local static helperSean Christopherson
2025-09-11x86/kvm: Force legacy PCI hole to UC when overriding MTRRs for TDX/SNPSean Christopherson
2025-09-11x86/mce: Add a clear_bank() helperYazen Ghannam
2025-09-11x86/mce: Move machine_check_poll() status checks to helper functionsYazen Ghannam
2025-09-11x86/mce: Separate global and per-CPU quirksYazen Ghannam
2025-09-11x86/mce: Do 'UNKNOWN' vendor check earlyYazen Ghannam
2025-09-11x86/mce: Define BSP-only SMCA initYazen Ghannam
2025-09-11x86/mce: Define BSP-only initYazen Ghannam
2025-09-11x86/mce: Set CR4.MCE last during initYazen Ghannam
2025-09-10Merge tag 'vmscape-for-linus-20250904' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-10KVM: TDX: Do not retry locally when the retry is caused by invalid memslotSean Christopherson
2025-09-10KVM: x86/mmu: Return -EAGAIN if userspace deletes/moves memslot during prefaultSean Christopherson
2025-09-10KVM: x86: Move vector_hashing into lapic.cSean Christopherson
2025-09-10KVM: x86: Make "lowest priority" helpers local to lapic.cSean Christopherson
2025-09-10KVM: x86: Move kvm_irq_delivery_to_apic() from irq.c to lapic.cSean Christopherson
2025-09-10KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVIC is activeMaciej S. Szmigiero
2025-09-10x86/startup/sev: Document the CPUID flow in the boot #VC handlerTom Lendacky
2025-09-10fbcon: Use screen info to find primary deviceMario Limonciello (AMD)
2025-09-10Fix access to video_is_primary_device() when compiled without CONFIG_VIDEOMario Limonciello (AMD)
2025-09-10um: Centralize stub size calculationsTiwei Bie
2025-09-08clocksource: hyper-v: Skip unnecessary checks for the root partitionWei Liu
2025-09-08x86: Add __attribute_const__ to ffs()-family implementationsKees Cook
2025-09-08KVM: SEV: Save the SEV policy if and only if LAUNCH_START succeedsSean Christopherson