summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dt-bindings: chrome: google,cros-ec-typec: restrict allowed propertiesKrzysztof Kozlowski2022-08-121-2/+13
* dt-bindings: Drop Dan Murphy and Ricardo Rivera-MatosKrzysztof Kozlowski2022-08-1211-13/+11
* dt-bindings: Drop Robert JonesKrzysztof Kozlowski2022-08-122-2/+1
* dt-bindings: Drop Beniamin Bia and Stefan PopaKrzysztof Kozlowski2022-08-124-5/+2
* dt-bindings: iio: Drop Bogdan PricopKrzysztof Kozlowski2022-08-121-1/+1
* dt-bindings: iio: Drop Joachim EastwoodKrzysztof Kozlowski2022-08-122-2/+1
* dt-bindings: mailbox: arm,mhu: Make secure interrupt optionalRob Herring2022-08-101-0/+1
* dt-bindings: pinctrl: qcom,ipq6018: Fix example 'gpio-ranges' sizeRob Herring2022-08-101-1/+1
* dt-bindings: Drop DT_MK_SCHEMA_FLAGS conditional selecting schema filesRob Herring2022-08-101-3/+1
* dt-bindings: mfd: convert to yaml Qualcomm SPMI PMICDavid Heidelberg2022-08-102-94/+190
* dt-bindings: mmc: sdhci-msm: Fix 'operating-points-v2 was unexpected' issueBhupesh Sharma2022-08-091-0/+2
* dt-bindings: display: simple-framebuffer: Drop Bartlomiej ZolnierkiewiczKrzysztof Kozlowski2022-08-091-1/+0
* Merge tag '5.20-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-08-0920-220/+322
|\
| * ksmbd: fix heap-based overflow in set_ntacl_dacl()Namjae Jeon2022-08-044-57/+119
| * ksmbd: prevent out of bound read for SMB2_TREE_CONNNECTHyunchul Lee2022-08-011-5/+0
| * ksmbd: prevent out of bound read for SMB2_WRITEHyunchul Lee2022-08-012-7/+8
| * ksmbd: fix use-after-free bug in smb2_tree_disconectNamjae Jeon2022-08-011-0/+1
| * ksmbd: fix memory leak in smb2_handle_negotiateNamjae Jeon2022-08-011-0/+4
| * ksmbd: fix racy issue while destroying session on multichannelNamjae Jeon2022-08-0112-86/+110
| * ksmbd: use wait_event instead of schedule_timeout()Namjae Jeon2022-08-014-17/+33
| * ksmbd: fix kernel oops from idr_remove()Namjae Jeon2022-07-272-2/+8
| * ksmbd: add channel rwlockNamjae Jeon2022-07-273-2/+22
| * ksmbd: replace sessions list in connection with xarrayNamjae Jeon2022-07-275-33/+21
| * MAINTAINERS: ksmbd: add entry for documentationNamjae Jeon2022-07-241-0/+1
| * ksmbd: remove unused ksmbd_share_configs_cleanup functionNamjae Jeon2022-07-242-16/+0
* | Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-0930-621/+508
|\ \
| * | fix copy_page_from_iter() for compound destinationsAl Viro2022-08-091-4/+18
| * | hugetlbfs: copy_page_to_iter() can deal with compound pagesAl Viro2022-08-091-30/+1
| * | copy_page_to_iter(): don't split high-order page in case of ITER_PIPEAl Viro2022-08-091-15/+6
| * | expand those iov_iter_advance()...Al Viro2022-08-091-2/+9
| * | pipe_get_pages(): switch to append_pipe()Al Viro2022-08-091-29/+6
| * | get rid of non-advancing variantsAl Viro2022-08-092-31/+20
| * | ceph: switch the last caller of iov_iter_get_pages_alloc()Al Viro2022-08-091-1/+1
| * | 9p: convert to advancing variant of iov_iter_get_pages_alloc()Al Viro2022-08-093-19/+26
| * | af_alg_make_sg(): switch to advancing variant of iov_iter_get_pages()Al Viro2022-08-092-4/+4
| * | iter_to_pipe(): switch to advancing variant of iov_iter_get_pages()Al Viro2022-08-091-23/+24
| * | block: convert to advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2022-08-092-14/+18
| * | iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2022-08-0913-30/+34
| * | iov_iter: saner helper for page array allocationAl Viro2022-08-091-45/+32
| * | fold __pipe_get_pages() into pipe_get_pages()Al Viro2022-08-091-37/+38
| * | ITER_XARRAY: don't open-code DIV_ROUND_UP()Al Viro2022-08-091-9/+1
| * | unify the rest of iov_iter_get_pages()/iov_iter_get_pages_alloc() gutsAl Viro2022-08-091-59/+27
| * | unify xarray_get_pages() and xarray_get_pages_alloc()Al Viro2022-08-091-39/+10
| * | unify pipe_get_pages() and pipe_get_pages_alloc()Al Viro2022-08-091-32/+17
| * | iov_iter_get_pages(): sanity-check argumentsAl Viro2022-08-091-7/+2
| * | iov_iter_get_pages_alloc(): lift freeing pages array on failure exits into wr...Al Viro2022-08-091-16/+22
| * | ITER_PIPE: fold data_start() and pipe_space_for_user() togetherAl Viro2022-08-092-45/+19
| * | ITER_PIPE: cache the type of last bufferAl Viro2022-08-092-40/+42
| * | ITER_PIPE: clean iov_iter_revert()Al Viro2022-08-091-46/+14
| * | ITER_PIPE: clean pipe_advance() upAl Viro2022-08-091-17/+17