aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/processor_idle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-15ACPI / processor: constify DMI system id tableMathias Krause1-1/+1
2015-04-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+9
2015-04-03cpuidle: ACPI: do not overwrite name and description of C0Thomas Schlichter1-1/+1
2015-04-03ACPI/idle: Use explicit broadcast control functionThomas Gleixner1-5/+4
2015-04-03ACPI/processor: Use explicit broadcast control functionThomas Gleixner1-6/+5
2015-02-15ACPI / idle: Implement ->enter_freeze callback routineRafael J. Wysocki1-8/+40
2015-02-03ACPI / cpuidle: Common callback routine for entering statesRafael J. Wysocki1-73/+45
2015-02-03ACPI / cpuidle: Merge acpi_idle_enter_c1() and acpi_idle_enter_simple()Rafael J. Wysocki1-37/+6
2015-02-02ACPI / cpuidle: Drop flags.bm_check tests from acpi_idle_enter_bm()Rafael J. Wysocki1-5/+2
2015-02-02ACPI / cpuidle: Clean up white space in a switch statementRafael J. Wysocki1-3/+3
2015-02-02ACPI / cpuidle: Drop irrelevant comment from acpi_idle_enter_simple()Rafael J. Wysocki1-4/+0
2015-02-02ACPI / cpuidle: Clean up fallback to C1 checksRafael J. Wysocki1-10/+9
2015-02-02ACPI / cpuidle: Drop unnecessary calls from ->enter callback routinesRafael J. Wysocki1-8/+0
2015-02-02ACPI / cpuidle: Drop unnecessary calls from acpi_idle_do_entry()Rafael J. Wysocki1-5/+2
2014-12-29Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki1-2/+0
2014-12-17cpuidle / ACPI: remove unused CPUIDLE_FLAG_TIME_INVALIDLen Brown1-2/+0
2014-12-08Merge branch 'pm-cpuidle'Rafael J. Wysocki1-4/+2
2014-11-25ACPI / cpuidle: avoid assigning signed errno to acpi_statusSudeep Holla1-7/+7
2014-11-12cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logicDaniel Lezcano1-4/+2
2014-09-03ACPI / cpuidle: fix deadlock between cpuidle_lock and cpu_hotplug.lockJiri Kosina1-2/+2
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-20/+17
2014-01-17Merge branch 'pm-cpuidle'Rafael J. Wysocki1-15/+14
2014-01-11ACPI / cpuidle: remove dev->state_count settingBartlomiej Zolnierkiewicz1-2/+0
2014-01-11ACPI / cpuidle: fix max idle state handling with hotplug CPU supportBartlomiej Zolnierkiewicz1-13/+14
2013-12-19x86, acpi, idle: Restructure the mwait idle routinesPeter Zijlstra1-15/+0
2013-12-19ACPI / processor: initialize a variable to silence compiler warningAl Stone1-1/+1
2013-12-07ACPI: remove trailing whitespaceAl Stone1-1/+1
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-3/+1
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-14/+1
2013-09-25sched, idle: Fix the idle polling state logicPeter Zijlstra1-36/+10
2013-09-24ACPI / processor: remove superfluous pr == NULL checksBartlomiej Zolnierkiewicz1-14/+1
2013-07-14acpi: delete __cpuinit usage from all acpi filesPaul Gortmaker1-4/+2
2013-06-19ACPI / PM: acpi_processor_suspend() can be staticFengguang Wu1-2/+2
2013-05-12ACPI / PM: Move processor suspend/resume to syscore_opsRafael J. Wysocki1-10/+19
2013-04-23cpuidle: remove en_core_tk_irqen flagDaniel Lezcano1-1/+0
2013-04-02cpuidle / ACPI: recover percpu ACPI processor cstateAlex Shi1-6/+7
2013-02-18Merge branch 'misc' into releaseLen Brown1-1/+0
2013-02-10x86 idle: remove mwait_idle() and "idle=mwait" cmdline paramLen Brown1-1/+0
2013-02-08ACPI / idle: remove usage of the statedataDaniel Lezcano1-12/+7
2013-02-08ACPI / idle: pass the cpuidle_device parameterDaniel Lezcano1-5/+6
2013-02-08ACPI / idle : remove pointless headersDaniel Lezcano1-12/+1
2013-02-08ACPI / idle: remove unused definitionDaniel Lezcano1-4/+0
2013-01-19ACPI / processor: Get power info before updating the C-statesThomas Schlichter1-0/+1
2013-01-18ACPI / cpuidle: Fix NULL pointer issues when cpuidle is disabledKonrad Rzeszutek Wilk1-0/+3
2012-11-27cpuidle: Measure idle state durations with monotonic clockJulius Werner1-54/+3
2012-10-08cpuidle / ACPI: fix potential NULL pointer dereferenceWei Yongjun1-1/+2
2012-09-17cpuidle / ACPI : move cpuidle_device field out of the acpi_processor_power structureDaniel Lezcano1-8/+24
2012-09-15ACPI / processor: remove unused function parameterDaniel Lezcano1-4/+2
2012-09-05cpuidle / ACPI : remove power from acpi_processor_cx structureDaniel Lezcano1-2/+0
2012-07-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-6/+6