summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.1-rc4v5.1-rc4Linus Torvalds2019-04-071-1/+1
* Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2019-04-0724-82/+131
|\
| * ARM: milbeaut: fix build with !CONFIG_HOTPLUG_CPUArnd Bergmann2019-04-071-0/+4
| * ARM: iop: don't use using 64-bit DMA masksArnd Bergmann2019-04-073-12/+12
| * ARM: orion: don't use using 64-bit DMA masksArnd Bergmann2019-04-071-2/+2
| * Revert "ARM: dts: nomadik: Fix polarity of SPI CS"Olof Johansson2019-04-071-5/+4
| * Merge tag 'omap-for-v5.1/fixes-signed' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2019-04-075-11/+51
| |\
| | * Merge commit '7d56bedb2730dc2ea8abf0fd7240ee99ecfee3c9' into omap-for-v5.1/fixesTony Lindgren2019-04-011-2/+2
| | |\
| | | * ARM: dts: Fix dcan clkctrl clock for am3Tony Lindgren2019-03-261-2/+2
| | * | ARM: dts: am335x-evmsk: Correct the regulators for the audio codecPeter Ujfalusi2019-03-221-4/+22
| | * | ARM: dts: am335x-evm: Correct the regulators for the audio codecPeter Ujfalusi2019-03-221-4/+22
| | * | ARM: OMAP2+: add missing of_node_put after of_device_is_availableJulia Lawall2019-03-221-1/+3
| | * | ARM: OMAP1: ams-delta: Fix broken GPIO ID allocationJanusz Krzysztofik2019-03-221-0/+2
| | |/
| * | Merge tag 'at91-5.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Olof Johansson2019-04-072-3/+5
| |\ \
| | * | arm/mach-at91/pm : fix possible object reference leakPeng Hao2019-04-041-2/+4
| | * | ARM: dts: at91: Fix typo in ISC_D0 on PC9David Engraf2019-03-281-1/+1
| | |/
| * | Merge tag 'v5.1-rockchip-dtfixes-1' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2019-04-077-47/+44
| |\ \
| | * | ARM: dts: rockchip: Remove #address/#size-cells from rk3288-veyron gpio-keysDouglas Anderson2019-03-251-2/+0
| | * | ARM: dts: rockchip: Remove #address/#size-cells from rk3288 mipi_dsiDouglas Anderson2019-03-251-2/+0
| | * | ARM: dts: rockchip: Fix gpu opp node names for rk3288Douglas Anderson2019-03-251-6/+6
| | * | arm64: dts: rockchip: fix rk3328 sdmmc0 write errorsPeter Geis2019-03-181-7/+7
| | * | arm64: dts: rockchip: fix rk3328 rgmii high tx error ratePeter Geis2019-03-181-22/+22
| | * | ARM: dts: rockchip: Fix SD card detection on rk3288-tinkerDavid Summers2019-03-181-1/+2
| | * | arm64: dts: rockchip: Fix vcc_host1_5v GPIO polarity on rk3328-rock64Tomohiro Mayama2019-03-181-2/+1
| | * | ARM: dts: rockchip: fix rk3288 cpu opp node referenceJonas Karlman2019-03-181-3/+3
| | * | arm64: dts: rockchip: add DDC bus on Rock Pi 4Ezequiel Garcia2019-03-181-0/+1
| | * | arm64: dts: rockchip: fix rk3328-roc-cc gmac2io tx/rx_delayLeonidas P. Papadakos2019-03-181-2/+2
| | |/
| * | Merge tag 'stratix10_fix_for_v5.1' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2019-04-071-0/+3
| |\ \
| | * | arm64: dts: stratix10: add the sysmgr-syscon property from the gmac'sDinh Nguyen2019-03-211-0/+3
| | |/
| * | Merge tag 'reset-fixes-for-v5.1' of git://git.pengutronix.de/pza/linux into a...Olof Johansson2019-04-072-1/+5
| |\ \
| | * | reset: meson-audio-arb: Fix missing .owner setting of reset_controller_devAxel Lin2019-03-251-0/+1
| | * | dt-bindings: reset: meson-g12a: Add missing USB2 PHY resetsNeil Armstrong2019-03-251-1/+4
| | |/
| * | dt-bindings: cpu: Fix JSON schemaMaxime Ripard2019-04-071-1/+1
* | | Merge tag 'for-linus-20190407' of git://git.kernel.dk/linux-blockLinus Torvalds2019-04-0711-75/+110
|\ \ \
| * | | xsysace: Fix error handling in ace_setupGuenter Roeck2019-04-061-0/+2
| * | | null_blk: prevent crash from bad home_node valueJohn Pittman2019-04-061-0/+5
| * | | block: Revert v5.0 blk_mq_request_issue_directly() changesBart Van Assche2019-04-054-69/+71
| * | | paride/pcd: Fix potential NULL pointer dereference and mem leakYueHaibing2019-04-051-1/+13
| * | | blk-mq: do not reset plug->rq_count before the list is sortedDongli Zhang2019-04-041-1/+2
| * | | paride/pf: Fix potential NULL pointer dereferenceYueHaibing2019-04-031-1/+11
| * | | io_uring: fix double free in case of fileset regitration failureJens Axboe2019-04-031-0/+1
| * | | blk-mq: add trace block plug and unplug for multiple queuesYufen Yu2019-04-021-0/+2
| * | | block: use blk_free_flush_queue() to free hctx->fq in blk_mq_init_hctxShenghui Wang2019-04-021-1/+1
| * | | block/bfq: fix ifdef for CONFIG_BFQ_GROUP_IOSCHED=yKonstantin Khlebnikov2019-04-012-2/+2
| |/ /
* | | Merge tag 'for-linus-5.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-04-072-2/+4
|\ \ \
| * | | xen: Prevent buffer overflow in privcmd ioctlDan Carpenter2019-04-051-0/+3
| * | | xen: use struct_size() helper in kzalloc()Andrea Righi2019-04-051-2/+1
* | | | Merge tag 'mtd/fixes-for-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-04-071-1/+5
|\ \ \ \
| * | | | mtd: cfi: fix deadloop in cfi_cmdset_0002.c do_write_bufferLiu Jian2019-04-051-1/+5
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-04-075-12/+19
|\ \ \ \ \