aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/idle (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-05cpuidle: ACPI/intel: fix MWAIT hint target C-state computationHe Rongguang1-1/+2
2024-01-09Merge tag 'pm-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+114
2023-12-19intel_idle: add Sierra Forest SoC supportArtem Bityutskiy1-0/+44
2023-12-19intel_idle: add Grand Ridge SoC supportArtem Bityutskiy1-0/+36
2023-12-11intel_idle: Add Meteorlake supportZhang Rui1-0/+34
2023-11-29x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogramPeter Zijlstra1-12/+7
2023-10-07intel_idle: Add ibrs_off module parameter to force-disable IBRSWaiman Long1-1/+10
2023-10-07intel_idle: Use __update_spec_ctrl() in intel_idle_ibrs()Waiman Long1-4/+3
2023-08-28Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2023-08-09x86/cpu: Fix Gracemont uarchPeter Zijlstra1-5/+5
2023-07-19Revert "intel_idle: Add support for using intel_idle in a VM guest using just hlt"Rafael J. Wysocki1-116/+1
2023-07-19Revert "intel_idle: Add a "Long HLT" C1 state for the VM guest mode"Rafael J. Wysocki1-55/+0
2023-07-19Revert "intel_idle: Add __init annotation to matchup_vm_state_with_baremetal()"Rafael J. Wysocki1-1/+1
2023-06-28intel_idle: Add __init annotation to matchup_vm_state_with_baremetal()Rafael J. Wysocki1-1/+1
2023-06-21intel_idle: Add a "Long HLT" C1 state for the VM guest modeArjan van de Ven1-0/+55
2023-06-16intel_idle: Add support for using intel_idle in a VM guest using just hltArjan van de Ven1-1/+116
2023-06-12intel_idle: clean up the (new) state_update_enter_method functionArjan van de Ven1-3/+12
2023-06-12intel_idle: refactor state->enter manipulation into its own functionArjan van de Ven1-22/+28
2023-04-27intel_idle: mark few variables as __read_mostlyArtem Bityutskiy1-2/+2
2023-04-27intel_idle: do not sprinkle module parameter definitions aroundArtem Bityutskiy1-3/+7
2023-04-27intel_idle: fix confusing messageArtem Bityutskiy1-2/+3
2023-04-27intel_idle: improve C-state flags handling robustnessArtem Bityutskiy1-10/+18
2023-04-27intel_idle: further intel_idle_init_cstates_icpu() cleanupArtem Bityutskiy1-11/+13
2023-04-27intel_idle: clean up intel_idle_init_cstates_icpu()Artem Bityutskiy1-5/+5
2023-04-27intel_idle: use pr_info() instead of printk()Artem Bityutskiy1-1/+1
2023-02-21Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+2
2023-01-20intel_idle: add Emerald Rapids Xeon supportArtem Bityutskiy1-0/+2
2023-01-13intel_idle: Add force_irq_on module paramPeter Zijlstra1-1/+6
2023-01-13cpuidle, intel_idle: Fix CPUIDLE_FLAG_IBRSPeter Zijlstra1-2/+2
2023-01-13cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*Peter Zijlstra1-7/+1
2022-09-21intel_idle: Add AlderLake-N supportZhang Rui1-0/+51
2022-08-31intel_idle: move from strlcpy() with unused retval to strscpy()Wolfram Sang1-1/+1
2022-08-02Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-23/+1
2022-08-01Merge tag 'x86_fpu_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+23
2022-07-29Merge back cpuidle material for 5.20.Rafael J. Wysocki1-23/+1
2022-07-25intel_idle: make SPR C1 and C1E be independentArtem Bityutskiy1-23/+1
2022-07-25intel_idle: Fix false positive RCU splats due to incorrect hardirqs stateWaiman Long1-1/+7
2022-07-19intel_idle: Add a new flag to initialize the AMX stateChang S. Bae1-2/+23
2022-06-27intel_idle: Disable IBRS during long idlePeter Zijlstra1-6/+38
2022-06-08cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLEPeter Zijlstra1-7/+25
2022-04-28intel_idle: Add AlderLake supportZhang Rui1-0/+133
2022-04-27intel_idle: Fix SPR C6 optimizationArtem Bityutskiy1-5/+3
2022-04-27intel_idle: Fix the 'preferred_cstates' module parameterArtem Bityutskiy1-7/+12
2022-03-17cpuidle: intel_idle: Drop redundant backslash at line endRafael J. Wysocki1-1/+1
2022-03-17cpuidle: intel_idle: Update intel_idle() kerneldoc commentRafael J. Wysocki1-3/+0
2022-03-04intel_idle: add core C6 optimization for SPRArtem Bityutskiy1-0/+15
2022-03-04intel_idle: add 'preferred_cstates' module argumentArtem Bityutskiy1-0/+46
2022-03-04intel_idle: add SPR supportArtem Bityutskiy1-0/+47
2021-09-24intel_idle: enable interrupts before C1 on XeonsArtem Bityutskiy1-2/+11
2021-06-09intel_idle: Adjust the SKX C6 parameters if PC6 is disabledChen Yu1-0/+33