aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/processor_idle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-07ACPI: Reintroduce run time configurable max_cstate for !CPU_IDLE caseVenki Pallipadi1-0/+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
2007-10-09drivers/firmware: const-ify DMI API and internalsJeff Garzik1-1/+1
2007-09-22ACPI: disable lower idle C-states across suspend/resumeThomas Gleixner1-1/+18
2007-08-23sched: sched_clock_idle_[sleep|wakeup]_event()Ingo Molnar1-7/+25
2007-08-07ACPI: fix "Time Problems with 2.6.23-rc1-gf695baf2"Venki Pallipadi1-4/+10
2007-07-22Pull misc into release branchLen Brown1-5/+15
2007-07-20[IA64] Convert to generic timekeeping/clocksourceTony Luck1-2/+2
2007-07-18ACPI: Enable C3 even when PM2_control is zeroVenkatesh Pallipadi1-5/+15
2007-06-23ACPI: fix 2.6.20 SMP boot regressionVenkatesh Pallipadi1-4/+6
2007-05-02[PATCH] x86: Log reason why TSC was marked unstablejohn stultz1-2/+2
2007-04-25ACPI: remove duplicate includeRay Lee1-8/+0
2007-03-23[PATCH] i386: add command line option "local_apic_timer_c2_ok"Thomas Gleixner1-1/+2
2007-03-23Revert "ACPI: Only use IPI on known broken machines (AMD, Dothan/BaniasPentium M)"Linus Torvalds1-29/+9
2007-03-17ACPI: Only use IPI on known broken machines (AMD, Dothan/BaniasPentium M)Thomas Renninger1-9/+29
2007-02-16Pull fluff into release branchLen Brown1-2/+1
2007-02-16Pull misc-for-upstream into release branchLen Brown1-0/+8
2007-02-16[PATCH] clockevents: i386 driversThomas Gleixner1-0/+38
2007-02-16[PATCH] ACPI keep track of timer broadcastingThomas Gleixner1-19/+47
2007-02-16[PATCH] ACPI: fix missing include for UPThomas Gleixner1-0/+10
2007-02-15ACPI: include apic.h in processor driver for benefit of UP kernelsThomas Gleixner1-0/+8
2007-02-12ACPI: delete extra #defines in /drivers/acpi/ driversLen Brown1-1/+0
2007-02-12ACPI: clean up ACPI_MODULE_NAME() useLen Brown1-1/+1
2007-02-02ACPICA: fix gcc build warningsAlexey Starikovskiy1-1/+1
2007-02-02ACPICA: use new ACPI headers.Alexey Starikovskiy1-14/+14
2007-02-02ACPICA: Remove obsolete Flags parameter.Bob Moore1-14/+7
2007-02-02ACPICA: minimal patch to integrate new tables into LinuxAlexey Starikovskiy1-14/+15
2006-12-22Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-7/+7
2006-12-22[PATCH] sched: fix bad missed wakeups in the i386, x86_64, ia64, ACPI and APM idle codeIngo Molnar1-2/+10
2006-12-16Pull style into test branchLen Brown1-7/+7
2006-10-20[PATCH] fix "ACPI: Processor native C-states using MWAIT"Darrick J. Wong1-1/+1
2006-10-17[PATCH] acpi_processor_latency_notifier(): UP warning fixAndrew Morton1-0/+6
2006-10-14Pull trivial into test branchLen Brown1-1/+1
2006-10-14ACPI: fix section for CPU init functionsPierre Ossman1-1/+1
2006-10-14ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpiJan Engelhardt1-7/+7
2006-10-14ACPI: Processor native C-states using MWAITVenkatesh Pallipadi1-38/+63
2006-10-01[PATCH] maximum latency tracking infrastructureArjan van de Ven1-4/+34
2006-07-10ACPI: add 'const' to several ACPI file_operationsArjan van de Ven1-1/+1
2006-06-30ACPI: delete acpi_os_free(), use kfree() directlyLen Brown1-1/+1
2006-06-29Pull c-states into release branchLen Brown1-19/+16