summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorLines
2025-03-25x86/cacheinfo: Rename 'struct _cpuid4_info_regs' to 'struct _cpuid4_info'Ahmed S. Darwish-11/+11
2025-03-25x86/cacheinfo: Separate Intel and AMD CPUID leaf 0x4 code pathsAhmed S. Darwish-41/+54
2025-03-25x86/cacheinfo: Use sysfs_emit() for sysfs attributes show()Ahmed S. Darwish-3/+3
2025-03-25x86/cacheinfo: Move AMD cache_disable_0/1 handling to separate fileAhmed S. Darwish-298/+313
2025-03-25x86/cacheinfo: Separate amd_northbridge from _cpuid4_info_regsAhmed S. Darwish-16/+29
2025-03-25x86/cacheinfo: Consolidate AMD/Hygon leaf 0x8000001d callsAhmed S. Darwish-15/+15
2025-03-25x86/cacheinfo: Standardize _cpuid4_info_regs instance namingAhmed S. Darwish-48/+49
2025-03-25x86/cacheinfo: Align ci_info_init() assignment expressionsAhmed S. Darwish-13/+10
2025-03-25x86/cacheinfo: Constify _cpuid4_info_regs instancesAhmed S. Darwish-3/+4
2025-03-25x86/cacheinfo: Use proper name for cacheinfo instancesThomas Gleixner-46/+43
2025-03-25x86/cacheinfo: Properly name amd_cpuid4()'s first parameterThomas Gleixner-9/+6
2025-03-25x86/cacheinfo: Refactor CPUID leaf 0x2 cache descriptor lookupThomas Gleixner-24/+20
2025-03-25x86/cacheinfo: Use CPUID leaf 0x2 parsing helpersAhmed S. Darwish-18/+6
2025-03-25x86/cpu: Introduce and use CPUID leaf 0x2 parsing helpersAhmed S. Darwish-17/+6
2025-03-25x86/cacheinfo: Remove CPUID leaf 0x2 parsing loopAhmed S. Darwish-40/+37
2025-03-25x86/cpu: Remove CPUID leaf 0x2 parsing loopAhmed S. Darwish-15/+15
2025-03-25x86/split_lock: Simplify reenablingMaksim Davydov-11/+24
2025-03-25x86/fpu: Update the outdated comment above fpstate_init_user()Chao Gao-1/+1
2025-03-25x86/early_printk: Add support for MMIO-based UARTsDenis Mukhin-1/+44
2025-03-25x86/dumpstack: Fix inaccurate unwinding from exception stacks due to misplace...Jann Horn-3/+2
2025-03-24Merge tag 'x86-cleanups-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+5
2025-03-24Merge tag 'x86-fpu-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-52/+52
2025-03-24Merge tag 'x86-boot-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-166/+138
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1155/+1534
2025-03-24Merge tag 'perf-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+9
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-9/+4
2025-03-24Merge tag 'objtool-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+17
2025-03-24Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+16
2025-03-24Merge branch 'pm-cpufreq'Rafael J. Wysocki-1/+3
2025-03-24Merge branches 'acpi-x86', 'acpi-platform-profile', 'acpi-apei' and 'acpi-misc'Rafael J. Wysocki-0/+2
2025-03-22tracing: Disable branch profiling in noinstr codeJosh Poimboeuf-2/+0
2025-03-20x86: hyperv: Add mshv_handler() irq handler and setup functionNuno Das Neves-0/+9
2025-03-20Drivers: hv: Export some functions for use by root partition moduleNuno Das Neves-0/+1
2025-03-20x86/mshyperv: Add support for extended Hyper-V featuresStanislav Kinsburskii-2/+4
2025-03-19x86/cpu/intel: Limit the non-architectural constant_tsc model checksSohil Mehta-4/+6
2025-03-19x86/cpu/intel: Fix fast string initialization for extended FamiliesSohil Mehta-6/+11
2025-03-19x86/smpboot: Fix INIT delay assignment for extended Intel FamiliesSohil Mehta-3/+3
2025-03-19x86/smpboot: Remove confusing quirk usage in INIT delaySohil Mehta-6/+5
2025-03-19x86/acpi/cstate: Improve Intel Family model checksSohil Mehta-4/+4
2025-03-19x86/cpu/intel: Replace Family 5 model checks with VFM onesSohil Mehta-6/+5
2025-03-19x86/cpu/intel: Replace Family 15 checks with VFM onesSohil Mehta-3/+3
2025-03-19x86/cpu/intel: Replace early Family 6 checks with VFM onesSohil Mehta-6/+5
2025-03-19x86/mtrr: Modify a x86_model check to an Intel VFM checkSohil Mehta-2/+2
2025-03-19x86/microcode: Update the Intel processor flag scan checkSohil Mehta-1/+1
2025-03-19x86/cpu/intel: Fix the MOVSL alignment preference for extended FamiliesSohil Mehta-13/+6
2025-03-19x86/apic: Fix 32-bit APIC initialization for extended Intel FamiliesSohil Mehta-2/+2
2025-03-19x86/syscall: Move sys_ni_syscall()Brian Gerst-0/+5
2025-03-19x86/amd_node: Add support for debugfs access to SMN registersMario Limonciello-0/+99
2025-03-19x86/amd_node: Add SMN offsets to exclusive region accessMario Limonciello-0/+41
2025-03-19x86/amd_node, platform/x86/amd/hsmp: Have HSMP use SMN through AMD_NODEYazen Ghannam-1/+9