aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* io_uring/poll: fix poll_refs race with cancelationLin Ma2022-11-251-1/+2
* io_uring/filetable: fix file reference underflowLin Ma2022-11-251-2/+0
* io_uring: make poll refs more robustPavel Begunkov2022-11-251-1/+35
* io_uring: cmpxchg for poll arm refs releasePavel Begunkov2022-11-251-5/+3
* io_uring: disallow self-propelled ring pollingPavel Begunkov2022-11-181-0/+2
* io_uring: fix multishot recv request leaksPavel Begunkov2022-11-171-9/+7
* io_uring: fix multishot accept request leaksPavel Begunkov2022-11-174-8/+8
* io_uring: fix tw losing poll eventsPavel Begunkov2022-11-171-0/+7
* io_uring: update res mask in io_poll_check_eventsPavel Begunkov2022-11-171-0/+3
* io_uring/poll: lockdep annote io_poll_req_insert_lockedPavel Begunkov2022-11-111-0/+2
* io_uring/poll: fix double poll req->flags racesPavel Begunkov2022-11-111-12/+17
* io_uring: check for rollover of buffer ID when providing buffersJens Axboe2022-11-101-0/+2
* io_uring: calculate CQEs from the user visible valueDylan Yudaken2022-11-081-2/+8
* io_uring: fix typo in io_uring.h commentJens Axboe2022-11-061-1/+1
* selftests/net: don't tests batched TCP io_uring zcPavel Begunkov2022-11-021-1/+1
* io_uring: unlock if __io_run_local_work locked insideDylan Yudaken2022-10-272-6/+15
* io_uring: use io_run_local_work_locked helperDylan Yudaken2022-10-271-2/+1
* io_uring/net: fail zc sendmsg when unsupported by socketPavel Begunkov2022-10-221-0/+2
* io_uring/net: fail zc send when unsupported by socketPavel Begunkov2022-10-221-0/+2
* net: flag sockets supporting msghdr originated zerocopyPavel Begunkov2022-10-223-0/+3
* io-wq: Fix memory leak in worker creationRafael Mendonca2022-10-201-1/+1
* io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd()Harshit Mogalapalli2022-10-191-0/+3
* io_uring/rw: remove leftover debug statementJens Axboe2022-10-161-2/+0
* io_uring: don't iopoll from io_ring_ctx_wait_and_kill()Pavel Begunkov2022-10-161-8/+5
* io_uring: reuse io_alloc_req()Pavel Begunkov2022-10-161-6/+2
* io_uring: kill hot path fixed file bitmap debug checksPavel Begunkov2022-10-162-1/+1
* io_uring: remove FFS_SCMPavel Begunkov2022-10-164-25/+3
* Linux 6.1-rc1Linus Torvalds2022-10-161-2/+2
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-16185-421/+378
|\
| * prandom: remove unused functionsJason A. Donenfeld2022-10-113-23/+5
| * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-1119-24/+24
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-1171-100/+100
| * treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-116-6/+6
| * treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-1121-34/+34
| * treewide: use prandom_u32_max() when possible, part 2Jason A. Donenfeld2022-10-114-19/+8
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-1189-218/+204
* | Merge tag 'perf-tools-for-v6.1-2-2022-10-16' of git://git.kernel.org/pub/scm/...Linus Torvalds2022-10-1636-71/+1265
|\ \
| * | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-10-151-0/+18
| * | perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packetQi Liu2022-10-157-0/+396
| * | perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driverQi Liu2022-10-157-1/+273
| * | perf auxtrace arm: Refactor event list iteration in auxtrace_record__init()Qi Liu2022-10-151-19/+34
| * | perf tests stat+json_output: Include sanity check for topologyAthira Rajeev2022-10-151-4/+39
| * | perf tests stat+csv_output: Include sanity check for topologyAthira Rajeev2022-10-151-4/+39
| * | perf intel-pt: Fix system_wide dummy event for hybridAdrian Hunter2022-10-151-1/+1
| * | perf intel-pt: Fix segfault in intel_pt_print_info() with uClibcAdrian Hunter2022-10-151-2/+7
| * | perf test: Fix attr tests for PERF_FORMAT_LOSTJames Clark2022-10-156-11/+11
| * | perf test: test_intel_pt.sh: Add 9 testsAmmy Yi2022-10-151-1/+194
| * | perf inject: Fix GEN_ELF_TEXT_OFFSET for jitAdrian Hunter2022-10-151-1/+3
| * | perf test: test_intel_pt.sh: Add jitdump testAdrian Hunter2022-10-151-0/+162
| * | perf test: test_intel_pt.sh: Tidy some alignmentAdrian Hunter2022-10-151-3/+3