summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | netfs: Trace refcounting on the netfs_io_request structDavid Howells2022-03-182-1/+36
| * | | | | | | | | | | | | | | | | | | | | | | netfs: Adjust the netfs_rreq tracepoint slightlyDavid Howells2022-03-181-9/+9
| * | | | | | | | | | | | | | | | | | | | | | | netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells2022-03-181-11/+11
| * | | | | | | | | | | | | | | | | | | | | | | netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells2022-03-183-31/+31
| * | | | | | | | | | | | | | | | | | | | | | | netfs: Generate enums from trace symbol mapping listsDavid Howells2022-03-181-43/+16
| * | | | | | | | | | | | | | | | | | | | | | | fscache: export fscache_end_operation()Jeffle Xu2022-03-181-0/+14
* | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-03-315-27/+99
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | vdpa: support exposing the count of vqs to userspaceLongpeng2022-03-281-0/+3
| * | | | | | | | | | | | | | | | | | | | | | | vdpa: change the type of nvqs to u32Longpeng2022-03-281-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | vdpa: support exposing the config size to userspaceLongpeng2022-03-282-1/+6
| * | | | | | | | | | | | | | | | | | | | | | | virtio-crypto: introduce akcipher servicezhenwei pi2022-03-281-1/+80
| * | | | | | | | | | | | | | | | | | | | | | | virtio_crypto: Introduce VIRTIO_CRYPTO_NOSPCzhenwei pi2022-03-281-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | Add definition of VIRTIO_F_IN_ORDER feature bitGautam Dawar2022-03-281-0/+6
| * | | | | | | | | | | | | | | | | | | | | | | mm/balloon_compaction: make balloon page compaction callbacks staticMiaohe Lin2022-03-281-22/+0
| | |_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge tag 'hardening-v5.18-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-03-311-4/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | ARM/dma-mapping: Remove CMA code when not built with CMAKees Cook2022-03-311-4/+0
* | | | | | | | | | | | | | | | | | | | | | Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-03-312-3/+56
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | rxrpc: Fix call timer start racing with call destructionDavid Howells2022-03-311-1/+7
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | kprobes: Use rethook for kretprobe if possibleMasami Hiramatsu2022-03-281-2/+49
* | | | | | | | | | | | | | | | | | | | | Merge tag 'rproc-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds2022-03-301-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | remoteproc: Change rproc_shutdown() to return a statusSuman Anna2022-03-111-1/+1
| * | | | | | | | | | | | | | | | | | | | | remoteproc: move rproc_da_to_va declaration to remoteproc.hSuman Anna2022-03-111-0/+1
| * | | | | | | | | | | | | | | | | | | | | remoteproc: Introduce sysfs_read_only flagPuranjay Mohan2022-03-041-0/+2
* | | | | | | | | | | | | | | | | | | | | | Merge tag 'rpmsg-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds2022-03-301-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | rpmsg: ctrl: Introduce new RPMSG_CREATE/RELEASE_DEV_IOCTL controlsArnaud Pouliquen2022-03-131-0/+10
| |/ / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | Merge tag 'i3c/for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds2022-03-301-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | i3c: remove i2c board info from i2c_dev_descJamie Iles2022-03-041-1/+0
| | |_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2022-03-3021-379/+539
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *-. | | | | | | | | | | | | | | | | | | | | | Merge branches 'clk-sifive' and 'clk-visconti' into clk-nextStephen Boyd2022-03-292-13/+13
| |\ \| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | dt-bindings: change the macro name of prci in header files and exampleZong Li2022-03-152-13/+13
| | |/ / / / / / / / / / / / / / / / / / / / /
| | | | | | | | | | | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'clk-range', 'clk-uniphier', 'clk-apple' and 'clk-qcom' into c...Stephen Boyd2022-03-2910-1/+188
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | | | dt-bindings: clock: add QCOM SM6125 display clock bindingsMartin Botka2022-03-091-0/+41
| | | | * | | | | | | | | | | | | | | | | | | | | clk: qcom: gcc: Add emac GDSC support for SM8150Bhupesh Sharma2022-03-091-0/+1
| | | | * | | | | | | | | | | | | | | | | | | | | clk: qcom: gcc: Add UFS_CARD and UFS_PHY GDSCs for SM8150Bhupesh Sharma2022-03-091-0/+2
| | | | * | | | | | | | | | | | | | | | | | | | | clk: qcom: gcc: Add PCIe0 and PCIe1 GDSC for SM8150Bhupesh Sharma2022-03-091-0/+2
| | | | * | | | | | | | | | | | | | | | | | | | | clk: qcom: smd: Add missing RPM clocks for msm8992/4Konrad Dybcio2022-03-091-0/+1
| | | | * | | | | | | | | | | | | | | | | | | | | dt-bindings: clock: qcom: rpmcc: Add RPM Modem SubSystem (MSS) clocksKonrad Dybcio2022-03-081-0/+2
| | | | * | | | | | | | | | | | | | | | | | | | | dt-bindings: reset: add ipq8064 ce5 resetsAnsuel Smith2022-03-081-0/+5
| | | | * | | | | | | | | | | | | | | | | | | | | dt-bindings: clock: add ipq8064 ce5 clk defineAnsuel Smith2022-03-081-1/+4
| | | | * | | | | | | | | | | | | | | | | | | | | dt-bindings: clock: add SM6350 QCOM Graphics clock bindingsKonrad Dybcio2022-03-081-0/+37
| | | | * | | | | | | | | | | | | | | | | | | | | dt-bindings: clock: add QCOM SM6350 display clock bindingsKonrad Dybcio2022-03-081-0/+48
| | | | * | | | | | | | | | | | | | | | | | | | | dt-bindings: clock: Add qualcomm QCM2290 DISPCC bindingsLoic Poulain2022-02-101-0/+34
| | | |/ / / / / / / / / / / / / / / / / / / / /
| | * / / / / / / / / / / / / / / / / / / / / / clk: Add clk_drop_rangeMaxime Ripard2022-03-111-0/+11
| | |/ / / / / / / / / / / / / / / / / / / / /
| | | | | | | | | | | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *---. | | | | | | | | | | | | | | | | | | | | | Merge branches 'clk-starfive', 'clk-ti', 'clk-terminate' and 'clk-cleanup' in...Stephen Boyd2022-03-294-359/+41
| |\ \ \| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | clk: ti: Drop legacy compatibility clocks for dra7Tony Lindgren2022-03-151-168/+0
| | | * | | | | | | | | | | | | | | | | | | | | | clk: ti: Drop legacy compatibility clocks for am4Tony Lindgren2022-03-151-98/+0
| | | * | | | | | | | | | | | | | | | | | | | | | clk: ti: Drop legacy compatibility clocks for am3Tony Lindgren2022-03-151-93/+0
| | | | |_|_|_|_|_|/ / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | dt-bindings: clock: Add JH7100 audio clock definitionsEmil Renner Berthing2022-03-101-0/+41
| | | |/ / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'clk-mvebu', 'clk-const', 'clk-imx' and 'clk-rockchip' into cl...Stephen Boyd2022-03-293-6/+279
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | | | dt-bindings: clock: add i.MX93 clock definitionPeng Fan2022-03-041-0/+201