Age | Commit message (Expand) | Author | Files | Lines |
2022-12-07 | ACPI: processor: idle: Drop unnecessary statements and parens | Rafael J. Wysocki | 1 | -4/+2 |
2022-10-28 | ACPI: processor: idle: Check acpi_fetch_acpi_dev() return value | Li Zhong | 1 | -0/+3 |
2022-10-03 | Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -4/+4 |
2022-09-23 | ACPI: processor idle: Practically limit "Dummy wait" workaround to old Intel ... | Dave Hansen | 1 | -3/+20 |
2022-08-23 | ACPI: move from strlcpy() with unused retval to strscpy() | Wolfram Sang | 1 | -4/+4 |
2022-08-02 | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+3 |
2022-07-05 | context_tracking: Take idle eqs entrypoints over RCU | Frederic Weisbecker | 1 | -2/+3 |
2022-06-09 | ACPI: processor/idle: Annotate more functions to live in cpuidle section | Guilherme G. Piccoli | 1 | -3/+3 |
2022-05-30 | Merge branches 'acpi-glue', 'acpi-osl', 'acpi-processor' and 'acpi-cppc' | Rafael J. Wysocki | 1 | -5/+5 |
2022-05-11 | Merge branch 'v5.18-rc5' | Peter Zijlstra | 1 | -8/+3 |
2022-05-06 | ACPI: processor: idle: Expose max_cstate/nocst/bm_check_disable read-only in ... | Yajun Deng | 1 | -5/+5 |
2022-04-21 | Revert "ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40" | Ville Syrjälä | 1 | -5/+0 |
2022-04-21 | ACPI: processor: idle: Avoid falling back to C3 type C-states | Ville Syrjälä | 1 | -1/+2 |
2022-04-05 | ACPI: Add perf low power callback | Stephane Eranian | 1 | -0/+5 |
2022-04-04 | Revert "ACPI: processor: idle: Only flush cache on entering C3" | Akihiko Odaki | 1 | -2/+1 |
2022-03-03 | ACPI: processor idle: Check for architectural support for LPI | Mario Limonciello | 1 | -5/+10 |
2022-02-16 | ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40 | Woody Suwalski | 1 | -0/+5 |
2022-01-10 | Merge branches 'acpi-ec' and 'acpi-processor' | Rafael J. Wysocki | 1 | -5/+4 |
2021-12-17 | ACPI: processor: idle: Only flush cache on entering C3 | Kirill A. Shutemov | 1 | -1/+2 |
2021-12-17 | ACPI: Use acpi_fetch_acpi_dev() instead of acpi_bus_get_device() | Rafael J. Wysocki | 1 | -1/+1 |
2021-11-24 | ACPI: processor idle: Use swap() instead of open coding it | Guo Zhengkui | 1 | -4/+2 |
2021-09-24 | ACPI: processor idle: Allow playing dead in C3 state | Richard Gong | 1 | -1/+2 |
2021-08-04 | ACPI: processor: Replace deprecated CPU-hotplug functions | Sebastian Andrzej Siewior | 1 | -2/+2 |
2021-05-17 | ACPI: processor idle: Fix up C-state latency if not ordered | Mario Limonciello | 1 | -0/+40 |
2021-04-26 | Merge branches 'acpi-pci' and 'acpi-processor' | Rafael J. Wysocki | 1 | -21/+17 |
2021-04-07 | ACPI: processor: Fix build when CONFIG_ACPI_PROCESSOR=m | Vitaly Kuznetsov | 1 | -3/+1 |
2021-04-06 | Merge back 'acpi-processor' material for v5.13. | Rafael J. Wysocki | 1 | -21/+17 |
2021-04-01 | ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead() | Vitaly Kuznetsov | 1 | -0/+7 |
2021-03-08 | ACPI: processor: Get rid of ACPICA message printing | Rafael J. Wysocki | 1 | -19/+15 |
2021-03-08 | ACPI: processor: idle: Drop extra prefix from pr_notice() | Rafael J. Wysocki | 1 | -2/+2 |
2020-11-17 | ACPI: processor: Remove the duplicated ACPI_PROCESSOR_CLASS macro | Hanjun Guo | 1 | -1/+0 |
2020-09-23 | ACPI: processor: Fix build for ARCH_APICTIMER_STOPS_ON_C3 unset | Rafael J. Wysocki | 1 | -0/+1 |
2020-09-16 | ACPI: processor: Take over RCU-idle for C3-BM idle | Peter Zijlstra | 1 | -20/+49 |
2020-09-16 | ACPI: processor: Use CPUIDLE_FLAG_TLB_FLUSHED | Peter Zijlstra | 1 | -5/+5 |
2020-09-16 | ACPI: processor: Use CPUIDLE_FLAG_TIMER_STOP | Peter Zijlstra | 1 | -32/+15 |
2020-08-03 | Merge tag 'acpi-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -2/+1 |
2020-07-31 | cpuidle: ACPI: fix 'return' with no value build warning | Neal Liu | 1 | -2/+2 |
2020-07-29 | cpuidle: change enter_s2idle() prototype | Neal Liu | 1 | -2/+4 |
2020-07-09 | ACPI: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+1 |
2020-04-27 | ACPI: processor: idle: Allow probing on platforms with one ACPI C-state | Zhang Rui | 1 | -7/+2 |
2019-12-27 | ACPI: processor: Export acpi_processor_evaluate_cst() | Rafael J. Wysocki | 1 | -142/+0 |
2019-12-16 | ACPI: processor: Clean up acpi_processor_evaluate_cst() | Rafael J. Wysocki | 1 | -62/+52 |
2019-12-16 | ACPI: processor: Introduce acpi_processor_evaluate_cst() | Rafael J. Wysocki | 1 | -20/+32 |
2019-12-16 | ACPI: processor: Export function to claim _CST control | Rafael J. Wysocki | 1 | -8/+4 |
2019-10-25 | ACPI: processor_idle: Skip dummy wait if kernel is in guest | Yin Fengwei | 1 | -6/+15 |
2019-06-22 | ACPI, x86: Add Zhaoxin processors support for NONSTOP TSC | Tony W Wang-oc | 1 | -0/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 1 | -14/+1 |
2019-02-18 | ACPI / processor: Set P_LVL{2,3} idle state descriptions | Yazen Ghannam | 1 | -0/+7 |
2018-09-27 | ACPI: Add Hygon Dhyana support | Pu Wen | 1 | -0/+1 |
2018-02-09 | Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+3 |