Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-06-12 | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 1 | -0/+18 |
2009-06-05 | pnp: add PNP resource range checking function | Bjorn Helgaas | 1 | -0/+18 |
2009-06-01 | Merge branch 'linus' into irq/numa | Ingo Molnar | 1 | -5/+3 |
2009-05-27 | PNPACPI: parse Extended Address Space Descriptors | Bjorn Helgaas | 1 | -2/+44 |
2009-05-08 | ACPI: suspend: don't let device _PS3 failure prevent suspend | Len Brown | 1 | -5/+3 |
2009-04-28 | irq: change ACPI GSI APIs to also take a device argument | Yinghai Lu | 1 | -1/+1 |
2009-04-07 | dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24) | Yang Hongyang | 2 | -2/+2 |
2009-04-05 | Merge branch 'linus' into release | Len Brown | 1 | -8/+8 |
2009-04-03 | Enable PNPACPI _PSx Support, v3 | Witold Szczeponik | 1 | -7/+16 |
2009-04-02 | pnpbios: propagate kthread_run() error | Erik Ekman | 1 | -4/+3 |
2009-04-02 | pnpbios: fix warning if CONFIG_HOTPLUG=n | Erik Ekman | 1 | -6/+7 |
2009-01-09 | Merge branch 'linus' into release | Len Brown | 4 | -9/+7 |
2009-01-06 | pnp: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 3 | -8/+6 |
2009-01-01 | percpu: fix percpu accessors to potentially !cpu_possible() cpus: pnpbios | Rusty Russell | 1 | -1/+1 |
2008-12-31 | ACPI: remove private acpica headers from driver files | Lin Ming | 1 | -1/+0 |
2008-11-04 | drivers: remove duplicated #include | Jianjun Kong | 1 | -1/+0 |
2008-10-23 | Merge branch 'linus' into test | Len Brown | 10 | -50/+24 |
2008-10-22 | Merge branch 'pnp-debug' into test | Len Brown | 17 | -115/+117 |
2008-10-22 | ACPI : Load device driver according to the status of acpi device | Zhao Yakui | 1 | -1/+5 |
2008-10-16 | {pci,pnp} quirks.c: don't use deprecated print_fn_descriptor_symbol() | Linus Torvalds | 1 | -2/+1 |
2008-10-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 4 | -39/+11 |
2008-10-16 | pnp: make the resource type an unsigned long | Rene Herman | 3 | -4/+4 |
2008-10-16 | pnp: remove printk() with outdated version | Adrian Bunk | 1 | -1/+0 |
2008-10-16 | PNP: create device attributes via default device attributes | Drew Moseley | 4 | -39/+11 |
2008-10-15 | Merge commit 'origin' | Benjamin Herrenschmidt | 3 | -3/+6 |
2008-10-10 | PNP: remove old CONFIG_PNP_DEBUG option | Bjorn Helgaas | 5 | -22/+0 |