aboutsummaryrefslogtreecommitdiff
path: root/drivers/idle
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Gravatar Thomas Gleixner 1-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-02-15intel_idle: add support for JacobsvilleGravatar Zhang Rui 1-0/+1
2018-10-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-9/+9
2018-10-02x86/cpu: Sanitize FAM6_ATOM namingGravatar Peter Zijlstra 1-9/+9
2018-09-10intel_idle: Get rid of custom ICPU() macroGravatar Andy Shevchenko 1-39/+36
2017-11-13Merge branch 'pm-cpuidle'Gravatar Rafael J. Wysocki 1-6/+17
2017-11-09intel_idle: Graceful probe failure when MWAIT is disabledGravatar Len Brown 1-1/+6
2017-11-04Revert "x86/mm: Stop calling leave_mm() in idle code"Gravatar Andy Lutomirski 1-4/+5
2017-10-11intel_idle: replace conditionals with static_cpu_has(X86_FEATURE_ARAT)Gravatar Jason Baron 1-5/+11
2017-09-05Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-90/+91
2017-09-04Merge branch 'pm-sleep'Gravatar Rafael J. Wysocki 1-90/+90
2017-08-30cpuidle: Make drivers initialize polling stateGravatar Rafael J. Wysocki 1-0/+1
2017-08-11PM / s2idle: Rename ->enter_freeze to ->enter_s2idleGravatar Rafael J. Wysocki 1-90/+90
2017-07-18Merge branch 'x86/boot' into x86/mm, to pick up interacting changesGravatar Ingo Molnar 1-16/+16
2017-07-05x86/mm: Stop calling leave_mm() in idle codeGravatar Andy Lutomirski 1-5/+4
2017-06-29intel_idle: Use more common logging styleGravatar Joe Perches 1-16/+16
2017-05-01x86/intel_idle: add Gemini Lake supportGravatar David E. Box 1-0/+2
2017-03-02Merge tag 'pm-turbostat-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+3
2017-03-01intel_idle: use new name for MSR_PKG_CST_CONFIG_CONTROLGravatar Len Brown 1-3/+3
2017-03-01intel_idle: stop exposing platform acronyms in sysfsGravatar Len Brown 1-86/+86
2016-12-13Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-65/+89
2016-12-01intel_idle: Convert to hotplug state machineGravatar Sebastian Andrzej Siewior 1-64/+39
2016-12-01intel_idle: Remove superfluous SMP fuction callGravatar Anna-Maria Gleixner 1-2/+1
2016-12-01x86/intel_idle: Add Knights Mill CPUIDGravatar Piotr Luc 1-0/+1
2016-12-01x86/intel_idle: Add CPU model 0x4a (Atom Z34xx series)Gravatar Andy Shevchenko 1-0/+49
2016-11-18i7300_idle: Remove this driverGravatar Len Brown 3-630/+0
2016-10-07nmi_backtrace: generate one-line reports for idle cpusGravatar Chris Metcalf 1-2/+2
2016-07-30Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2016-07-09intel_idle: correct BXT supportGravatar Jan Beulich 1-1/+1
2016-07-09intel_idle: re-work bxt_idle_state_table_update() and its helperGravatar Jan Beulich 1-15/+14
2016-07-01x86/cpu: Rename "WESTMERE2" family to "NEHALEM_G"Gravatar Dave Hansen 1-1/+1
2016-06-23idle_intel: Add DenvertonGravatar Jacob Pan 1-0/+35
2016-06-23drivers/idle: make intel_idle.c driver more explicitly non-modularGravatar Paul Gortmaker 1-33/+8
2016-06-08x86/intel_idle: Use Intel family macros for intel_idleGravatar Dave Hansen 1-35/+36
2016-04-09intel_idle: add BXT supportGravatar Len Brown 1-0/+137
2016-04-07intel_idle: Add KBL supportGravatar Len Brown 1-0/+2
2016-04-07intel_idle: Add SKX supportGravatar Len Brown 1-0/+34
2016-04-07intel_idle: Clean up all registered devices on exit.Gravatar Richard Cochran 1-1/+8
2016-04-07intel_idle: Propagate hot plug errors.Gravatar Richard Cochran 1-2/+5
2016-04-07intel_idle: Don't overreact to a cpuidle registration failure.Gravatar Richard Cochran 1-1/+1
2016-04-07intel_idle: Setup the timer broadcast only on successful driver load.Gravatar Richard Cochran 1-7/+8
2016-04-07intel_idle: Avoid a double free of the per-CPU data.Gravatar Richard Cochran 1-4/+3
2016-04-07intel_idle: Fix dangling registration on error path.Gravatar Richard Cochran 1-4/+5
2016-04-07intel_idle: Fix deallocation order on the driver exit path.Gravatar Richard Cochran 1-3/+3
2016-04-07intel_idle: Remove redundant initialization calls.Gravatar Richard Cochran 1-6/+0
2016-04-07intel_idle: Fix a helper function's return value.Gravatar Richard Cochran 1-3/+1
2016-04-07intel_idle: remove useless return from void function.Gravatar Richard Cochran 1-2/+0
2016-03-23intel_idle: Support for Intel Xeon Phi Processor x200 Product FamilyGravatar Dasaratharaman Chandramouli 1-0/+25
2016-03-23intel_idle: prevent SKL-H boot failure when C8+C9+C10 enabledGravatar Len Brown 1-22/+86