summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/processor_idle.c
Commit message (Expand)AuthorAgeFilesLines
...
| * ACPI: clean up ACPI_MODULE_NAME() useLen Brown2007-02-131-1/+1
* | Pull misc-for-upstream into release branchLen Brown2007-02-171-0/+8
|\ \
| * | ACPI: include apic.h in processor driver for benefit of UP kernelsThomas Gleixner2007-02-161-0/+8
| |/
* | [PATCH] clockevents: i386 driversThomas Gleixner2007-02-161-0/+38
* | [PATCH] ACPI keep track of timer broadcastingThomas Gleixner2007-02-161-19/+47
* | [PATCH] ACPI: fix missing include for UPThomas Gleixner2007-02-161-0/+10
|/
* ACPICA: fix gcc build warningsAlexey Starikovskiy2007-02-031-1/+1
* ACPICA: use new ACPI headers.Alexey Starikovskiy2007-02-031-14/+14
* ACPICA: Remove obsolete Flags parameter.Bob Moore2007-02-031-14/+7Star
* ACPICA: minimal patch to integrate new tables into LinuxAlexey Starikovskiy2007-02-031-14/+15
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2006-12-231-7/+7
|\
| * Pull style into test branchLen Brown2006-12-161-7/+7
| |\
| | * ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpiJan Engelhardt2006-10-141-7/+7
* | | [PATCH] sched: fix bad missed wakeups in the i386, x86_64, ia64, ACPI and APM...Ingo Molnar2006-12-221-2/+10
|/ /
* | [PATCH] fix "ACPI: Processor native C-states using MWAIT"Darrick J. Wong2006-10-201-1/+1
* | [PATCH] acpi_processor_latency_notifier(): UP warning fixAndrew Morton2006-10-171-0/+6
* | Pull trivial into test branchLen Brown2006-10-141-1/+1
|\ \
| * | ACPI: fix section for CPU init functionsPierre Ossman2006-10-141-1/+1
| |/
* / ACPI: Processor native C-states using MWAITVenkatesh Pallipadi2006-10-141-38/+63
|/
* [PATCH] maximum latency tracking infrastructureArjan van de Ven2006-10-011-4/+34
* ACPI: add 'const' to several ACPI file_operationsArjan van de Ven2006-07-101-1/+1
* ACPI: delete acpi_os_free(), use kfree() directlyLen Brown2006-06-301-1/+1
* Pull c-states into release branchLen Brown2006-06-291-19/+16Star
|\
| * ACPI: C-States: only demote on current bus mastering activityDominik Brodowski2006-06-281-3/+4
| * ACPI: C-States: bm_activity improvementsDominik Brodowski2006-06-281-12/+6Star
| * ACPI: C-States: accounting of sleep statesDominik Brodowski2006-06-281-4/+6
* | ACPI: additional blacklist entry for ThinkPad R40eBartlomiej Swiercz2006-06-281-0/+3
* | ACPI: restore comment justifying 'extra' P_LVLx accessAndreas Mohr2006-06-281-2/+4
|/
* ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel2006-06-271-41/+30Star
* ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)Len Brown2006-06-271-2/+2
* ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger2006-06-271-9/+5Star
* Merge branch 'x86-64'Linus Torvalds2006-06-261-6/+6
|\
| * [PATCH] i386/x86-64/ia64: Move polling flag into thread_info_statusAndi Kleen2006-06-261-6/+6
* | [PATCH] Time: i386 Conversion - part 2: Rework TSC Supportjohn stultz2006-06-261-0/+9
|/
* ACPI: apply "__read_mostly" to processor_idle.c loop module parameters and fr...Andreas Mohr2006-05-141-4/+4
* [PATCH] Fix compilation of processor_idle.c on IA64Andi Kleen2006-03-261-2/+4
* [PATCH] x86_64: Force broadcast timer on AMD systems with C3 too.Andi Kleen2006-03-251-10/+15
* [PATCH] x86_64: data/functions wrongly marked as __init with cpu hotplug.Ashok Raj2006-02-051-1/+3
* [PATCH] x86_64: Only switch to IPI broadcast timer on Intel when C3 is supportedVenkatesh Pallipadi2006-02-051-1/+1
*---------. [ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi bran...Len Brown2006-01-241-51/+82
|\ \ \ \ \ \
| | | | | | * [ACPI] Avoid BIOS inflicted crashes by evaluating _PDC only onceVenkatesh Pallipadi2005-12-011-2/+0Star
| | | | | |/
| | | * | | [ACPI] handle BIOS with implicit C1 in _CSTJanosch Machowinski2005-12-021-33/+31Star
| * | | | | [ACPI] Disable C2/C3 for _all_ IBM R40e LaptopsThomas Rosner2006-01-071-16/+51
| | |_|/ / | |/| | |
* / | | | [PATCH] i386: Handle missing local APIC timer interrupts on C3 stateVenkatesh Pallipadi2006-01-121-0/+15
|/ / / /
* | | | Pull 5165 into release branchLen Brown2005-12-051-5/+15
|\ \ \ \ | |/ / / |/| | |
| * | | [ACPI] correct earlier SMP deep C-states on HT patchDavid Shaohua Li2005-12-051-5/+15
| |/ /
* | | Add missing "local_irq_enable()" to C2/C3 exit logicLinus Torvalds2005-12-031-0/+1
* | | [PATCH] Fix TIF_POLLING_NRFLAG in ACPI idle routinesNick Piggin2005-12-021-7/+14
|/ /
* | [ACPI] Add support for FADT P_LVL2_UP flagVenkatesh Pallipadi2005-11-301-0/+19
* | [ACPI] Prefer _CST over FADT for C-state capabilitiesVenkatesh Pallipadi2005-11-301-5/+5
|/