summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* virtio: introduce an API to set affinity for a virtqueueJason Wang2012-09-281-0/+46
* virtio-ring: move queue_index to vring_virtqueueJason Wang2012-09-286-20/+25
* virtio_balloon: not EXPERIMENTAL any more.Rusty Russell2012-09-281-2/+2
* virtio-balloon: dependency fixMichael S. Tsirkin2012-09-281-2/+1
* virtio-blk: fix NULL checking in virtblk_alloc_req()Dan Carpenter2012-09-281-2/+4
* virtio-blk: Add REQ_FLUSH and REQ_FUA support to bio pathAsias He2012-09-281-84/+188
* virtio-blk: Add bio-based IO path for virtio-blkAsias He2012-09-281-40/+163
* virtio: console: fix error handling in init() functionAlexey Khoroshilov2012-09-281-1/+11
* virtio/console: Allocate scatterlist according to the current pipe sizeMasami Hiramatsu2012-09-281-11/+12
* virtio/console: Wait until the port is ready on spliceMasami Hiramatsu2012-09-281-12/+27
* virtio/console: Add a failback for unstealable pipe bufferMasami Hiramatsu2012-09-281-3/+25
* virtio/console: Add splice_write supportMasami Hiramatsu2012-09-281-8/+128
* Merge tag 'hwspinlock-3.6-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-09-181-1/+2
|\
| * hwspinlock/core: move the dereference below the NULL testWei Yongjun2012-09-101-1/+2
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-09-172-0/+14
|\ \
| * | drivers/rtc/rtc-twl.c: ensure all interrupts are disabled during probeKevin Hilman2012-09-171-0/+5
| * | nbd: clear waiting_queue on shutdownPaul Clements2012-09-171-0/+9
* | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-09-178-75/+78
|\ \ \ | |/ / |/| |
| | |
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'cxgb4', 'ipoib', 'mlx4', 'ocrdma' and 'qib' into for-nextRoland Dreier2012-09-147-74/+77
| |\ \ \ \ \
| | | | | * | IB/qib: Fix failure of compliance test C14-024#06_LocalPortNumMike Marciniszyn2012-09-141-1/+2
| | | | * | | RDMA/ocrdma: Fix CQE expansion of unsignaled WQEParav Pandit2012-09-141-4/+4
| | | | |/ /
| | | * / / mlx4_core: Fix integer overflows so 8TBs of memory registration worksYishai Hadas2012-09-132-17/+23
| | | |/ /
| | * | | IPoIB: Fix AB-BA deadlock when deleting neighboursShlomo Pongratz2012-09-123-46/+27
| | * | | IPoIB: Fix memory leak in the neigh table deletion flowShlomo Pongratz2012-09-122-6/+21
| | |/ /
| * / / RDMA/cxgb4: Move dereference below NULL testWei Yongjun2012-09-071-1/+1
| |/ /
* | | Merge tag 'mfd-for-linus-3.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-09-1656-243/+331
|\ \ \
| * | | mfd: MAX77693: Fix NULL pointer error when initializing irqsChanwoo Choi2012-09-162-7/+26
| * | | mfd: MAX77693: Fix interrupt handling bugChanwoo Choi2012-09-161-5/+31
| * | | mfd: core: Push irqdomain mapping out into devicesMark Brown2012-09-1553-111/+122
| * | | mfd: lpc_ich: Fix a 3.5 kernel regression for iTCO_wdt driverFeng Tang2012-08-231-19/+1
| * | | mfd: Move tps65217 regulator plat data handling to regulatorAnilKumar Ch2012-08-222-102/+152
* | | | Merge tag 'for-3.6-rc6' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2012-09-162-0/+36
|\ \ \ \
| * | | | pwm: pwm-tiehrpwm: Fix conflicting channel period settingPhilip, Avinash2012-09-101-0/+29
| * | | | pwm: pwm-tiecap: Disable APWM mode after configurePhilip, Avinash2012-09-101-0/+7
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2012-09-168-125/+137
|\ \ \ \ \
| * | | | | target: go through normal processing for zero-length REQUEST_SENSEPaolo Bonzini2012-09-071-9/+2
| * | | | | target: support zero allocation length in REQUEST SENSEPaolo Bonzini2012-09-071-17/+18
| * | | | | target: support zero-size allocation lengths in transport_kmap_data_sgPaolo Bonzini2012-09-071-4/+9
| * | | | | target: fail REPORT LUNS with less than 16 bytes of payloadPaolo Bonzini2012-09-071-0/+7
| * | | | | target: report too-small parameter lists everywherePaolo Bonzini2012-09-073-2/+30
| * | | | | target: go through normal processing for zero-length PSCSI commandsPaolo Bonzini2012-09-072-5/+7
| * | | | | target: fix use-after-free with PSCSI sense dataPaolo Bonzini2012-09-052-36/+21
| * | | | | target: simplify code around transport_get_sense_dataPaolo Bonzini2012-09-051-36/+13
| * | | | | target: move transport_get_sense_dataPaolo Bonzini2012-09-051-55/+55
| * | | | | target: Check idr_get_new return value in iscsi_login_zero_tsih_s1Benjamin Wang2012-08-261-1/+10
| * | | | | target: Fix ->data_length re-assignment bug with SCSI overflowNicholas Bellinger2012-08-231-2/+7
* | | | | | Merge tag 'pm-for-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-09-162-12/+34
|\ \ \ \ \ \
| * | | | | | ACPI / PM: Use KERN_DEBUG when no power resources are foundAaron Lu2012-09-141-1/+1
| * | | | | | ACPI / PM: Fix resource_lock dead lock in acpi_power_on_deviceLin Ming2012-09-141-11/+23
| * | | | | | ACPI / PM: Infer parent power state from child if unknown, v2Rafael J. Wysocki2012-09-141-0/+10
| | |_|_|_|/ | |/| | | |