1. c3146df ACPI: Use syscore_ops instead of sysdev class and sysdev by Rafael J. Wysocki · 13 years ago
  2. 03e7c34 ACPI: remove unused declaration of proc_fs.h by Zhang Rui · 14 years ago
  3. 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
  4. c97adf9 acpi: make ACPI device id constant by Márton Németh · 14 years ago
  5. a192a95 ACPI: Move definition of PREFIX from acpi_bus.h to internal..h by Len Brown · 15 years ago
  6. 5f0dcca ACPI: pci_link: simplify list of link devices by Bjorn Helgaas · 15 years ago
  7. 6eca4b4 ACPI: pci_link: remove unnecessary null pointer checks by Bjorn Helgaas · 15 years ago
  8. c9d6244 ACPI: pci_link: remove unnecessary casts and initializations by Bjorn Helgaas · 15 years ago
  9. 1c9ca3a ACPI: pci_link: clean up whitespace by Bjorn Helgaas · 15 years ago
  10. 4d93915 ACPI: add missing KERN_* constants to printks by Frank Seidel · 15 years ago
  11. d0302bc Merge branch 'misc' into release by Len Brown · 15 years ago
  12. 8a383ef ACPI: ec.c, pci_link.c, video_detec.c: static by Roel Kluin · 16 years ago
  13. 11e9313 ACPI: Do not modify SCI_EN directly by Rafael J. Wysocki · 16 years ago
  14. 3283625 ACPI: pci_link: remove acpi_irq_balance_set() interface by Bjorn Helgaas · 16 years ago
  15. 5f50ef4 Merge branch 'misc' into test by Len Brown · 16 years ago
  16. 383d7a1 ACPI: Fix possible null ptr dereference by donald.d.dugger@intel.com · 16 years ago
  17. db89b4f ACPI: catch calls of acpi_driver_data on pointer of wrong type by Pavel Machek · 16 years ago
  18. fa46d35 ACPI: bounds check IRQ to prevent memory corruption by Bjorn Helgaas · 16 years ago
  19. 4a5e363 ACPI: stop complaints about interrupt link End Tags and blank IRQ descriptors by Bjorn Helgaas · 16 years ago
  20. e5685b9 ACPI: misc cleanups by Adrian Bunk · 17 years ago
  21. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  22. 1ba90e3 ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI drivers by Thomas Renninger · 17 years ago
  23. 0dc070b ACPI: drivers/acpi/pci_link.c: lower printk severity by Dan Aloni · 17 years ago
  24. 7cda93e ACPI: delete extra #defines in /drivers/acpi/ drivers by Len Brown · 17 years ago
  25. c2b6705 ACPI: fix acpi_driver.name usage by Len Brown · 17 years ago
  26. f52fd66 ACPI: clean up ACPI_MODULE_NAME() use by Len Brown · 17 years ago
  27. cee324b ACPICA: use new ACPI headers. by Alexey Starikovskiy · 17 years ago
  28. d8c71b6 ACPICA: Remove obsolete Flags parameter. by Bob Moore · 17 years ago
  29. 36bcbec ACPI: replace kmalloc+memset with kzalloc by Burman Yan · 18 years ago
  30. cece901 Pull style into test branch by Len Brown · 18 years ago
  31. 168a328 ACPI: acpi_pci_link_set() can allocate with either GFP_ATOMIC or GFP_KERNEL by Jiri Kosina · 18 years ago
  32. 50dd096 ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpi by Jan Engelhardt · 18 years ago
  33. e21c1ca ACPI: acpi_os_allocate() fixes by Len Brown · 18 years ago
  34. e0e4e11 ACPI: pci_link: Remove unneeded acpi_handle from driver. by Patrick Mochel · 18 years ago
  35. 67a7136 ACPI: pci_link: Use acpi_device's handle instead of driver's by Patrick Mochel · 18 years ago
  36. d550d98 ACPI: delete tracing macros from drivers/acpi/*.c by Patrick Mochel · 18 years ago
  37. 6468463 ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...) by Len Brown · 18 years ago
  38. cece929 ACPI: un-export ACPI_WARNING() -- use printk(KERN_WARNING...) by Len Brown · 18 years ago
  39. a6fc672 ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG by Thomas Renninger · 18 years ago
  40. 3722447 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 18 years ago
  41. 5603509 Make sure to re-enable SCI after an ACPI suspend by Linus Torvalds · 18 years ago
  42. 36e4309 sem2mutex: acpi, acpi_link_lock by Ingo Molnar · 18 years ago
  43. d4ec6c7 [ACPI] remove "Resource isn't an IRQ" warning by Len Brown · 18 years ago
  44. ed03f43 Pull pnpacpi into acpica branch by Len Brown · 19 years ago
  45. a64882e [PATCH] ACPI: fix sleeping whilst atomic warnings on resume by Dave Jones · 19 years ago
  46. 50eca3e [ACPI] ACPICA 20050930 by Bob Moore · 19 years ago
  47. eca008c [ACPI] handle ACPICA 20050916's acpi_resource.type rename by Len Brown · 19 years ago
  48. 4be44fc [ACPI] Lindent all ACPI files by Len Brown · 19 years ago
  49. c65ade4 [ACPI] whitespace by Pavel Machek · 19 years ago
  50. 1d492eb [ACPI] Merge acpi-2.6.12 branch into 2.6.13-rc3 by Len Brown · 19 years ago
  51. 4fdcf08 [ACPI] lint: irqrouter_suspend() takes a pm_message_t, not a u32 by Andrew Morton · 19 years ago
  52. 11e981f [ACPI] S3 resume: avoid kmalloc() might_sleep oops symptom by David Shaohua Li · 19 years ago
  53. 8066eff /home/lenb/src/to-linus branch 'acpi-2.6.12' by Len Brown · 19 years ago
  54. ecc21eb [ACPI] PCI interrupt link suspend/resume - revert to 2.6.12 behaviour by David Shaohua Li · 19 years ago
  55. 697a2d6 Revert ACPI interrupt resume changes by Linus Torvalds · 19 years ago
  56. 87bec66 [ACPI] suspend/resume ACPI PCI Interrupt Links by David Shaohua Li · 19 years ago
  57. c9c3e45 [ACPI] PNPACPI vs sound IRQ by David Shaohua Li · 19 years ago
  58. 362b06b [ACPI] S3 Suspend to RAM: interrupt resume fix by David Shaohua Li · 19 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago