summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | fs: implement vfs_stat and vfs_lstat in terms of vfs_fstatatChristoph Hellwig2020-09-261-9/+7
| * | | | | | | | | fs: remove vfs_statx_fdChristoph Hellwig2020-09-261-6/+1
| * | | | | | | | | [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-0/+5
| * | | | | | | | | fs: Remove duplicated flag O_NDELAY occurring twice in VALID_OPEN_FLAGSKrzysztof WilczyƄski2020-09-161-1/+1
| * | | | | | | | | Add a "nosymfollow" mount option.Mattias Nissler2020-08-273-1/+4
* | | | | | | | | | Merge tag 'dma-mapping-5.10-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-242-24/+23
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | dma-mapping: move more functions to dma-map-ops.hChristoph Hellwig2020-10-202-24/+23
* | | | | | | | | | | Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-242-40/+73
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | asm-generic: make the set_fs implementation optionalChristoph Hellwig2020-10-041-0/+2
| * | | | | | | | | | | asm-generic: add nommu implementations of __{get,put}_kernel_nofaultChristoph Hellwig2020-10-041-0/+16
| * | | | | | | | | | | asm-generic: improve the nommu {get,put}_user handlingChristoph Hellwig2020-10-041-40/+51
| * | | | | | | | | | | uaccess: provide a generic TASK_SIZE_MAX definitionChristoph Hellwig2020-10-041-0/+4
| * | | | | | | | | | | Merge branch 'base.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Palmer Dabbelt2020-10-044-3/+20
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge tag 'efi-riscv-shared-for-v5.10' of ssh://gitolite.kernel.org/pub/scm/l...Palmer Dabbelt2020-10-021-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-10-243-0/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'ti-k3-dt-for-v5.10-part2' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson2020-10-032-53/+93
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | dt-bindings: ti-serdes-mux: Add defines for J7200 SoCRoger Quadros2020-09-301-0/+22
| * | | | | | | | | | | | | | | Merge tag 'tegra-for-5.10-arm64-dt' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2020-09-262-0/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | arm64: tegra: Initial Tegra234 VDK supportThierry Reding2020-09-182-0/+24
| | | |_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge tag 'tegra-for-5.10-dt-bindings' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2020-09-261-0/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | dt-bindings: power: supply: Add device-tree binding for Summit SMB3xxDavid Heidelberg2020-09-181-0/+19
| | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Merge tag 'renesas-arm-dt-for-v5.10-tag2' of git://git.kernel.org/pub/scm/lin...Olof Johansson2020-09-262-0/+114
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-10-2416-16/+396
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'v5.9-next-soc' of https://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2020-10-032-4/+95
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | soc: mediatek: cmdq: add clear option in cmdq_pkt_wfe apiDennis YC Hsieh2020-09-252-4/+4
| | * | | | | | | | | | | | | | | | | soc: mediatek: cmdq: add jump functionDennis YC Hsieh2020-09-251-0/+11
| | * | | | | | | | | | | | | | | | | soc: mediatek: cmdq: add write_s_mask value functionDennis YC Hsieh2020-09-251-0/+15
| | * | | | | | | | | | | | | | | | | soc: mediatek: cmdq: add write_s value functionDennis YC Hsieh2020-09-251-0/+13
| | * | | | | | | | | | | | | | | | | soc: mediatek: cmdq: add read_s functionDennis YC Hsieh2020-09-252-0/+13
| | * | | | | | | | | | | | | | | | | soc: mediatek: cmdq: add write_s_mask functionDennis YC Hsieh2020-09-252-0/+19
| | * | | | | | | | | | | | | | | | | soc: mediatek: cmdq: add write_s functionDennis YC Hsieh2020-09-252-0/+20
| | | |_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge tag 'reset-for-v5.10' of git://git.pengutronix.de/pza/linux into arm/dr...Olof Johansson2020-10-032-1/+109
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | dt-bindings: reset: imx8mq: add m4 resetPeng Fan2020-09-231-1/+4
| | * | | | | | | | | | | | | | | | | dt-bindings: reset: Updated binding for Versal reset driverSai Krishna Potthuri2020-09-231-0/+105
| | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Merge tag 'amlogic-drivers' of https://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2020-10-031-0/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | dt-bindings: power: amlogic, meson-ee-pwrc: add Amlogic AXG power controller ...Neil Armstrong2020-09-181-0/+14
| | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Merge tag 'qcom-drivers-for-5.10' of https://git.kernel.org/pub/scm/linux/ker...Olof Johansson2020-10-031-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | soc: qcom-geni-se: Don't use relaxed writes when writing commandsDouglas Anderson2020-09-101-2/+2
| | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Merge tag 'soc-fsl-next-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2020-10-031-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | soc: fsl: qman: fix -Wpacked-not-aligned warningsLi Yang2020-09-221-2/+2
| | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Merge tag 'drivers_soc_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2020-09-261-0/+54
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | soc: ti: pruss: support CORECLK_MUX and IEPCLK_MUXGrzegorz Jaszczyk2020-09-111-0/+6
| | * | | | | | | | | | | | | | | | | soc: ti: pruss: Add a platform driver for PRUSS in TI SoCsSuman Anna2020-09-111-0/+48
| | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Merge tag 'tegra-for-5.10-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2020-09-261-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | soc/tegra: fuse: Add Tegra234 supportThierry Reding2020-09-181-0/+1
| | * | | | | | | | | | | | | | | | | soc/tegra: fuse: Implement tegra_is_silicon()Thierry Reding2020-09-181-0/+1
| | * | | | | | | | | | | | | | | | | soc/tegra: fuse: Extract tegra_get_platform()Thierry Reding2020-09-181-0/+1
| | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Merge tag 'renesas-drivers-for-v5.10-tag2' of git://git.kernel.org/pub/scm/li...Olof Johansson2020-09-262-0/+114
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge tag 'scmi-updates-5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2020-09-151-7/+25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | firmware: arm_scmi: Enable building as a single moduleSudeep Holla2020-09-141-1/+1