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