summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* virtio_mmio: Don't attempt to create empty virtqueuesBrian Foley2012-09-281-0/+10
* virtio_mmio: fix off by one error allocating queueBrian Foley2012-09-281-2/+2
* drivers/virtio/virtio_pci.c: fix error return codePeter Senna Tschudin2012-09-281-1/+3
* virtio: don't crash when device is buggyMichael S. Tsirkin2012-09-281-1/+1
* virtio: remove CONFIG_VIRTIO_RINGRusty Russell2012-09-285-11/+1
* virtio: add help to CONFIG_VIRTIO option.Rusty Russell2012-09-281-2/+4
* virtio: support reserved vqsMichael S. Tsirkin2012-09-286-1/+18
* virtio: introduce an API to set affinity for a virtqueueJason Wang2012-09-282-0/+67
* virtio-ring: move queue_index to vring_virtqueueJason Wang2012-09-288-21/+29
* 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
* tools: Fix pthread flag for Makefile of trace-agent used by virtio-traceYoshihiro YUNOMAE2012-09-281-4/+3
* tools: Add guest trace agent as a user toolYoshihiro YUNOMAE2012-09-286-0/+806
* virtio/console: Allocate scatterlist according to the current pipe sizeMasami Hiramatsu2012-09-281-11/+12
* ftrace: Allow stealing pages from pipe bufferMasami Hiramatsu2012-09-281-7/+1
* 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
* | vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi2012-09-182-2/+4
* | Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-09-181-2/+10
|\ \
| * | workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn()Lai Jiangshan2012-09-181-2/+10
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-09-1813-20/+60
|\ \ \
| * | | memory hotplug: fix section info double registration bugqiuxishi2012-09-181-6/+10
| * | | mm/page_alloc: fix the page address of higher page's buddy calculationLi Haifeng2012-09-181-1/+1
| * | | drivers/rtc/rtc-twl.c: ensure all interrupts are disabled during probeKevin Hilman2012-09-181-0/+5
| * | | compiler.h: add __visibleAndi Kleen2012-09-182-0/+11
| * | | pid-namespace: limit value of ns_last_pid to (0, max_pid)Andrew Vagin2012-09-181-1/+5
| * | | include/net/sock.h: squelch compiler warning in sk_rmem_schedule()Chuck Lever2012-09-181-1/+1
| * | | slub: consider pfmemalloc_match() in get_partial_node()Joonsoo Kim2012-09-181-5/+10
| * | | slab: fix starting index for finding another objectJoonsoo Kim2012-09-181-1/+1
| * | | slab: do ClearSlabPfmemalloc() for all pages of slabMel Gorman2012-09-181-2/+2
| * | | nbd: clear waiting_queue on shutdownPaul Clements2012-09-181-0/+9
| * | | MAINTAINERS: fix TXT maintainer list and source repo pathGang Wei2012-09-181-2/+3
| * | | mm/ia64: fix a memory block size bugJianguo Wu2012-09-181-1/+1
| * | | memory hotplug: reset pgdat->kswapd to NULL if creating kernel thread failsWen Congyang2012-09-181-0/+1
* | | | 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-142-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-081-1/+1
| |/ / /
* | | | fs/proc: fix potential unregister_sysctl_table hangFrancesco Ruggeri2012-09-171-3/+2