aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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/scm/linux/kernel/git/tmlind/linux-omap into next/lateOlof Johansson1-0/+1
2015-04-22ACPI / EC: fix NULL pointer dereference in acpi_ec_remove_query_handler()Chris Bainbridge1-1/+1
2015-04-21Merge branch 'parisc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus 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_stripeNeilBrown1-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
2015-04-22RAID5: batch adjacent full stripe writeshli@kernel.org2-25/+336
2015-04-22raid5: track overwrite disk countshli@kernel.org2-1/+17
2015-04-22raid5: add a new flag to track if a stripe can be batchedshli@kernel.org2-3/+10
2015-04-22raid5: use flex_array for scribble datashli@kernel.org2-38/+57
2015-04-22md raid0: access mddev->queue (request queue member) conditionally because it is not set when accessed from dm-raidHeinz Mauelshagen1-21/+27
2015-04-22md: allow resync to go faster when there is competing IO.NeilBrown1-2/+9
2015-04-22md: remove 'go_faster' option from ->sync_request()NeilBrown5-21/+6
2015-04-22md: don't require sync_min to be a multiple of chunk_size.NeilBrown1-11/+2
2015-04-22Merge branch 'cluster' into for-nextNeilBrown12-82/+1709
2015-04-22md-cluster: re-add capabilitiesGoldwyn Rodrigues5-13/+71
2015-04-22md: re-add a failed diskGoldwyn Rodrigues1-20/+37
2015-04-22md-cluster: remove capabilitiesGoldwyn Rodrigues3-1/+37
2015-04-22md: Export and rename find_rdev_nr_rcuGoldwyn Rodrigues2-4/+6
2015-04-22md: Export and rename kick_rdev_from_arrayGoldwyn Rodrigues2-8/+10
2015-04-22md-cluster: correct the num for comparisonGuoqing Jiang1-3/+3
2015-04-21net/mlx4_core: Fix reading HCA max message size in mlx4_QUERY_DEV_CAPEran Ben Elisha1-1/+1
2015-04-21ia64/PCI: Treat all host bridge Address Space Descriptors (even consumers) as windowsBjorn Helgaas1-4/+1
2015-04-21sparc: Use GFP_ATOMIC in ldc_alloc_exp_dring() as it can be called in softirq contextSowmini Varadhan1-1/+1
2015-04-21uapi: Remove kernel internal declarationAndreas Gruenbacher2-7/+7
2015-04-21nfsd: fix nsfd startup race triggering BUG_ONGiuseppe Cantavenera1-8/+8
2015-04-21nfsd: eliminate NFSD_DEBUGMark Salter4-11/+3