1. 3c0fc07 PNP / ACPI: avoid garbage in resource name by Liu ShuoX · 11 years ago
  2. f084dbb ACPI: Set length even for TYPE_END_TAG acpi resource by Yinghai Lu · 11 years ago
  3. 046d9ce ACPI: Move device resources interpretation code from PNP to ACPI core by Rafael J. Wysocki · 12 years ago
  4. 18fd470 PNPACPI: Simplify disabled resource registration by Witold Szczeponik · 13 years ago
  5. 45b583b Merge 'akpm' patch series by Linus Torvalds · 13 years ago
  6. 29df8d8 pnpacpi: register disabled resources by Witold Szczeponik · 13 years ago
  7. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 13 years ago
  8. f238b41 PNPACPI: compute Address Space length rather than using _LEN by Bjorn Helgaas · 14 years ago
  9. c25f7cf Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480', 'bugzilla-15521', 'bugzilla-15605', 'gpe-reference-counters', 'misc', 'pxm-fix' and 'video-random-key' into release by Len Brown · 14 years ago
  10. 3162b6f PNPACPI: truncate _CRS windows with _LEN > _MAX - _MIN + 1 by Bjorn Helgaas · 14 years ago
  11. 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
  12. 7e0e9c0 PNPACPI: add bus number support by Bjorn Helgaas · 14 years ago
  13. fa35b492 PNPACPI: add window support by Bjorn Helgaas · 14 years ago
  14. c4da694 PNPACPI: save struct acpi_device, not just acpi_handle by Bjorn Helgaas · 15 years ago
  15. fbe8cdd Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904', 'bugzilla-13121', 'bugzilla-13396', 'bugzilla-13533', 'bugzilla-13612', 'c3_lock', 'hid-cleanups', 'misc-2.6.31', 'pdc-leak-fix', 'pnpacpi', 'power_nocheck', 'thinkpad_acpi', 'video' and 'wmi' into release by Len Brown · 15 years ago
  16. 8cb24c8 PNPACPI: parse Extended Address Space Descriptors by Bjorn Helgaas · 15 years ago
  17. a2f809b irq: change ACPI GSI APIs to also take a device argument by Yinghai Lu · 15 years ago
  18. 2f53432 PNP: convert to using pnp_dbg() by Bjorn Helgaas · 16 years ago
  19. 958a1fd PNPACPI: use dev_printk when possible by Bjorn Helgaas · 16 years ago
  20. de82ff7 PNPACPI: ignore the producer/consumer bit for extended IRQ descriptors by Bjorn Helgaas · 16 years ago
  21. 40ab4f4 PNPACPI: add support for HP vendor-specific CCSR descriptors by Bjorn Helgaas · 16 years ago
  22. 1f32ca3 PNP: convert resource options to single linked list by Bjorn Helgaas · 16 years ago
  23. e2a1a6f PNP: remove extra 0x100 bit from option priority by Bjorn Helgaas · 16 years ago
  24. fe2cf59 PNPACPI: ignore _PRS interrupt numbers larger than PNP_IRQ_NR by Bjorn Helgaas · 16 years ago
  25. c227536 PNP: centralize resource option allocations by Bjorn Helgaas · 16 years ago
  26. 7aefff5 PNP: introduce pnp_irq_mask_t typedef by Bjorn Helgaas · 16 years ago
  27. 08c9f26 PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEM by Bjorn Helgaas · 16 years ago
  28. 5acf914 PNPACPI: keep disabled resources when parsing current config by Bjorn Helgaas · 16 years ago
  29. aee3ad8 PNP: replace pnp_resource_table with dynamically allocated resources by Bjorn Helgaas · 16 years ago
  30. 36d872a PNPACPI: use _CRS IRQ descriptor length for _SRS by Bjorn Helgaas · 16 years ago
  31. a993273 pnpacpi: fix shareable IRQ encode/decode by Bjorn Helgaas · 16 years ago
  32. e9fe9e1 pnpacpi: fix IRQ flag decoding by Bjorn Helgaas · 16 years ago
  33. d152cf5 PNPACPI: move _CRS/_PRS warnings closer to the action by Bjorn Helgaas · 16 years ago
  34. d6180f3 PNP: make generic pnp_add_mem_resource() by Bjorn Helgaas · 16 years ago
  35. cc8c2e3 PNP: make generic pnp_add_io_resource() by Bjorn Helgaas · 16 years ago
  36. dc16f5f PNP: make generic pnp_add_dma_resource() by Bjorn Helgaas · 16 years ago
  37. dbddd03 PNP: make generic pnp_add_irq_resource() by Bjorn Helgaas · 16 years ago
  38. 06cb58a PNP: remove pnp_resource_table references from resource decoders by Bjorn Helgaas · 16 years ago
  39. 02d83b5 PNP: make pnp_resource_table private to PNP core by Bjorn Helgaas · 16 years ago
  40. 7e2cf31 PNP: convert encoders to use pnp_get_resource(), not pnp_resource_table by Bjorn Helgaas · 16 years ago
  41. af11cb2 PNP: use dev_printk when possible by Bjorn Helgaas · 16 years ago
  42. f449000 PNP: add pnp_init_resources(struct pnp_dev *) interface by Bjorn Helgaas · 16 years ago
  43. 72dcc88 PNP: add debug output to encoders by Bjorn Helgaas · 16 years ago
  44. 4ab55d8 PNP: remove more pnp_resource_table arguments by Bjorn Helgaas · 16 years ago
  45. c1caf06 PNP: add debug output to option registration by Bjorn Helgaas · 16 years ago
  46. cdef625 PNPACPI: pass pnp_dev instead of acpi_handle by Bjorn Helgaas · 16 years ago
  47. cd7ec92 PNPACPI: extend irq_flags() to set IORESOURCE_IRQ_SHAREABLE when appropriate by Bjorn Helgaas · 16 years ago
  48. bb84b41 PNPACPI: hoist dma_flags() out of pnpacpi_parse_allocated_dmaresource() by Bjorn Helgaas · 16 years ago
  49. 9570a20 PNPACPI: use temporaries to reduce repetition by Bjorn Helgaas · 16 years ago
  50. f7e8466 PNPACPI: pnpacpi_encode_ext_irq() wrongly set "irq" instead of "extended_irq" by Bjorn Helgaas · 16 years ago
  51. 0093cb1 pnpacpi: fix potential corruption on "pnpacpi: exceeded the max number of IRQ resources 2" by Len Brown · 16 years ago
  52. 33fd7af pnpacpi: reduce printk severity for "pnpacpi: exceeded the max number of ..." by Len Brown · 16 years ago
  53. 2bb9a6b pnp: declare PNP option parsing functions as __init by Thomas Renninger · 16 years ago
  54. efe7cf2 pnpacpi: print resource shortage message only once (more) by Len Brown · 17 years ago
  55. 66a2173 pnpacpi: print resource shortage message only once by Len Brown · 17 years ago
  56. a7839e9 PNP: increase the maximum number of resources by Zhao Yakui · 17 years ago
  57. 61fd47e ACPI: fix two IRQ8 issues in IOAPIC mode by Shaohua Li · 17 years ago
  58. f0714d2 Revert "Fix very high interrupt rate for IRQ8 (rtc) unless pnpacpi=off" by Len Brown · 17 years ago
  59. 9cd8047 Fix very high interrupt rate for IRQ8 (rtc) unless pnpacpi=off by Krzysztof Oledzki · 17 years ago
  60. 4721a4cc PNPACPI: remove unnecessary casts of "void *" by Bjorn Helgaas · 17 years ago
  61. 4cec086 PNPACPI: simplify irq_flags() by Bjorn Helgaas · 17 years ago
  62. 1e0aa9a PNP: fix up after Lindent by Bjorn Helgaas · 17 years ago
  63. 07d4e9a PNP: fix up after Lindent by Bjorn Helgaas · 17 years ago
  64. 9dd7846 PNP: Lindent all source files by Bjorn Helgaas · 17 years ago
  65. 362ea08 ACPI: fix parallel port IRQ after resume from S3 by Michael Karcher · 17 years ago
  66. cd86128 [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() by Robert P. J. Day · 18 years ago
  67. ccc4c7b Fix DMA resource allocation in ACPIPnP by Vojtech Pavlik · 18 years ago
  68. 2b8de5f [PATCH] pnpacpi: reject ACPI_PRODUCER resources by matthieu castet · 18 years ago
  69. c32928c [PATCH] PNPACPI: support shareable interrupts by Bjorn Helgaas · 18 years ago
  70. 1c6e7d0 PNPACPI: whitespace cleanup by Bjorn Helgaas · 18 years ago
  71. b5f2490b PNPACPI: remove some code duplication by Bjorn Helgaas · 18 years ago
  72. 1acfb7f PNPACPI: fix non-memory address space descriptor handling by Bjorn Helgaas · 18 years ago
  73. 0af5853 [ACPI] better fix for pnpacpi regression resulting from ACPICA 20051117 by Len Brown · 19 years ago
  74. ed03f43 Pull pnpacpi into acpica branch by Len Brown · 19 years ago
  75. 6f957ea [ACPI] enable PNPACPI support for resource types used by HP serial ports by Bjorn Helgaas · 19 years ago
  76. 0897831 [ACPI] ACPICA 20051021 by Bob Moore · 19 years ago
  77. 50eca3e [ACPI] ACPICA 20050930 by Bob Moore · 19 years ago
  78. eca008c [ACPI] handle ACPICA 20050916's acpi_resource.type rename by Len Brown · 19 years ago
  79. 64e4748 Merge linux-2.6 with linux-acpi-2.6 by Len Brown · 19 years ago
  80. a2822e7 [PATCH] pnp: consolidate kmalloc wrappers by Bjorn Helgaas · 19 years ago
  81. dbed12d [ACPI] PNPACPI IRQ workaround for HP workstations by Bjorn Helgaas · 19 years ago
  82. 71df30f [ACPI] PNPACPI driver now checks for acpi_register_gsi() errors by Kenji Kaneshige · 19 years ago
  83. c9c3e45 [ACPI] PNPACPI vs sound IRQ by David Shaohua Li · 19 years ago
  84. b008b8d [ACPI] PNPACPI parse error by Matthieu Castet · 19 years ago
  85. 0dec63b [PATCH] drivers/pnp/pnpacpi/rsparser.c: fix an array overflow by Adrian Bunk · 19 years ago
  86. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago