aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PNP: Handle IORESOURCE_BITS in resource allocationWitold Szczeponik2013-01-031-4/+21
* PNP: Simplify setting of resourcesWitold Szczeponik2013-01-031-37/+68
* Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-13/+7
|\
| * pnpbios: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-13/+7
* | Merge branch 'acpi-general'Rafael J. Wysocki2012-12-071-1/+1
|\ \
| * | pnpacpi: fix incorrect TEST_ALPHA() testAlan Cox2012-12-071-1/+1
* | | Merge branch 'acpi-general'Rafael J. Wysocki2012-12-041-0/+3
|\| |
| * | ACPI / PNP: Do not crash due to stale pointer use during system resumeRafael J. Wysocki2012-11-301-0/+3
| |/
* | ACPI / PNP: skip ACPI device nodes associated with physical nodes alreadyAdrian Hunter2012-11-231-0/+4
* | ACPI: Move device resources interpretation code from PNP to ACPI coreRafael J. Wysocki2012-11-143-264/+50
|/
* ACPI: Allow ACPI binding with USB-3.0 hubLan Tianyu2012-09-211-6/+1
* ACPI/PM: specify lowest allowed state for device sleep stateHuang Ying2012-06-231-2/+2
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-03-301-1/+6
|\
| * PNPACPI: Fix device ref leaking in acpi_pnp_matchYinghai Lu2012-03-301-1/+6
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-282-2/+0
|/
* PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that breaks USBBjorn Helgaas2012-01-061-0/+42
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-11-071-47/+15
|\
| * PNPACPI: Simplify disabled resource registrationWitold Szczeponik2011-11-061-47/+15
* | pnp: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-10-311-0/+1
|/
* Merge 'akpm' patch seriesLinus Torvalds2011-07-251-25/+27
|\
| * pnpacpi: register disabled resourcesWitold Szczeponik2011-07-251-25/+27
* | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-102-11/+11
|/
* Fix common misspellingsLucas De Marchi2011-03-312-3/+3
* pnp: only assign IORESOURCE_DMA if CONFIG_ISA_DMA_API is enabledDavid Rientjes2011-03-223-6/+10
* Merge branch 'pnp' into releaseLen Brown2011-01-125-14/+13
|\
| * PNP: Set up pnp_debug via module and not via boot param.Thomas Renninger2010-10-271-6/+1
| * PNP: Compile all pnp built-in stuff in one module namespaceThomas Renninger2010-10-274-8/+12
* | PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle accessRafael J. Wysocki2011-01-112-28/+72
* | ACPI/PNP: avoid section mismatch warningJan Beulich2010-12-111-1/+1
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-10-265-17/+39
|\ \ | |/ |/|
| * Merge branch 'pnp-log' into releaseLen Brown2010-10-252-7/+8
| |\
| | * PNP: log PNP resources, as we do for PCIBjorn Helgaas2010-10-012-7/+8
| * | Merge branch 'pnpacpi-invalid-device-id' into releaseLen Brown2010-10-251-5/+24
| |\ \
| | * | PNPACPI: cope with invalid device IDsDmitry Torokhov2010-10-011-5/+24
| | |/
| * / ACPI/PNP: A HID value of an object never changes -> make it constThomas Renninger2010-10-014-5/+7
| |/
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+0
|\ \
| * | Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+0
| |/
* / isapnp: BKL removalArnd Bergmann2010-09-261-7/+8
|/
* PNPACPI: Add support for remote wakeupAlan Stern2010-07-182-0/+26
*-. Merge branches 'bugzilla-14337', 'bugzilla-14998', 'bugzilla-15407', 'bugzill...Len Brown2010-05-061-0/+4
|\ \
| | * PNP: don't check for conflicts with bridge windowsBjorn Helgaas2010-05-061-0/+4
| |/
* / PNPACPI: compute Address Space length rather than using _LENBjorn Helgaas2010-04-281-22/+4
|/
*-. Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480...Len Brown2010-04-067-16/+33
|\ \
| | * PNPACPI: truncate _CRS windows with _LEN > _MAX - _MIN + 1Bjorn Helgaas2010-04-041-12/+30
| |/ |/|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-307-4/+3
|/
* PNPACPI: add bus number supportBjorn Helgaas2010-03-145-2/+47
* PNPACPI: add window supportBjorn Helgaas2010-03-142-17/+24
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-12-162-9/+20
|\
| * Merge branch 'ipmi' into releaseLen Brown2009-12-162-9/+20
| |\