summaryrefslogtreecommitdiffstats
path: root/Documentation/locking (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-29io_uring: make io_sqpoll_wait_sq return voidQuanfa Fu3-8/+5
2023-01-29io_uring: optimise deferred tw executionPavel Begunkov1-17/+7
2023-01-29io_uring: add io_req_local_work_add wake fast pathPavel Begunkov2-1/+7
2023-01-29io_uring: waitqueue-less cq waitingPavel Begunkov1-7/+12
2023-01-29io_uring: wake up optimisationsPavel Begunkov1-1/+20
2023-01-29io_uring: add lazy poll_wq activationPavel Begunkov3-5/+64
2023-01-29io_uring: separate wq for ring pollingPavel Begunkov3-2/+12
2023-01-29io_uring: move io_run_local_work_lockedPavel Begunkov2-18/+17
2023-01-29io_uring: mark io_run_local_work staticPavel Begunkov2-2/+1
2023-01-29io_uring: don't set TASK_RUNNING in local tw runnerPavel Begunkov1-3/+2
2023-01-29io_uring: refactor io_wake_functionPavel Begunkov1-4/+2
2023-01-29io_uring: move submitter_task out of cold cachelinePavel Begunkov1-5/+5
2023-01-29io_uring: remove excessive unlikely on IS_ERRDmitrii Bundin1-1/+1
2023-01-29io_uring/msg_ring: Pass custom flags to the cqeBreno Leitao2-5/+21
2023-01-29io_uring: keep timeout in io_wait_queuePavel Begunkov1-14/+14
2023-01-29io_uring: optimise non-timeout waitingPavel Begunkov1-1/+3
2023-01-29io_uring: set TASK_RUNNING right after schedulePavel Begunkov1-3/+2
2023-01-29io_uring: simplify io_has_workPavel Begunkov1-2/+1
2023-01-29io_uring: mimimise io_cqring_wait_schedulePavel Begunkov1-16/+23
2023-01-29io_uring: parse check_cq out of wq waitingPavel Begunkov1-14/+18
2023-01-29io_uring: move defer tw task checksPavel Begunkov2-9/+11
2023-01-29io_uring: kill io_run_task_work_ctxPavel Begunkov2-21/+5
2023-01-29io_uring: don't iterate cq wait fast pathPavel Begunkov1-10/+8
2023-01-29io_uring: rearrange defer list checksPavel Begunkov2-4/+1
2023-01-29Linux 6.2-rc6v6.2-rc6Linus Torvalds1-1/+1
2023-01-29Revert "mm/compaction: fix set skip in fast_find_migrateblock"Vlastimil Babka1-0/+1
2023-01-28Fix up more non-executable files marked executableLinus Torvalds2-0/+0
2023-01-27ovl: fail on invalid uid/gid mapping at copy upMiklos Szeredi1-0/+4
2023-01-27ovl: fix tmpfile leakMiklos Szeredi1-1/+1
2023-01-27io_uring: always prep_async for drain requestsDylan Yudaken1-10/+8
2023-01-27tools: gpio: fix -c option of gpio-event-monIvo Borisov Shopov1-0/+1
2023-01-27gpio: ep93xx: remove unused variableArnd Bergmann1-2/+0
2023-01-27amdgpu: fix build on non-DCN platforms.Dave Airlie1-2/+2
2023-01-26treewide: fix up files incorrectly marked executableLinus Torvalds3-0/+0
2023-01-26block: ublk: move ublk_chr_class destroying after devices are removedMing Lei1-4/+3
2023-01-26Partially revert "perf/arm-cmn: Optimise DTC counter accesses"Robin Murphy1-1/+6
2023-01-26net: mdio-mux-meson-g12a: force internal PHY off on mux switchJerome Brunet1-7/+16
2023-01-26docs: networking: Fix bridge documentation URLIvan Vecera1-1/+1
2023-01-26tsnep: Fix TX queue stop/wake for multiple queuesGerhard Engleder1-6/+9
2023-01-26net/tg3: resolve deadlock in tg3_reset_task() during EEHDavid Christensen1-4/+4
2023-01-26ksmbd: downgrade ndr version error message to debugNamjae Jeon1-4/+4
2023-01-26ksmbd: limit pdu length size according to connection statusNamjae Jeon2-4/+18
2023-01-26cxl/pmem: Fix nvdimm unregistration when cxl_pmem driver is absentDan Williams3-39/+28
2023-01-25bcache: Silence memcpy() run-time false positive warningsKees Cook2-2/+4
2023-01-25gcc-plugins: Reorganize gimple includes for GCC 13Kees Cook1-2/+2
2023-01-25kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TESTKees Cook2-0/+11
2023-01-25drm/amd/display: Fix timing not changning when freesync video is enabledAurabindo Pillai1-0/+7
2023-01-25drm/display/dp_mst: Correct the kref of port.Wayne Lin1-1/+3
2023-01-25drm/amdgpu/display/mst: update mst_mgr relevant variable when long HPDWayne Lin1-2/+12
2023-01-25drm/amdgpu/display/mst: limit payload to be updated one by oneWayne Lin1-12/+39