index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
idle
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpuidle: ACPI/intel: fix MWAIT hint target C-state computation
He Rongguang
2024-03-05
1
-1
/
+2
*
Merge tag 'pm-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2024-01-09
1
-0
/
+114
|
\
|
*
intel_idle: add Sierra Forest SoC support
Artem Bityutskiy
2023-12-19
1
-0
/
+44
|
*
intel_idle: add Grand Ridge SoC support
Artem Bityutskiy
2023-12-19
1
-0
/
+36
|
*
intel_idle: Add Meteorlake support
Zhang Rui
2023-12-11
1
-0
/
+34
*
|
x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogram
Peter Zijlstra
2023-11-29
1
-12
/
+7
|
/
*
intel_idle: Add ibrs_off module parameter to force-disable IBRS
Waiman Long
2023-10-07
1
-1
/
+10
*
intel_idle: Use __update_spec_ctrl() in intel_idle_ibrs()
Waiman Long
2023-10-07
1
-4
/
+3
*
Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2023-08-28
1
-5
/
+5
|
\
|
*
x86/cpu: Fix Gracemont uarch
Peter Zijlstra
2023-08-09
1
-5
/
+5
*
|
Revert "intel_idle: Add support for using intel_idle in a VM guest using just...
Rafael J. Wysocki
2023-07-19
1
-116
/
+1
*
|
Revert "intel_idle: Add a "Long HLT" C1 state for the VM guest mode"
Rafael J. Wysocki
2023-07-19
1
-55
/
+0
*
|
Revert "intel_idle: Add __init annotation to matchup_vm_state_with_baremetal()"
Rafael J. Wysocki
2023-07-19
1
-1
/
+1
|
/
*
intel_idle: Add __init annotation to matchup_vm_state_with_baremetal()
Rafael J. Wysocki
2023-06-28
1
-1
/
+1
*
intel_idle: Add a "Long HLT" C1 state for the VM guest mode
Arjan van de Ven
2023-06-21
1
-0
/
+55
*
intel_idle: Add support for using intel_idle in a VM guest using just hlt
Arjan van de Ven
2023-06-16
1
-1
/
+116
*
intel_idle: clean up the (new) state_update_enter_method function
Arjan van de Ven
2023-06-12
1
-3
/
+12
*
intel_idle: refactor state->enter manipulation into its own function
Arjan van de Ven
2023-06-12
1
-22
/
+28
*
intel_idle: mark few variables as __read_mostly
Artem Bityutskiy
2023-04-27
1
-2
/
+2
*
intel_idle: do not sprinkle module parameter definitions around
Artem Bityutskiy
2023-04-27
1
-3
/
+7
*
intel_idle: fix confusing message
Artem Bityutskiy
2023-04-27
1
-2
/
+3
*
intel_idle: improve C-state flags handling robustness
Artem Bityutskiy
2023-04-27
1
-10
/
+18
*
intel_idle: further intel_idle_init_cstates_icpu() cleanup
Artem Bityutskiy
2023-04-27
1
-11
/
+13
*
intel_idle: clean up intel_idle_init_cstates_icpu()
Artem Bityutskiy
2023-04-27
1
-5
/
+5
*
intel_idle: use pr_info() instead of printk()
Artem Bityutskiy
2023-04-27
1
-1
/
+1
*
Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2023-02-21
1
-0
/
+2
|
\
|
*
intel_idle: add Emerald Rapids Xeon support
Artem Bityutskiy
2023-01-20
1
-0
/
+2
*
|
intel_idle: Add force_irq_on module param
Peter Zijlstra
2023-01-13
1
-1
/
+6
*
|
cpuidle, intel_idle: Fix CPUIDLE_FLAG_IBRS
Peter Zijlstra
2023-01-13
1
-2
/
+2
*
|
cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*
Peter Zijlstra
2023-01-13
1
-7
/
+1
|
/
*
intel_idle: Add AlderLake-N support
Zhang Rui
2022-09-21
1
-0
/
+51
*
intel_idle: move from strlcpy() with unused retval to strscpy()
Wolfram Sang
2022-08-31
1
-1
/
+1
*
Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2022-08-02
1
-23
/
+1
|
\
|
*
Merge back cpuidle material for 5.20.
Rafael J. Wysocki
2022-07-29
1
-23
/
+1
|
|
\
|
|
*
intel_idle: make SPR C1 and C1E be independent
Artem Bityutskiy
2022-07-25
1
-23
/
+1
*
|
|
Merge tag 'x86_fpu_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-01
1
-2
/
+23
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
intel_idle: Add a new flag to initialize the AMX state
Chang S. Bae
2022-07-19
1
-2
/
+23
*
|
|
intel_idle: Fix false positive RCU splats due to incorrect hardirqs state
Waiman Long
2022-07-25
1
-1
/
+7
|
/
/
*
/
intel_idle: Disable IBRS during long idle
Peter Zijlstra
2022-06-27
1
-6
/
+38
|
/
*
cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE
Peter Zijlstra
2022-06-08
1
-7
/
+25
*
intel_idle: Add AlderLake support
Zhang Rui
2022-04-28
1
-0
/
+133
*
intel_idle: Fix SPR C6 optimization
Artem Bityutskiy
2022-04-27
1
-5
/
+3
*
intel_idle: Fix the 'preferred_cstates' module parameter
Artem Bityutskiy
2022-04-27
1
-7
/
+12
*
cpuidle: intel_idle: Drop redundant backslash at line end
Rafael J. Wysocki
2022-03-17
1
-1
/
+1
*
cpuidle: intel_idle: Update intel_idle() kerneldoc comment
Rafael J. Wysocki
2022-03-17
1
-3
/
+0
*
intel_idle: add core C6 optimization for SPR
Artem Bityutskiy
2022-03-04
1
-0
/
+15
*
intel_idle: add 'preferred_cstates' module argument
Artem Bityutskiy
2022-03-04
1
-0
/
+46
*
intel_idle: add SPR support
Artem Bityutskiy
2022-03-04
1
-0
/
+47
*
intel_idle: enable interrupts before C1 on Xeons
Artem Bityutskiy
2021-09-24
1
-2
/
+11
*
intel_idle: Adjust the SKX C6 parameters if PC6 is disabled
Chen Yu
2021-06-09
1
-0
/
+33
[next]