1. c5a114f [PATCH] fix "ACPI: Processor native C-states using MWAIT" by Darrick J. Wong · 18 years ago
  2. 1fec74a [PATCH] acpi_processor_latency_notifier(): UP warning fix by Andrew Morton · 18 years ago
  3. 9aaed2b Pull trivial into test branch by Len Brown · 18 years ago
  4. 7af8b66 ACPI: fix section for CPU init functions by Pierre Ossman · 18 years ago
  5. 991528d ACPI: Processor native C-states using MWAIT by Venkatesh Pallipadi · 18 years ago
  6. 5c87579 [PATCH] maximum latency tracking infrastructure by Arjan van de Ven · 18 years ago
  7. d750803 ACPI: add 'const' to several ACPI file_operations by Arjan van de Ven · 18 years ago
  8. 02438d8 ACPI: delete acpi_os_free(), use kfree() directly by Len Brown · 18 years ago
  9. f1b2ad5 Pull c-states into release branch by Len Brown · 18 years ago
  10. f831335 ACPI: additional blacklist entry for ThinkPad R40e by Bartlomiej Swiercz · 18 years ago
  11. b488f02 ACPI: restore comment justifying 'extra' P_LVLx access by Andreas Mohr · 18 years ago
  12. c4a001b ACPI: C-States: only demote on current bus mastering activity by Dominik Brodowski · 18 years ago
  13. c5ab81c ACPI: C-States: bm_activity improvements by Dominik Brodowski · 18 years ago
  14. a3c6598 ACPI: C-States: accounting of sleep states by Dominik Brodowski · 18 years ago
  15. d550d98 ACPI: delete tracing macros from drivers/acpi/*.c by Patrick Mochel · 18 years ago
  16. 6468463 ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...) by Len Brown · 18 years ago
  17. a6fc672 ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG by Thomas Renninger · 18 years ago
  18. 81a07d7 Merge branch 'x86-64' by Linus Torvalds · 18 years ago
  19. 495ab9c [PATCH] i386/x86-64/ia64: Move polling flag into thread_info_status by Andi Kleen · 18 years ago
  20. 539eb11 [PATCH] Time: i386 Conversion - part 2: Rework TSC Support by john stultz · 18 years ago
  21. b683505 ACPI: apply "__read_mostly" to processor_idle.c loop module parameters and friends by Andreas Mohr · 18 years ago
  22. 0b5c59a [PATCH] Fix compilation of processor_idle.c on IA64 by Andi Kleen · 18 years ago
  23. bd66334 [PATCH] x86_64: Force broadcast timer on AMD systems with C3 too. by Andi Kleen · 18 years ago
  24. 7ded568 [PATCH] x86_64: data/functions wrongly marked as __init with cpu hotplug. by Ashok Raj · 18 years ago
  25. 76b461c [PATCH] x86_64: Only switch to IPI broadcast timer on Intel when C3 is supported by Venkatesh Pallipadi · 18 years ago
  26. 9fdb62a [ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi branches into release by Len Brown · 18 years ago
  27. 6eb0a0f [PATCH] i386: Handle missing local APIC timer interrupts on C3 state by Venkatesh Pallipadi · 19 years ago
  28. 876c184 [ACPI] Disable C2/C3 for _all_ IBM R40e Laptops by Thomas Rosner · 19 years ago
  29. 927fe18 Pull 5165 into release branch by Len Brown · 19 years ago
  30. 1e48396 [ACPI] correct earlier SMP deep C-states on HT patch by David Shaohua Li · 19 years ago
  31. af2eb17 Add missing "local_irq_enable()" to C2/C3 exit logic by Linus Torvalds · 19 years ago
  32. 2a298a3 [PATCH] Fix TIF_POLLING_NRFLAG in ACPI idle routines by Nick Piggin · 19 years ago
  33. cf82478 [ACPI] handle BIOS with implicit C1 in _CST by Janosch Machowinski · 19 years ago
  34. 05131ec [ACPI] Avoid BIOS inflicted crashes by evaluating _PDC only once by Venkatesh Pallipadi · 19 years ago
  35. 4c03355 [ACPI] Add support for FADT P_LVL2_UP flag by Venkatesh Pallipadi · 19 years ago
  36. 6d93c64 [ACPI] Prefer _CST over FADT for C-state capabilities by Venkatesh Pallipadi · 19 years ago
  37. 2203d6e Fix ACPI processor power block initialization by Linus Torvalds · 19 years ago
  38. 64c7c8f [PATCH] sched: resched and cpu_idle rework by Nick Piggin · 19 years ago
  39. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  40. 4be44fc [ACPI] Lindent all ACPI files by Len Brown · 19 years ago
  41. 8066eff /home/lenb/src/to-linus branch 'acpi-2.6.12' by Len Brown · 19 years ago
  42. 3d35600 [ACPI] fix 64-bit build warning in processor_idle.c by Len Brown · 19 years ago
  43. d6ac1a7 /home/lenb/src/to-linus branch 'acpi-2.6.12' by Len Brown · 19 years ago
  44. 68ac767 [ACPI] delete boot-time printk()s from processor_idle.c by Venkatesh Pallipadi · 19 years ago
  45. 335f16b [ACPI] address boot-freeze with updated DMI blacklist for c-states by David Shaohua Li · 19 years ago
  46. 0b6b2f0 [ACPI] Fix memset arguments in acpi processor_idle.c by Venkatesh Pallipadi · 19 years ago
  47. 4a71640 [ACPI] Fix the regression with c1_default_handler on some systems by Venkatesh Pallipadi · 19 years ago
  48. 5028770 [ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc... by Len Brown · 19 years ago
  49. 02df8b9 [ACPI] enable C2 and C3 idle power states on SMP by Venkatesh Pallipadi · 19 years ago
  50. acf05f4 [ACPI] update /proc/acpi/processor/*/power even if only C1 support by Venkatesh Pallipadi · 19 years ago
  51. 39c715b [PATCH] smp_processor_id() cleanup by Ingo Molnar · 19 years ago
  52. fbd568a3e [PATCH] Change synchronize_kernel to _rcu and _sched by Paul E. McKenney · 19 years ago
  53. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago