summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-04-30[IA64] allocate multiple contiguous pages via uncached allocatorDean Nelson2-8/+8
2008-04-30RDMA/nes: Formatting cleanupGlenn Streiff5-102/+109
2008-04-30RDMA/nes: Add support for SFP+ PHYEric Schneider5-64/+259
2008-04-30RDMA/nes: Use LROFaisal Latif6-12/+70
2008-04-30IPoIB: Copy child MTU from parentEli Cohen1-0/+3
2008-04-30IB/mthca: Avoid changing userspace ABI to handle DMA write barrier attributeRoland Dreier3-5/+20
2008-04-30IB/mthca: Avoid recycling old FMR R_Keys too soonOlaf Kirch1-13/+0
2008-04-30mlx4_core: Avoid recycling old FMR R_Keys too soonOlaf Kirch1-6/+0
2008-04-30IB/ehca: Allocate event queue size depending on max number of CQs and QPsStefan Roscher4-4/+74
2008-04-30IPoIB: Use separate CQ for UD send completionsEli Cohen6-40/+64
2008-04-30IB/iser: Count FMR alignment violations per sessionEli Dorfman2-1/+5
2008-04-30IB/iser: Move high-volume debug output to higher debug levelEli Dorfman2-2/+12
2008-04-30IB/ehca: handle negative return value from ibmebus_request_irq() properlyHoang-Nam Nguyen1-18/+17
2008-04-30RDMA/cxgb3: Support peer-2-peer connection setupSteve Wise7-29/+137
2008-04-30RDMA/cxgb3: Set the max_mr_size device attribute correctlySteve Wise4-1/+4
2008-04-30RDMA/cxgb3: Correctly serialize peer abort pathSteve Wise3-35/+72
2008-04-30mlx4_core: Add a way to set the "collapsed" CQ flagYevgeny Petrilin2-2/+4
2008-04-30Merge branches 'pxa' and 'orion-fixes1'Russell King1-4/+5
2008-04-29drivers/net/tehuti: use proper capability check for raw IO accessLinus Torvalds1-1/+1
2008-04-29Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-61/+7
2008-04-29drivers/pcmcia/pcmcia_ioctl.c: fix buildakpm@linux-foundation.org1-2/+2
2008-04-29dm: use unlocked variants of queue flag check/setJens Axboe1-5/+3
2008-04-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds8-447/+271
2008-04-29pciehp: fix error message about getting hotplug controlKenji Kaneshige1-1/+1
2008-04-29pci/irq: let pci_device_shutdown to call pci_msi_shutdown v2Yinghai Lu2-9/+28
2008-04-29pci/irq: restore mask_bits in msi shutdown -v3Yinghai Lu1-7/+14
2008-04-29Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-459/+365
2008-04-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds3-4/+33
2008-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds13-46/+1140
2008-04-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds4-8/+40
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds23-45/+41
2008-04-29video: use get/put_unaligned_* helpersHarvey Harrison2-20/+17
2008-04-29usb: use get/put_unaligned_* helpersHarvey Harrison7-56/+44
2008-04-29pcmcia: use get/put_unaligned_* helpersHarvey Harrison1-24/+15
2008-04-29wireless: use get/put_unaligned_* helpersHarvey Harrison7-30/+22
2008-04-29net: use get/put_unaligned_* helpersHarvey Harrison9-34/+30
2008-04-29mmc: use get/put_unaligned_* helpersHarvey Harrison1-1/+1
2008-04-29input: use get_unaligned_* helpersHarvey Harrison3-17/+17
2008-04-29char: use get_unaligned_* helpersHarvey Harrison2-8/+4
2008-04-29hid-core: use get_unaligned_* helpersHarvey Harrison1-3/+3
2008-04-29drivers/block: use get_unaligned_* helpersHarvey Harrison2-14/+14
2008-04-29tpm: change Kconfig dependencies from PNPACPI to PNPBjorn Helgaas1-3/+2
2008-04-29tpm: fix section mismatch warningSam Ravnborg1-1/+1
2008-04-29parport_pc: wrap PNP probe code in #ifdef CONFIG_PNPBjorn Helgaas1-0/+4
2008-04-29edac: fix module initialization on several modules 2nd timeHitoshi Mitake11-40/+66
2008-04-29edac: remove unneeded functions and add static accessorAdrian Bunk5-59/+11
2008-04-29edac: use the shorter LIST_HEAD for brevityRobert P. J. Day3-3/+3
2008-04-29edac: add e752x parameter for sysbus_parity selectionPeter Tyser1-1/+39
2008-04-29edac: new support for Intel 3100 chipsetAndrei Konovalov2-13/+154
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa7-7/+7