summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-09-28virtio_mmio: Don't attempt to create empty virtqueuesBrian Foley1-0/+10
2012-09-28virtio_mmio: fix off by one error allocating queueBrian Foley1-2/+2
2012-09-28drivers/virtio/virtio_pci.c: fix error return codePeter Senna Tschudin1-1/+3
2012-09-28virtio: don't crash when device is buggyMichael S. Tsirkin1-1/+1
2012-09-28virtio: remove CONFIG_VIRTIO_RINGRusty Russell5-11/+1
2012-09-28virtio: add help to CONFIG_VIRTIO option.Rusty Russell1-2/+4
2012-09-28virtio: support reserved vqsMichael S. Tsirkin6-1/+18
2012-09-28virtio: introduce an API to set affinity for a virtqueueJason Wang2-0/+67
2012-09-28virtio-ring: move queue_index to vring_virtqueueJason Wang8-21/+29
2012-09-28virtio_balloon: not EXPERIMENTAL any more.Rusty Russell1-2/+2
2012-09-28virtio-balloon: dependency fixMichael S. Tsirkin1-2/+1
2012-09-28virtio-blk: fix NULL checking in virtblk_alloc_req()Dan Carpenter1-2/+4
2012-09-28virtio-blk: Add REQ_FLUSH and REQ_FUA support to bio pathAsias He1-84/+188
2012-09-28virtio-blk: Add bio-based IO path for virtio-blkAsias He1-40/+163
2012-09-28virtio: console: fix error handling in init() functionAlexey Khoroshilov1-1/+11
2012-09-28tools: Fix pthread flag for Makefile of trace-agent used by virtio-traceYoshihiro YUNOMAE1-4/+3
2012-09-28tools: Add guest trace agent as a user toolYoshihiro YUNOMAE6-0/+806
2012-09-28virtio/console: Allocate scatterlist according to the current pipe sizeMasami Hiramatsu1-11/+12
2012-09-28ftrace: Allow stealing pages from pipe bufferMasami Hiramatsu1-7/+1
2012-09-28virtio/console: Wait until the port is ready on spliceMasami Hiramatsu1-12/+27
2012-09-28virtio/console: Add a failback for unstealable pipe bufferMasami Hiramatsu1-3/+25
2012-09-28virtio/console: Add splice_write supportMasami Hiramatsu1-8/+128
2012-09-18Merge tag 'hwspinlock-3.6-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2012-09-18vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi2-2/+4
2012-09-17Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+10
2012-09-17workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn()Lai Jiangshan1-2/+10
2012-09-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds13-20/+60
2012-09-17memory hotplug: fix section info double registration bugqiuxishi1-6/+10
2012-09-17mm/page_alloc: fix the page address of higher page's buddy calculationLi Haifeng1-1/+1
2012-09-17drivers/rtc/rtc-twl.c: ensure all interrupts are disabled during probeKevin Hilman1-0/+5
2012-09-17compiler.h: add __visibleAndi Kleen2-0/+11
2012-09-17pid-namespace: limit value of ns_last_pid to (0, max_pid)Andrew Vagin1-1/+5
2012-09-17include/net/sock.h: squelch compiler warning in sk_rmem_schedule()Chuck Lever1-1/+1
2012-09-17slub: consider pfmemalloc_match() in get_partial_node()Joonsoo Kim1-5/+10
2012-09-17slab: fix starting index for finding another objectJoonsoo Kim1-1/+1
2012-09-17slab: do ClearSlabPfmemalloc() for all pages of slabMel Gorman1-2/+2
2012-09-17nbd: clear waiting_queue on shutdownPaul Clements1-0/+9
2012-09-17MAINTAINERS: fix TXT maintainer list and source repo pathGang Wei1-2/+3
2012-09-17mm/ia64: fix a memory block size bugJianguo Wu1-1/+1
2012-09-17memory hotplug: reset pgdat->kswapd to NULL if creating kernel thread failsWen Congyang1-0/+1
2012-09-17Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds8-75/+78
2012-09-17fs/proc: fix potential unregister_sysctl_table hangFrancesco Ruggeri1-3/+2
2012-09-16Linux 3.6-rc6v3.6-rc6Linus Torvalds1-1/+1
2012-09-16Merge tag 'mfd-for-linus-3.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds58-247/+343
2012-09-16Merge tag 'for-3.6-rc6' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2-0/+36
2012-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds10-126/+141
2012-09-16Merge tag 'pm-for-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-12/+34
2012-09-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+2
2012-09-16Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds13-40/+23
2012-09-16Revert "sched: Improve scalability via 'CPU buddies', which withstand random ...Linus Torvalds3-46/+22