summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-15IB/mlx4: Remove extra code for RESET->ERR QP state transitionRoland Dreier1-26/+0
2008-07-15IB/mthca: Remove extra code for RESET->ERR QP state transitionRoland Dreier1-26/+0
2008-07-15IB/core: Reset to error QP state transition is not allowedRalph Campbell1-1/+0
2008-07-15IB/mlx4: Pass congestion management class MADs to the HCAEli Cohen1-1/+2
2008-07-15IB/mlx4: Configure QPs' max message size based on real device capabilityEli Cohen1-1/+2
2008-07-15RDMA/cxgb3: MEM_MGT_EXTENSIONS supportSteve Wise7-82/+293
2008-07-15RDMA/core: Add memory management extensions supportSteve Wise12-26/+154
2008-07-15IPoIB: Copy small received SKBs in connected modeEli Cohen3-0/+26
2008-07-15RDMA: Remove subversion $Id tagsRoland Dreier62-124/+0
2008-07-15RDMA: Improve include file coding styleDotan Barak13-40/+17
2008-07-15IB/ipath: Simplify code using ARRAY_SIZE() macroRobert P. J. Day1-2/+2
2008-07-15IB/mlx4: Optimize QP stampingEli Cohen1-2/+6
2008-07-15IB/sa: Fail requests made while creating new SM AHMoni Shoua1-6/+16
2008-07-15RDMA: Fix license textSean Hefty5-98/+119
2008-07-15RDMA/nes: Remove unnecessary memset()Christophe Jaillet1-1/+0
2008-07-15IB/srp: Remove use of cached P_Key/GID queriesRoland Dreier1-8/+5
2008-07-15firmware: Correct dependency on CONFIG_EXTRA_FIRMWARE_DIRDavid Woodhouse1-1/+1
2008-07-15Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6Linus Torvalds181-50283/+29649
2008-07-15Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds495-9936/+44831
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse181-50283/+29649
2008-07-15[ARM] Merge most of the PXA work for initial mergeRussell King68-2657/+2572
2008-07-15Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-55/+25
2008-07-15Merge branch 'core/rodata' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds9-19/+13
2008-07-15Merge branch 'core/printk' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-70/+45
2008-07-15x86: MMIOTRACE should not default to onLinus Torvalds1-1/+0
2008-07-15Merge branch 'core/locking' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-19/+151
2008-07-15Merge branch 'sched/new-API-sched_setscheduler' of git://git.kernel.org/pub/s...Linus Torvalds4-14/+40
2008-07-15Merge branch 'tracing/for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds100-115/+11490
2008-07-15Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds179-350/+1092
2008-07-15firmware: convert sb16_csp driver to use firmware loader exclusivelyJaswinder Singh10-980/+506
2008-07-15dsp56k: use request_firmwareJaswinder Singh5-51/+170
2008-07-15edgeport-ti: use request_firmware()Jaswinder Singh5-873/+879
2008-07-15edgeport: use request_firmware()Jaswinder Singh11-3557/+225
2008-07-15vicam: use request_firmware()Jaswinder Singh4-296/+39
2008-07-15dabusb: use request_firmware()David Woodhouse6-1427/+1461
2008-07-15cpia2: use request_firmware()David Woodhouse5-242/+124
2008-07-15Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1975-19667/+41802
2008-07-15ftrace: document updatesSteven Rostedt1-63/+71
2008-07-15Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds18-570/+1555
2008-07-15Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds407-16658/+24394
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds32-326/+7227
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds36-280/+1093
2008-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds31-1824/+1589
2008-07-15Merge branch 'drm-reorg' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds120-42/+132
2008-07-15Merge branch 'for-linus' of git://git.alsa-project.org/alsa-kernelLinus Torvalds201-3893/+16473
2008-07-15Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds133-3083/+6863
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds37-403/+722
2008-07-15Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds47-564/+2741
2008-07-14Start using the new '%pS' infrastructure to print symbolsLinus Torvalds2-27/+3
2008-07-14Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar100-115/+11490