| Commit message (Expand) | Author | Age | Files | Lines |
* | dt-bindings: chrome: google,cros-ec-typec: restrict allowed properties | Krzysztof Kozlowski | 2022-08-12 | 1 | -2/+13 |
* | dt-bindings: Drop Dan Murphy and Ricardo Rivera-Matos | Krzysztof Kozlowski | 2022-08-12 | 11 | -13/+11 |
* | dt-bindings: Drop Robert Jones | Krzysztof Kozlowski | 2022-08-12 | 2 | -2/+1 |
* | dt-bindings: Drop Beniamin Bia and Stefan Popa | Krzysztof Kozlowski | 2022-08-12 | 4 | -5/+2 |
* | dt-bindings: iio: Drop Bogdan Pricop | Krzysztof Kozlowski | 2022-08-12 | 1 | -1/+1 |
* | dt-bindings: iio: Drop Joachim Eastwood | Krzysztof Kozlowski | 2022-08-12 | 2 | -2/+1 |
* | dt-bindings: mailbox: arm,mhu: Make secure interrupt optional | Rob Herring | 2022-08-10 | 1 | -0/+1 |
* | dt-bindings: pinctrl: qcom,ipq6018: Fix example 'gpio-ranges' size | Rob Herring | 2022-08-10 | 1 | -1/+1 |
* | dt-bindings: Drop DT_MK_SCHEMA_FLAGS conditional selecting schema files | Rob Herring | 2022-08-10 | 1 | -3/+1 |
* | dt-bindings: mfd: convert to yaml Qualcomm SPMI PMIC | David Heidelberg | 2022-08-10 | 2 | -94/+190 |
* | dt-bindings: mmc: sdhci-msm: Fix 'operating-points-v2 was unexpected' issue | Bhupesh Sharma | 2022-08-09 | 1 | -0/+2 |
* | dt-bindings: display: simple-framebuffer: Drop Bartlomiej Zolnierkiewicz | Krzysztof Kozlowski | 2022-08-09 | 1 | -1/+0 |
* | Merge tag '5.20-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 2022-08-09 | 20 | -220/+322 |
|\ |
|
| * | ksmbd: fix heap-based overflow in set_ntacl_dacl() | Namjae Jeon | 2022-08-04 | 4 | -57/+119 |
| * | ksmbd: prevent out of bound read for SMB2_TREE_CONNNECT | Hyunchul Lee | 2022-08-01 | 1 | -5/+0 |
| * | ksmbd: prevent out of bound read for SMB2_WRITE | Hyunchul Lee | 2022-08-01 | 2 | -7/+8 |
| * | ksmbd: fix use-after-free bug in smb2_tree_disconect | Namjae Jeon | 2022-08-01 | 1 | -0/+1 |
| * | ksmbd: fix memory leak in smb2_handle_negotiate | Namjae Jeon | 2022-08-01 | 1 | -0/+4 |
| * | ksmbd: fix racy issue while destroying session on multichannel | Namjae Jeon | 2022-08-01 | 12 | -86/+110 |
| * | ksmbd: use wait_event instead of schedule_timeout() | Namjae Jeon | 2022-08-01 | 4 | -17/+33 |
| * | ksmbd: fix kernel oops from idr_remove() | Namjae Jeon | 2022-07-27 | 2 | -2/+8 |
| * | ksmbd: add channel rwlock | Namjae Jeon | 2022-07-27 | 3 | -2/+22 |
| * | ksmbd: replace sessions list in connection with xarray | Namjae Jeon | 2022-07-27 | 5 | -33/+21 |
| * | MAINTAINERS: ksmbd: add entry for documentation | Namjae Jeon | 2022-07-24 | 1 | -0/+1 |
| * | ksmbd: remove unused ksmbd_share_configs_cleanup function | Namjae Jeon | 2022-07-24 | 2 | -16/+0 |
* | | Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2022-08-09 | 30 | -621/+508 |
|\ \ |
|
| * | | fix copy_page_from_iter() for compound destinations | Al Viro | 2022-08-09 | 1 | -4/+18 |
| * | | hugetlbfs: copy_page_to_iter() can deal with compound pages | Al Viro | 2022-08-09 | 1 | -30/+1 |
| * | | copy_page_to_iter(): don't split high-order page in case of ITER_PIPE | Al Viro | 2022-08-09 | 1 | -15/+6 |
| * | | expand those iov_iter_advance()... | Al Viro | 2022-08-09 | 1 | -2/+9 |
| * | | pipe_get_pages(): switch to append_pipe() | Al Viro | 2022-08-09 | 1 | -29/+6 |
| * | | get rid of non-advancing variants | Al Viro | 2022-08-09 | 2 | -31/+20 |
| * | | ceph: switch the last caller of iov_iter_get_pages_alloc() | Al Viro | 2022-08-09 | 1 | -1/+1 |
| * | | 9p: convert to advancing variant of iov_iter_get_pages_alloc() | Al Viro | 2022-08-09 | 3 | -19/+26 |
| * | | af_alg_make_sg(): switch to advancing variant of iov_iter_get_pages() | Al Viro | 2022-08-09 | 2 | -4/+4 |
| * | | iter_to_pipe(): switch to advancing variant of iov_iter_get_pages() | Al Viro | 2022-08-09 | 1 | -23/+24 |
| * | | block: convert to advancing variants of iov_iter_get_pages{,_alloc}() | Al Viro | 2022-08-09 | 2 | -14/+18 |
| * | | iov_iter: advancing variants of iov_iter_get_pages{,_alloc}() | Al Viro | 2022-08-09 | 13 | -30/+34 |
| * | | iov_iter: saner helper for page array allocation | Al Viro | 2022-08-09 | 1 | -45/+32 |
| * | | fold __pipe_get_pages() into pipe_get_pages() | Al Viro | 2022-08-09 | 1 | -37/+38 |
| * | | ITER_XARRAY: don't open-code DIV_ROUND_UP() | Al Viro | 2022-08-09 | 1 | -9/+1 |
| * | | unify the rest of iov_iter_get_pages()/iov_iter_get_pages_alloc() guts | Al Viro | 2022-08-09 | 1 | -59/+27 |
| * | | unify xarray_get_pages() and xarray_get_pages_alloc() | Al Viro | 2022-08-09 | 1 | -39/+10 |
| * | | unify pipe_get_pages() and pipe_get_pages_alloc() | Al Viro | 2022-08-09 | 1 | -32/+17 |
| * | | iov_iter_get_pages(): sanity-check arguments | Al Viro | 2022-08-09 | 1 | -7/+2 |
| * | | iov_iter_get_pages_alloc(): lift freeing pages array on failure exits into wr... | Al Viro | 2022-08-09 | 1 | -16/+22 |
| * | | ITER_PIPE: fold data_start() and pipe_space_for_user() together | Al Viro | 2022-08-09 | 2 | -45/+19 |
| * | | ITER_PIPE: cache the type of last buffer | Al Viro | 2022-08-09 | 2 | -40/+42 |
| * | | ITER_PIPE: clean iov_iter_revert() | Al Viro | 2022-08-09 | 1 | -46/+14 |
| * | | ITER_PIPE: clean pipe_advance() up | Al Viro | 2022-08-09 | 1 | -17/+17 |