aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-11hfs: Fix OOB Write in hfs_asc2macZhangPeng1-1/+1
2022-12-11hfs: fix OOB Read in __hfs_brec_findZhangPeng1-0/+2
2022-12-11relay: fix type mismatch when allocating memory in relay_create_buf()Gavrilov Ilia1-2/+2
2022-12-11ocfs2: always read both high and low parts of dinode link countAlexey Asemov1-2/+1
2022-12-11io-mapping: move some code within the include guarded sectionChristophe JAILLET1-2/+2
2022-12-11kernel: kcsan: kcsan_test: build without structleak pluginAnders Roxell1-0/+1
2022-12-11mailmap: update email for Iskren ChernevIskren Chernev1-0/+1
2022-12-11eventfd: change int to __u64 in eventfd_signal() ifndef CONFIG_EVENTFDZhang Qilong1-1/+1
2022-12-11rapidio: fix possible UAF when kfifo_alloc() failsWang Weiyang1-4/+3
2022-12-11relay: use strscpy() is more robust and saferXu Panda1-2/+2
2022-12-11mm: mmu_gather: allow more than one batch of delayed rmapsLinus Torvalds1-16/+20
2022-12-11mm: fix typo in struct pglist_data code commentWang Yong1-1/+1
2022-12-11kmsan: fix memcpy testsAlexander Potapenko1-0/+3
2022-12-11mm: add cond_resched() in swapin_walk_pmd_entry()Kefeng Wang1-0/+1
2022-12-11mm: do not show fs mm pc for VM_LOCKONFAULT pagesJason A. Donenfeld1-0/+1
2022-12-11selftests/vm: ksm_functional_tests: fixes for 32bitDavid Hildenbrand2-3/+3
2022-12-11selftests/vm: cow: fix compile warning on 32bitDavid Hildenbrand1-2/+2
2022-12-11selftests/vm: madv_populate: fix missing MADV_POPULATE_(READ|WRITE) definitionsDavid Hildenbrand1-0/+7
2022-12-11mm/gup_test: fix PIN_LONGTERM_TEST_READ with highmemDavid Hildenbrand1-3/+7
2022-12-11mm,thp,rmap: fix races between updates of subpages_mapcountHugh Dickins1-9/+33
2022-12-11mm: memcg: fix swapcached stat accountingHugh Dickins2-2/+7
2022-12-11mm: add nodes= arg to memory.reclaimMina Almasry4-21/+68
2022-12-11mm: disable top-tier fallback to reclaim on proactive reclaimMina Almasry1-3/+22
2022-12-11selftests: cgroup: make sure reclaim target memcg is unprotectedYosry Ahmed1-0/+11
2022-12-11selftests: cgroup: refactor proactive reclaim code to reclaim_until()Yosry Ahmed1-36/+44
2022-12-11mm: memcg: fix stale protection of reclaim target memcgYosry Ahmed2-15/+27
2022-12-11mm/mmap: properly unaccount memory on mas_preallocate() failureAlistair Popple1-3/+3
2022-12-11omfs: remove ->writepageChristoph Hellwig1-6/+1
2022-12-11jfs: remove ->writepageChristoph Hellwig1-6/+1
2022-12-11hpfs: remove ->writepageChristoph Hellwig1-7/+2
2022-12-11hfsplus: remove ->writepageChristoph Hellwig1-1/+1
2022-12-11hfs: remove ->writepageChristoph Hellwig1-1/+1
2022-12-11fat: remove ->writepageChristoph Hellwig1-7/+2
2022-12-11extfat: remove ->writepageChristoph Hellwig1-7/+2
2022-12-11mm/page_alloc: update comments in __free_pages_ok()Deyan Wang1-0/+5
2022-12-11xfs: remove restrictions for fsdax and reflinkShiyang Ruan2-8/+0
2022-12-11fsdax,xfs: port unshare to fsdaxShiyang Ruan3-2/+60
2022-12-11xfs: use dax ops for zero and truncate in fsdax modeShiyang Ruan1-2/+2
2022-12-11fsdax: dedupe: iter two files at the same timeShiyang Ruan1-8/+8
2022-12-11fsdax,xfs: set the shared flag when file extent is sharedShiyang Ruan2-13/+8
2022-12-11fsdax: zero the edges if source is HOLE or UNWRITTENShiyang Ruan1-30/+49
2022-12-11fsdax: invalidate pages when CoWShiyang Ruan1-4/+13
2022-12-11fsdax: introduce page->share for fsdax in reflink modeShiyang Ruan3-18/+27
2022-12-11selftests/damon: test removed scheme sysfs dir access bugSeongJae Park2-1/+59
2022-12-11kasan: fail non-kasan KUnit tests on KASAN reportsAndrey Konovalov3-0/+69
2022-12-11mm/hugetlb: change hugetlb allocation functions to return a folioSidhartha Kumar1-70/+64
2022-12-11mm/hugetlb: convert hugetlb prep functions to foliosSidhartha Kumar1-33/+30
2022-12-11mm/hugetlb: convert free_gigantic_page() to foliosSidhartha Kumar1-12/+17
2022-12-11mm/hugetlb: convert enqueue_huge_page() to foliosSidhartha Kumar1-11/+11
2022-12-11mm/hugetlb: convert add_hugetlb_page() to folios and add hugetlb_cma_folio()Sidhartha Kumar1-21/+21