summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: remove kern_addr_valid() completelyKefeng Wang2022-11-0931-210/+11
* vmalloc: add reviewers for vmalloc codeUladzislau Rezki (Sony)2022-11-091-1/+11
* mm: vmalloc: use trace_free_vmap_area_noflush eventUladzislau Rezki (Sony)2022-11-091-1/+5
* mm: vmalloc: use trace_purge_vmap_area_lazy eventUladzislau Rezki (Sony)2022-11-091-2/+7
* mm: vmalloc: use trace_alloc_vmap_area eventUladzislau Rezki (Sony)2022-11-091-0/+5
* mm: vmalloc: add free_vmap_area_noflush trace eventUladzislau Rezki (Sony)2022-11-091-0/+34
* mm: vmalloc: add purge_vmap_area_lazy trace eventUladzislau Rezki (Sony)2022-11-091-0/+33
* mm: vmalloc: add alloc_vmap_area trace eventUladzislau Rezki (Sony)2022-11-091-0/+56
* memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin2022-11-0911-12/+16
* memory: remove unused register_hotmemory_notifier()Liu Shixin2022-11-091-6/+0
* ACPI: HMAT: use hotplug_memory_notifier() directlyLiu Shixin2022-11-091-6/+1
* mm/mm_init.c: use hotplug_memory_notifier() directlyLiu Shixin2022-11-091-7/+1
* mm/mmap: use hotplug_memory_notifier() directlyLiu Shixin2022-11-091-5/+1
* mm/slub.c: use hotplug_memory_notifier() directlyLiu Shixin2022-11-091-6/+1
* fs/proc/kcore.c: use hotplug_memory_notifier() directlyLiu Shixin2022-11-091-6/+1
* cgroup/cpuset: use hotplug_memory_notifier() directlyLiu Shixin2022-11-091-6/+1
* mm: rmap: rename page_not_mapped() to folio_not_mapped()Kefeng Wang2022-11-091-4/+4
* selftests/vm: anon_cow: add R/O longterm tests via gup_testDavid Hildenbrand2022-11-091-0/+210
* mm/gup_test: start/stop/read functionality for PIN LONGTERM testDavid Hildenbrand2022-11-092-0/+153
* selftests/vm: anon_cow: add liburing test casesDavid Hildenbrand2022-11-093-1/+241
* selftests/vm: anon_cow: hugetlb testsDavid Hildenbrand2022-11-091-1/+69
* selftests/vm: anon_cow: THP testsDavid Hildenbrand2022-11-091-1/+258
* selftests/vm: factor out pagemap_is_populated() into vm_utilDavid Hildenbrand2022-11-093-8/+9
* selftests/vm: anon_cow: test COW handling of anonymous memoryDavid Hildenbrand2022-11-096-1/+416
* kasan: migrate workqueue_uaf test to kunitAndrey Konovalov2022-11-092-37/+33
* kasan: migrate kasan_rcu_uaf test to kunitAndrey Konovalov2022-11-092-30/+37
* kasan: switch kunit tests to console tracepointsAndrey Konovalov2022-11-094-63/+63
* tmpfs: ensure O_LARGEFILE with generic_file_open()Thomas Weißschuh2022-11-091-0/+1
* mm: memcontrol: use mem_cgroup_is_root() helperKamalesh Babulal2022-11-091-10/+10
* mm/mincore.c: use vma_lookup() instead of find_vma()Deming Wang2022-11-091-2/+2
* mm/shmem: remove unneeded assignments in shmem_get_folio_gfp()Lukas Bulwahn2022-11-091-2/+1
* mm: fix typo in struct vm_operations_struct commentsRolf Eike Beer2022-11-091-1/+1
* zram: use try_cmpxchg in update_used_maxUros Bizjak2022-11-091-8/+5
* filemap: find_get_entries() now updates start offsetVishal Moola (Oracle)2022-11-094-22/+23
* filemap: find_lock_entries() now updates start offsetVishal Moola (Oracle)2022-11-094-18/+18
* mm/rmap: fix comment in anon_vma_clone()Ma Wupeng2022-11-091-2/+2
* mm/hugetlb: add folio_hstate()Sidhartha Kumar2022-11-092-3/+13
* hugetlbfs: convert hugetlb_delete_from_page_cache() to use foliosSidhartha Kumar2022-11-093-12/+6
* mm/hugetlb: add hugetlb_folio_subpool() helpersSidhartha Kumar2022-11-092-6/+17
* mm: add private field of first tail to struct page and struct folioSidhartha Kumar2022-11-091-0/+14
* mm/hugetlb: add folio support to hugetlb specific flag macrosSidhartha Kumar2022-11-091-0/+24
* selftests/vm: drop mnt point for hugetlb in run_vmtests.shPeter Xu2022-11-091-15/+3
* selftests/vm: use memfd for hugepage-mremap testPeter Xu2022-11-091-12/+9
* selftests/vm: use memfd for hugetlb-madvise testPeter Xu2022-11-091-9/+3
* selftests/vm: use memfd for uffd hugetlb testsPeter Xu2022-11-091-41/+21
* mm: vmscan: make rotations a secondary factor in balancing anon vs fileJohannes Weiner2022-11-094-9/+24
* hugetlb: simplify hugetlb handling in follow_page_maskMike Kravetz2022-11-095-278/+76
* Linux 6.1-rc4v6.1-rc4Linus Torvalds2022-11-071-1/+1
* Merge tag 'cxl-fixes-for-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-11-068-91/+448
|\
| * cxl/region: Recycle region idsDan Williams2022-11-051-0/+20