aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-09-11cpufreq: amd-pstate: Merge amd_pstate_highest_perf_set() into amd_get_boost_r...Mario Limonciello1-0/+16
2024-09-11x86/amd: Detect preferred cores in amd_get_boost_ratio_numerator()Mario Limonciello1-10/+83
2024-09-11x86/amd: Move amd_get_highest_perf() out of amd-pstateMario Limonciello1-0/+30
2024-09-11ACPI: CPPC: Adjust debug messages in amd_set_max_freq_ratio() to warnMario Limonciello1-3/+3
2024-09-11ACPI: CPPC: Drop check for non zero perf ratioMario Limonciello1-6/+1
2024-09-11x86/amd: Rename amd_get_highest_perf() to amd_get_boost_ratio_numerator()Mario Limonciello1-12/+32
2024-09-11x86/amd: Move amd_get_highest_perf() from amd.c to cppc.cMario Limonciello2-16/+16
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner10-17/+30
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown1-18/+3
2024-09-09Merge tag 'hyperv-fixes-signed-20240908' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-3/+18
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen1-1/+1
2024-09-05x86/sgx: Log information when a node lacks an EPC sectionAaron Lu1-0/+7
2024-09-05x86/sgx: Fix deadlock in SGX NUMA node searchAaron Lu1-13/+14
2024-09-05x86/bugs: Fix handling when SRSO mitigation is disabledDavid Kaplan1-9/+5
2024-09-05x86/bugs: Add missing NO_SSB flagDaniel Sneddon1-2/+2
2024-09-05x86/hyperv: fix kexec crash due to VP assist page corruptionAnirudh Rayabharam (Microsoft)1-2/+2
2024-09-04x86/sched: Add basic support for CPU capacity scalingRafael J. Wysocki1-2/+87
2024-09-03x86/cpu/intel: Replace PAT erratum model/family magic numbers with symbolic I...Dave Hansen1-8/+10
2024-08-29x86/EISA: Dereference memory directly instead of using readl()Maciej W. Rozycki1-2/+2
2024-08-28x86/resctrl: Fix arch_mbm_* array overrun on SNCPeter Newman1-0/+8
2024-08-25x86/entry: Set FRED RSP0 on return to userspace instead of context switchXin Li (Intel)1-0/+3
2024-08-25x86/msr: Switch between WRMSRNS and WRMSR with the alternatives mechanismAndrew Cooper1-1/+0
2024-08-25x86/fred: Set SS to __KERNEL_DS when enabling FREDXin Li (Intel)1-0/+14
2024-08-25x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60h-70hRichard Gong1-0/+4
2024-08-25x86/boot/64: Strip percpu address space when setting up GDT descriptorsUros Bizjak1-1/+2
2024-08-25x86/cpu: Clarify the error message when BIOS does not support SGXWangYuli1-1/+1
2024-08-25x86/kexec: Add comments around swap_pages() assembly to improve readabilityKai Huang1-2/+6
2024-08-25x86/kexec: Fix a comment of swap_pages() assemblyKai Huang1-1/+1
2024-08-25x86/sgx: Fix a W=1 build warning in function commentKai Huang1-1/+1
2024-08-25x86/EISA: Use memremap() to probe for the EISA BIOS signatureMaciej W. Rozycki1-3/+3
2024-08-22x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, ...Sean Christopherson1-0/+6
2024-08-19runtime constants: move list of constants to vmlinux.lds.hJann Horn1-2/+1
2024-08-14x86/fpu: Avoid writing LBR bit to IA32_XSS unless supportedMitchell Levy2-2/+5
2024-08-13x86/fred: Enable FRED right after init_mem_mapping()Xin Li (Intel)4-5/+21
2024-08-13x86/fred: Move FRED RSP initialization into a separate functionXin Li (Intel)2-11/+23
2024-08-13x86/fred: Parse cmdline param "fred=" in cpu_parse_early_param()Xin Li (Intel)2-26/+5
2024-08-13x86/apic: Make x2apic_disable() work correctlyYuntao Wang1-5/+6
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-2/+2
2024-08-09x86/apic: Remove logical destination mode for 64-bitThomas Gleixner1-112/+7
2024-08-08x86: Ignore stack unwinding in KCOVDmitry Vyukov1-0/+8
2024-08-08x86/mtrr: Check if fixed MTRRs exist before saving themAndi Kleen1-1/+1
2024-08-07x86/paravirt: Fix incorrect virt spinlock setting on bare metalChen Yu1-4/+3
2024-08-07x86/acpi: Remove __ro_after_init from acpi_mp_wake_mailboxZhiquan Li1-1/+1
2024-08-07x86/ioapic: Cleanup remaining coding style issuesThomas Gleixner1-11/+12
2024-08-07x86/ioapic: Cleanup line breaksThomas Gleixner1-37/+18
2024-08-07x86/ioapic: Cleanup bracket usageThomas Gleixner1-16/+18
2024-08-07x86/ioapic: Cleanup commentsThomas Gleixner1-49/+37
2024-08-07x86/ioapic: Move replace_pin_at_irq_node() to the call siteThomas Gleixner1-22/+18
2024-08-07x86/mpparse: Cleanup apic_printk()sThomas Gleixner1-7/+6
2024-08-07x86/ioapic: Cleanup guarded debug printk()sThomas Gleixner1-38/+29