summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-platform-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-131-10/+14
|\
| * x86/of: Change x86_dtb_parse_smp_config() to staticSaurabh Sengar2024-04-031-9/+9
| * x86/of: Map NUMA node to CPUs as per DeviceTreeSaurabh Sengar2024-04-031-0/+2
| * x86/of: Set the parse_smp_cfg for all the DeviceTree platforms by defaultSaurabh Sengar2024-04-031-2/+4
* | Merge tag 'x86-fpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-132-4/+4
|\ \
| * | x86/fpu: Update fpu_swap_kvm_fpu() uses in comments as wellLi RongQing2024-04-041-2/+2
| * | x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixupUros Bizjak2024-03-191-2/+2
* | | Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-1324-261/+283
|\ \ \
| * | | x86/tsc_msr: Switch to new Intel CPU model definesTony Luck2024-04-291-7/+7
| * | | x86/tsc: Switch to new Intel CPU model definesTony Luck2024-04-291-3/+3
| * | | x86/cpu: Switch to new Intel CPU model definesTony Luck2024-04-291-3/+3
| * | | x86/resctrl: Switch to new Intel CPU model definesTony Luck2024-04-292-16/+16
| * | | x86/microcode/intel: Switch to new Intel CPU model definesTony Luck2024-04-291-3/+2
| * | | x86/mce: Switch to new Intel CPU model definesTony Luck2024-04-293-19/+18
| * | | x86/cpu: Switch to new Intel CPU model definesTony Luck2024-04-291-1/+1
| * | | x86/cpu/intel_epb: Switch to new Intel CPU model definesTony Luck2024-04-291-6/+6
| * | | x86/aperfmperf: Switch to new Intel CPU model definesTony Luck2024-04-291-9/+8
| * | | x86/apic: Switch to new Intel CPU model definesTony Luck2024-04-291-19/+19
| * | | x86/bugs: Switch to new Intel CPU model definesTony Luck2024-04-251-78/+76
| * | | x86/bugs: Switch to new Intel CPU model definesTony Luck2024-04-251-15/+15
| * | | x86/cpu/vfm: Update arch/x86/include/asm/intel-family.hTony Luck2024-04-221-2/+1
| * | | x86/sev: Take NUMA node into account when allocating memory for per-CPU SEV dataLi RongQing2024-04-121-4/+4
| * | | Merge branch 'x86/urgent' into x86/cpu, to resolve conflictIngo Molnar2024-04-127-101/+216
| |\ \ \
| * | | | x86/cpu: Improve readability of per-CPU cpumask initialization codeIngo Molnar2024-04-102-14/+17
| * | | | x86/cpu: Take NUMA node into account when allocating per-CPU cpumasksLi RongQing2024-04-102-7/+9
| * | | | x86/mce: Implement recovery for errors in TDX/SEAM non-root modeTony Luck2024-04-092-2/+32
| * | | | Merge tag 'v6.9-rc3' into x86/cpu, to pick up fixesIngo Molnar2024-04-0924-201/+185
| |\ \ \ \
| * | | | | x86/cpu: Clear TME feature flag if TME is not enabled by BIOSBingsong Si2024-03-261-0/+1
| * | | | | x86/CPU/AMD: Improve the erratum 1386 workaroundBorislav Petkov (AMD)2024-03-251-0/+12
| * | | | | x86/cpu/topology: Add support for the AMD 0x80000026 leafThomas Gleixner2024-03-222-8/+26
| * | | | | x86/cpu: Get rid of an unnecessary local variable in get_cpu_address_sizes()Borislav Petkov (AMD)2024-03-211-10/+7
| * | | | | x86/cpu: Move leftover contents of topology.c to setup.cRafael J. Wysocki2024-03-213-44/+9
| | |_|/ / | |/| | |
* | | | | Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-135-5/+3
|\ \ \ \ \
| * | | | | x86/extable: Remove unused fixup type EX_TYPE_COPYTong Tiangen2024-04-041-1/+0
| * | | | | x86/rtc: Remove unused intel-mid.hAndy Shevchenko2024-04-031-1/+0
| * | | | | x86/head: Simplify relative include path to xen-head.SYuntao Wang2024-03-252-2/+2
| * | | | | x86/syscall/compat: Remove ia32_unistd.hBrian Gerst2024-03-221-1/+1
| |/ / / /
* | | | | Merge tag 'x86-build-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-05-131-6/+1
|\ \ \ \ \
| * | | | | x86/vmlinux.lds.S: Take __START_KERNEL out conditional definitionWei Yang2024-03-131-2/+1
| * | | | | x86/vmlinux.lds.S: Remove conditional definition of LOAD_OFFSETWei Yang2024-03-131-4/+0
* | | | | | Merge tag 'x86-bugs-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-131-2/+2
|\ \ \ \ \ \
| * | | | | | x86/dumpstack: Use uniform "Oops: " prefix for die() messagesAlex Shi2024-03-271-2/+2
* | | | | | | Merge tag 'x86-boot-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-134-27/+21
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'v6.9-rc3' into x86/boot, to pick up fixes before queueing up more ...Ingo Molnar2024-04-1124-201/+185
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | x86/boot: Move kernel cmdline setup earlier in the boot process (again)Julian Stecklina2024-03-291-16/+16
| * | | | | | | x86: Rename __{start,end}_init_task to __{start,end}_init_stackXin Li (Intel)2024-03-221-1/+1
| * | | | | | | x86/boot: Simplify boot stack setupBrian Gerst2024-03-213-11/+5
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'locking-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-132-2/+2
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'v6.9-rc3' into locking/core, to pick up fixesIngo Molnar2024-04-0924-201/+185
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | x86/tsc: Make __use_tsc __ro_after_initValentin Schneider2024-03-221-1/+1