summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorLines
6 daysMerge tag 'efi-fixes-for-v7.0-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+54
7 daysMerge tag 'x86-urgent-2026-03-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-95/+228
7 daysMerge tag 'for-linus-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-37/+11
8 daysMerge tag 'kbuild-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+2
10 daysx86/entry/vdso32: Work around libgcc unwinder bugH. Peter Anvin-0/+30
10 daysx86/resctrl: Fix SNC detectionTony Luck-31/+5
10 daysx86/topo: Fix SNC topology messPeter Zijlstra-47/+143
10 daysx86/topo: Replace x86_has_numa_in_packagePeter Zijlstra-10/+3
10 daysx86/topo: Add topology_num_nodes_per_package()Peter Zijlstra-2/+20
10 daysx86/numa: Store extra copy of numa_nodes_parsedPeter Zijlstra-0/+16
11 daysx86/boot: Handle relative CONFIG_EFI_SBAT_FILE file pathsJan Stancek-0/+1
11 daysx86/PVH: Use boot params to pass RSDP address in start_info pageHou Wenlong-6/+1
11 daysx86/xen: update outdated commentkexinsun-1/+1
11 daysx86/xen: Build identity mapping page tables dynamically for XENPVHou Wenlong-30/+9
13 daysx86/sev: Allow IBPB-on-Entry feature for SNP guestsKim Phillips-1/+6
13 daysx86/boot/sev: Move SEV decompressor variables into the .data sectionTom Lendacky-5/+5
13 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-2/+0
13 daysMerge tag 'x86-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-42/+50
2026-02-28KVM: always define KVM_CAP_SYNC_MMUPaolo Bonzini-1/+0
2026-02-28KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIERPaolo Bonzini-1/+0
2026-02-26kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor-1/+2
2026-02-25x86/efi: defer freeing of boot services memoryMike Rapoport (Microsoft)-5/+54
2026-02-23perf/x86/intel/uncore: Add per-scheduler IMC CAS count eventsZide Chen-1/+27
2026-02-23x86/headers: Replace __ASSEMBLY__ stragglers with __ASSEMBLER__Thomas Huth-9/+9
2026-02-23x86/cfi: Fix CFI rewrite for odd alignmentsPeter Zijlstra-24/+34
2026-02-23x86/bug: Handle __WARN_printf() trap in early_fixup_exception()Hou Wenlong-6/+5
2026-02-23x86/fred: Correct speculative safety in fred_extint()Andrew Cooper-3/+2
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-4/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-12/+6
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-78/+78
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-114/+115
2026-02-20Merge tag 'efi-fixes-for-v7.0-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+7
2026-02-20Merge tag 'for-linus-7.0-rc1a-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+5
2026-02-20Merge tag 'hyperv-next-signed-20260218' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-17/+50
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2026-02-18x86/hyperv: Fix error pointer dereferenceEthan Tidmore-3/+5
2026-02-18x86/hyperv: Reserve 3 interrupt vectors used exclusively by MSHVMukesh Rathor-0/+25
2026-02-18x86/kexec: Copy ACPI root pointer address from config tableArd Biesheuvel-0/+7
2026-02-18x86/xen: Fix Xen PV guest bootJuergen Gross-1/+5
2026-02-18x86/hyperv: Remove ASM_CALL_CONSTRAINT with VMMCALL insnUros Bizjak-1/+1
2026-02-18x86/hyperv: Use savesegment() instead of inline asm() to save segment registersUros Bizjak-4/+5
2026-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-690/+1833
2026-02-12Merge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds-8/+14
2026-02-12mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes-1/+1
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+6
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-95/+103
2026-02-11Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-170/+939
2026-02-11Merge tag 'kvm-x86-apic-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-225/+165
2026-02-11Merge tag 'kvm-x86-gmem-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-74/+50