summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-113-8/+3
|\
| * writeback: add name to backing_dev_infoJens Axboe2009-09-112-0/+2
| * writeback: get rid of generic_sync_sb_inodes() exportJens Axboe2009-09-111-8/+1
* | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-09-1141-1237/+532
|\ \
| * | [S390] tape: Use pr_xxx instead of dev_xxx in shared driver codeMichael Holzheu2009-09-114-16/+14
| * | [S390] Get rid of cpuid.h header file.Heiko Carstens2009-09-112-3/+3
| * | [S390] tape: Fix device online messagesMichael Holzheu2009-09-112-6/+8
| * | [S390] kvm: use console_initcall() to initialize s390 virtio consoleHendrik Brueckner2009-09-111-2/+6
| * | [S390] tape: reversed order of labelsRoel Kluin2009-09-111-2/+2
| * | [S390] zcrypt: Free ap_device if dev_set_name fails.Felix Beck2009-09-111-2/+5
| * | [S390] zcrypt: Use spin_lock_bh in suspend callbackFelix Beck2009-09-111-2/+6
| * | [S390] xpram: Remove checksum validation for suspend/resumeMichael Holzheu2009-09-111-65/+0
| * | [S390] vmur: Invalid allocation sequence for vmur classMichael Holzheu2009-09-111-9/+10
| * | [S390] add call home supportHans-Joachim Picht2009-09-114-1/+238
| * | [S390] tape: use init_timer_on_stack() rather than init_timer()Frank Munzert2009-09-111-1/+1
| * | [S390] proper use of device registerSebastian Ott2009-09-118-26/+25
| * | [S390] dasd: fix message namingStefan Haberland2009-09-118-20/+20
| * | [S390] dasd: optimize cpu usage in goodcaseStefan Haberland2009-09-117-51/+41
| * | [S390] dasd: fail requests when device state is less then readyStefan Weinhuber2009-09-111-1/+4
| * | [S390] cio: remove ccw_device init_nameSebastian Ott2009-09-112-19/+6
| * | [S390] cio: move final put_device to ccw_device_unregisterSebastian Ott2009-09-111-3/+4
| * | [S390] cio: remove subchannel init_nameSebastian Ott2009-09-113-14/+2
| * | [S390] cio: fix memleak in subchannel validationSebastian Ott2009-09-112-5/+5
| * | [S390] cio: fix use after free in s390 debug featureSebastian Ott2009-09-111-5/+9
| * | [S390] qdio: remove limited number of debugfs entriesJan Glauber2009-09-112-41/+18
| * | [S390] cio: failing set online/offline processing.Michael Ernst2009-09-112-35/+67
| * | [S390] cio: ensure to hold a reference for deferred deregistrationSebastian Ott2009-09-111-8/+6
| * | [S390] qdio: continue polling if the queue is not finishedJan Glauber2009-09-111-1/+3
| * | [S390] cio: increase trace levelSebastian Ott2009-09-112-31/+17
| * | [S390] cio: fix not oper handling after failed [on|off]line processingSebastian Ott2009-09-111-0/+7
| * | [S390] cio: consolidate subchannel intparm resetPeter Oberparleiter2009-09-112-10/+3
| * | [S390] cio: move scsw helper functions to header fileHeiko Carstens2009-09-113-868/+1
| * | [S390] cio: fix ineffective verify eventPeter Oberparleiter2009-09-111-1/+12
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-09-1162-589/+1272
|\ \
| * \ Merge branch 'mad' into for-linusRoland Dreier2009-09-113-8/+34
| |\ \
| | * | IB/mad: Allow tuning of QP0 and QP1 sizesHal Rosenstock2009-09-072-5/+23
| | * | IB/mad: Fix possible lock-lock-timer deadlockRoland Dreier2009-09-071-3/+3
| | * | IB/mad: Check hop count field in directed route MAD to avoid array overflowRoland Dreier2009-09-061-0/+8
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----------. \ \ Merge branches 'cxgb3', 'ehca', 'ipath', 'ipoib', 'misc', 'mlx4', 'mthca' and...Roland Dreier2009-09-1149-504/+1090
| |\ \ \ \ \ \ \ \ \
| | | | | | | | * | | RDMA/nes: Map MTU to IB_MTU_* and correctly report link stateChien Tung2009-09-061-3/+20
| | | | | | | | * | | RDMA/nes: Rework the disconn routine for terminate and flushingDon Wood2009-09-061-50/+52
| | | | | | | | * | | RDMA/nes: Use the flush code to fill in cqe errorDon Wood2009-09-061-1/+10
| | | | | | | | * | | RDMA/nes: Make poll_cq return correct number of wqes during flushDon Wood2009-09-061-21/+40
| | | | | | | | * | | RDMA/nes: Use flush mechanism to set status for wqe in errorDon Wood2009-09-063-0/+68
| | | | | | | | * | | RDMA/nes: Implement Terminate PacketDon Wood2009-09-067-225/+607
| | | | | | | | * | | RDMA/nes: Add CQ error handlingDon Wood2009-09-061-0/+12
| | | | | | | | * | | RDMA/nes: Clean out CQ completions when QP is destroyedDon Wood2009-09-061-39/+80
| | | | | | | | * | | RDMA/nes: Change memory allocation for cqp request to GFP_ATOMICDon Wood2009-09-061-1/+1
| | | | | | | | * | | RDMA/nes: Allocate work item for disconnect event handlingDon Wood2009-09-062-17/+16
| | | | | | | | * | | RDMA/nes: Update refcnt during disconnectDon Wood2009-09-061-0/+2
| | | | | | | | |/ /