1. 9e50ab9 Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  2. 3b7433b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  3. b62ad9a Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  4. 1cfd2bd Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  5. 0f477dd Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  6. 500de3dd acpi ec_sys: Be more cautious about ec write access by Thomas Renninger · 14 years ago
  7. de4f104 acpi ec: Fix possible double io port registration by Thomas Renninger · 14 years ago
  8. b52e042 ACPI: Register EC io ports in /proc/ioports by Thomas Renninger · 14 years ago
  9. 9827886 ACPI: Provide /sys/kernel/debug//ec/ec0/io for binary access to the EC by Thomas Renninger · 14 years ago
  10. 1195a09 ACPI: Provide /sys/kernel/debug/ec/... by Thomas Renninger · 14 years ago
  11. 49c6c5f ACPI: Remove /proc/acpi/embedded_controller/.. by Thomas Renninger · 14 years ago
  12. e8c534e x86: Fix keeping track of AMD C1E by Michal Schmidt · 14 years ago
  13. 852972a ACPI: Disable ASPM if the platform won't provide _OSC control for PCIe by Matthew Garrett · 14 years ago
  14. 592913e time: Kill off CONFIG_GENERIC_TIME by John Stultz · 14 years ago
  15. 0e1cf38 Merge branch 'bugzilla-16396' into release by Len Brown · 14 years ago
  16. 72ad5d7 ACPI / Sleep: Allow the NVS saving to be skipped during suspend to RAM by Rafael J. Wysocki · 14 years ago
  17. bbac30e Merge branch 'misc' into release by Len Brown · 14 years ago
  18. 4a973f2 Merge branch 'bugzilla-15886' into release by Len Brown · 14 years ago
  19. be48b11 Merge branch 'bugzilla-102904-workaround' into release by Len Brown · 14 years ago
  20. 27568d8 Merge branch 'bugzilla-16244' into release by Len Brown · 14 years ago
  21. 855977e Merge branch 'bugzilla-16271' into release by Len Brown · 14 years ago
  22. d3e7e99 ACPI: create "processor.bm_check_disable" boot param by Len Brown · 14 years ago
  23. 718be4a ACPI: skip checking BM_STS if the BIOS doesn't ask for it by Len Brown · 14 years ago
  24. 6c9c0fd ACPI: fix unused function warning by KOSAKI Motohiro · 14 years ago
  25. a0d4687 ACPI / ACPICA: Simplify acpi_ev_initialize_gpe_block() by Rafael J. Wysocki · 14 years ago
  26. 9ce10df ACPI / ACPICA: Fail acpi_gpe_wakeup() if ACPI_GPE_CAN_WAKE is unset by Rafael J. Wysocki · 14 years ago
  27. 9874647 ACPI / ACPICA: Do not execute _PRW methods during initialization by Rafael J. Wysocki · 14 years ago
  28. e8e18c9 ACPI: Fix bogus GPE test in acpi_bus_set_run_wake_flags() by Rafael J. Wysocki · 14 years ago
  29. 856b185 ACPI: processor: fix processor_physically_present on UP by Alex Chiang · 14 years ago
  30. 096486e ACPI video: fix string mismatch for Sony SR290 laptop by Nik A. Melchior · 14 years ago
  31. 0907925 ACPICA: Fix for Alias references within Package objects by Bob Moore · 14 years ago
  32. 150dba3 ACPICA: Fix lint warning for 64-bit constant by Bob Moore · 14 years ago
  33. de5668f ACPICA: Remove obsolete GPE function by Bob Moore · 14 years ago
  34. 546eb57 ACPICA: Drop acpi_set_gpe by Rafael J. Wysocki · 14 years ago
  35. 3bd741b ACPICA: Use low-level GPE enable during GPE block initialization by Rafael J. Wysocki · 14 years ago
  36. 3784730 ACPI / EC: Do not use acpi_set_gpe by Rafael J. Wysocki · 14 years ago
  37. b63559f ACPI / EC: Drop suspend and resume routines by Rafael J. Wysocki · 14 years ago
  38. a44061a ACPICA: Remove wakeup GPE reference counting which is not used by Rafael J. Wysocki · 14 years ago
  39. e8b6f97 ACPICA: Introduce acpi_gpe_wakeup() by Rafael J. Wysocki · 14 years ago
  40. b76df67 ACPICA: Rename acpi_hw_gpe_register_bit by Lin Ming · 14 years ago
  41. a9fc031 ACPICA: Optimization: Reduce the number of namespace walks by Alexey Starikovskiy · 14 years ago
  42. 20d33ae ACPICA: Update flags for operand object by Bob Moore · 14 years ago
  43. c45b5c0 ACPICA: Performance enhancement for namespace search and access by Alexey Starikovskiy · 14 years ago
  44. 5821f75 ACPICA: Expand device initialization counters to 32 bits by Bob Moore · 14 years ago
  45. b27d659 ACPICA: Core: Replace all %d format specifiers with %u (unsigned) by Bob Moore · 14 years ago
  46. 96b7b7a ACPICA: Expand initialization counters to 32 bits by Alexey Starikovskiy · 14 years ago
  47. 507f7d5 ACPICA: iASL/Core: Add support for _WDG/_WED MS methods by Bob Moore · 14 years ago
  48. aa9d360 ACPICA: Add comment: _BCL cannot be sorted on the fly by Bob Moore · 14 years ago
  49. 153e500 ACPI battery: don't invoke power_supply_changed twice when battery is hot-added by Zhang Rui · 14 years ago
  50. 980533b correct console log level when ERST ACPI table is not found by Daniel J Blueman · 14 years ago
  51. 8fec62b acpi: use queue_work_on() instead of binding workqueue worker to cpu0 by Tejun Heo · 14 years ago
  52. 3d69583 ACPI: handle systems which asynchoronously enable ACPI mode by Len Brown · 14 years ago
  53. e0fb8c4 acpi: update gfp/slab.h includes by Tejun Heo · 14 years ago
  54. 2cebc5e Merge branch 'bugzilla-15951' into release by Len Brown · 14 years ago
  55. cb1cb17 ACPI / PM: Do not enable GPEs for system wakeup in advance by Rafael J. Wysocki · 14 years ago
  56. c1db9d9 Merge branch 'misc-2.6.35' into release by Len Brown · 14 years ago
  57. 42de553 Merge branch 'bugzilla-13931-sleep-nvs' into release by Len Brown · 14 years ago
  58. e9e8b4d Merge branch 'bugzilla-102904-workaround' into release by Len Brown · 14 years ago
  59. d9a799d Merge branch 'acpica-cherry-pick' into release by Len Brown · 14 years ago
  60. b681f7d ACPICA: Truncate I/O addresses to 16 bits for Windows compatibility by Matthew Garrett · 14 years ago
  61. 9cbfa18 ACPICA: Limit maximum time for Sleep() operator by Bob Moore · 14 years ago
  62. a48ecc7 Merge branch 'acpi_pad' into release by Len Brown · 14 years ago
  63. 9263482 Merge branch 'gpe-regression-fixes' into release by Len Brown · 14 years ago
  64. 9d3c752d ACPI / ACPICA: Fix sysfs GPE interface by Rafael J. Wysocki · 14 years ago
  65. ce43ace ACPI / ACPICA: Fix GPE initialization by Rafael J. Wysocki · 14 years ago
  66. c9a8bbb ACPI / ACPICA: Avoid writing full enable masks to GPE registers by Rafael J. Wysocki · 14 years ago
  67. fd24744 ACPI / ACPICA: Fix low-level GPE manipulation code by Rafael J. Wysocki · 14 years ago
  68. e4e9a73 ACPI / ACPICA: Use helper function for computing GPE masks by Rafael J. Wysocki · 14 years ago
  69. a997ab3 ACPI / ACPICA: Do not attempt to disable GPE when installing handler by Rafael J. Wysocki · 14 years ago
  70. 4b1b29b ACPI: Disable Vista compatibility for Sony VGN-NS50B_L by Zhang Rui · 14 years ago
  71. 934231d ACPI: fan: fix unbalanced code block by Liang Li · 14 years ago
  72. 2a6b697 ACPI: Store NVS state even when entering suspend to RAM by Matthew Garrett · 14 years ago
  73. dd4c4f1 suspend: Move NVS save/restore code to generic suspend functionality by Matthew Garrett · 14 years ago
  74. 75cbfb9 ACPI: Do not try to set up acpi processor stuff on cores exceeding maxcpus= by Thomas Renninger · 14 years ago
  75. 85f1bb4 Merge branch 'acpi-idle' into release by Len Brown · 14 years ago
  76. bceefad ACPI: Eliminate us to pm ticks conversion in common path by Venkatesh Pallipadi · 14 years ago
  77. 157317b ACPI: Fix the incorrect calculation about C-state idle time by Zhao Yakui · 14 years ago
  78. 8aa4b14 ACPI: acpi_pad: Don't needlessly mark LAPIC unstable by Chen Gong · 14 years ago
  79. b42f5b0 Merge branches 'bugzilla-14668' and 'misc-2.6.35' into release by Len Brown · 14 years ago
  80. fe95568 ACPI / EC / PM: Fix names of functions that block/unblock EC transactions by Rafael J. Wysocki · 14 years ago
  81. d5a6451 ACPI / EC / PM: Fix race between EC transactions and system suspend by Rafael J. Wysocki · 14 years ago
  82. e4f2e5e Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 14 years ago
  83. 9a90e09 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  84. d3b3833 Merge branch 'ht-delete-2.6.35' into release by Len Brown · 14 years ago
  85. edbe77b Merge branch 'misc-2.6.35' into release by Len Brown · 14 years ago
  86. 64a4222 Merge branches 'video' and 'video-edid' into release by Len Brown · 14 years ago
  87. 91dd696 Merge branch 'acpi_enable' into release by Len Brown · 14 years ago
  88. dc1544e Merge branch 'bjorn-pci-root-v4-2.6.35' into release by Len Brown · 14 years ago
  89. 0dc698b ACPI: Don't let acpi_pad needlessly mark TSC unstable by Venkatesh Pallipadi · 14 years ago
  90. b6fecaa drivers/acpi/sleep.h: Checkpatch cleanup by Andrea Gelmini · 14 years ago
  91. 2da513f ACPI: Minor cleanup eliminating redundant PMTIMER_TICKS to NS conversion by Venkatesh Pallipadi · 14 years ago
  92. 2671717 intel_idle: native hardware cpuidle driver for latest Intel processors by Len Brown · 14 years ago
  93. 02cf4f9 ACPI: acpi_idle: touch TS_POLLING only in the non-MWAIT case by Len Brown · 14 years ago
  94. a7d27c3 acpi_pad: uses MONITOR/MWAIT, so it doesn't need to clear TS_POLLING by Len Brown · 14 years ago
  95. 541adf7 ACPI: allow a native cpuidle driver to displace ACPI by Len Brown · 14 years ago
  96. 70dd6be hwmon: (asus_atk0110) Don't load if ACPI resources aren't enforced by Jean Delvare · 14 years ago
  97. 965fd9e drivers: acpi: don't use own implementation of hex_to_bin() by Andy Shevchenko · 14 years ago
  98. 34a18d6 ACPI: delete unused c-state promotion/demotion data strucutures by Len Brown · 14 years ago
  99. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 14 years ago
  100. 04afb40 Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago