index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
idle
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-27
intel_idle: Fix SPR C6 optimization
Artem Bityutskiy
1
-5
/
+3
2022-04-27
intel_idle: Fix the 'preferred_cstates' module parameter
Artem Bityutskiy
1
-7
/
+12
2022-03-17
cpuidle: intel_idle: Drop redundant backslash at line end
Rafael J. Wysocki
1
-1
/
+1
2022-03-17
cpuidle: intel_idle: Update intel_idle() kerneldoc comment
Rafael J. Wysocki
1
-3
/
+0
2022-03-04
intel_idle: add core C6 optimization for SPR
Artem Bityutskiy
1
-0
/
+15
2022-03-04
intel_idle: add 'preferred_cstates' module argument
Artem Bityutskiy
1
-0
/
+46
2022-03-04
intel_idle: add SPR support
Artem Bityutskiy
1
-0
/
+47
2021-09-24
intel_idle: enable interrupts before C1 on Xeons
Artem Bityutskiy
1
-2
/
+11
2021-06-09
intel_idle: Adjust the SKX C6 parameters if PC6 is disabled
Chen Yu
1
-0
/
+33
2021-04-08
intel_idle: add Iclelake-D support
Artem Bityutskiy
1
-0
/
+1
2021-03-18
intel_idle: update ICX C6 data
Artem Bityutskiy
1
-2
/
+2
2021-01-22
intel_idle: remove definition of DEBUG
Tom Rix
1
-1
/
+1
2020-12-30
intel_idle: add SnowRidge C-state table
Artem Bityutskiy
1
-1
/
+40
2020-12-03
intel_idle: Build fix
Peter Zijlstra
1
-14
/
+14
2020-11-24
intel_idle: Fix intel_idle() vs tracing
Peter Zijlstra
1
-17
/
+20
2020-10-27
intel_idle: Fix max_cstate for processor models without C-state tables
Chen Yu
1
-1
/
+1
2020-10-16
intel_idle: Ignore _CST if control cannot be taken from the platform
Mel Gorman
1
-4
/
+3
2020-10-16
intel_idle: mention assumption that WBINVD is not needed
Alexander Monakov
1
-2
/
+6
2020-08-26
cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED generic
Peter Zijlstra
1
-16
/
+0
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2020-07-30
intel_idle: Customize IceLake server support
Chen Yu
1
-0
/
+36
2020-07-29
cpuidle: change enter_s2idle() prototype
Neal Liu
1
-2
/
+4
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-06-29
intel_idle: Eliminate redundant static variable
Rafael J. Wysocki
1
-8
/
+3
2020-03-30
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-41
/
+38
2020-03-24
intel_idle: Convert to new X86 CPU match macros
Thomas Gleixner
1
-41
/
+38
2020-02-11
intel_idle: Update copyright notice, known limitations and version
Rafael J. Wysocki
1
-7
/
+3
2020-02-11
intel_idle: Define CPUIDLE_FLAG_TLB_FLUSHED as BIT(16)
Rafael J. Wysocki
1
-1
/
+1
2020-02-11
intel_idle: Clean up kerneldoc comments for multiple functions
Rafael J. Wysocki
1
-19
/
+21
2020-02-11
intel_idle: Reorder declarations of static variables
Rafael J. Wysocki
1
-2
/
+3
2020-02-11
intel_idle: Annotate init time data structures
Rafael J. Wysocki
1
-39
/
+39
2020-02-11
intel_idle: Add __initdata annotations to init time variables
Rafael J. Wysocki
1
-9
/
+12
2020-02-11
intel_idle: Relocate definitions of cpuidle callbacks
Rafael J. Wysocki
1
-79
/
+75
2020-02-11
intel_idle: Clean up definitions of cpuidle callbacks
Rafael J. Wysocki
1
-12
/
+27
2020-02-11
intel_idle: Simplify LAPIC timer reliability checks
Rafael J. Wysocki
1
-14
/
+13
2020-02-03
intel_idle: Introduce 'states_off' module parameter
Rafael J. Wysocki
1
-3
/
+20
2020-02-03
intel_idle: Introduce 'use_acpi' module parameter
Rafael J. Wysocki
1
-2
/
+9
2020-01-28
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2020-01-23
intel_idle: Clean up irtl_2_usec()
Rafael J. Wysocki
1
-8
/
+10
2020-01-23
intel_idle: Move 3 functions closer to their callers
Rafael J. Wysocki
1
-33
/
+34
2020-01-23
intel_idle: Annotate initialization code and data structures
Rafael J. Wysocki
1
-13
/
+14
2020-01-23
intel_idle: Move and clean up intel_idle_cpuidle_devices_uninit()
Rafael J. Wysocki
1
-15
/
+11
2020-01-23
intel_idle: Rearrange intel_idle_cpuidle_driver_init()
Rafael J. Wysocki
1
-18
/
+6
2020-01-23
intel_idle: Clean up NULL pointer check in intel_idle_init()
Rafael J. Wysocki
1
-1
/
+1
2020-01-23
intel_idle: Fold intel_idle_probe() into intel_idle_init()
Rafael J. Wysocki
1
-55
/
+42
2020-01-23
intel_idle: Eliminate __setup_broadcast_timer()
Rafael J. Wysocki
1
-9
/
+1
2020-01-13
x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR
Sean Christopherson
1
-1
/
+1
2019-12-27
intel_idle: Use ACPI _CST on server systems
Rafael J. Wysocki
1
-20
/
+50
2019-12-27
intel_idle: Add module parameter to prevent ACPI _CST from being used
Rafael J. Wysocki
1
-0
/
+9
2019-12-27
intel_idle: Allow ACPI _CST to be used for selected known processors
Rafael J. Wysocki
1
-3
/
+42
[next]