summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* io_uring: pin context while queueing deferred twPavel Begunkov2023-01-041-1/+7
* io_uring/io-wq: free worker if task_work creation is canceledJens Axboe2023-01-031-0/+1
* uapi:io_uring.h: allow linux/time_types.h to be skippedStefan Metzmacher2022-12-271-0/+8
* io_uring: check for valid register opcode earlierJens Axboe2022-12-231-2/+3
* io_uring/cancel: re-grab ctx mutex after finishing waitJens Axboe2022-12-211-5/+4
* io_uring: finish waiting before flushing overflow entriesJens Axboe2022-12-211-9/+16
* MAINTAINERS: io_uring: Add include/trace/events/io_uring.hAmmar Faizi2022-12-191-0/+1
* io_uring/net: fix cleanup after recyclePavel Begunkov2022-12-191-1/+1
* io_uring/net: ensure compat import handlers clear free_iovJens Axboe2022-12-191-0/+1
* io_uring: include task_work run after scheduling in wait for eventsJens Axboe2022-12-181-1/+10
* io_uring: don't use TIF_NOTIFY_SIGNAL to test for availability of task_workJens Axboe2022-12-171-2/+1
* io_uring: use call_rcu_hurry if signaling an eventfdDylan Yudaken2022-12-151-1/+1
* io_uring: fix overflow handling regressionPavel Begunkov2022-12-152-2/+2
* io_uring: ease timeout flush locking requirementsPavel Begunkov2022-12-142-7/+4
* io_uring: revise completion_lock lockingPavel Begunkov2022-12-143-15/+20
* io_uring: protect cq_timeouts with timeout_lockPavel Begunkov2022-12-141-1/+3
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-14237-5047/+9281
|\
| * mm/hugetlb: set head flag before setting compound_order in __prep_compound_gi...Sidhartha Kumar2022-12-131-2/+2
| * mm: mmu_gather: allow more than one batch of delayed rmapsLinus Torvalds2022-12-121-16/+20
| * mm: fix typo in struct pglist_data code commentWang Yong2022-12-121-1/+1
| * kmsan: fix memcpy testsAlexander Potapenko2022-12-121-0/+3
| * mm: add cond_resched() in swapin_walk_pmd_entry()Kefeng Wang2022-12-121-0/+1
| * mm: do not show fs mm pc for VM_LOCKONFAULT pagesJason A. Donenfeld2022-12-121-0/+1
| * selftests/vm: ksm_functional_tests: fixes for 32bitDavid Hildenbrand2022-12-122-3/+3
| * selftests/vm: cow: fix compile warning on 32bitDavid Hildenbrand2022-12-121-2/+2
| * selftests/vm: madv_populate: fix missing MADV_POPULATE_(READ|WRITE) definitionsDavid Hildenbrand2022-12-121-0/+7
| * mm/gup_test: fix PIN_LONGTERM_TEST_READ with highmemDavid Hildenbrand2022-12-121-3/+7
| * mm,thp,rmap: fix races between updates of subpages_mapcountHugh Dickins2022-12-121-9/+33
| * mm: memcg: fix swapcached stat accountingHugh Dickins2022-12-122-2/+7
| * mm: add nodes= arg to memory.reclaimMina Almasry2022-12-124-21/+68
| * mm: disable top-tier fallback to reclaim on proactive reclaimMina Almasry2022-12-121-3/+22
| * selftests: cgroup: make sure reclaim target memcg is unprotectedYosry Ahmed2022-12-121-0/+11
| * selftests: cgroup: refactor proactive reclaim code to reclaim_until()Yosry Ahmed2022-12-121-36/+44
| * mm: memcg: fix stale protection of reclaim target memcgYosry Ahmed2022-12-122-15/+27
| * mm/mmap: properly unaccount memory on mas_preallocate() failureAlistair Popple2022-12-121-3/+3
| * omfs: remove ->writepageChristoph Hellwig2022-12-121-6/+1
| * jfs: remove ->writepageChristoph Hellwig2022-12-121-6/+1
| * hpfs: remove ->writepageChristoph Hellwig2022-12-121-7/+2
| * hfsplus: remove ->writepageChristoph Hellwig2022-12-121-1/+1
| * hfs: remove ->writepageChristoph Hellwig2022-12-121-1/+1
| * fat: remove ->writepageChristoph Hellwig2022-12-121-7/+2
| * extfat: remove ->writepageChristoph Hellwig2022-12-121-7/+2
| * mm/page_alloc: update comments in __free_pages_ok()Deyan Wang2022-12-121-0/+5
| * xfs: remove restrictions for fsdax and reflinkShiyang Ruan2022-12-122-8/+0
| * fsdax,xfs: port unshare to fsdaxShiyang Ruan2022-12-123-2/+60
| * xfs: use dax ops for zero and truncate in fsdax modeShiyang Ruan2022-12-121-2/+2
| * fsdax: dedupe: iter two files at the same timeShiyang Ruan2022-12-121-8/+8
| * fsdax,xfs: set the shared flag when file extent is sharedShiyang Ruan2022-12-122-13/+8
| * fsdax: zero the edges if source is HOLE or UNWRITTENShiyang Ruan2022-12-121-30/+49
| * fsdax: invalidate pages when CoWShiyang Ruan2022-12-121-4/+13