summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-08mm: memory-failure: make put_ref_page() more usefulKefeng Wang
2022-11-08compiler-gcc: document minimum version for `__no_sanitize_coverage__`Miguel Ojeda
2022-11-08compiler-gcc: remove attribute support check for `__no_sanitize_undefined__`Miguel Ojeda
2022-11-08compiler-gcc: remove attribute support check for `__no_sanitize_thread__`Miguel Ojeda
2022-11-08compiler-gcc: remove attribute support check for `__no_sanitize_address__`Miguel Ojeda
2022-11-08compiler-gcc: be consistent with underscores use for `no_sanitize`Miguel Ojeda
2022-11-08mm/hugetlb: unify clearing of RestoreReserve for private pagesPeter Xu
2022-11-08amdgpu: use VM_ACCESS_FLAGSKefeng Wang
2022-11-08mm: debug_vm_pgtable: use VM_ACCESS_FLAGSKefeng Wang
2022-11-08mm: mprotect: use VM_ACCESS_FLAGSKefeng Wang
2022-11-08x86/sgx: use VM_ACCESS_FLAGSKefeng Wang
2022-11-08nios2: remove unused INIT_MMAPKefeng Wang
2022-11-08mm: remove FGP_HEADMatthew Wilcox (Oracle)
2022-11-08mm: convert find_get_incore_page() to filemap_get_incore_folio()Matthew Wilcox (Oracle)
2022-11-08mm/swap: convert find_get_incore_page to use foliosMatthew Wilcox (Oracle)
2022-11-08mm/huge_memory: convert split_huge_pages_in_file() to use a folioMatthew Wilcox (Oracle)
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang
2022-11-08vmalloc: add reviewers for vmalloc codeUladzislau Rezki (Sony)
2022-11-08mm: vmalloc: use trace_free_vmap_area_noflush eventUladzislau Rezki (Sony)
2022-11-08mm: vmalloc: use trace_purge_vmap_area_lazy eventUladzislau Rezki (Sony)
2022-11-08mm: vmalloc: use trace_alloc_vmap_area eventUladzislau Rezki (Sony)
2022-11-08mm: vmalloc: add free_vmap_area_noflush trace eventUladzislau Rezki (Sony)
2022-11-08mm: vmalloc: add purge_vmap_area_lazy trace eventUladzislau Rezki (Sony)
2022-11-08mm: vmalloc: add alloc_vmap_area trace eventUladzislau Rezki (Sony)
2022-11-08memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin
2022-11-08memory: remove unused register_hotmemory_notifier()Liu Shixin
2022-11-08ACPI: HMAT: use hotplug_memory_notifier() directlyLiu Shixin
2022-11-08mm/mm_init.c: use hotplug_memory_notifier() directlyLiu Shixin
2022-11-08mm/mmap: use hotplug_memory_notifier() directlyLiu Shixin
2022-11-08mm/slub.c: use hotplug_memory_notifier() directlyLiu Shixin
2022-11-08fs/proc/kcore.c: use hotplug_memory_notifier() directlyLiu Shixin
2022-11-08cgroup/cpuset: use hotplug_memory_notifier() directlyLiu Shixin
2022-11-08mm: rmap: rename page_not_mapped() to folio_not_mapped()Kefeng Wang
2022-11-08selftests/vm: anon_cow: add R/O longterm tests via gup_testDavid Hildenbrand
2022-11-08mm/gup_test: start/stop/read functionality for PIN LONGTERM testDavid Hildenbrand
2022-11-08selftests/vm: anon_cow: add liburing test casesDavid Hildenbrand
2022-11-08selftests/vm: anon_cow: hugetlb testsDavid Hildenbrand
2022-11-08selftests/vm: anon_cow: THP testsDavid Hildenbrand
2022-11-08selftests/vm: factor out pagemap_is_populated() into vm_utilDavid Hildenbrand
2022-11-08selftests/vm: anon_cow: test COW handling of anonymous memoryDavid Hildenbrand
2022-11-08kasan: migrate workqueue_uaf test to kunitAndrey Konovalov
2022-11-08kasan: migrate kasan_rcu_uaf test to kunitAndrey Konovalov
2022-11-08kasan: switch kunit tests to console tracepointsAndrey Konovalov
2022-11-08tmpfs: ensure O_LARGEFILE with generic_file_open()Thomas Weißschuh
2022-11-08mm: memcontrol: use mem_cgroup_is_root() helperKamalesh Babulal
2022-11-08mm/mincore.c: use vma_lookup() instead of find_vma()Deming Wang
2022-11-08mm/shmem: remove unneeded assignments in shmem_get_folio_gfp()Lukas Bulwahn
2022-11-08mm: fix typo in struct vm_operations_struct commentsRolf Eike Beer
2022-11-08zram: use try_cmpxchg in update_used_maxUros Bizjak
2022-11-08filemap: find_get_entries() now updates start offsetVishal Moola (Oracle)