summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/acpi
AgeCommit message (Expand)AuthorFilesLines
2024-11-06ACPI: processor: Move arch_init_invariance_cppc() call laterMario Limonciello1-1/+6
2024-09-19Merge tag 'for-linus-6.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+11
2024-09-12xen: allow mapping ACPI data using a different physical addressJuergen Gross1-0/+11
2024-09-11Merge tag 'amd-pstate-v6.12-2024-09-11' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki1-11/+161
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 Limonciello1-0/+16
2024-08-07x86/acpi: Remove __ro_after_init from acpi_mp_wake_mailboxZhiquan Li1-1/+1
2024-06-17x86/acpi: Add support for CPU offlining for ACPI MADT wakeup methodKirill A. Shutemov3-3/+211
2024-06-17x86/acpi: Do not attempt to bring up secondary CPUs in the kexec caseKirill A. Shutemov1-1/+28
2024-06-17x86/acpi: Rename fields in the acpi_madt_multiproc_wakeup structureKirill A. Shutemov1-1/+1
2024-06-17cpu/hotplug, x86/acpi: Disable CPU offlining for ACPI MADT wakeupKirill A. Shutemov1-0/+3
2024-06-17x86/apic: Mark acpi_mp_wake_* variables as __ro_after_initKirill A. Shutemov1-2/+2
2024-06-17x86/acpi: Extract ACPI MADT wakeup code into a separate fileKirill A. Shutemov3-85/+84
2024-03-13Merge tag 'acpi-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-1/+1
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-2/+2
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-12/+12
2024-03-05cpuidle: ACPI/intel: fix MWAIT hint target C-state computationHe Rongguang1-2/+2
2024-03-05ACPI: CPPC: enable AMD CPPC V2 support for family 17h processorsPerry Yuan1-1/+1
2024-02-15x86/cpu/topology: Let XEN/PV use topology from CPUID/MADTThomas Gleixner1-17/+8
2024-02-15x86/acpi: Dont invoke topology_register_apic() for XEN PVThomas Gleixner1-2/+6
2024-02-15x86/acpi: Use new APIC registration functionsThomas Gleixner1-37/+7
2024-02-14Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Ingo Molnar1-21/+20
2023-12-18x86/acpi: Handle bogus MADT APIC tables gracefullyThomas Gleixner1-1/+1
2023-11-30x86/acpi: Use %rip-relative addressing in wakeup_64.SUros Bizjak1-12/+12
2023-11-19Merge tag 'x86_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-19/+15
2023-11-09x86/acpi: Ignore invalid x2APIC entriesZhang Rui1-19/+15
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2023-10-27x86/i8259: Skip probing when ACPI/MADT advertises PCAT compatibilityThomas Gleixner1-0/+3
2023-10-10x86/apic: Use u32 for wakeup_secondary_cpu[_64]()Thomas Gleixner1-1/+1
2023-10-10x86/apic: Use BAD_APICID consistentlyThomas Gleixner1-1/+1
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+4
2023-08-09ACPI: resource: Honor MADT INT_SRC_OVR settings for IRQ1 on AMD ZenHans de Goede1-0/+4
2023-08-09x86/apic: Replace acpi_wake_cpu_handler_update() and apic_set_eoi_cb()Thomas Gleixner1-1/+1
2023-08-09x86/apic: Wrap APIC ID validation into an inlineThomas Gleixner1-1/+1
2023-08-09x86/apic: Remove the pointless APIC version checkThomas Gleixner1-5/+1
2023-08-09x86/apic/ioapic: Rename skip_ioapic_setupThomas Gleixner1-1/+1
2023-06-26Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2023-06-21x86/acpi: Remove unused extern declaration acpi_copy_wakeup_routine()YueHaibing1-1/+0
2023-05-15x86/smpboot: Support parallel startup of secondary CPUsDavid Woodhouse1-1/+8
2023-04-25Merge tag 'x86-apic-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+18
2023-04-25Merge tag 'x86_acpi_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+8
2023-03-30x86/acpi/boot: Correct acpi_is_processor_usable() checkEric DeVolder1-1/+2
2023-03-30x86/ACPI/boot: Use FADT version to check support for online capableMario Limonciello1-1/+5
2023-03-22x86/ACPI/boot: Improve __acpi_acquire_global_lockUros Bizjak1-3/+8
2023-03-21x86/smpboot: Remove initial_gsBrian Gerst1-1/+0