summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | Merge tag 'drm-next-2019-03-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-03-152-3/+13
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge tag 'drm-misc-next-fixes-2019-03-13' of git://anongit.freedesktop.org/d...Dave Airlie2019-03-142-3/+13
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | drm/fb-helper: call vga_remove_vgacon automatically.Gerd Hoffmann2019-03-071-3/+11
| | * | | | | | | | | | | | drm: move i915_kick_out_vgacon to vgaarbGerd Hoffmann2019-03-071-0/+2
* | | | | | | | | | | | | | Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-03-152-10/+57
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | f2fs: print more parameters in trace_f2fs_map_blocksChao Yu2019-03-131-1/+11
| * | | | | | | | | | | | | | f2fs: trace f2fs_ioc_shutdownChao Yu2019-03-131-0/+32
| * | | | | | | | | | | | | | f2fs: correct spelling mistakeZeng Guangyue2019-03-131-1/+1
| * | | | | | | | | | | | | | f2fs: fix to check inline_xattr_size boundary correctlyChao Yu2019-03-061-6/+7
| * | | | | | | | | | | | | | f2fs: fix typos in code commentsGeliang Tang2019-02-161-2/+2
| * | | | | | | | | | | | | | f2fs: add quick mode of checkpoint=disable for QAJaegeuk Kim2019-02-161-0/+1
| * | | | | | | | | | | | | | f2fs: fix compile warnings: 'struct *' declared inside parameter listZhikang Zhang2019-01-081-0/+3
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'akpm' (rest of patches from Andrew)Linus Torvalds2019-03-151-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | filemap: kill page_cache_read usage in filemap_faultJosef Bacik2019-03-151-0/+1
* | | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-141-2/+2
|\| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | include/linux/swap.h: use offsetof() instead of custom __swapoffset macroPi-Hsun Shih2019-03-141-2/+2
* | | | | | | | | | | | | | | Merge tag 'pm-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-03-142-10/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'pm-core', 'pm-sleep' and 'pm-qos'Rafael J. Wysocki2019-03-142-10/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | PM / wakeup: Drop wakeup_source_drop()Rafael J. Wysocki2019-03-121-9/+0
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | PM-runtime: Call pm_runtime_active|suspended_time() from sysfsUlf Hansson2019-03-071-1/+0
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-142-5/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-03-121-4/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso2019-03-111-0/+6
| | * | | | | | | | | | | | | | | | netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso2019-03-081-4/+2
| * | | | | | | | | | | | | | | | | y2038: fix socket.h header inclusionArnd Bergmann2019-03-111-1/+1
* | | | | | | | | | | | | | | | | | Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-03-144-15/+68
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'topic/tegra' into for-linusVinod Koul2019-03-121-0/+61
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | dmaengine: tegra: add tracepoints to driverBen Dooks2019-01-071-0/+61
| | | |_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge branch 'topic/dw' into for-linusVinod Koul2019-03-122-15/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | dmaengine: dw: convert to SPDX identifiersAndy Shevchenko2019-01-072-8/+2
| | * | | | | | | | | | | | | | | | | | dmaengine: dw: Split DW and iDMA 32-bit operationsAndy Shevchenko2019-01-072-2/+4
| | * | | | | | | | | | | | | | | | | | dmaengine: dw: Remove unused internal propertyAndy Shevchenko2019-01-071-2/+0
| | * | | | | | | | | | | | | | | | | | dmaengine: dw: Remove misleading is_private propertyAndy Shevchenko2019-01-071-3/+0
| | |/ / / / / / / / / / / / / / / / /
| * / / / / / / / / / / / / / / / / / dmaengine: imx-sdma: add a test for imx8mq multi sdma devicesAngus Ainslie (Purism)2019-02-251-0/+1
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge tag 'rproc-v5.1' of git://github.com/andersson/remoteprocLinus Torvalds2019-03-141-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | remoteproc: fix recovery procedureLoic Pallardy2019-02-211-2/+1
| * | | | | | | | | | | | | | | | | | remoteproc: create vdev subdevice with specific dma memory poolLoic Pallardy2019-02-211-0/+1
| * | | | | | | | | | | | | | | | | | remoteproc: fix kernel-doc comment for parse_fwFabien Dessenne2019-01-071-2/+2
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-03-1424-111/+706
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | dt-bindings: clock: imx8mq: Fix numbering overlaps and gapsAbel Vesa2019-03-121-110/+110
| | | | | | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'clk-typo', 'clk-json-schema', 'clk-mtk-2712-eco' and 'clk-roc...Stephen Boyd2019-03-081-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | dt-bindings: clock: add clock for MT2712Weiyi Lu2019-02-051-1/+2
| | |/ / / / / / / / / / / / / / / /
| | | | | | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'clk-ingenic', 'clk-mtk-mux', 'clk-qcom-sdm845-pcie', 'clk-mtk...Stephen Boyd2019-03-081-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | clk: mediatek: correct cpu clock name for MT8173 SoCSeiya Wang2019-02-261-1/+2
| | |/ / / / / / / / / / / / / / / /
| | | | | | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *-----. | | | | | | | | | | | | | | | | Merge branches 'clk-qcom-msm8998', 'clk-fractional-parent', 'clk-x86-mv' and ...Stephen Boyd2019-03-083-0/+13
| |\ \ \ \| | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | clk: x86: Move clk-lpss.h to platform_data/x86Andy Shevchenko2019-02-221-0/+0
| | | | |/ / / / / / / / / / / / / / / /
| | | * / / / / / / / / / / / / / / / / clk: fractional-divider: check parent rate only if flag is setKatsuhiro Suzuki2019-02-221-0/+3
| | | |/ / / / / / / / / / / / / / / /
| | * / / / / / / / / / / / / / / / / clk: qcom: smd: Add support for MSM8998 rpm clocksJeffrey Hugo2019-01-091-0/+10
| | |/ / / / / / / / / / / / / / / /
| | | | | | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *-----. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'clk-qcom-rpmh', 'clk-gpio-sleep', 'clk-stm32mp1', 'clk-qcom-q...Stephen Boyd2019-03-083-3/+79
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | dt-bindings: clock: Add DT bindings for Actions Semi S500 CMUEdgar Bernardi Righi2019-02-221-0/+78
| | | | |/ / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | |