summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] irq-flags: serial: Use the new IRQF_ constantsThomas Gleixner2006-07-0220-34/+34
* [PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner2006-07-0284-108/+108
* [PATCH] irq-flags: rio: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [PATCH] irq-flags: pci: Use the new IRQF_ constantsThomas Gleixner2006-07-025-6/+7
* [PATCH] irq-flags: PARISC: Use the new IRQF_ constantsThomas Gleixner2006-07-022-2/+2
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-02127-158/+158
* [PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner2006-07-0273-104/+104
* [PATCH] irq-flags: media: Use the new IRQF_ constantsThomas Gleixner2006-07-0215-15/+15
* [PATCH] irq-flags: isdn: Use the new IRQF_ constantsThomas Gleixner2006-07-0225-38/+38
* [PATCH] irq-flags: firewire: Use the new IRQF_ constantsThomas Gleixner2006-07-022-3/+3
* [PATCH] irq-flags: ide: Use the new IRQF_ constantsThomas Gleixner2006-07-022-7/+7
* [PATCH] irq-flags: drivers/drm: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner2006-07-0237-77/+77
* [PATCH] irq-flags: drivers/block Use the new IRQF_ constantsThomas Gleixner2006-07-026-7/+7
* [PATCH] powermac: Fix some 64b resource damageBenjamin Herrenschmidt2006-07-021-2/+2
* [PATCH] pnp: suppress request_irq() warningAndrew Morton2006-07-011-1/+2
* [PATCH] drivers/block/nbd.c compile fixIngo van Lil2006-07-011-1/+1
* [PATCH] Fix problem with ATAPI DMA on IT8212 in LinuxAlan Cox2006-07-011-0/+2
* [PATCH] RTC: class driver for Samsung S3C series SoCBen Dooks2006-07-013-0/+624
* [PATCH] IB/ipath: namespace cleanup: replace ips with ipathBryan O'Sullivan2006-07-0116-357/+198Star
* [PATCH] IB/ipath: ignore receive queue size if SRQ is specifiedBryan O'Sullivan2006-07-011-11/+16
* [PATCH] IB/ipath: remove some #if 0 code related to lockable memoryBryan O'Sullivan2006-07-011-11/+0Star
* [PATCH] IB/ipath: fix a bug that results in addresses near 0 being written vi...Bryan O'Sullivan2006-07-014-26/+60
* [PATCH] IB/ipath: read/write correct sizes through diag interfaceBryan O'Sullivan2006-07-011-4/+5
* [PATCH] IB/ipath: support more models of InfiniPath hardwareBryan O'Sullivan2006-07-014-10/+38
* [PATCH] IB/ipath: drop the "stats" sysfs attribute groupBryan O'Sullivan2006-07-011-83/+0Star
* [PATCH] IB/ipath: purge sps_lid and sps_mlid arraysBryan O'Sullivan2006-07-016-36/+11Star
* [PATCH] IB/ipath: rC receive interrupt performance changesBryan O'Sullivan2006-07-016-269/+265Star
* [PATCH] IB/ipath: fixes to performance get counters for IB complianceBryan O'Sullivan2006-07-019-27/+93
* [PATCH] IB/ipath: check for valid LID and multicast LIDsBryan O'Sullivan2006-07-011-2/+2
* [PATCH] IB/ipath: removed redundant statementsBryan O'Sullivan2006-07-013-5/+0Star
* [PATCH] IB/ipath: don't confuse the max message size with the MTUBryan O'Sullivan2006-07-011-1/+1
* [PATCH] IB/ipath: disallow send of invalid packet sizes over UDBryan O'Sullivan2006-07-011-0/+5
* [PATCH] IB/ipath: fix lost interrupts on HT-400Bryan O'Sullivan2006-07-012-17/+36
* [PATCH] IB/ipath: fixed bug 9776 for realBryan O'Sullivan2006-07-012-31/+42
* [PATCH] IB/ipath: reduce overhead on receive interruptsBryan O'Sullivan2006-07-014-73/+105
* [PATCH] IB/ipath: memory management cleanupsBryan O'Sullivan2006-07-016-370/+279Star
* [PATCH] IB/ipath: use vmalloc to allocate struct ipath_devdataBryan O'Sullivan2006-07-012-8/+3Star
* [PATCH] IB/ipath: use more appropriate gfp flagsBryan O'Sullivan2006-07-011-12/+14
* [PATCH] IB/ipath: enable freeze mode when shutting down deviceBryan O'Sullivan2006-07-011-1/+1
* [PATCH] IB/ipath: print better debug info when handling 32/64-bit DMA mask pr...Bryan O'Sullivan2006-07-011-3/+20
* [PATCH] IB/ipath: removed unused field ipath_kregvirt from struct ipath_devdataBryan O'Sullivan2006-07-012-10/+2Star
* [PATCH] IB/ipath: enforce device resource limitsBryan O'Sullivan2006-07-016-33/+204
* [PATCH] IB/ipath: report correct device identification information in /sysBryan O'Sullivan2006-07-014-22/+35
* [PATCH] IB/ipath: return an error for unknown multicast GIDBryan O'Sullivan2006-07-011-1/+1
* [PATCH] IB/ipath: fix some memory leaks on failure pathsBryan O'Sullivan2006-07-012-0/+3
* [PATCH] IB/ipath: don't allow resources to be created with illegal valuesBryan O'Sullivan2006-07-013-0/+24
* [PATCH] IB/ipath: remove some duplicate codeBryan O'Sullivan2006-07-011-3/+0Star
* [PATCH] IB/ipath: update some comments and fix typosBryan O'Sullivan2006-07-012-8/+3Star
* [PATCH] IB/ipath: allow diags on any unitBryan O'Sullivan2006-07-015-87/+53Star