1. 19bde77 ACPI: suspend: don't let device _PS3 failure prevent suspend by Len Brown · 15 years ago
  2. 2f4f27d dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24) by Yang Hongyang · 15 years ago
  3. 478c6a4 Merge branch 'linus' into release by Len Brown · 15 years ago
  4. 6328a57 Enable PNPACPI _PSx Support, v3 by Witold Szczeponik · 15 years ago
  5. b277c88 pnpbios: propagate kthread_run() error by Erik Ekman · 15 years ago
  6. 8c65591 pnpbios: fix warning if CONFIG_HOTPLUG=n by Erik Ekman · 15 years ago
  7. b2576e1 Merge branch 'linus' into release by Len Brown · 16 years ago
  8. c85e37c pnp: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  9. 6aaa8ce percpu: fix percpu accessors to potentially !cpu_possible() cpus: pnpbios by Rusty Russell · 16 years ago
  10. ea7e96e ACPI: remove private acpica headers from driver files by Lin Ming · 16 years ago
  11. 54074d5 drivers: remove duplicated #include by Jianjun Kong · 16 years ago
  12. 057316c Merge branch 'linus' into test by Len Brown · 16 years ago
  13. 4dff4e7f Merge branch 'pnp-debug' into test by Len Brown · 16 years ago
  14. 39a0ad8 ACPI : Load device driver according to the status of acpi device by Zhao Yakui · 16 years ago
  15. 2e532d6 {pci,pnp} quirks.c: don't use deprecated print_fn_descriptor_symbol() by Linus Torvalds · 16 years ago
  16. c813b4e Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  17. b563cf5 pnp: make the resource type an unsigned long by Rene Herman · 16 years ago
  18. a63cc18 pnp: remove printk() with outdated version by Adrian Bunk · 16 years ago
  19. 8a89efd PNP: create device attributes via default device attributes by Drew Moseley · 16 years ago
  20. 6dc6472 Merge commit 'origin' by Benjamin Herrenschmidt · 16 years ago
  21. ac88a8f PNP: remove old CONFIG_PNP_DEBUG option by Bjorn Helgaas · 16 years ago
  22. 2f53432 PNP: convert to using pnp_dbg() by Bjorn Helgaas · 16 years ago
  23. 97ef062 PNP: add CONFIG_PNP_DEBUG_MESSAGES and pnp_dbg() by Bjorn Helgaas · 16 years ago
  24. 2663f60 PNP: remove some uses of DEBUG ifdef by Bjorn Helgaas · 16 years ago
  25. 668b21d PNP: use new vsprintf symbolic function pointer format by Bjorn Helgaas · 16 years ago
  26. c865d2f PNP: convert the last few pnp_info() uses to printk() by Bjorn Helgaas · 16 years ago
  27. 958a1fd PNPACPI: use dev_printk when possible by Bjorn Helgaas · 16 years ago
  28. 6a0b93b PNP: fix debug formatting (cosmetic) by Bjorn Helgaas · 16 years ago
  29. ed458df PnP: move pnpacpi/pnpbios_init to after PCI init by Linus Torvalds · 16 years ago
  30. 68e1ee6 powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checks by Kumar Gala · 16 years ago
  31. de82ff7 PNPACPI: ignore the producer/consumer bit for extended IRQ descriptors by Bjorn Helgaas · 16 years ago
  32. ea44c1d PNP: fix formatting of dbg_pnp_show_resources() output by Bjorn Helgaas · 16 years ago
  33. 25cdcd0 make pnp_add_card_id() static by Adrian Bunk · 16 years ago
  34. 999ed65 pnp: have quirk_system_pci_resources() include io resources by Rene Herman · 16 years ago
  35. e86b19c pnp: set the pnp_card dma_mask for use by ISAPnP cards by Rene Herman · 16 years ago
  36. 40ab4f4 PNPACPI: add support for HP vendor-specific CCSR descriptors by Bjorn Helgaas · 16 years ago
  37. 84684c7 PNP: avoid legacy IDE IRQs by Bjorn Helgaas · 16 years ago
  38. 1f32ca3 PNP: convert resource options to single linked list by Bjorn Helgaas · 16 years ago
  39. bbe413b ISAPNP: handle independent options following dependent ones by Bjorn Helgaas · 16 years ago
  40. e2a1a6f PNP: remove extra 0x100 bit from option priority by Bjorn Helgaas · 16 years ago
  41. d5ebde6 PNP: support optional IRQ resources by Bjorn Helgaas · 16 years ago
  42. 2d29a7a PNP: rename pnp_register_*_resource() local variables by Bjorn Helgaas · 16 years ago
  43. fe2cf59 PNPACPI: ignore _PRS interrupt numbers larger than PNP_IRQ_NR by Bjorn Helgaas · 16 years ago
  44. c227536 PNP: centralize resource option allocations by Bjorn Helgaas · 16 years ago
  45. b08395e PNP: remove redundant pnp_can_configure() check by Bjorn Helgaas · 16 years ago
  46. 6e906f0 PNP: make resource assignment functions return 0 (success) or -EBUSY (failure) by Bjorn Helgaas · 16 years ago
  47. 819beac PNP: in debug resource dump, make empty list obvious by Bjorn Helgaas · 16 years ago
  48. fcfb7ce PNP: improve resource assignment debug by Bjorn Helgaas · 16 years ago
  49. 169aaff PNP: increase I/O port & memory option address sizes by Bjorn Helgaas · 16 years ago
  50. 7aefff5 PNP: introduce pnp_irq_mask_t typedef by Bjorn Helgaas · 16 years ago
  51. a1802c4 PNP: make resource option structures private to PNP subsystem by Bjorn Helgaas · 16 years ago
  52. 08c9f26 PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEM by Bjorn Helgaas · 16 years ago
  53. b72ee1f1 PNP: whitespace/coding style fixes by Bjorn Helgaas · 16 years ago
  54. 57fd51a PNP: add pnp_possible_config() -- can a device could be configured this way? by Bjorn Helgaas · 16 years ago
  55. f61ed7e PNP: dont sort by type in /sys/.../resources by Bjorn Helgaas · 16 years ago
  56. 25d39c3 PNP: remove ratelimit on add resource failures by Bjorn Helgaas · 16 years ago
  57. 5acf914 PNPACPI: keep disabled resources when parsing current config by Bjorn Helgaas · 16 years ago
  58. aee3ad8 PNP: replace pnp_resource_table with dynamically allocated resources by Bjorn Helgaas · 16 years ago
  59. 9fdee4e PNP: add pnp_resource_type_name() helper function by Bjorn Helgaas · 16 years ago
  60. 940e98d PNP: add pnp_resource_type() internal interface by Bjorn Helgaas · 16 years ago
  61. 87e4acf PNP: remove pnp_resource.index by Bjorn Helgaas · 16 years ago
  62. b897f46 PNP: add detail to debug resource dump by Bjorn Helgaas · 16 years ago
  63. 2fe2de5 ACPI PM: acpi_pm_device_sleep_state() cleanup by David Brownell · 16 years ago
  64. 36d872a PNPACPI: use _CRS IRQ descriptor length for _SRS by Bjorn Helgaas · 16 years ago
  65. a993273 pnpacpi: fix shareable IRQ encode/decode by Bjorn Helgaas · 16 years ago
  66. e9fe9e1 pnpacpi: fix IRQ flag decoding by Bjorn Helgaas · 16 years ago
  67. 5a515bc PNP: skip UNSET MEM resources as well as DISABLED ones by Bjorn Helgaas · 16 years ago
  68. 4b34fe1 PNP: mark resources that conflict with PCI devices "disabled" by Bjorn Helgaas · 16 years ago
  69. a442ac5 Clean up 'print_fn_descriptor_symbol()' types by Linus Torvalds · 16 years ago
  70. 3fc9577 lib: create common ascii hex array by Harvey Harrison · 16 years ago
  71. 3b73a22 pnp: add ISAPnP MPU option quirks by Rene Herman · 16 years ago
  72. bc033c9 pnp: add pnp_build_option() to the API by Rene Herman · 16 years ago
  73. 726a7a3 pnp: clean up pnp_fixup_device() by Rene Herman · 16 years ago
  74. f2a5f24 PNP: set IRQ index in sysfs "set irq" interface by Bjorn Helgaas · 16 years ago
  75. 7793bfc PNP: fix printk format warnings by Randy Dunlap · 16 years ago
  76. 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
  77. 008238b Merge branch 'pnp' into release by Len Brown · 16 years ago
  78. 9448b0d acpi: fix section mismatch warning in pnpacpi by Sam Ravnborg · 16 years ago
  79. c7705f3 drivers: use non-racy method for proc entries creation (2) by Denis V. Lunev · 16 years ago
  80. 9c37066 proc: remove proc_bus by Alexey Dobriyan · 16 years ago
  81. dfd2e1b PNPBIOS: remove include/linux/pnpbios.h by Bjorn Helgaas · 16 years ago
  82. 261b20d ISAPNP: remove unused pnp_dev->regs field by Bjorn Helgaas · 16 years ago
  83. 62cfb29 PNP: make interfaces private to the PNP core by Bjorn Helgaas · 16 years ago
  84. d152cf5 PNPACPI: move _CRS/_PRS warnings closer to the action by Bjorn Helgaas · 16 years ago
  85. 01115e7 ISAPNP: fold isapnp_read_resources() back into isapnp_get_resources() by Bjorn Helgaas · 16 years ago
  86. d6180f3 PNP: make generic pnp_add_mem_resource() by Bjorn Helgaas · 16 years ago
  87. cc8c2e3 PNP: make generic pnp_add_io_resource() by Bjorn Helgaas · 16 years ago
  88. dc16f5f PNP: make generic pnp_add_dma_resource() by Bjorn Helgaas · 16 years ago
  89. dbddd03 PNP: make generic pnp_add_irq_resource() by Bjorn Helgaas · 16 years ago
  90. a50b6d7 PNP: add pnp_new_resource() to find a new unset pnp_resource by Bjorn Helgaas · 16 years ago
  91. 21855d6 PNP: add pnp_resource index for ISAPNP by Bjorn Helgaas · 16 years ago
  92. 0a977f1 PNP: add pnp_get_pnp_resource() by Bjorn Helgaas · 16 years ago
  93. 784f01d PNP: add struct pnp_resource by Bjorn Helgaas · 16 years ago
  94. 06cb58a PNP: remove pnp_resource_table references from resource decoders by Bjorn Helgaas · 16 years ago
  95. 02d83b5 PNP: make pnp_resource_table private to PNP core by Bjorn Helgaas · 16 years ago
  96. 95ab366 PNP: remove PNP_MAX_* uses by Bjorn Helgaas · 16 years ago
  97. f6505fe PNP: convert assign, interface to use pnp_get_resource(), not pnp_resource_table by Bjorn Helgaas · 16 years ago
  98. 7e2cf31 PNP: convert encoders to use pnp_get_resource(), not pnp_resource_table by Bjorn Helgaas · 16 years ago
  99. be81b4a PNP: convert resource checks to use pnp_get_resource(), not pnp_resource_table by Bjorn Helgaas · 16 years ago
  100. f5d94ff PNP: pass resources, not indexes, to pnp_check_port(), et al by Bjorn Helgaas · 16 years ago