summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* perf vendor events: Remove bad ivytown uncore eventsIan Rogers2022-08-104-123/+0
* perf vendor events: Remove bad broadwellde uncore eventsIan Rogers2022-08-102-110/+0
* perf jevents: Add JEVENTS_ARCH make optionIan Rogers2022-08-101-1/+5
* perf jevents: Simplify generation of C-stringIan Rogers2022-08-101-10/+4
* perf jevents: Clean up pytype warningsIan Rogers2022-08-101-7/+6
* tools build: Switch to new openssl API for test-libcryptoRoberto Sassu2022-08-101-4/+11
* Revert "perf build: Suppress openssl v3 deprecation warnings in libcrypto fea...Arnaldo Carvalho de Melo2022-08-101-6/+0
* perf build: Remove FEATURE_CHECK_LDFLAGS-disassembler-{four-args,init-styled}...Roberto Sassu2022-08-101-10/+3
* bpftool: Complete libbfd feature detectionRoberto Sassu2022-08-101-2/+4
* tools, build: Retry detection of bfd-related featuresRoberto Sassu2022-08-101-5/+9
* perf test: JSON format checkingClaire Jensen2022-08-103-1/+245
* perf stat: Add JSON output optionClaire Jensen2022-08-105-106/+307
* 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