| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPI: add 'const' to several ACPI file_operations | Arjan van de Ven | 2006-07-10 | 1 | -1/+1 |
* | ACPI: delete acpi_os_free(), use kfree() directly | Len Brown | 2006-06-30 | 1 | -1/+1 |
* | Pull c-states into release branch | Len Brown | 2006-06-29 | 1 | -19/+16 |
|\ |
|
| * | ACPI: C-States: only demote on current bus mastering activity | Dominik Brodowski | 2006-06-28 | 1 | -3/+4 |
| * | ACPI: C-States: bm_activity improvements | Dominik Brodowski | 2006-06-28 | 1 | -12/+6 |
| * | ACPI: C-States: accounting of sleep states | Dominik Brodowski | 2006-06-28 | 1 | -4/+6 |
* | | ACPI: additional blacklist entry for ThinkPad R40e | Bartlomiej Swiercz | 2006-06-28 | 1 | -0/+3 |
* | | ACPI: restore comment justifying 'extra' P_LVLx access | Andreas Mohr | 2006-06-28 | 1 | -2/+4 |
|/ |
|
* | ACPI: delete tracing macros from drivers/acpi/*.c | Patrick Mochel | 2006-06-27 | 1 | -41/+30 |
* | ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...) | Len Brown | 2006-06-27 | 1 | -2/+2 |
* | ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG | Thomas Renninger | 2006-06-26 | 1 | -9/+5 |
* | Merge branch 'x86-64' | Linus Torvalds | 2006-06-26 | 1 | -6/+6 |
|\ |
|
| * | [PATCH] i386/x86-64/ia64: Move polling flag into thread_info_status | Andi Kleen | 2006-06-26 | 1 | -6/+6 |
* | | [PATCH] Time: i386 Conversion - part 2: Rework TSC Support | john stultz | 2006-06-26 | 1 | -0/+9 |
|/ |
|
* | ACPI: apply "__read_mostly" to processor_idle.c loop module parameters and fr... | Andreas Mohr | 2006-05-14 | 1 | -4/+4 |
* | [PATCH] Fix compilation of processor_idle.c on IA64 | Andi Kleen | 2006-03-25 | 1 | -2/+4 |
* | [PATCH] x86_64: Force broadcast timer on AMD systems with C3 too. | Andi Kleen | 2006-03-25 | 1 | -10/+15 |
* | [PATCH] x86_64: data/functions wrongly marked as __init with cpu hotplug. | Ashok Raj | 2006-02-04 | 1 | -1/+3 |
* | [PATCH] x86_64: Only switch to IPI broadcast timer on Intel when C3 is supported | Venkatesh Pallipadi | 2006-02-04 | 1 | -1/+1 |
*---------. | [ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi bran... | Len Brown | 2006-01-24 | 1 | -51/+82 |
|\ \ \ \ \ \ |
|
| | | | | | * | [ACPI] Avoid BIOS inflicted crashes by evaluating _PDC only once | Venkatesh Pallipadi | 2005-12-01 | 1 | -2/+0 |
| | | | | |/ |
|
| | | * | | | [ACPI] handle BIOS with implicit C1 in _CST | Janosch Machowinski | 2005-12-01 | 1 | -33/+31 |
| * | | | | | [ACPI] Disable C2/C3 for _all_ IBM R40e Laptops | Thomas Rosner | 2006-01-07 | 1 | -16/+51 |
| | |_|/ /
| |/| | | |
|
* | | | | | [PATCH] i386: Handle missing local APIC timer interrupts on C3 state | Venkatesh Pallipadi | 2006-01-11 | 1 | -0/+15 |
|/ / / / |
|
* | | | | Pull 5165 into release branch | Len Brown | 2005-12-05 | 1 | -5/+15 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | [ACPI] correct earlier SMP deep C-states on HT patch | David Shaohua Li | 2005-12-05 | 1 | -5/+15 |
| |/ / |
|
* | | | Add missing "local_irq_enable()" to C2/C3 exit logic | Linus Torvalds | 2005-12-02 | 1 | -0/+1 |
* | | | [PATCH] Fix TIF_POLLING_NRFLAG in ACPI idle routines | Nick Piggin | 2005-12-02 | 1 | -7/+14 |
|/ / |
|
* | | [ACPI] Add support for FADT P_LVL2_UP flag | Venkatesh Pallipadi | 2005-11-30 | 1 | -0/+19 |
* | | [ACPI] Prefer _CST over FADT for C-state capabilities | Venkatesh Pallipadi | 2005-11-30 | 1 | -5/+5 |
|/ |
|
* | Fix ACPI processor power block initialization | Linus Torvalds | 2005-11-18 | 1 | -10/+4 |
* | [PATCH] sched: resched and cpu_idle rework | Nick Piggin | 2005-11-09 | 1 | -14/+23 |
* | [PATCH] fix missing includes | Tim Schmielau | 2005-10-30 | 1 | -0/+1 |
* | [ACPI] Lindent all ACPI files | Len Brown | 2005-08-05 | 1 | -156/+159 |
* | /home/lenb/src/to-linus branch 'acpi-2.6.12' | Len Brown | 2005-08-03 | 1 | -4/+3 |
|\ |
|
| * | [ACPI] fix 64-bit build warning in processor_idle.c | Len Brown | 2005-08-03 | 1 | -4/+3 |
* | | /home/lenb/src/to-linus branch 'acpi-2.6.12' | Len Brown | 2005-07-29 | 1 | -14/+17 |
|\ \
| |/ |
|
| * | [ACPI] delete boot-time printk()s from processor_idle.c | Venkatesh Pallipadi | 2005-07-29 | 1 | -2/+0 |
| * | [ACPI] address boot-freeze with updated DMI blacklist for c-states | David Shaohua Li | 2005-07-29 | 1 | -9/+12 |
| * | [ACPI] Fix memset arguments in acpi processor_idle.c | Venkatesh Pallipadi | 2005-07-29 | 1 | -2/+4 |
| * | [ACPI] Fix the regression with c1_default_handler on some systems | Venkatesh Pallipadi | 2005-07-29 | 1 | -1/+1 |
* | | [ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc... | Len Brown | 2005-07-12 | 1 | -41/+97 |
|\ \
| |/ |
|
| * | [ACPI] enable C2 and C3 idle power states on SMP | Venkatesh Pallipadi | 2005-07-12 | 1 | -34/+71 |
| * | [ACPI] update /proc/acpi/processor/*/power even if only C1 support | Venkatesh Pallipadi | 2005-07-12 | 1 | -7/+26 |
* | | [PATCH] smp_processor_id() cleanup | Ingo Molnar | 2005-06-21 | 1 | -1/+1 |
|/ |
|
* | [PATCH] Change synchronize_kernel to _rcu and _sched | Paul E. McKenney | 2005-05-01 | 1 | -1/+1 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+1017 |