1. 0093cb1 pnpacpi: fix potential corruption on "pnpacpi: exceeded the max number of IRQ resources 2" by Len Brown · 16 years ago
  2. 33fd7af pnpacpi: reduce printk severity for "pnpacpi: exceeded the max number of ..." by Len Brown · 16 years ago
  3. 245073f ISAPNP: fix limits of logical device register set by Bjorn Helgaas · 16 years ago
  4. 0509ad5 PNP: disable PNP motherboard resources that overlap PCI BARs by Bjorn Helgaas · 16 years ago
  5. e0aca23 PNP: revert Supermicro H8DCE motherboard quirk by Bjorn Helgaas · 16 years ago
  6. 4e3d031 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  7. 0d63e4f Dont touch fs_struct in drivers by Jan Blunck · 16 years ago
  8. 6bf69b5 pnpacpi: __initdata is not an identifier by Roel Kluin · 16 years ago
  9. c64768a Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', 'bugzilla-7186', 'bugzilla-8269', 'bugzilla-8570', 'bugzilla-9139', 'bugzilla-9277', 'bugzilla-9341', 'bugzilla-9444', 'bugzilla-9614', 'bugzilla-9643' and 'bugzilla-9644' into release by Len Brown · 16 years ago
  10. 445a1d3 PNP: disable Supermicro H8DCE motherboard resources that overlap SATA BARs by Bjorn Helgaas · 16 years ago
  11. 5d38998 PNP: do not test PNP_DRIVER_RES_DO_NOT_CHANGE on suspend/resume by Rene Herman · 16 years ago
  12. b3bd86e isapnp driver semaphore to mutex by Daniel Walker · 16 years ago
  13. 2bb9a6b pnp: declare PNP option parsing functions as __init by Thomas Renninger · 16 years ago
  14. cc8259a simplify pnp_activate_dev() and pnp_disable_dev() return values by Bjorn Helgaas · 16 years ago
  15. 39657b6 git-x86: drivers/pnp/pnpbios/bioscalls.c build fix by Andrew Morton · 16 years ago
  16. efe7cf2 pnpacpi: print resource shortage message only once (more) by Len Brown · 16 years ago
  17. 856608e pnp: Failed to activate device 00:0a - Samsung P35 XVM 1600 III by Shaohua Li · 16 years ago
  18. 66a2173 pnpacpi: print resource shortage message only once by Len Brown · 16 years ago
  19. 8ea50a3 drivers/pnp/resource.c: Add missing pci_dev_put by Julia Lawall · 17 years ago
  20. a7839e9 PNP: increase the maximum number of resources by Zhao Yakui · 17 years ago
  21. 61fd47e ACPI: fix two IRQ8 issues in IOAPIC mode by Shaohua Li · 17 years ago
  22. f0714d2 Revert "Fix very high interrupt rate for IRQ8 (rtc) unless pnpacpi=off" by Len Brown · 17 years ago
  23. 348366b PNP: add debug message for adding new device by Bjorn Helgaas · 17 years ago
  24. 36405e9 PNP: simplify PNPBIOS insert_device by Bjorn Helgaas · 17 years ago
  25. b933e19 PNP: use dev_info() in system driver by Bjorn Helgaas · 17 years ago
  26. a05d078 PNP: use dev_info(), dev_err(), etc in core by Bjorn Helgaas · 17 years ago
  27. 5bfc43a PNP: simplify PNP card error handling by Bjorn Helgaas · 17 years ago
  28. 402b310 PNP: remove null pointer checks by Bjorn Helgaas · 17 years ago
  29. 9cd8047 Fix very high interrupt rate for IRQ8 (rtc) unless pnpacpi=off by Krzysztof Oledzki · 17 years ago
  30. 7ef3639 PNP: don't fail device init if no DMA channel available by Jan Beulich · 17 years ago
  31. 36e02b6 PNP: make pnpacpi_suspend handle errors by Rafael J. Wysocki · 17 years ago
  32. a8b0ac0 pnp: avoid a small unlikely memory leak in proc_read_escd() by Jesper Juhl · 17 years ago
  33. c1017a4 [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz by Jaroslav Kysela · 17 years ago
  34. 1855256 drivers/firmware: const-ify DMI API and internals by Jeff Garzik · 17 years ago
  35. b70ae1d PNP: remove SMCf010 quirk by Bjorn Helgaas · 17 years ago
  36. b173491 PNP: remove null pointer checks by Bjorn Helgaas · 17 years ago
  37. 4f0217e PNP: remove MODULE infrastructure by Bjorn Helgaas · 17 years ago
  38. 6c504d3 ISAPNP: removed unused isapnp_detected and ISAPNP_DEBUG by Bjorn Helgaas · 17 years ago
  39. 4721a4cc PNPACPI: remove unnecessary casts of "void *" by Bjorn Helgaas · 17 years ago
  40. 4cec086 PNPACPI: simplify irq_flags() by Bjorn Helgaas · 17 years ago
  41. 1e0aa9a PNP: fix up after Lindent by Bjorn Helgaas · 17 years ago
  42. 673d5b4 ACPI: restore CONFIG_ACPI_SLEEP by Len Brown · 17 years ago
  43. 07d4e9a PNP: fix up after Lindent by Bjorn Helgaas · 17 years ago
  44. 9dd7846 PNP: Lindent all source files by Bjorn Helgaas · 17 years ago
  45. 323ef30 Pull auto-load-modules into release branch by Len Brown · 17 years ago
  46. 29b71a1 ACPI: autoload modules - Create ACPI alias interface by Thomas Renninger · 17 years ago
  47. fc30e68 ACPI, PNP: hook ACPI D-state to PNP suspend/resume by Shaohua Li · 17 years ago
  48. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  49. 86313c4 usermodehelper: Tidy up waiting by Jeremy Fitzhardinge · 17 years ago
  50. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  51. b211121 isapnp: remove pointless check of 'type' against 0 in isapnp_read_tag() by Jesper Juhl · 17 years ago
  52. 5c493f5 Use menuconfig objects: PNP by Jan Engelhardt · 17 years ago
  53. 41a5311 PNP SMCf010 quirk: work around Toshiba Portege 4000 ACPI issues by Bjorn Helgaas · 17 years ago
  54. 172d049 PNP SMCf010 quirk: auto-config device if BIOS left it broken by Bjorn Helgaas · 17 years ago
  55. e25df12 [S390] Kconfig: menus with depends on HAS_IOMEM. by Martin Schwidefsky · 17 years ago
  56. a1e7e63 PNP: workaround HP BIOS defect that leaves SMCF010 device partly enabled by Bjorn Helgaas · 17 years ago
  57. 8f81dd1 PNP: notice whether we have PNP devices (PNPBIOS or PNPACPI) by Bjorn Helgaas · 17 years ago
  58. db9c02f pnpbios: convert to use the kthread API by Eric W. Biederman · 17 years ago
  59. 55955aa PNPACPI sets pnpdev->dev.archdata by David Brownell · 17 years ago
  60. 2e17c55 init dma masks in pnp_dev by David Brownell · 17 years ago
  61. 75f1115 PNP: stop using the subsystem rwsem by Greg Kroah-Hartman · 17 years ago
  62. a2b091d [PATCH] Correctly report PnP 64bit resources by Petr Vandrovec · 17 years ago
  63. 48670a1 [PATCH] reduce pnp syslog spam by David Brownell · 17 years ago
  64. 362ea08 ACPI: fix parallel port IRQ after resume from S3 by Michael Karcher · 17 years ago
  65. 81450b7 Pull misc-for-upstream into release branch by Len Brown · 17 years ago
  66. 243b66e ACPI: always enable CONFIG_PNPACPI on CONFIG_ACPI kernels by Len Brown · 17 years ago
  67. d54b1fd [PATCH] mark struct file_operations const 5 by Arjan van de Ven · 17 years ago
  68. 3de3af1 [PATCH] Remove unnecessary memset(0) calls after kzalloc() calls. by Robert P. J. Day · 17 years ago
  69. cbcdc1d [PATCH] PNP: export pnp_bus_type by David Brownell · 17 years ago
  70. fb5c3e1 PNPACPI: remove EXPERIMENTAL dependency by Bjorn Helgaas · 17 years ago
  71. 5859554 PNP: system.c whitespace cleanup by Bjorn Helgaas · 17 years ago
  72. a8c78f7 PNP: reserve system board iomem resources as well as ioport resources by Bjorn Helgaas · 17 years ago
  73. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  74. cd86128 [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() by Robert P. J. Day · 18 years ago
  75. b23463b [PATCH] struct path: convert isapnp by Josef Sipek · 18 years ago
  76. 4522d58 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  77. bfc7ee2 [PATCH] PNP: handle sysfs errors by Jeff Garzik · 18 years ago
  78. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  79. 6020c8f [PATCH] paravirt: Allow disable power management under hypervisor by Rusty Russell · 18 years ago
  80. ccc4c7b Fix DMA resource allocation in ACPIPnP by Vojtech Pavlik · 18 years ago
  81. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  82. ccaa36f Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 18 years ago
  83. 07bd1c4 [POWERPC] Use check_legacy_ioport() for ISAPnP by David Woodhouse · 18 years ago
  84. 30cbc22 [PATCH] update legacy io handling for pmac by Olaf Hering · 18 years ago
  85. 2b8de5f [PATCH] pnpacpi: reject ACPI_PRODUCER resources by matthieu castet · 18 years ago
  86. 2131ca8 PNP: Add missing casts in printk() arguments by Pierre Ossman · 18 years ago
  87. 3ae1920 [PATCH] Fix swsusp with PNP BIOS by Ondrej Zary · 18 years ago
  88. c32928c [PATCH] PNPACPI: support shareable interrupts by Bjorn Helgaas · 18 years ago
  89. dace145 [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  90. 0cadaf4 [PATCH] pnp: suppress request_irq() warning by Andrew Morton · 18 years ago
  91. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  92. b60ba83 [PATCH] 64bit resource: change pnp core to use resource_size_t by Greg Kroah-Hartman · 18 years ago
  93. a9adb8d [PATCH] pnp: card_probe(): fix memory leak by Jesper Juhl · 18 years ago
  94. e44e20f Pull pnpacpi into release branch by Len Brown · 18 years ago
  95. c640be2 [PATCH] pnp: fix two messages in manager.c by Jan Engelhardt · 18 years ago
  96. 1c6e7d0 PNPACPI: whitespace cleanup by Bjorn Helgaas · 18 years ago
  97. b5f2490b PNPACPI: remove some code duplication by Bjorn Helgaas · 18 years ago
  98. 1acfb7f PNPACPI: fix non-memory address space descriptor handling by Bjorn Helgaas · 18 years ago
  99. 982c609 [PATCH] pnp: PNP: adjust pnp_register_driver signature by Bjorn Helgaas · 18 years ago
  100. 14cc3e2 [PATCH] sem2mutex: misc static one-file mutexes by Ingo Molnar · 18 years ago