1. 2245ba2 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  2. cfa806f gcc-4.6: ACPI: fix unused but set variables in ACPI by Andi Kleen · 14 years ago
  3. 06af7eb ACPI power_resource: remove unused procfs I/F by Zhang Rui · 14 years ago
  4. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  5. 00bc42a Remove empty comment in acpi/power.c by Justin P. Mattock · 14 years ago
  6. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  7. c97adf9 acpi: make ACPI device id constant by Márton Németh · 15 years ago
  8. 003d6a3 Merge branch 'sfi-base' into release by Len Brown · 15 years ago
  9. 9b83ccd ACPI PM: Replace wakeup.prepared with reference counter by Rafael J. Wysocki · 15 years ago
  10. a192a95 ACPI: Move definition of PREFIX from acpi_bus.h to internal..h by Len Brown · 15 years ago
  11. bdf43bb ACPI: don't check power state after _ON/_OFF by Bjorn Helgaas · 15 years ago
  12. edd8469 Merge branch 'acpi-modparam' into release by Len Brown · 15 years ago
  13. 5b5d911 ACPI: simplify module_param namespace by Rusty Russell · 15 years ago
  14. 4451537 ACPI: call acpi_power_init() explicitly rather than as initcall by Bjorn Helgaas · 15 years ago
  15. 60a4ce7 ACPI: power.c: call acpi_get_name to get node name by Lin Ming · 16 years ago
  16. f613984 Merge branch 'power' into release by Len Brown · 16 years ago
  17. 89595b8 ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.h by Bjorn Helgaas · 16 years ago
  18. 676962d ACPI: fan: Delete the strict check in power transition by Zhao Yakui · 16 years ago
  19. b1b57fb ACPI: fix de-reference bug in power resource driver by Zhao Yakui · 16 years ago
  20. 7674416 Merge branch 'ull' into test by Len Brown · 16 years ago
  21. 5f50ef4 Merge branch 'misc' into test by Len Brown · 16 years ago
  22. f5adfaa ACPI: Add "acpi.power_nocheck=1" to disable power state check in power transition by Zhao Yakui · 16 years ago
  23. a51e145 ACPI: Get the device power state in the course of scanning device by Zhao Yakui · 16 years ago
  24. 27663c5 ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels by Matthew Wilcox · 16 years ago
  25. db89b4f ACPI: catch calls of acpi_driver_data on pointer of wrong type by Pavel Machek · 16 years ago
  26. 0af4b8c ACPI: Introduce new device wakeup flag 'prepared' by Rafael J. Wysocki · 16 years ago
  27. 77e7660 ACPI: Introduce acpi_device_sleep_wake function by Rafael J. Wysocki · 16 years ago
  28. 08acd4f8 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  29. cf7acfa acpi: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  30. a815ab8 ACPI: check a return value correctly in acpi_power_get_context() by Li Zefan · 16 years ago
  31. e76d5f7 ACPI: remove duplicated warning message by Miguel Botón · 16 years ago
  32. c35923b ACPI: power: don't cache power resource state by Alexey Starikovskiy · 17 years ago
  33. 1ba90e3 ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI drivers by Thomas Renninger · 17 years ago
  34. 63e34ca Pull misc-for-upstream into release branch by Len Brown · 17 years ago
  35. ff24ba7 ACPI: ThinkPad Z60m: usb mouse stops working after suspend to RAM by Konstantin Karasyov · 17 years ago
  36. 7292576 ACPI: fix S3 fan resume issue by Konstantin Karasyov · 17 years ago
  37. 08e4a10 Pull bugzilla-7570 into release branch by Len Brown · 17 years ago
  38. 1004879 Pull bugzilla-7122 into release branch by Len Brown · 17 years ago
  39. b1028c5 ACPI: fix fan after resume from S3 by Konstantin Karasyov · 17 years ago
  40. e8363f3 ACPI: update acpi_power_resume() per new acpi_op_resume by Len Brown · 17 years ago
  41. 0a61390 ACPI: Thermal issues on HP nx6325 by Konstantin Karasyov · 17 years ago
  42. 7cda93e ACPI: delete extra #defines in /drivers/acpi/ drivers by Len Brown · 17 years ago
  43. c2b6705 ACPI: fix acpi_driver.name usage by Len Brown · 17 years ago
  44. f52fd66 ACPI: clean up ACPI_MODULE_NAME() use by Len Brown · 17 years ago
  45. 36bcbec ACPI: replace kmalloc+memset with kzalloc by Burman Yan · 18 years ago
  46. cece901 Pull style into test branch by Len Brown · 18 years ago
  47. 786f18c ACPI: fix potential OOPS in power driver with CONFIG_ACPI_DEBUG by Dmitry Torokhov · 18 years ago
  48. 50dd096 ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpi by Jan Engelhardt · 18 years ago
  49. d750803 ACPI: add 'const' to several ACPI file_operations by Arjan van de Ven · 18 years ago
  50. 1474720 ACPI: power: Remove unneeded acpi_handle from driver. by Patrick Mochel · 18 years ago
  51. 5fbc19e ACPI: power: Use acpi_device's handle instead of driver's by Patrick Mochel · 18 years ago
  52. 4159857 ACPI: power: add struct acpi_device to struct acpi_power_resource by Patrick Mochel · 18 years ago
  53. d550d98 ACPI: delete tracing macros from drivers/acpi/*.c by Patrick Mochel · 18 years ago
  54. 6468463 ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...) by Len Brown · 18 years ago
  55. cece929 ACPI: un-export ACPI_WARNING() -- use printk(KERN_WARNING...) by Len Brown · 18 years ago
  56. a6fc672 ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG by Thomas Renninger · 18 years ago
  57. 4be44fc [ACPI] Lindent all ACPI files by Len Brown · 19 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago