summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang31-210/+11
2022-11-08vmalloc: add reviewers for vmalloc codeUladzislau Rezki (Sony)1-1/+11
2022-11-08mm: vmalloc: use trace_free_vmap_area_noflush eventUladzislau Rezki (Sony)1-1/+5
2022-11-08mm: vmalloc: use trace_purge_vmap_area_lazy eventUladzislau Rezki (Sony)1-2/+7
2022-11-08mm: vmalloc: use trace_alloc_vmap_area eventUladzislau Rezki (Sony)1-0/+5
2022-11-08mm: vmalloc: add free_vmap_area_noflush trace eventUladzislau Rezki (Sony)1-0/+34
2022-11-08mm: vmalloc: add purge_vmap_area_lazy trace eventUladzislau Rezki (Sony)1-0/+33
2022-11-08mm: vmalloc: add alloc_vmap_area trace eventUladzislau Rezki (Sony)1-0/+56
2022-11-08memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin11-12/+16
2022-11-08memory: remove unused register_hotmemory_notifier()Liu Shixin1-6/+0
2022-11-08ACPI: HMAT: use hotplug_memory_notifier() directlyLiu Shixin1-6/+1
2022-11-08mm/mm_init.c: use hotplug_memory_notifier() directlyLiu Shixin1-7/+1
2022-11-08mm/mmap: use hotplug_memory_notifier() directlyLiu Shixin1-5/+1
2022-11-08mm/slub.c: use hotplug_memory_notifier() directlyLiu Shixin1-6/+1
2022-11-08fs/proc/kcore.c: use hotplug_memory_notifier() directlyLiu Shixin1-6/+1
2022-11-08cgroup/cpuset: use hotplug_memory_notifier() directlyLiu Shixin1-6/+1
2022-11-08mm: rmap: rename page_not_mapped() to folio_not_mapped()Kefeng Wang1-4/+4
2022-11-08selftests/vm: anon_cow: add R/O longterm tests via gup_testDavid Hildenbrand1-0/+210
2022-11-08mm/gup_test: start/stop/read functionality for PIN LONGTERM testDavid Hildenbrand2-0/+153
2022-11-08selftests/vm: anon_cow: add liburing test casesDavid Hildenbrand3-1/+241
2022-11-08selftests/vm: anon_cow: hugetlb testsDavid Hildenbrand1-1/+69
2022-11-08selftests/vm: anon_cow: THP testsDavid Hildenbrand1-1/+258
2022-11-08selftests/vm: factor out pagemap_is_populated() into vm_utilDavid Hildenbrand3-8/+9
2022-11-08selftests/vm: anon_cow: test COW handling of anonymous memoryDavid Hildenbrand6-1/+416
2022-11-08kasan: migrate workqueue_uaf test to kunitAndrey Konovalov2-37/+33
2022-11-08kasan: migrate kasan_rcu_uaf test to kunitAndrey Konovalov2-30/+37
2022-11-08kasan: switch kunit tests to console tracepointsAndrey Konovalov4-63/+63
2022-11-08tmpfs: ensure O_LARGEFILE with generic_file_open()Thomas Weißschuh1-0/+1
2022-11-08mm: memcontrol: use mem_cgroup_is_root() helperKamalesh Babulal1-10/+10
2022-11-08mm/mincore.c: use vma_lookup() instead of find_vma()Deming Wang1-2/+2
2022-11-08mm/shmem: remove unneeded assignments in shmem_get_folio_gfp()Lukas Bulwahn1-2/+1
2022-11-08mm: fix typo in struct vm_operations_struct commentsRolf Eike Beer1-1/+1
2022-11-08zram: use try_cmpxchg in update_used_maxUros Bizjak1-8/+5
2022-11-08filemap: find_get_entries() now updates start offsetVishal Moola (Oracle)4-22/+23
2022-11-08filemap: find_lock_entries() now updates start offsetVishal Moola (Oracle)4-18/+18
2022-11-08mm/rmap: fix comment in anon_vma_clone()Ma Wupeng1-2/+2
2022-11-08mm/hugetlb: add folio_hstate()Sidhartha Kumar2-3/+13
2022-11-08hugetlbfs: convert hugetlb_delete_from_page_cache() to use foliosSidhartha Kumar3-12/+6
2022-11-08mm/hugetlb: add hugetlb_folio_subpool() helpersSidhartha Kumar2-6/+17
2022-11-08mm: add private field of first tail to struct page and struct folioSidhartha Kumar1-0/+14
2022-11-08mm/hugetlb: add folio support to hugetlb specific flag macrosSidhartha Kumar1-0/+24
2022-11-08selftests/vm: drop mnt point for hugetlb in run_vmtests.shPeter Xu1-15/+3
2022-11-08selftests/vm: use memfd for hugepage-mremap testPeter Xu1-12/+9
2022-11-08selftests/vm: use memfd for hugetlb-madvise testPeter Xu1-9/+3
2022-11-08selftests/vm: use memfd for uffd hugetlb testsPeter Xu1-41/+21
2022-11-08mm: vmscan: make rotations a secondary factor in balancing anon vs fileJohannes Weiner4-9/+24
2022-11-08hugetlb: simplify hugetlb handling in follow_page_maskMike Kravetz5-278/+76
2022-11-06Linux 6.1-rc4v6.1-rc4Linus Torvalds1-1/+1
2022-11-06Merge tag 'cxl-fixes-for-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-91/+448
2022-11-06Merge tag 'hwmon-for-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-14/+103