summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-22Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-24/+80
2015-04-22Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds95-10015/+2064
2015-04-22Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds52-960/+2753
2015-04-22Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds206-1886/+18954
2015-04-22Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds60-630/+1638
2015-04-22Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds170-16653/+1011
2015-04-22Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds44-209/+254
2015-04-22rbd: rbd_wq comment is obsoleteIlya Dryomov1-1/+1
2015-04-22libceph: announce support for straw2 bucketsIlya Dryomov1-1/+15
2015-04-22crush: straw2 bucket type with an efficient 64-bit crush_ln()Ilya Dryomov5-2/+316
2015-04-22crush: ensuring at most num-rep osds are selectedIlya Dryomov1-4/+12
2015-04-22crush: drop unnecessary include from mapper.cIlya Dryomov1-1/+0
2015-04-22ceph: fix uninline data functionYan, Zheng1-13/+21
2015-04-22ceph: rename snapshot supportYan, Zheng3-4/+11
2015-04-22ceph: fix null pointer dereference in send_mds_reconnect()Yan, Zheng1-1/+2
2015-04-22watchdog: stmp3xxx_rtc_wdt: fix broken email addressWolfram Sang1-2/+2
2015-04-22watchdog: pnx4008_wdt: fix broken email addressWolfram Sang1-1/+1
2015-04-22watchdog: octeon: use fixed length string for register namesAaro Koskinen1-1/+1
2015-04-22watchdog: octeon: fix some trivial coding style issuesAaro Koskinen1-6/+10
2015-04-22watchdog: octeon: convert to WATCHDOG_CORE APIAaro Koskinen2-147/+39
2015-04-22watchdog: cadence: Remove Kconfig dependency on ARCHMichal Simek1-1/+0
2015-04-22ARM: msm: add watchdog entries to DT timer binding docMathieu Olivari1-3/+13
2015-04-22ARM: qcom: add description of KPSS WDT for IPQ8064Mathieu Olivari1-1/+13
2015-04-22watchdog: qcom: use timer devicetree bindingMathieu Olivari1-6/+15
2015-04-22watchdog: bcm281xx: Remove use of seq_printf return valueJoe Perches1-11/+16
2015-04-22modpost: don't emit section mismatch warnings for compiler optimizationsPaul Gortmaker1-0/+21
2015-04-22modpost: expand pattern matching to support substring matchesPaul Gortmaker1-1/+11
2015-04-22modpost: do not try to match the SHT_NUL section.Quentin Casasnovas1-0/+9
2015-04-22modpost: fix extable entry size calculation.Quentin Casasnovas1-6/+10
2015-04-22modpost: fix inverted logic in is_extable_fault_address().Quentin Casasnovas1-1/+6
2015-04-22modpost: handle -ffunction-sectionsRusty Russell1-1/+1
2015-04-22modpost: Whitelist .text.fixup and .exception.textThierry Reding1-1/+1
2015-04-22dmaengine: dw: don't prompt for DW_DMAC_COREVinod Koul1-1/+1
2015-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds3-43/+14
2015-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds9-6/+28
2015-04-21Merge tag 'omap-for-v4.1/prcm-dts-mfd-syscon-fix' of git://git.kernel.org/pub...Olof Johansson1-0/+1
2015-04-21Merge branch 'parisc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-36/+28
2015-04-22md/raid5: don't do chunk aligned read on degraded array.Eric Mei1-3/+12
2015-04-22md/raid5: allow the stripe_cache to grow and shrink.NeilBrown2-8/+71
2015-04-22md/raid5: change ->inactive_blocked to a bit-flag.NeilBrown2-8/+14
2015-04-22md/raid5: move max_nr_stripes management into grow_one_stripe and drop_one_st...NeilBrown1-33/+24
2015-04-22md/raid5: pass gfp_t arg to grow_one_stripe()NeilBrown1-7/+7
2015-04-22md/raid5: introduce configuration option rmw_levelMarkus Stockhausen2-0/+45
2015-04-22md/raid5: activate raid6 rmw featureMarkus Stockhausen4-30/+115
2015-04-22md/raid6 algorithms: xor_syndrome() for SSE2Markus Stockhausen1-3/+227
2015-04-22md/raid6 algorithms: xor_syndrome() for generic intMarkus Stockhausen1-1/+39
2015-04-22md/raid6 algorithms: improve test programMarkus Stockhausen1-15/+36
2015-04-22md/raid6 algorithms: delta syndrome functionsMarkus Stockhausen10-8/+50
2015-04-22raid5: handle expansion/resync case with stripe batchingshli@kernel.org2-8/+21
2015-04-22raid5: handle io error of batch listshli@kernel.org2-0/+49