aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/processor_idle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-06ACPI: delete CPU_IDLE=n codeLen Brown1-608/+0
2009-01-28ACPI: remove BM_RLD access from idle entry pathLen Brown1-48/+9
2009-01-28ACPI: remove locking from PM1x_STS register readsLen Brown1-2/+2
2009-01-06remove linux/hardirq.h from asm-generic/local.hRussell King1-0/+1
2008-12-16x86: support always running TSC on Intel CPUsVenki Pallipadi1-3/+3
2008-11-07ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas1-1/+0
2008-10-16cpuidle: update the last_state acpi cpuidle reflecting actual state enteredVenkatesh Pallipadi1-0/+1
2008-08-15acpi: trivial cleanupsPavel Machek1-1/+0
2008-07-28ACPI/CPUIDLE: prevent setting pm_idle to NULLThomas Gleixner1-4/+11
2008-07-26ftrace: disable tracing on acpi idle callsSteven Rostedt1-0/+6
2008-07-16ACPI : Create "idle=nomwait" bootparamZhao Yakui1-1/+5
2008-07-16ACPI: Create "idle=halt" bootparamZhao Yakui1-0/+22
2008-07-16ACPI: change processors from array to per_cpu variableMike Travis1-4/+4
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-1/+1
2008-06-11cpuidle acpi driver: fix oops on AC<->DCVenkatesh Pallipadi1-6/+7
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-2/+16
2008-04-30Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzilla-9916', 'ec', 'eeepc', 'idle', 'misc', 'pm-legacy', 'sysfs-links-2.6.26', 'thermal', 'thinkpad' and 'video' into releaseLen Brown1-12/+25
2008-04-30ACPI: Fix acpi_processor_idle and idle= boot parameters interactionVenkatesh Pallipadi1-2/+12
2008-04-29acpi: use non-racy method for proc entries creationDenis V. Lunev1-8/+5
2008-04-27fix idle (arch, acpi and apm) and lockdepPeter Zijlstra1-10/+9
2008-04-242.6.25 regression: powertop says 120K wakeups/secVenkatesh Pallipadi1-0/+4
2008-03-26cpuidle: fix 100% C0 statistics regressionVenki Pallipadi1-1/+3
2008-03-26ACPI: fix mis-merge -- invoke acpi_unlazy_tlb() only on C3 entryVenki Pallipadi1-1/+2
2008-03-14ACPI: lockdep warning on boot, 2.6.25-rc5Venki Pallipadi1-3/+9
2008-02-19ACPI: TSC breaks atkbd suspendPavel Machek1-5/+5
2008-02-14Merge branches 'release', 'dmi', 'idle' and 'misc' into releaseLen Brown1-0/+19
2008-02-14ACPI, cpuidle: Clarify C-state description in sysfsVenkatesh Pallipadi1-0/+11
2008-02-13ACPI: fix suspend regression due to idle updateVenkatesh Pallipadi1-0/+8
2008-02-07Merge branches 'release', 'cpuidle-2.6.25' and 'idle' into releaseLen Brown1-11/+36
2008-02-07cpuidle: Add a poll_idle methodvenkatesh.pallipadi@intel.com1-1/+3
2008-02-07ACPI: cpuidle: Support C1 idle time accountingvenkatesh.pallipadi@intel.com1-1/+6
2008-02-07ACPI: enable MWAIT for C1 idlevenkatesh.pallipadi@intel.com1-8/+12
2008-02-07ACPI: idle: Fix acpi_safe_halt usages and interrupt enabling/disablingvenkatesh.pallipadi@intel.com1-0/+11
2008-02-05latency.c: use QoS infrastructureMark Gross1-7/+11
2008-01-30x86: don't disable TSC in any C states on AMD Fam10hAndi Kleen1-4/+28
2008-01-30x86: voluntary leave_mm before entering ACPI C3Venki Pallipadi1-0/+2
2008-01-07ACPI: Reintroduce run time configurable max_cstate for !CPU_IDLE caseVenki Pallipadi1-0/+4
2007-12-14cpuidle: default processor.latency_factor=2Len Brown1-1/+1
2007-12-14cpuidle: create processor.latency_factor tunableLen Brown1-1/+4
2007-12-07ACPI: move timer broadcast before busmaster disableThomas Gleixner1-5/+14
2007-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds1-0/+1
2007-11-26ACPI: Set max_cstate to 1 for early Opterons.Alexey Starikovskiy1-0/+1
2007-11-20Pull cpuidle into release branchLen Brown1-48/+63
2007-11-19cpuidle: fix HP nx6125 regressionVenkatesh Pallipadi1-70/+55
2007-11-19cpuidle: add sched_clock_idle_[sleep|wakeup]_event() hooksVenkatesh Pallipadi1-2/+17
2007-11-19cpuidle: fix C3 for no bus-master control caseVenkatesh Pallipadi1-10/+25
2007-10-19Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-39/+449
2007-10-12ACPI: remove the now unused ifdef codeThomas Gleixner1-12/+0
2007-10-10ACPI: cpuidle: port idle timer suspend/resume workaround to cpuidleLen Brown1-0/+6
2007-10-10cpuidle: consolidate 2.6.22 cpuidle branch into one patchLen Brown1-39/+443