| Commit message (Expand) | Author | Age | Files | Lines |
* | PNP SMCf010 quirk: work around Toshiba Portege 4000 ACPI issues | Bjorn Helgaas | 2007-07-06 | 1 | -9/+54 |
* | PNP SMCf010 quirk: auto-config device if BIOS left it broken | Bjorn Helgaas | 2007-06-28 | 1 | -18/+48 |
* | [S390] Kconfig: menus with depends on HAS_IOMEM. | Martin Schwidefsky | 2007-05-10 | 1 | -0/+1 |
* | PNP: workaround HP BIOS defect that leaves SMCF010 device partly enabled | Bjorn Helgaas | 2007-05-08 | 1 | -0/+30 |
* | PNP: notice whether we have PNP devices (PNPBIOS or PNPACPI) | Bjorn Helgaas | 2007-05-08 | 3 | -0/+10 |
* | pnpbios: convert to use the kthread API | Eric W. Biederman | 2007-05-08 | 1 | -9/+7 |
* | PNPACPI sets pnpdev->dev.archdata | David Brownell | 2007-05-08 | 1 | -8/+46 |
* | init dma masks in pnp_dev | David Brownell | 2007-05-08 | 1 | -0/+3 |
* | PNP: stop using the subsystem rwsem | Greg Kroah-Hartman | 2007-04-27 | 1 | -6/+0 |
* | [PATCH] Correctly report PnP 64bit resources | Petr Vandrovec | 2007-04-02 | 1 | -6/+7 |
* | [PATCH] reduce pnp syslog spam | David Brownell | 2007-03-17 | 1 | -3/+3 |
* | ACPI: fix parallel port IRQ after resume from S3 | Michael Karcher | 2007-03-09 | 1 | -47/+73 |
* | Pull misc-for-upstream into release branch | Len Brown | 2007-02-17 | 1 | -14/+2 |
|\ |
|
| * | ACPI: always enable CONFIG_PNPACPI on CONFIG_ACPI kernels | Len Brown | 2007-02-16 | 1 | -14/+2 |
* | | [PATCH] mark struct file_operations const 5 | Arjan van de Ven | 2007-02-12 | 1 | -1/+1 |
* | | [PATCH] Remove unnecessary memset(0) calls after kzalloc() calls. | Robert P. J. Day | 2007-02-11 | 1 | -1/+0 |
* | | [PATCH] PNP: export pnp_bus_type | David Brownell | 2007-02-11 | 1 | -1/+0 |
|/ |
|
* | PNPACPI: remove EXPERIMENTAL dependency | Bjorn Helgaas | 2007-01-26 | 1 | -2/+2 |
* | PNP: system.c whitespace cleanup | Bjorn Helgaas | 2007-01-26 | 1 | -21/+11 |
* | PNP: reserve system board iomem resources as well as ioport resources | Bjorn Helgaas | 2007-01-26 | 1 | -7/+19 |
* | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 2006-12-13 | 1 | -1/+1 |
* | [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() | Robert P. J. Day | 2006-12-13 | 6 | -44/+44 |
* | [PATCH] struct path: convert isapnp | Josef Sipek | 2006-12-08 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 2006-12-07 | 1 | -1/+2 |
|\ |
|
| * | [PATCH] paravirt: Allow disable power management under hypervisor | Rusty Russell | 2006-12-07 | 1 | -1/+2 |
* | | [PATCH] PNP: handle sysfs errors | Jeff Garzik | 2006-12-07 | 2 | -12/+35 |
* | | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 2006-12-07 | 1 | -0/+1 |
|/ |
|
* | Fix DMA resource allocation in ACPIPnP | Vojtech Pavlik | 2006-10-18 | 1 | -15/+26 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc | Linus Torvalds | 2006-10-03 | 1 | -0/+4 |
|\ |
|
| * | [POWERPC] Use check_legacy_ioport() for ISAPnP | David Woodhouse | 2006-10-02 | 1 | -0/+4 |
* | | [PATCH] update legacy io handling for pmac | Olaf Hering | 2006-10-01 | 1 | -0/+8 |
|/ |
|
* | [PATCH] pnpacpi: reject ACPI_PRODUCER resources | matthieu castet | 2006-08-06 | 1 | -0/+8 |
* | PNP: Add missing casts in printk() arguments | Pierre Ossman | 2006-08-03 | 1 | -6/+6 |
* | [PATCH] Fix swsusp with PNP BIOS | Ondrej Zary | 2006-07-31 | 1 | -1/+1 |
* | [PATCH] PNPACPI: support shareable interrupts | Bjorn Helgaas | 2006-07-04 | 1 | -3/+8 |
* | [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -1/+1 |
* | [PATCH] pnp: suppress request_irq() warning | Andrew Morton | 2006-07-01 | 1 | -1/+2 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 11 | -11/+0 |
* | [PATCH] 64bit resource: change pnp core to use resource_size_t | Greg Kroah-Hartman | 2006-06-27 | 3 | -13/+18 |
* | [PATCH] pnp: card_probe(): fix memory leak | Jesper Juhl | 2006-06-25 | 1 | -22/+26 |
* | Pull pnpacpi into release branch | Len Brown | 2006-06-15 | 1 | -111/+88 |
|\ |
|
| * | PNPACPI: whitespace cleanup | Bjorn Helgaas | 2006-04-02 | 1 | -50/+47 |
| * | PNPACPI: remove some code duplication | Bjorn Helgaas | 2006-04-02 | 1 | -49/+18 |
| * | PNPACPI: fix non-memory address space descriptor handling | Bjorn Helgaas | 2006-04-02 | 1 | -12/+23 |
* | | [PATCH] pnp: fix two messages in manager.c | Jan Engelhardt | 2006-04-19 | 1 | -2/+2 |
|/ |
|
* | [PATCH] pnp: PNP: adjust pnp_register_driver signature | Bjorn Helgaas | 2006-03-27 | 2 | -27/+8 |
* | [PATCH] sem2mutex: misc static one-file mutexes | Ingo Molnar | 2006-03-26 | 1 | -3/+4 |
* | [PATCH] Fix memory leak in isapnp | Jesper Juhl | 2006-03-25 | 1 | -1/+3 |
* | [PATCH] PnPBIOS: Missing SMALL_TAG_ENDDEP tag | Rene Herman | 2006-03-23 | 1 | -5/+1 |