summaryrefslogtreecommitdiffstats
path: root/drivers/idle
Commit message (Expand)AuthorAgeFilesLines
* cpuidle: ACPI/intel: fix MWAIT hint target C-state computationHe Rongguang2024-03-051-1/+2
* Merge tag 'pm-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2024-01-091-0/+114
|\
| * intel_idle: add Sierra Forest SoC supportArtem Bityutskiy2023-12-191-0/+44
| * intel_idle: add Grand Ridge SoC supportArtem Bityutskiy2023-12-191-0/+36
| * intel_idle: Add Meteorlake supportZhang Rui2023-12-111-0/+34
* | x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogramPeter Zijlstra2023-11-291-12/+7
|/
* intel_idle: Add ibrs_off module parameter to force-disable IBRSWaiman Long2023-10-071-1/+10
* intel_idle: Use __update_spec_ctrl() in intel_idle_ibrs()Waiman Long2023-10-071-4/+3
* Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-281-5/+5
|\
| * x86/cpu: Fix Gracemont uarchPeter Zijlstra2023-08-091-5/+5
* | Revert "intel_idle: Add support for using intel_idle in a VM guest using just...Rafael J. Wysocki2023-07-191-116/+1
* | Revert "intel_idle: Add a "Long HLT" C1 state for the VM guest mode"Rafael J. Wysocki2023-07-191-55/+0
* | Revert "intel_idle: Add __init annotation to matchup_vm_state_with_baremetal()"Rafael J. Wysocki2023-07-191-1/+1
|/
* intel_idle: Add __init annotation to matchup_vm_state_with_baremetal()Rafael J. Wysocki2023-06-281-1/+1
* intel_idle: Add a "Long HLT" C1 state for the VM guest modeArjan van de Ven2023-06-211-0/+55
* intel_idle: Add support for using intel_idle in a VM guest using just hltArjan van de Ven2023-06-161-1/+116
* intel_idle: clean up the (new) state_update_enter_method functionArjan van de Ven2023-06-121-3/+12
* intel_idle: refactor state->enter manipulation into its own functionArjan van de Ven2023-06-121-22/+28
* intel_idle: mark few variables as __read_mostlyArtem Bityutskiy2023-04-271-2/+2
* intel_idle: do not sprinkle module parameter definitions aroundArtem Bityutskiy2023-04-271-3/+7
* intel_idle: fix confusing messageArtem Bityutskiy2023-04-271-2/+3
* intel_idle: improve C-state flags handling robustnessArtem Bityutskiy2023-04-271-10/+18
* intel_idle: further intel_idle_init_cstates_icpu() cleanupArtem Bityutskiy2023-04-271-11/+13
* intel_idle: clean up intel_idle_init_cstates_icpu()Artem Bityutskiy2023-04-271-5/+5
* intel_idle: use pr_info() instead of printk()Artem Bityutskiy2023-04-271-1/+1
* Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-02-211-0/+2
|\
| * intel_idle: add Emerald Rapids Xeon supportArtem Bityutskiy2023-01-201-0/+2
* | intel_idle: Add force_irq_on module paramPeter Zijlstra2023-01-131-1/+6
* | cpuidle, intel_idle: Fix CPUIDLE_FLAG_IBRSPeter Zijlstra2023-01-131-2/+2
* | cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*Peter Zijlstra2023-01-131-7/+1
|/
* intel_idle: Add AlderLake-N supportZhang Rui2022-09-211-0/+51
* intel_idle: move from strlcpy() with unused retval to strscpy()Wolfram Sang2022-08-311-1/+1
* Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-08-021-23/+1
|\
| * Merge back cpuidle material for 5.20.Rafael J. Wysocki2022-07-291-23/+1
| |\
| | * intel_idle: make SPR C1 and C1E be independentArtem Bityutskiy2022-07-251-23/+1
* | | Merge tag 'x86_fpu_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-011-2/+23
|\ \ \ | |/ / |/| |
| * | intel_idle: Add a new flag to initialize the AMX stateChang S. Bae2022-07-191-2/+23
* | | intel_idle: Fix false positive RCU splats due to incorrect hardirqs stateWaiman Long2022-07-251-1/+7
|/ /
* / intel_idle: Disable IBRS during long idlePeter Zijlstra2022-06-271-6/+38
|/
* cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLEPeter Zijlstra2022-06-081-7/+25
* intel_idle: Add AlderLake supportZhang Rui2022-04-281-0/+133
* intel_idle: Fix SPR C6 optimizationArtem Bityutskiy2022-04-271-5/+3
* intel_idle: Fix the 'preferred_cstates' module parameterArtem Bityutskiy2022-04-271-7/+12
* cpuidle: intel_idle: Drop redundant backslash at line endRafael J. Wysocki2022-03-171-1/+1
* cpuidle: intel_idle: Update intel_idle() kerneldoc commentRafael J. Wysocki2022-03-171-3/+0
* intel_idle: add core C6 optimization for SPRArtem Bityutskiy2022-03-041-0/+15
* intel_idle: add 'preferred_cstates' module argumentArtem Bityutskiy2022-03-041-0/+46
* intel_idle: add SPR supportArtem Bityutskiy2022-03-041-0/+47
* intel_idle: enable interrupts before C1 on XeonsArtem Bityutskiy2021-09-241-2/+11
* intel_idle: Adjust the SKX C6 parameters if PC6 is disabledChen Yu2021-06-091-0/+33