1. 43758dd Merge branch 'bugzilla-13449' into release by Len Brown · 15 years ago
  2. 2839d39 ACPI: sleep: another HP/Compaq DMI entries for init_set_sci_en_on_resume by Vaibhav Verma · 15 years ago
  3. 8a1cbf6 ACPI: add DMI entry for SCI_EN resume quirk on HP dv4 by Gustavo Maciel Dias Vieira · 15 years ago
  4. 12308a2 Merge branches 'misc', 'eeepc-laptop' and 'bugzilla-14445' into release by Len Brown · 15 years ago
  5. 5cfa245 ACPI: Move dereference after NULL test by Julia Lawall · 15 years ago
  6. d410ee5 ACPICA: avoid "Info: mapping multiple BARs. Your kernel is fine." by Bob Moore · 15 years ago
  7. 941b10f ACPI: add __cpuinit to acpi_processor_add() by Rakib Mullick · 15 years ago
  8. 22aeceb acpi-power-meter: Don't leak ACPI error codes to userspace by Darrick J. Wong · 15 years ago
  9. 52a2b11 ACPI: clean up video.c boundary checks and types by Arjan van de Ven · 15 years ago
  10. d59733c Merge branch 'misc' into release by Len Brown · 15 years ago
  11. 4697fd6 Merge branch 'launchpad-333386' into release by Len Brown · 15 years ago
  12. 2c907b7 ACPI button: don't try to use a non-existent lid device by Jesse Barnes · 15 years ago
  13. 3a1151e ACPI: video: Loosen strictness of video bus detection code by Stefan Bader · 15 years ago
  14. 497fb54 ACPI / PCI: Fix NULL pointer dereference in acpi_get_pci_dev() (rev. 2) by Rafael J. Wysocki · 15 years ago
  15. c4c4e2a ACPI: Kconfig, fix proc aggregator text by Jiri Slaby · 15 years ago
  16. 68b92b5 ACPI: add AC/DC notifier by Mark Langsdorf · 15 years ago
  17. 5e5027b Merge branch 'acpi-pad' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  18. c7db7ba Merge branch 'misc' into release by Len Brown · 15 years ago
  19. 3934092 Merge branch 'bugzilla-14081' into release by Len Brown · 15 years ago
  20. 478fa03 ACPI: EC: Don't parse DSDT for EC early init on Compal by Alexey Starikovskiy · 15 years ago
  21. 0adf3c7 ACPI: EC: Rewrite DMI checks by Alexey Starikovskiy · 15 years ago
  22. 50d716e ACPI: dock: fix "sibiling" typo by Alex Chiang · 15 years ago
  23. 53412c5 ACPI: kill overly verbose "throttling states" log messages by Roland Dreier · 15 years ago
  24. d9f6501 ACPI: Fix bound checks for copy_from_user in the acpi /proc code by Arjan van de Ven · 15 years ago
  25. 6effe5f Merge branches 'sony-laptop', 'bugzilla-14247' and 'bugzilla-14271' into release by Len Brown · 15 years ago
  26. a83893ae ACPI: fix bus scanning memory leaks by Bjorn Helgaas · 15 years ago
  27. e12ac3d ACPI: EC: Restart command even if no interrupts from EC by Alexey Starikovskiy · 15 years ago
  28. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  29. 569ec4c ACPI: kill "unused variable ‘i’" warning by Linus Torvalds · 15 years ago
  30. 3d5b6fb ACPI: Kill overly verbose "power state" log messages by Roland Dreier · 15 years ago
  31. 14f0334 ACPI: Clarify resource conflict message by Jean Delvare · 15 years ago
  32. d91f79e acpi_pad: build only on X86 by Len Brown · 15 years ago
  33. d910fc7 Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight by Linus Torvalds · 15 years ago
  34. 57f3674 ACPI: simplify building device HID/CID list by Bjorn Helgaas · 15 years ago
  35. 6622d8c ACPI: remove acpi_device_uid() and related stuff by Bjorn Helgaas · 15 years ago
  36. 1131b93 ACPI: remove acpi_device.flags.hardware_id by Bjorn Helgaas · 15 years ago
  37. b2972f8 ACPI: remove acpi_device.flags.compatible_ids by Bjorn Helgaas · 15 years ago
  38. 7f47fa6 ACPI: maintain a single list of _HID and _CID IDs by Bjorn Helgaas · 15 years ago
  39. b1fbfb2 ACPI: make sure every acpi_device has an ID by Bjorn Helgaas · 15 years ago
  40. ea8d82f ACPI: use acpi_device_hid() when possible by Bjorn Helgaas · 15 years ago
  41. 78b8e14 ACPI: fix synthetic HID for \_SB_ by Bjorn Helgaas · 15 years ago
  42. e3b87f8 ACPI: handle re-enumeration, when acpi_devices might already exist by Bjorn Helgaas · 15 years ago
  43. 778cbc1 ACPI: factor out device type and status checking by Bjorn Helgaas · 15 years ago
  44. 402ac53 ACPI: add acpi_bus_get_status_handle() by Bjorn Helgaas · 15 years ago
  45. 51a85fa ACPI: use acpi_walk_namespace() to enumerate devices by Bjorn Helgaas · 15 years ago
  46. 859ac9a4 ACPI: identify device tree root by null parent pointer, not ACPI_BUS_TYPE by Bjorn Helgaas · 15 years ago
  47. adc08e2 ACPI: enumerate namespace before adding functional fixed hardware devices by Bjorn Helgaas · 15 years ago
  48. 8e029bf ACPI: convert acpi_bus_scan() to operate on an acpi_handle by Bjorn Helgaas · 15 years ago
  49. 5c478f4 ACPI: add acpi_bus_get_parent() and remove "parent" arguments by Bjorn Helgaas · 15 years ago
  50. 77c2488 ACPI: remove unnecessary argument checking by Bjorn Helgaas · 15 years ago
  51. c7bcb4e ACPI: remove redundant "type" arguments by Bjorn Helgaas · 15 years ago
  52. bc3b077 ACPI: remove acpi_device_set_context() "type" argument by Bjorn Helgaas · 15 years ago
  53. ccba2a3 ACPI: use device_type rather than comparing HID by Bjorn Helgaas · 15 years ago
  54. caaa6ef ACPI: save device_type in acpi_device by Bjorn Helgaas · 15 years ago
  55. 66b7ed4 ACPI: remove redundant "handle" and "parent" arguments by Bjorn Helgaas · 15 years ago
  56. e8b945c ACPI: remove unused acpi_bus_scan_fixed() argument by Bjorn Helgaas · 15 years ago
  57. 29aaefa ACPI: add debug for device addition by Bjorn Helgaas · 15 years ago
  58. 94e0fb0 Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 15 years ago
  59. e68110f ACPI: remove cpumask_t usage by Bjorn Helgaas · 15 years ago
  60. 79f5599 cpumask: use zalloc_cpumask_var() where possible by Li Zefan · 15 years ago
  61. c11f6c8 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  62. 3634274 backlight/acpi: Update the backlight state when we change brightness by Matthew Garrett · 15 years ago
  63. 878f4f5 x86: Trivial whitespace cleanups by Felipe Contreras · 15 years ago
  64. 193a6de Merge branch 'video' into release by Len Brown · 15 years ago
  65. 53de535 ACPI: don't pass handle for fixed hardware notifications by Bjorn Helgaas · 15 years ago
  66. 59fc9e5 ACPI: remove null pointer checks in deferred execution path by Bjorn Helgaas · 15 years ago
  67. 9ac6185 ACPI: simplify deferred execution path by Bjorn Helgaas · 15 years ago
  68. d26f052 Merge branch 'misc-2.6.32' into release by Len Brown · 15 years ago
  69. cbeee13 Merge branch 'processor-procfs-2.6.32' into release by Len Brown · 15 years ago
  70. 44396a2 Merge branch 'power-meter' into release by Len Brown · 15 years ago
  71. bf25400e Merge branch 'bugzilla-13620' into release by Len Brown · 15 years ago
  72. 762caf0 Merge branch 'ec' into release by Len Brown · 15 years ago
  73. 3b87bb6 Merge branch 'bjorn-start-stop-2.6.32' into release by Len Brown · 15 years ago
  74. 7a92d80 Merge branch 'battery' into release by Len Brown · 15 years ago
  75. 985f387 Merge branch 'acpica' into release by Len Brown · 15 years ago
  76. 7d7decb acpi: switch /proc/acpi/{debug_layer,debug_level} to seq_file by Alexey Dobriyan · 15 years ago
  77. eb27cae ACPI: linux/acpi.h should not include linux/dmi.h by Len Brown · 15 years ago
  78. de584af hwmon driver for ACPI 4.0 power meters by Darrick J. Wong · 15 years ago
  79. 003d6a3 Merge branch 'sfi-base' into release by Len Brown · 15 years ago
  80. 71fd68e Merge branch 'linus' into release by Len Brown · 15 years ago
  81. 4406c56 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  82. 1aaf2e5 Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  83. 7e12715 ACPI button: provide lid status functions by Jesse Barnes · 15 years ago
  84. 0baed8d PCI / ACPI PM: Propagate wake-up enable for devices w/o ACPI support by Rafael J. Wysocki · 15 years ago
  85. 9b83ccd ACPI PM: Replace wakeup.prepared with reference counter by Rafael J. Wysocki · 15 years ago
  86. df8db91 PCI / ACPI PM: Rework some debug messages by Rafael J. Wysocki · 15 years ago
  87. 76d56de ACPI: export acpi_pci_root and friends by Alex Chiang · 15 years ago
  88. 9e64155 ACPICA: Windows compatibility: autoexecute root _INI method by Bob Moore · 15 years ago
  89. eb75255 ACPICA: Update _OSI with new Windows OS strings by Bob Moore · 15 years ago
  90. e3fe091 ACPICA: Fix memory leak for ill-formed Package objects by Bob Moore · 15 years ago
  91. e678902 ACPICA: Remove error message for Store(Localx,Localx) by Bob Moore · 15 years ago
  92. 307a042 ACPICA: Fix extraneous warning if _DSM returns a package by Bob Moore · 15 years ago
  93. 3e5cd1f dmi: extend dmi_get_year() to dmi_get_date() by Tejun Heo · 15 years ago
  94. 8ff0e08 Merge branch 'bugzilla-13002' into release by Len Brown · 15 years ago
  95. f61f925 Revert "ACPI: Attach the ACPI device to the ACPI handle as early as possible" by Len Brown · 15 years ago
  96. 936e894 Merge commit 'v2.6.31-rc8' into x86/txt by Ingo Molnar · 15 years ago
  97. 69575d3 x86, intel_txt: clean up the impact on generic code, unbreak non-x86 by Shane Wang · 15 years ago
  98. 8aeb0a3 Merge branch 'bugzilla-13745' into release by Len Brown · 15 years ago
  99. 718fb0d ACPI: fix NULL bug for HID/UID string by Hugh Dickins · 15 years ago
  100. 7e24bc1 ACPI: pci_slot.ko wants a 64-bit _SUN by Alex Chiang · 15 years ago