Age | Commit message (Expand) | Author | Files | Lines |
2011-07-25 | Merge 'akpm' patch series | Linus Torvalds | 1 | -25/+27 |
2011-07-25 | pnpacpi: register disabled resources | Witold Szczeponik | 1 | -25/+27 |
2011-06-10 | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 2 | -11/+11 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 2 | -3/+3 |
2011-03-22 | pnp: only assign IORESOURCE_DMA if CONFIG_ISA_DMA_API is enabled | David Rientjes | 3 | -6/+10 |
2011-01-12 | Merge branch 'pnp' into release | Len Brown | 5 | -14/+13 |
2011-01-11 | PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access | Rafael J. Wysocki | 2 | -28/+72 |
2010-12-11 | ACPI/PNP: avoid section mismatch warning | Jan Beulich | 1 | -1/+1 |
2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 1 | -1/+0 |
2010-10-27 | PNP: Set up pnp_debug via module and not via boot param. | Thomas Renninger | 1 | -6/+1 |
2010-10-27 | PNP: Compile all pnp built-in stuff in one module namespace | Thomas Renninger | 4 | -8/+12 |
2010-10-26 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 5 | -17/+39 |
2010-10-25 | Merge branch 'pnp-log' into release | Len Brown | 2 | -7/+8 |
2010-10-25 | Merge branch 'pnpacpi-invalid-device-id' into release | Len Brown | 1 | -5/+24 |
2010-10-24 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+0 |
2010-10-18 | Update broken web addresses in the kernel. | Justin P. Mattock | 1 | -1/+0 |
2010-10-01 | ACPI/PNP: A HID value of an object never changes -> make it const | Thomas Renninger | 4 | -5/+7 |
2010-10-01 | PNPACPI: cope with invalid device IDs | Dmitry Torokhov | 1 | -5/+24 |
2010-10-01 | PNP: log PNP resources, as we do for PCI | Bjorn Helgaas | 2 | -7/+8 |
2010-09-26 | isapnp: BKL removal | Arnd Bergmann | 1 | -7/+8 |
2010-07-19 | PNPACPI: Add support for remote wakeup | Alan Stern | 2 | -0/+26 |
2010-05-06 | Merge branches 'bugzilla-14337', 'bugzilla-14998', 'bugzilla-15407', 'bugzill... | Len Brown | 1 | -0/+4 |
2010-05-06 | PNP: don't check for conflicts with bridge windows | Bjorn Helgaas | 1 | -0/+4 |
2010-04-28 | PNPACPI: compute Address Space length rather than using _LEN | Bjorn Helgaas | 1 | -22/+4 |
2010-04-06 | Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480... | Len Brown | 7 | -16/+33 |
2010-04-04 | PNPACPI: truncate _CRS windows with _LEN > _MAX - _MIN + 1 | Bjorn Helgaas | 1 | -12/+30 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 7 | -4/+3 |
2010-03-14 | PNPACPI: add bus number support | Bjorn Helgaas | 5 | -2/+47 |
2010-03-14 | PNPACPI: add window support | Bjorn Helgaas | 2 | -17/+24 |
2009-12-16 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2 | -9/+20 |
2009-12-16 | pnpbios: convert to seq_file | Alexey Dobriyan | 1 | -75/+129 |
2009-12-16 | Merge branch 'ipmi' into release | Len Brown | 2 | -9/+20 |
2009-12-15 | PNP: add interface to retrieve ACPI device from a PNPACPI device | Bjorn Helgaas | 1 | -1/+2 |
2009-12-15 | tree-wide: convert open calls to remove spaces to skip_spaces() lib function | André Goddard Rosa | 1 | -26/+10 |
2009-12-11 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 4 | -61/+19 |
2009-12-11 | PNPACPI: save struct acpi_device, not just acpi_handle | Bjorn Helgaas | 2 | -8/+18 |
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 1 | -4/+4 |
2009-11-04 | vsprintf: use %pR, %pr instead of %pRt, %pRf | Bjorn Helgaas | 4 | -8/+9 |
2009-11-04 | PNP: print resources consistently with %pRt | Bjorn Helgaas | 4 | -61/+18 |
2009-09-25 | ACPI: remove acpi_device.flags.hardware_id | Bjorn Helgaas | 1 | -2/+1 |
2009-09-25 | ACPI: maintain a single list of _HID and _CID IDs | Bjorn Helgaas | 1 | -9/+7 |
2009-09-25 | ACPI: use acpi_device_hid() when possible | Bjorn Helgaas | 1 | -1/+1 |
2009-09-23 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -3/+3 |
2009-09-22 | pnp: add a shutdown method to pnp drivers | David Härdeman | 1 | -0/+10 |
2009-09-19 | Merge branch 'acpica' into release | Len Brown | 1 | -3/+3 |
2009-08-27 | ACPICA: Major update for acpi_get_object_info external interface | Bob Moore | 1 | -3/+3 |
2009-08-10 | x86: Introduce GDT_ENTRY_INIT(), initialize bad_bios_desc statically | Akinobu Mita | 1 | -3/+2 |
2009-08-08 | x86: Introduce GDT_ENTRY_INIT() | Akinobu Mita | 1 | -4/+1 |
2009-07-19 | x86: Introduce set_desc_base() and set_desc_limit() | Akinobu Mita | 1 | -10/+11 |
2009-06-24 | Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'... | Len Brown | 1 | -2/+44 |