summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-12docs: i2c: i2c-protocol: update introductory paragraphLuca Ceresoli1-1/+2
2022-08-12i2c: move core from strlcpy to strscpyWolfram Sang2-2/+2
2022-08-12i2c: move drivers from strlcpy to strscpyWolfram Sang47-49/+49
2022-08-12i2c: kempld: Support ACPI I2C device declarationChris Pringle1-0/+1
2022-08-12i2c: mediatek: add i2c compatible for MT8188Kewei Xu1-0/+43
2022-08-12dt-bindings: i2c: update bindings for mt8188 socKewei Xu1-0/+1
2022-08-11i2c: microchip-corei2c: fix erroneous late ack sendConor Dooley1-1/+1
2022-08-11dt-bindings: i2c: qcom,i2c-cci: convert to dtschemaKrzysztof Kozlowski3-97/+243
2022-08-11i2c: qcom-geni: Fix GPI DMA buffer sync-backRobin Reckmann1-2/+3
2022-08-11x86: link vdso and boot with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers3-2/+6
2022-08-11Makefile: link with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers1-0/+5
2022-08-11crypto: blake2b: effectively disable frame size warningLinus Torvalds1-0/+1
2022-08-11Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds37-457/+1032
2022-08-10Merge tag 'hwmon-fixes-for-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-3/+6
2022-08-10Merge tag 'rpmsg-v5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/re...Linus Torvalds2-7/+28
2022-08-10Merge tag 'mm-stable-2022-08-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds21-702/+823
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds39-576/+5498
2022-08-10Merge tag 'pinctrl-v6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds88-667/+13354
2022-08-10Merge tag 'apparmor-pr-2022-08-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds30-340/+492
2022-08-10Merge tag 'kbuild-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds36-313/+111
2022-08-10hwmon: (nct6775) Fix platform driver suspend regressionZev Weiss3-2/+5
2022-08-10hwmon: (lm90) Fix error return value from detect functionGuenter Roeck1-1/+1
2022-08-10add barriers to buffer_uptodate and set_buffer_uptodateMikulas Patocka1-1/+24
2022-08-10Merge tag 'nfsd-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds33-945/+1426
2022-08-10dt-bindings: soc: qcom: smd-rpm: extend exampleKrzysztof Kozlowski1-6/+27
2022-08-10dt-bindings: soc: qcom: smd: reference SMD edge schemaKrzysztof Kozlowski1-1/+1
2022-08-09NFS: Improve readpage/writepage tracingTrond Myklebust1-28/+26
2022-08-09NFS: Improve O_DIRECT tracingTrond Myklebust1-12/+9
2022-08-09NFS: Improve write error tracingTrond Myklebust3-20/+27
2022-08-09Merge tag 'fscache-fixes-20220809' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+9
2022-08-09Merge tag 'afs-fixes-20220802' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-116/+124
2022-08-09Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds5-19/+102
2022-08-09Merge tag 'memblock-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-370/+920
2022-08-09Merge tag 'm68knommu-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-5/+5
2022-08-09Merge tag 'x86_bugs_pbrsb' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds9-30/+116
2022-08-09fscache: add tracepoint when failing cookieJeff Layton2-0/+4
2022-08-09fscache: don't leak cookie access refs if invalidation is in progress or failedJeff Layton1-2/+5
2022-08-09Merge tag '5.20-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds20-220/+322
2022-08-09Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds30-621/+508
2022-08-09fix copy_page_from_iter() for compound destinationsAl Viro1-4/+18
2022-08-09hugetlbfs: copy_page_to_iter() can deal with compound pagesAl Viro1-30/+1
2022-08-09copy_page_to_iter(): don't split high-order page in case of ITER_PIPEAl Viro1-15/+6
2022-08-09expand those iov_iter_advance()...Al Viro1-2/+9
2022-08-09pipe_get_pages(): switch to append_pipe()Al Viro1-29/+6
2022-08-09get rid of non-advancing variantsAl Viro2-31/+20
2022-08-09ceph: switch the last caller of iov_iter_get_pages_alloc()Al Viro1-1/+1
2022-08-099p: convert to advancing variant of iov_iter_get_pages_alloc()Al Viro3-19/+26
2022-08-09af_alg_make_sg(): switch to advancing variant of iov_iter_get_pages()Al Viro2-4/+4
2022-08-09iter_to_pipe(): switch to advancing variant of iov_iter_get_pages()Al Viro1-23/+24
2022-08-09block: convert to advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2-14/+18