aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2024-03-26crash: use macro to add crashk_res into iomem early for specific archGravatar Baoquan He 1-0/+2
2024-03-24Merge tag 'efi-fixes-for-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+9
2024-03-24Merge tag 'x86-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 14-85/+76
2024-03-24x86/efistub: Call mixed mode boot services on the firmware's stackGravatar Ard Biesheuvel 1-0/+9
2024-03-24x86/boot/64: Move 5-level paging global variable assignments backGravatar Tom Lendacky 1-9/+7
2024-03-24x86/boot/64: Apply encryption mask to 5-level pagetable updateGravatar Tom Lendacky 1-1/+1
2024-03-24x86/cpu: Add model number for another Intel Arrow Lake mobile processorGravatar Tony Luck 1-0/+1
2024-03-24x86/fpu: Keep xfd_state in sync with MSR_IA32_XFDGravatar Adamos Ttofari 2-6/+13
2024-03-23x86/mpparse: Register APIC address only onceGravatar Thomas Gleixner 1-5/+5
2024-03-23x86/topology: Handle the !APIC case gracefullyGravatar Thomas Gleixner 1-0/+11
2024-03-23x86/topology: Don't evaluate logical IDs during early bootGravatar Thomas Gleixner 1-5/+7
2024-03-23x86/cpu: Ensure that CPU info updates are propagated on UPGravatar Thomas Gleixner 3-37/+14
2024-03-22kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe addressGravatar Masami Hiramatsu (Google) 1-1/+10
2024-03-22x86/pm: Work around false positive kmemleak report in msr_build_context()Gravatar Anton Altaparmakov 1-5/+5
2024-03-22x86/kexec: Do not update E820 kexec table for setup_dataGravatar Dave Young 1-16/+1
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 4-3/+5
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+0
2024-03-21Merge tag 'hyperv-next-signed-20240320' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 6-141/+157
2024-03-21x86/config: Fix warning for 'make ARCH=x86_64 tinyconfig'Gravatar Masahiro Yamada 1-0/+1
2024-03-19Merge tag 'for-linus-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 6-44/+122
2024-03-18x86/hyperv: Use Hyper-V entropy to seed guest random number generatorGravatar Michael Kelley 1-0/+1
2024-03-18x86/hyperv: Cosmetic changes for hv_spinlock.cGravatar Purna Pavan Chandra Aekkaladevi 1-1/+2
2024-03-18hyperv-tlfs: Rename some HV_REGISTER_* defines for consistencyGravatar Nuno Das Neves 1-1/+1
2024-03-17Merge tag 'perf-urgent-2024-03-17' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-3/+4
2024-03-16x86/CPU/AMD: Update the Zenbleed microcode revisionsGravatar Borislav Petkov (AMD) 1-5/+5
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 38-656/+1253
2024-03-15Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-12/+14
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 2-7/+1
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 31-124/+135
2024-03-14Merge tag 'probes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Gravatar Linus Torvalds 2-31/+69
2024-03-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+1
2024-03-14Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+48
2024-03-14Merge tag 'platform-drivers-x86-v6.9-1' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+53
2024-03-13Merge tag 'efi-next-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-1/+3
2024-03-13Merge tag 'acpi-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-1/+1
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 2-4/+5
2024-03-13x86/xen: attempt to inflate the memory balloon on PVHGravatar Roger Pau Monne 6-44/+122
2024-03-13perf/x86/amd/core: Avoid register reset when CPU is deadGravatar Sandipan Das 1-1/+0
2024-03-13perf/x86/amd/lbr: Discard erroneous branch entriesGravatar Sandipan Das 1-2/+4
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-1/+235
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-3/+13
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-1/+2
2024-03-12Merge tag 'x86-boot-2024-03-12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 21-329/+259
2024-03-12Merge tag 'x86-apic-2024-03-12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2024-03-12Merge tag 'rfds-for-linus-2024-03-11' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 6-9/+146
2024-03-12Revert "x86/bugs: Use fixed addressing for VERW operand"Gravatar Dave Hansen 1-1/+1
2024-03-12x86/platform/atom: Check state of Punit managed devices on s2idleGravatar Johannes Stezenbach 1-1/+53
2024-03-12Merge branch 'linus' into x86/boot, to resolve conflictGravatar Ingo Molnar 231-2973/+4931
2024-03-12mshyperv: Introduce hv_get_hypervisor_version functionGravatar Nuno Das Neves 1-19/+15
2024-03-11Merge tag 'x86_tdx_for_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-3/+8