summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-21Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds20-243/+1145
2013-11-21Revert "mm: create a separate slab for page->ptl allocation"Linus Torvalds3-17/+1
2013-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds17-187/+86
2013-11-21Wrong page freed on preallocate_pmds() failure exitAl Viro1-1/+1
2013-11-21Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds58-328/+374
2013-11-21Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds71-2272/+1979
2013-11-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds4-7/+17
2013-11-21Merge tag 'md/3.13' of git://neil.brown.name/mdLinus Torvalds8-186/+592
2013-11-20Squashfs: Check stream is not NULL in decompressor_multi.cPhillip Lougher1-4/+3
2013-11-20Squashfs: Directly decompress into the page cache for file dataPhillip Lougher5-1/+336
2013-11-20Squashfs: Restructure squashfs_readpage()Phillip Lougher4-71/+118
2013-11-20Squashfs: Generalise paging handling in the decompressorsPhillip Lougher13-67/+163
2013-11-20Squashfs: add multi-threaded decompression using percpu variablePhillip Lougher3-20/+145
2013-11-20squashfs: Enhance parallel I/OMinchan Kim3-1/+221
2013-11-20Squashfs: Refactor decompressor interface and codePhillip Lougher11-136/+216
2013-11-20blk-mq: add blktrace insert event traceJens Axboe1-0/+2
2013-11-20virtio-blk: virtqueue_kick() must be ordered with other virtqueue operationsShaohua Li1-2/+3
2013-11-20aacraid: prevent invalid pointer dereferenceMahesh Rajashekhara1-1/+2
2013-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds129-1432/+1437
2013-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-3/+0
2013-11-20Merge tag 'please-pull-fixia64' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2013-11-20kernel/bounds: avoid circular dependencies in generated headersKirill A. Shutemov1-1/+1
2013-11-20Merge branch 'genetlink_mcast'David S. Miller33-513/+518
2013-11-20genetlink: make multicast groups const, prevent abuseJohannes Berg19-433/+377
2013-11-20genetlink: pass family to functions using groupsJohannes Berg18-87/+133
2013-11-20genetlink: add and use genl_set_err()Johannes Berg3-7/+21
2013-11-20genetlink: remove family pointer from genl_multicast_groupJohannes Berg2-22/+18
2013-11-20genetlink: remove genl_unregister_mc_group()Johannes Berg2-25/+0
2013-11-20hsr: don't call genl_unregister_mc_group()Johannes Berg1-2/+0
2013-11-20quota/genetlink: use proper genetlink multicast APIsJohannes Berg3-4/+24
2013-11-20drop_monitor/genetlink: use proper genetlink multicast APIsJohannes Berg2-4/+22
2013-11-20genetlink: only pass array to genl_register_family_with_ops()Johannes Berg22-53/+47
2013-11-20tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin1-1/+0
2013-11-20atm: idt77252: fix dev refcnt leakYing Xue1-1/+1
2013-11-20xfrm: Release dst if this dst is improper for vti tunnelfan.du1-0/+1
2013-11-20Merge branch 'acpi-hotplug'Rafael J. Wysocki1-1/+0
2013-11-20PCI / hotplug / ACPI: Drop unused acpiphp_debug declarationMika Westerberg1-1/+0
2013-11-20netlink: fix documentation typo in netlink_set_err()Johannes Berg1-1/+1
2013-11-19Merge tag 'arc-v3.13-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-188/+838
2013-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds24-469/+562
2013-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds21-1041/+273
2013-11-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds50-275/+55
2013-11-19blk-mq: ensure that we set REQ_IO_STAT so diskstats workJens Axboe2-4/+11
2013-11-19md/raid5: Use conf->device_lock protect changing of multi-thread resources.majianpeng1-24/+39
2013-11-19md/raid5: Before freeing old multi-thread worker, it should flush them.majianpeng1-0/+3
2013-11-19md/raid5: For stripe with R5_ReadNoMerge, we replace REQ_FLUSH with REQ_NOMERGE.majianpeng1-1/+1
2013-11-19UAPI: include <asm/byteorder.h> in linux/raid/md_p.hAurelien Jarno1-0/+1
2013-11-19raid1: Rewrite the implementation of iobarrier.majianpeng2-13/+129
2013-11-19raid1: Add some macros to make code clearly.majianpeng1-4/+4