aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/acpi
AgeCommit message (Expand)AuthorFilesLines
2026-08-18Merge tag 'x86_cpu_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+4
2026-07-23x86/topology: Add TOPO_CPU_TYPE_LOW_POWERVishal Badole1-1/+2
2026-07-23x86/topo: Map vendor CPU types to generic Linux such typesBorislav Petkov (AMD)1-2/+2
2026-07-17acpi: Stop using 32-bit MSR interfacesJuergen Gross1-12/+8
2026-05-28x86/acpi: Add a helper to get the address of the wakeup mailboxRicardo Neri1-0/+5
2026-05-28x86/acpi: Add functions to setup and access the wakeup mailboxRicardo Neri1-0/+11
2026-05-08Revert "ACPI: CPPC: Adjust debug messages in amd_set_max_freq_ratio() to warn"Mario Limonciello1-3/+3
2026-04-06x86/acpi: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrievalChengwen Feng1-0/+20
2026-01-17x86/acpi: Add acpi=spcr to use SPCR-provided default consoleShenghao Yang1-3/+8
2025-12-14x86/acpi/boot: Correct acpi_is_processor_usable() check againYazen Ghannam1-4/+8
2025-12-02Merge tag 'ras_core_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2025-11-21x86/mce: Save and use APEI corrected threshold limitYazen Ghannam1-0/+2
2025-11-07ACPI: CPPC: Detect preferred core availability on online CPUsGautham R. Shenoy1-1/+1
2025-09-22x86/acpi/cstate: Remove open coded check for cpu_feature_enabled()Mario Limonciello (AMD)1-1/+1
2025-06-03Merge tag 'hyperv-next-signed-20250602' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-1/+1
2025-05-23arch/x86: Provide the CPU number in the wakeup AP callbackRoman Kisel1-1/+1
2025-05-15x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID headerAhmed S. Darwish1-1/+1
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar2-4/+5
2025-05-06Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflictsIngo Molnar1-0/+11
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)1-0/+1
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar1-0/+11
2025-04-15x86/cpufeatures: Shorten X86_FEATURE_AMD_HETEROGENEOUS_CORESXin Li (Intel)1-1/+1
2025-04-10x86/msr: Rename 'wrmsrl_safe_on_cpu()' to 'wrmsrq_safe_on_cpu()'Ingo Molnar1-1/+1
2025-04-10x86/msr: Rename 'rdmsrl_safe_on_cpu()' to 'rdmsrq_safe_on_cpu()'Ingo Molnar1-3/+3
2025-04-07x86/acpi: Don't limit CPUs to 1 for Xen PV guests due to disabled ACPIPetr Vaněk1-0/+11
2025-03-25Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2025-03-25Merge tag 'acpi-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+2
2025-03-19x86/acpi/cstate: Improve Intel Family model checksSohil Mehta1-4/+4
2025-03-19x86/acpi: Replace manual page table initialization with kernel_ident_mapping_init()Kirill A. Shutemov1-58/+15
2025-03-06cpufreq/amd-pstate: Replace all AMD_CPPC_* macros with masksMario Limonciello1-1/+3
2025-03-04Merge branch 'x86/asm' into x86/core, to pick up dependent commitsIngo Molnar1-0/+11
2025-03-04x86/smp: Fix mwait_play_dead() and acpi_processor_ffh_play_dead() noreturn behaviorJosh Poimboeuf1-1/+1
2025-02-21ACPI/processor_idle: Export acpi_processor_ffh_play_dead()Artem Bityutskiy1-0/+1
2025-02-18x86/ACPI: CPPC: Add missing includeMario Limonciello1-0/+2
2025-02-14x86/cfi: Clean up linkagePeter Zijlstra2-0/+2
2025-02-05ACPI/processor_idle: Add FFH state handlingPatryk Wlazlyn1-0/+10
2025-01-30Merge tag 'acpi-6.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-5/+45
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-4/+1
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-4/+1
2025-01-24x86/acpi: Fix LAPIC/x2APIC parsing orderZhang Rui1-5/+45
2024-12-18x86/cpu: Make all all CPUID leaf names consistentDave Hansen1-2/+2
2024-12-18x86/cpu: Move MWAIT leaf definition to common headerDave Hansen1-0/+1
2024-11-19Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2024-11-19Merge tag 'objtool-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2024-11-19Merge tag 'x86_cpu_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+23
2024-11-06ACPI: processor: Move arch_init_invariance_cppc() call laterMario Limonciello1-1/+6
2024-10-25x86/amd: Use heterogeneous core topology for identifying boost numeratorMario Limonciello1-0/+23
2024-10-17objtool: Detect non-relocated text referencesJosh Poimboeuf1-0/+1
2024-10-16x86/acpi: Switch to irq_get_nr_irqs() and irq_set_nr_irqs()Bart Van Assche1-2/+4
2024-09-19Merge tag 'for-linus-6.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+11