summaryrefslogtreecommitdiffstats
path: root/kernel/sys_ni.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-21mm/hugetlb: fix uffd-wp during fork()Peter Xu1-9/+15
2023-04-21kasan: fix lockdep report invalid wait contextZqiang1-26/+8
2023-04-19mm: ksm: support hwpoison for ksm pageLonglong Xia4-9/+88
2023-04-19mm: memory-failure: refactor add_to_kill()Longlong Xia1-8/+21
2023-04-19selftests/memfd: fix test_sysctlJeff Xu1-6/+8
2023-04-19selftests/mm: run hugetlb testcases of va switchChaitanya S Prakash1-0/+4
2023-04-19selftests/mm: configure nr_hugepages for arm64Chaitanya S Prakash1-1/+9
2023-04-19selftests/mm: add platform independent in code commentsChaitanya S Prakash1-7/+8
2023-04-19selftests/mm: rename va_128TBswitch to va_high_addr_switchChaitanya S Prakash4-4/+4
2023-04-19selftests/mm: add support for arm64 platform on va switchChaitanya S Prakash1-2/+24
2023-04-19memfd: pass argument of memfd_fcntl as intLuca Vizzarro2-7/+3
2023-04-19mm: Multi-gen LRU: remove wait_event_killable()Kalesh Singh2-78/+42
2023-04-19mm: workingset: update description of the source fileYang Yang1-6/+17
2023-04-19printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti5-74/+14
2023-04-19mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed6-14/+23
2023-04-19mm: vmscan: move set_task_reclaim_state() near flush_reclaim_state()Yosry Ahmed1-12/+12
2023-04-19mm: vmscan: ignore non-LRU-based reclaim in memcg reclaimYosry Ahmed1-7/+42
2023-04-19mm: apply __must_check to vmap_pages_range_noflush()Alexander Potapenko1-5/+5
2023-04-19mm: kmsan: apply __must_check to non-void functionsAlexander Potapenko1-21/+22
2023-04-19mm: hwpoison: support recovery from HugePage copy-on-write faultsLiu Shixin3-27/+55
2023-04-19memcg: page_cgroup_ino() get memcg from the page's folioYosry Ahmed1-1/+2
2023-04-19mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V6-12/+11
2023-04-19mm/vmemmap/devdax: fix kernel crash when probing devdax devicesAneesh Kumar K.V3-6/+23
2023-04-19selftests/mm: add uffdio register ioctls testPeter Xu1-15/+97
2023-04-19selftests/mm: add shmem-private test to uffd-stressPeter Xu2-5/+9
2023-04-19selftests/mm: drop sys/dev test in uffd-stress testPeter Xu4-40/+11
2023-04-19selftests/mm: allow uffd test to skip properly with no privilegePeter Xu4-18/+29
2023-04-19selftests/mm: workaround no way to detect uffd-minor + wpPeter Xu1-1/+7
2023-04-19selftests/mm: move zeropage test into uffd unit testsPeter Xu4-95/+108
2023-04-19selftests/mm: move uffd sig/events tests into uffd unit testsPeter Xu2-226/+265
2023-04-19selftests/mm: move uffd minor test to unit testPeter Xu4-145/+135
2023-04-19selftests/mm: move uffd pagemap test to unit testPeter Xu2-166/+145
2023-04-19selftests/mm: add framework for uffd-unit-testPeter Xu3-0/+163
2023-04-19selftests/mm: allow allocate_area() to fail properlyPeter Xu2-15/+36
2023-04-19selftests/mm: let uffd_handle_page_fault() take wp parameterPeter Xu3-16/+23
2023-04-19selftests/mm: rename uffd_stats to uffd_argsPeter Xu3-43/+42
2023-04-19selftests/mm: drop global hpage_size in uffd testsPeter Xu3-7/+8
2023-04-19selftests/mm: drop global mem_fd in uffd testsPeter Xu3-17/+28
2023-04-19selftests/mm: UFFDIO_API testPeter Xu1-1/+108
2023-04-19selftests/mm: uffd_open_{dev|sys}()Peter Xu3-23/+31
2023-04-19selftests/mm: uffd_[un]register()Peter Xu7-104/+64
2023-04-19selftests/mm: split uffd tests into uffd-stress and uffd-unit-testsPeter Xu5-8/+40
2023-04-19selftests/mm: create uffd-common.[ch]Peter Xu4-693/+731
2023-04-19selftests/mm: drop test_uffdio_zeropage_eexistPeter Xu1-9/+11
2023-04-19selftests/mm: test UFFDIO_ZEROPAGE only when !hugetlbPeter Xu1-1/+1
2023-04-19selftests/mm: reuse pagemap_get_entry() in vm_util.hPeter Xu1-22/+9
2023-04-19selftests/mm: use PM_* macros in vm_utils.hPeter Xu3-20/+12
2023-04-19selftests/mm: merge default_huge_page_size() into onePeter Xu5-66/+24
2023-04-19selftests/mm: link vm_util.c alwaysPeter Xu1-12/+1
2023-04-19selftests/mm: use TEST_GEN_PROGS where properPeter Xu1-32/+33