aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-15x86,fs/resctrl: Detect Assignable Bandwidth Monitoring feature detailsBabu Moger2-5/+13
2025-09-15x86,fs/resctrl: Consolidate monitoring related data from rdt_resourceBabu Moger2-7/+7
2025-09-15x86/resctrl: Add ABMC feature in the command line optionsBabu Moger1-0/+2
2025-09-15x86/cpufeatures: Add support for Assignable Bandwidth Monitoring Counters (ABMC)Babu Moger2-0/+2
2025-09-15x86,fs/resctrl: Prepare for more monitor eventsTony Luck3-41/+43
2025-09-15x86/resctrl: Remove the rdt_mon_features global variableTony Luck3-10/+5
2025-09-15KVM: Implement barriers before accessing kvm->buses[] on SRCU read pathsKeir Fraser1-0/+7
2025-09-15x86,fs/resctrl: Replace architecture event enabled checksTony Luck3-19/+4
2025-09-15x86,fs/resctrl: Consolidate monitor event descriptionsTony Luck1-3/+9
2025-09-15Merge tag 'v6.17-rc6' into drm-nextDave Airlie17-152/+389
2025-09-14Merge tag 'x86-urgent-2025-09-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-11/+14
2025-09-13x86/kexec: fix potential cmem->ranges out of memoryfuqiang wang1-4/+19
2025-09-13x86/crash: remove redundant 0 value initializationLiao Yuanhong1-2/+0
2025-09-13x86/kexec: carry forward the boot DTB on kexecBrian Mak1-3/+44
2025-09-13mm, x86/mm: move creating the tlb_flush event back to x86 codeSteven Rostedt1-0/+1
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-3/+3
2025-09-13mm: convert arch-specific code to mm_flags_*() accessorsLorenzo Stoakes1-2/+2
2025-09-12x86/bugs: Add attack vector controls for VMSCAPEDavid Kaplan1-4/+10
2025-09-12x86/its: Move ITS indirect branch thunks to .text..__x86.indirect_thunkJosh Poimboeuf1-35/+40
2025-09-11bpf: Report arena faults to BPF stderrPuranjay Mohan1-5/+80
2025-09-11x86/virt/tdx: Use precalculated TDVPR page physical addressKai Huang3-13/+19
2025-09-11KVM: nSVM: Replace kzalloc() + copy_from_user() with memdup_user()Thorsten Blum1-11/+9
2025-09-11x86/kvm: Prefer native qspinlock for dedicated vCPUs irrespective of PV_UNHALTLi RongQing1-10/+10
2025-09-11x86/kvm: Make kvm_async_pf_task_wake() a local static helperSean Christopherson2-4/+1
2025-09-11x86/kvm: Force legacy PCI hole to UC when overriding MTRRs for TDX/SNPSean Christopherson1-2/+19
2025-09-11x86/mce: Add a clear_bank() helperYazen Ghannam3-5/+18
2025-09-11x86/mce: Move machine_check_poll() status checks to helper functionsYazen Ghannam1-40/+48
2025-09-11x86/mce: Separate global and per-CPU quirksYazen Ghannam3-62/+65
2025-09-11x86/mce: Do 'UNKNOWN' vendor check earlyYazen Ghannam1-10/+8
2025-09-11x86/mce: Define BSP-only SMCA initYazen Ghannam3-0/+11
2025-09-11x86/mce: Define BSP-only initYazen Ghannam4-10/+24
2025-09-11x86/mce: Set CR4.MCE last during initYazen Ghannam1-2/+3
2025-09-10Merge tag 'vmscape-for-linus-20250904' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-113/+287
2025-09-10KVM: TDX: Do not retry locally when the retry is caused by invalid memslotSean Christopherson1-0/+11
2025-09-10KVM: x86/mmu: Return -EAGAIN if userspace deletes/moves memslot during prefaultSean Christopherson1-2/+8
2025-09-10KVM: x86: Move vector_hashing into lapic.cSean Christopherson3-11/+6
2025-09-10KVM: x86: Make "lowest priority" helpers local to lapic.cSean Christopherson2-16/+12
2025-09-10KVM: x86: Move kvm_irq_delivery_to_apic() from irq.c to lapic.cSean Christopherson4-61/+60
2025-09-10KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVIC is activeMaciej S. Szmigiero1-2/+1
2025-09-10x86/startup/sev: Document the CPUID flow in the boot #VC handlerTom Lendacky1-0/+11
2025-09-10fbcon: Use screen info to find primary deviceMario Limonciello (AMD)1-1/+24
2025-09-10Fix access to video_is_primary_device() when compiled without CONFIG_VIDEOMario Limonciello (AMD)1-0/+2
2025-09-10um: Centralize stub size calculationsTiwei Bie2-2/+2
2025-09-08clocksource: hyper-v: Skip unnecessary checks for the root partitionWei Liu1-1/+10
2025-09-08x86: Add __attribute_const__ to ffs()-family implementationsKees Cook1-6/+6
2025-09-08KVM: SEV: Save the SEV policy if and only if LAUNCH_START succeedsSean Christopherson1-4/+2
2025-09-08x86/xen: select HIBERNATE_CALLBACKS more directlyLukas Bulwahn2-7/+1
2025-09-08xen: replace XENFEAT_auto_translated_physmap with xen_pv_domain()Juergen Gross3-10/+10
2025-09-08xen: rework xen_pv_domain()Juergen Gross1-1/+1
2025-09-08x86/asm: Remove code depending on __GCC_ASM_FLAG_OUTPUTS__Uros Bizjak15-91/+34