summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | ovl: add support for "nfs_export" configurationAmir Goldstein2018-01-246-5/+120
| * | ovl: update documentation of inodes index featureAmir Goldstein2018-01-242-9/+6
| * | ovl: generalize ovl_verify_origin() and helpersAmir Goldstein2018-01-244-30/+38
| * | ovl: simplify arguments to ovl_check_origin_fh()Amir Goldstein2018-01-244-30/+24
| * | ovl: factor out ovl_check_origin_fh()Amir Goldstein2018-01-241-50/+92
| * | ovl: store layer index in ovl_layerAmir Goldstein2018-01-243-16/+4
| * | ovl: force r/o mount when index dir creation failsAmir Goldstein2018-01-241-3/+9
| * | ovl: disable index when no xattr supportAmir Goldstein2018-01-241-1/+2
| * | ovl: fix inconsistent d_ino for legacy merge dirAmir Goldstein2018-01-243-2/+37
| * | ovl: take mnt_want_write() for removing impure xattrAmir Goldstein2018-01-191-2/+9
| * | ovl: take mnt_want_write() for work/index dir setupAmir Goldstein2018-01-191-8/+17
| * | ovl: fix another overlay: warning prefixAmir Goldstein2018-01-191-1/+2
| * | ovl: take lower dir inode mutex outside upper sb_writers lockAmir Goldstein2018-01-193-65/+58
| * | ovl: fix failure to fsync lower dirAmir Goldstein2018-01-191-1/+5
| * | ovl: hash directory inodes for fsnotifyAmir Goldstein2018-01-193-13/+31
* | | Merge tag 'rproc-v4.16' of git://github.com/andersson/remoteprocLinus Torvalds2018-02-0511-204/+107
|\ \ \
| * | | remoteproc: Reset table_ptr on stopBjorn Andersson2018-01-151-0/+3
| * | | remoteproc: Drop dangling find_rsc_table dummiesBjorn Andersson2018-01-157-58/+0
| * | | remoteproc: Move resource table load logic to findBjorn Andersson2018-01-154-50/+37
| * | | remoteproc: Don't handle empty resource tableBjorn Andersson2018-01-151-0/+3
| * | | remoteproc: Merge rproc_ops and rproc_fw_opsBjorn Andersson2018-01-158-90/+67
| * | | remoteproc: Clone rproc_ops in rproc_alloc()Bjorn Andersson2018-01-152-2/+9
| * | | remoteproc: Cache resource table sizeBjorn Andersson2018-01-152-13/+9
| * | | remoteproc: Remove depricated crash completionBjorn Andersson2018-01-152-12/+0
| * | | virtio_remoteproc: correct put_device virtio_device.devweiping zhang2018-01-021-1/+1
* | | | Merge tag 'rpmsg-v4.16' of git://github.com/andersson/remoteprocLinus Torvalds2018-02-054-19/+55
|\ \ \ \
| * | | | rpmsg: smd: Fix double unlock in __qcom_smd_send()Dan Carpenter2018-01-191-5/+5
| * | | | rpmsg: glink: Fix missing mutex_init() in qcom_glink_alloc_channel()Wei Yongjun2018-01-021-0/+1
| * | | | rpmsg: smd: Don't hold the tx lock during waitBjorn Andersson2017-12-191-0/+7
| * | | | rpmsg: smd: Fail send on a closed channelBjorn Andersson2017-12-191-6/+8
| * | | | rpmsg: smd: Wake up all waitersBjorn Andersson2017-12-191-2/+2
| * | | | rpmsg: smd: Create device for all channelsBjorn Andersson2017-12-191-5/+0
| * | | | rpmsg: smd: Perform handshake during openBjorn Andersson2017-12-191-0/+30
| * | | | rpmsg: glink: smem: Ensure ordering during txBjorn Andersson2017-12-191-0/+3
| * | | | drivers: rpmsg: remove duplicate includesPravin Shedge2017-12-061-2/+0
| * | | | remoteproc: qcom: Use PTR_ERR_OR_ZERO() in glink probVasyl Gomonovych2017-11-291-1/+1
| |/ / /
* | | | Merge tag 'mmc-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds2018-02-053-10/+161
|\ \ \ \
| * | | | mmc: MMC_SDHI_{SYS,INTERNAL}_DMAC should depend on HAS_DMAGeert Uytterhoeven2018-01-311-2/+2
| * | | | mmc: sdhci: Implement an SDHCI-specific bounce bufferLinus Walleij2018-01-312-8/+159
* | | | | Merge tag 'pwm/for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-054-1/+30
|\ \ \ \ \
| * | | | | pwm: meson: Add clock source configuration for Meson-AXGJian Hu2017-12-051-0/+26
| * | | | | dt-bindings: pwm: Update bindings for the Meson-AXGJian Hu2017-12-051-0/+2
| * | | | | pwm: stmpe: Fix wrong register offset for hwpwm=2 caseAxel Lin2017-12-051-1/+1
| * | | | | pwm: Set class for exported channels in sysfsGottfried Haider2017-12-051-0/+1
| | |/ / / | |/| | |
* | | | | net: mediatek: Explicitly include pinctrl headersThierry Reding2018-02-051-0/+1
* | | | | mmc: meson-gx-mmc: Explicitly include pinctr/consumer.hThierry Reding2018-02-051-0/+1
* | | | | drm/rockchip: lvds: Explicitly include pinctrl headersThierry Reding2018-02-051-0/+1
* | | | | pinctrl: files should directly include apis they useStephen Rothwell2018-02-051-0/+1
* | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-0438-554/+977
|\ \ \ \ \
| * | | | | KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed2018-02-031-0/+88