summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/acpi
Commit message (Expand)AuthorAgeFilesLines
* x86/acpi/boot: Correct acpi_is_processor_usable() checkEric DeVolder2023-03-301-1/+2
* x86/ACPI/boot: Use FADT version to check support for online capableMario Limonciello2023-03-301-1/+5
* Merge tag 'x86-boot-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-201-3/+16
|\
| * x86/acpi/boot: Do not register processors that cannot be onlined for x2APICKishon Vijay Abraham I2023-01-101-3/+16
* | x86/ACPI/boot: Use try_cmpxchg() in __acpi_{acquire,release}_global_lock()Uros Bizjak2023-01-261-8/+8
|/
* x86/acpi/cstate: Optimize ARB_DISABLE on Centaur CPUsTony W Wang-oc2022-11-111-8/+16
* ACPI: CPPC: Fix enabling CPPC on AMD systems with shared memoryMario Limonciello2022-07-131-0/+6
* ACPI: CPPC: Don't require _OSC if X86_FEATURE_CPPC is supportedMario Limonciello2022-07-051-0/+10
* Merge tag 'pm-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-05-241-1/+1
|\
| * x86/ACPI: Preserve ACPI-table override during hibernationAmadeusz Sławiński2022-04-131-1/+1
* | Merge tag 'acpi-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-05-241-4/+3
|\ \
| * | x86: ACPI: Make mp_config_acpi_gsi() a void functionLi kunyu2022-05-111-4/+3
| |/
* | Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-231-15/+14
|\ \
| * | x86/aperfmperf: Untangle Intel and AMD frequency invariance initThomas Gleixner2022-04-271-16/+14
| * | x86/aperfmperf: Separate AP/BP frequency invariance initThomas Gleixner2022-04-271-1/+2
| |/
* / x86/acpi/x86/boot: Add multiprocessor wake-up supportKuppuswamy Sathyanarayanan2022-04-071-1/+92
|/
* Merge tag 'pm-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-03-211-2/+21
|\
| * PM: hibernate: Honour ACPI hardware signature by default for virtual guestsDavid Woodhouse2022-03-161-2/+21
* | ACPI / x86: Work around broken XSDT on Advantech DAC-BJ01 boardMark Cilissen2022-03-081-0/+24
* | x86/ACPI: CPPC: Move init_freq_invariance_cppc() into x86 CPPCHuang Rui2022-03-081-0/+14
* | x86/ACPI: CPPC: Move AMD maximum frequency ratio setting function into x86 CPPCHuang Rui2022-03-081-0/+40
* | x86/ACPI: CPPC: Rename cppc_msr.c to cppc.cHuang Rui2022-03-082-2/+2
|/
* Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-121-3/+3
|\
| * x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-081-3/+3
* | PM: hibernate: Allow ACPI hardware signature to be honouredDavid Woodhouse2021-12-081-1/+3
|/
* x86: ACPI: cstate: Optimize C3 entry on AMD CPUsDeepak Sharma2021-10-011-0/+15
* x86/ACPI: Don't add CPUs that are not online capableMario Limonciello2021-09-131-0/+9
* x86: Fix typo s/ECLR/ELCR/ for the PIC registerMaciej W. Rozycki2021-08-101-3/+3
* x86: Avoid magic number with ELCR register accessesMaciej W. Rozycki2021-08-101-3/+3
* Merge tag 'acpi-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-06-291-71/+47
|\
| * x86/acpi: Switch to pr_xxx log functionsHeiner Kallweit2021-05-171-71/+47
* | x86/cstate: Allow ACPI C1 FFH MWAIT use on Hygon systemsPu Wen2021-05-311-1/+2
|/
* Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-262-3/+3
|\
| * x86: Fix various typos in commentsIngo Molnar2021-03-182-3/+3
* | kasan: remove redundant config optionWalter Wu2021-04-161-1/+1
* | ACPI: tables: x86: Reserve memory occupied by ACPI tablesRafael J. Wysocki2021-03-291-13/+12
|/
* x86/acpi: Support objtool validation in wakeup_64.SJosh Poimboeuf2021-01-262-1/+2
* x86/acpi: Annotate indirect branch as safeJosh Poimboeuf2021-01-261-0/+2
* kasan, arm64: unpoison stack only with CONFIG_KASAN_STACKAndrey Konovalov2020-12-221-1/+1
* x86/mce, cper: Pass x86 CPER through the MCA handling chainSmita Koralahalli2020-11-211-0/+5
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-092-2/+2
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-092-2/+2
* ACPI, x86/boot: make acpi_nobgrt staticJason Yan2020-04-081-1/+1
* x86: ACPI: fix CPU hotplug deadlockQian Cai2020-04-041-1/+2
* acpi/x86: ignore unspecified bit positions in the ACPI global lock fieldJan Engelhardt2020-03-141-1/+1
* acpi/x86: add a kernel parameter to disable ACPI BGRTAlex Hung2020-03-141-1/+9
* x86/acpi: make "asmlinkage" part first thing in the function definitionAlexey Dobriyan2020-03-142-2/+2
* x86/ACPI/sleep: Move acpi_get_wakeup_address() into sleep.c, remove <asm/real...Sean Christopherson2019-12-101-0/+11
* x86/ACPI/sleep: Remove an unnecessary include of asm/realmode.hSean Christopherson2019-12-101-1/+1
* x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby2019-10-181-3/+4