summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | x86: fix early-BUG messageVegard Nossum2008-04-301-9/+10
| * | x86: iommu_sac_force can become staticDmitri Vorobiev2008-04-301-1/+1
| * | x86: add proper header for reboot_forceDmitri Vorobiev2008-04-301-0/+1
| * | x86 VISWS: build fixIngo Molnar2008-04-303-3/+6
| * | x86, voyager: fix ioremap_nocache()Ingo Molnar2008-04-301-1/+1
| * | hpet: fixIngo Molnar2008-04-301-2/+3
| * | x86: unexport kmap_atomic_to_pageAdrian Bunk2008-04-301-1/+0Star
| * | x86: remove Xgt_desc_structAdrian Bunk2008-04-301-3/+0Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-05-0115-944/+201Star
|\ \ \
| * | | klist: fix coding style errors in klist.h and klist.cGreg Kroah-Hartman2008-05-012-136/+100Star
| * | | driver core: remove no longer used "struct class_device"Kay Sievers2008-05-013-745/+1Star
| * | | pcmcia: remove pccard_sysfs_interface warningsDavid Brownell2008-05-013-40/+28Star
| * | | devres: support addresses greater than an unsigned long via dev_ioremapKumar Gala2008-05-012-4/+4
| * | | kobject: do not copy vargs, just pass them aroundKay Sievers2008-05-011-20/+8Star
| * | | sysfs: sysfs_update_group stub for CONFIG_SYSFS=nRandy Dunlap2008-05-011-0/+6
| * | | DEBUGFS: Correct location of debugfs API documentation.Robert P. J. Day2008-05-011-1/+1
| * | | driver core: warn about duplicate driver names on the same busStas Sergeev2008-05-011-0/+10
| * | | klist: implement klist_add_{after|before}()Tejun Heo2008-05-012-0/+35
| * | | klist: implement KLIST_INIT() and DEFINE_KLIST()Tejun Heo2008-05-011-0/+8
| * | | sysfs: Disallow truncation of files in sysfsBen Hutchings2008-05-011-0/+2
| |/ /
* / / Fix ACPI vs proc_create_data() mismergeAlexey Dobriyan2008-05-011-9/+11
|/ /
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-04-30196-3650/+6663
|\ \
| * \ Merge branch 'pnp' into releaseLen Brown2008-04-3026-1356/+1689
| |\ \
| | * | PNPBIOS: remove include/linux/pnpbios.hBjorn Helgaas2008-04-296-155/+137Star
| | * | ISAPNP: remove unused pnp_dev->regs fieldBjorn Helgaas2008-04-292-4/+0Star
| | * | PNP: make interfaces private to the PNP coreBjorn Helgaas2008-04-292-37/+26Star
| | * | PNPACPI: move _CRS/_PRS warnings closer to the actionBjorn Helgaas2008-04-293-29/+29
| | * | ISAPNP: fold isapnp_read_resources() back into isapnp_get_resources()Bjorn Helgaas2008-04-291-37/+29Star
| | * | PNP: make generic pnp_add_mem_resource()Bjorn Helgaas2008-04-296-61/+57Star
| | * | PNP: make generic pnp_add_io_resource()Bjorn Helgaas2008-04-296-59/+59
| | * | PNP: make generic pnp_add_dma_resource()Bjorn Helgaas2008-04-296-72/+47Star
| | * | PNP: make generic pnp_add_irq_resource()Bjorn Helgaas2008-04-296-66/+51Star
| | * | PNP: add pnp_new_resource() to find a new unset pnp_resourceBjorn Helgaas2008-04-291-0/+38
| | * | PNP: add pnp_resource index for ISAPNPBjorn Helgaas2008-04-294-37/+92
| | * | PNP: add pnp_get_pnp_resource()Bjorn Helgaas2008-04-292-6/+21
| | * | PNP: add struct pnp_resourceBjorn Helgaas2008-04-293-16/+20
| | * | PNP: remove pnp_resource_table references from resource decodersBjorn Helgaas2008-04-293-125/+140
| | * | PNP: make pnp_resource_table private to PNP coreBjorn Helgaas2008-04-298-31/+43
| | * | rtc: dont reference pnp_resource_table directlyBjorn Helgaas2008-04-291-3/+4
| | * | PNP: remove PNP_MAX_* usesBjorn Helgaas2008-04-294-63/+60Star
| | * | PNP: convert assign, interface to use pnp_get_resource(), not pnp_resource_tableBjorn Helgaas2008-04-293-32/+32
| | * | PNP: convert encoders to use pnp_get_resource(), not pnp_resource_tableBjorn Helgaas2008-04-292-19/+22
| | * | PNP: convert resource checks to use pnp_get_resource(), not pnp_resource_tableBjorn Helgaas2008-04-291-16/+16
| | * | PNP: pass resources, not indexes, to pnp_check_port(), et alBjorn Helgaas2008-04-293-20/+16Star
| | * | PNP: check for conflicts with all resources, not just earlier onesBjorn Helgaas2008-04-291-8/+8
| | * | PNP: reduce redundancy in pnp_set_current_resources()Bjorn Helgaas2008-04-291-24/+17Star
| | * | PNP: reduce redundancy in pnp_check_port() and othersBjorn Helgaas2008-04-291-38/+54
| | * | PNP: reduce redundancy in pnp_assign_port() and othersBjorn Helgaas2008-04-291-67/+56Star
| | * | PNP: use conventional "i" for loop indicesBjorn Helgaas2008-04-291-46/+46
| | * | PNP: convert resource accessors to use pnp_get_resource(), not pnp_resource_t...Bjorn Helgaas2008-04-291-40/+105