aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-07-02[PATCH] irq-flags: video: Use the new IRQF_ constantsGravatar Thomas Gleixner 7-7/+7
2006-07-02[PATCH] irq-flags: usb: Use the new IRQF_ constantsGravatar Thomas Gleixner 19-25/+25
2006-07-02[PATCH] irq-flags: serial: Use the new IRQF_ constantsGravatar Thomas Gleixner 20-34/+34
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsGravatar Thomas Gleixner 84-108/+108
2006-07-02[PATCH] irq-flags: rio: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-07-02[PATCH] irq-flags: pci: Use the new IRQF_ constantsGravatar Thomas Gleixner 5-6/+7
2006-07-02[PATCH] irq-flags: PARISC: Use the new IRQF_ constantsGravatar Thomas Gleixner 2-2/+2
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsGravatar Thomas Gleixner 127-158/+158
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsGravatar Thomas Gleixner 73-104/+104
2006-07-02[PATCH] irq-flags: media: Use the new IRQF_ constantsGravatar Thomas Gleixner 15-15/+15
2006-07-02[PATCH] irq-flags: isdn: Use the new IRQF_ constantsGravatar Thomas Gleixner 25-38/+38
2006-07-02[PATCH] irq-flags: firewire: Use the new IRQF_ constantsGravatar Thomas Gleixner 2-3/+3
2006-07-02[PATCH] irq-flags: ide: Use the new IRQF_ constantsGravatar Thomas Gleixner 2-7/+7
2006-07-02[PATCH] irq-flags: drivers/drm: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-07-02[PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsGravatar Thomas Gleixner 37-77/+77
2006-07-02[PATCH] irq-flags: drivers/block Use the new IRQF_ constantsGravatar Thomas Gleixner 6-7/+7
2006-07-01[PATCH] powermac: Fix some 64b resource damageGravatar Benjamin Herrenschmidt 1-2/+2
2006-07-01[PATCH] pnp: suppress request_irq() warningGravatar Andrew Morton 1-1/+2
2006-07-01[PATCH] drivers/block/nbd.c compile fixGravatar Ingo van Lil 1-1/+1
2006-07-01[PATCH] Fix problem with ATAPI DMA on IT8212 in LinuxGravatar Alan Cox 1-0/+2
2006-07-01[PATCH] RTC: class driver for Samsung S3C series SoCGravatar Ben Dooks 3-0/+624
2006-07-01[PATCH] IB/ipath: namespace cleanup: replace ips with ipathGravatar Bryan O'Sullivan 16-357/+198
2006-07-01[PATCH] IB/ipath: ignore receive queue size if SRQ is specifiedGravatar Bryan O'Sullivan 1-11/+16
2006-07-01[PATCH] IB/ipath: remove some #if 0 code related to lockable memoryGravatar Bryan O'Sullivan 1-11/+0
2006-07-01[PATCH] IB/ipath: fix a bug that results in addresses near 0 being written vi...Gravatar Bryan O'Sullivan 4-26/+60
2006-07-01[PATCH] IB/ipath: read/write correct sizes through diag interfaceGravatar Bryan O'Sullivan 1-4/+5
2006-07-01[PATCH] IB/ipath: support more models of InfiniPath hardwareGravatar Bryan O'Sullivan 4-10/+38
2006-07-01[PATCH] IB/ipath: drop the "stats" sysfs attribute groupGravatar Bryan O'Sullivan 1-83/+0
2006-07-01[PATCH] IB/ipath: purge sps_lid and sps_mlid arraysGravatar Bryan O'Sullivan 6-36/+11
2006-07-01[PATCH] IB/ipath: rC receive interrupt performance changesGravatar Bryan O'Sullivan 6-269/+265
2006-07-01[PATCH] IB/ipath: fixes to performance get counters for IB complianceGravatar Bryan O'Sullivan 9-27/+93
2006-07-01[PATCH] IB/ipath: check for valid LID and multicast LIDsGravatar Bryan O'Sullivan 1-2/+2
2006-07-01[PATCH] IB/ipath: removed redundant statementsGravatar Bryan O'Sullivan 3-5/+0
2006-07-01[PATCH] IB/ipath: don't confuse the max message size with the MTUGravatar Bryan O'Sullivan 1-1/+1
2006-07-01[PATCH] IB/ipath: disallow send of invalid packet sizes over UDGravatar Bryan O'Sullivan 1-0/+5
2006-07-01[PATCH] IB/ipath: fix lost interrupts on HT-400Gravatar Bryan O'Sullivan 2-17/+36
2006-07-01[PATCH] IB/ipath: fixed bug 9776 for realGravatar Bryan O'Sullivan 2-31/+42
2006-07-01[PATCH] IB/ipath: reduce overhead on receive interruptsGravatar Bryan O'Sullivan 4-73/+105
2006-07-01[PATCH] IB/ipath: memory management cleanupsGravatar Bryan O'Sullivan 6-370/+279
2006-07-01[PATCH] IB/ipath: use vmalloc to allocate struct ipath_devdataGravatar Bryan O'Sullivan 2-8/+3
2006-07-01[PATCH] IB/ipath: use more appropriate gfp flagsGravatar Bryan O'Sullivan 1-12/+14
2006-07-01[PATCH] IB/ipath: enable freeze mode when shutting down deviceGravatar Bryan O'Sullivan 1-1/+1
2006-07-01[PATCH] IB/ipath: print better debug info when handling 32/64-bit DMA mask pr...Gravatar Bryan O'Sullivan 1-3/+20
2006-07-01[PATCH] IB/ipath: removed unused field ipath_kregvirt from struct ipath_devdataGravatar Bryan O'Sullivan 2-10/+2
2006-07-01[PATCH] IB/ipath: enforce device resource limitsGravatar Bryan O'Sullivan 6-33/+204
2006-07-01[PATCH] IB/ipath: report correct device identification information in /sysGravatar Bryan O'Sullivan 4-22/+35
2006-07-01[PATCH] IB/ipath: return an error for unknown multicast GIDGravatar Bryan O'Sullivan 1-1/+1
2006-07-01[PATCH] IB/ipath: fix some memory leaks on failure pathsGravatar Bryan O'Sullivan 2-0/+3
2006-07-01[PATCH] IB/ipath: don't allow resources to be created with illegal valuesGravatar Bryan O'Sullivan 3-0/+24
2006-07-01[PATCH] IB/ipath: remove some duplicate codeGravatar Bryan O'Sullivan 1-3/+0