summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ISAPNP: remove unused pnp_dev->regs fieldBjorn Helgaas2008-04-291-1/+0
* PNP: make interfaces private to the PNP coreBjorn Helgaas2008-04-291-36/+0
* PNP: make pnp_resource_table private to PNP coreBjorn Helgaas2008-04-291-12/+2
* PNP: convert resource accessors to use pnp_get_resource(), not pnp_resource_t...Bjorn Helgaas2008-04-291-40/+105
* PNP: add pnp_get_resource() interfaceBjorn Helgaas2008-04-291-0/+1
* PNP: remove unused interfaces using pnp_resource_tableBjorn Helgaas2008-04-291-8/+0
* PNP: add pnp_init_resources(struct pnp_dev *) interfaceBjorn Helgaas2008-04-291-0/+2
* PNP: remove pnp_resource_table from internal get/set interfacesBjorn Helgaas2008-04-291-2/+2
* PNP: add debug output to option registrationBjorn Helgaas2008-04-291-8/+11
* PNP: make pnp_add_card_id() internal to PNP coreBjorn Helgaas2008-04-291-2/+0
* PNP: make pnp_add_id() internal to PNP coreBjorn Helgaas2008-04-291-2/+0
* ISAPNP: move config register addresses out of isapnp.hBjorn Helgaas2008-04-291-10/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-04-281-39/+14
|\
| * ide: remove ->dma_prdtable field from ide_hwif_tBartlomiej Zolnierkiewicz2008-04-281-1/+0
| * ide: remove ->dma_vendor{1,3} fields from ide_hwif_tBartlomiej Zolnierkiewicz2008-04-281-2/+0
| * ide: add ide_pad_transfer() helperBartlomiej Zolnierkiewicz2008-04-281-23/+2
| * ide: remove ->INW and ->OUTW methodsBartlomiej Zolnierkiewicz2008-04-281-2/+0
| * ide: add ->tf_load and ->tf_read methodsBartlomiej Zolnierkiewicz2008-04-281-3/+5
| * ide: factor out debugging code from ide_tf_load()Bartlomiej Zolnierkiewicz2008-04-281-0/+2
| * ide: add ide_execute_pkt_cmd() helperBartlomiej Zolnierkiewicz2008-04-281-0/+2
| * ide: remove ->INS{W,L} and ->OUTS{W,L} methodsBartlomiej Zolnierkiewicz2008-04-281-4/+0
| * ide: add IDE_HFLAG_MMIO host flag (take 2)Bartlomiej Zolnierkiewicz2008-04-281-0/+2
| * ide: merge ->atapi_*put_bytes and ->ata_*put_data methodsBartlomiej Zolnierkiewicz2008-04-281-8/+5
| * falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2)Bartlomiej Zolnierkiewicz2008-04-281-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2008-04-282-3/+18
|\ \ | |/ |/|
| * slub: Fallback to minimal order during slab page allocationChristoph Lameter2008-04-271-0/+2
| * slub: Update statistics handling for variable order slabsChristoph Lameter2008-04-271-0/+2
| * slub: Add kmem_cache_order_objects structChristoph Lameter2008-04-271-2/+10
| * slub: Store max number of objects in the page struct.Christoph Lameter2008-04-271-1/+4
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-04-2833-272/+992
|\ \
| * | [MIPS] Pb1200/DBAu1200: move platform code to its proper placeSergei Shtylyov2008-04-282-18/+18
| * | [MIPS] IP27: Fix build bug due to missing includeAdrian Bunk2008-04-281-0/+2
| * | [MIPS] Fix some sparse warnings on traps.c and irq-msc01.cAtsushi Nemoto2008-04-281-0/+2
| * | [MIPS] DS1287: Add clockevent driverYoichi Yuasa2008-04-281-0/+27
| * | [MIPS] add DECstation I/O ASIC clocksourceYoichi Yuasa2008-04-281-0/+2
| * | [MIPS] Alchemy: kill unused PCI_IRQ_TABLE_LOOKUP macroSergei Shtylyov2008-04-281-14/+0
| * | [MIPS] rbtx4938: misc cleanupsAtsushi Nemoto2008-04-283-116/+20
| * | [MIPS] jmr3927: use generic txx9 gpioAtsushi Nemoto2008-04-283-15/+3
| * | [MIPS] rbhma4500: use generic txx9 gpioAtsushi Nemoto2008-04-281-13/+1
| * | [MIPS] generic txx9 gpio supportAtsushi Nemoto2008-04-281-0/+29
| * | [MIPS] make fallback gpio.h gpiolib-friendlyAtsushi Nemoto2008-04-281-0/+6
| * | [MIPS] Alchemy: don't unmask timer IRQ earlySergei Shtylyov2008-04-281-10/+2
| * | [MIPS] Move arch/mips/philips to arch/mips/nxpDaniel Laird2008-04-281-1/+1
| * | [MIPS] Add support for MIPS CMP platform.Ralf Baechle2008-04-2813-7/+802
| * | [MIPS] Add CoreFPGA5 support; distinguish between SOCit/ROCitChris Dearman2008-04-281-0/+1
| * | [MIPS] Allow setting of the cache attribute at run time.Chris Dearman2008-04-283-35/+30
| * | [MIPS] Tidy up cache attributesChris Dearman2008-04-281-39/+42
| * | [MIPS] All MIPS32 processors support64-bit physical addresses.Chris Dearman2008-04-283-8/+8
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-04-281-449/+449
|\ \ \
| * | | SELinux: include/security.h whitespace, syntax, and other cleanupsEric Paris2008-04-281-449/+449
| |/ /
OpenPOWER on IntegriCloud