index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-25
Merge branch 'for-next/mm' into for-next/core
Will Deacon
1
-1
/
+1
2022-07-24
mm: honor FGP_NOWAIT for page cache page allocation
Jens Axboe
1
-0
/
+4
2022-07-24
mm: Add balance_dirty_pages_ratelimited_flags() function
Jan Kara
1
-10
/
+41
2022-07-24
mm: Move updates of dirty_exceeded into one place
Jan Kara
1
-5
/
+2
2022-07-24
mm: Move starting of background writeback into the main balancing loop
Jan Kara
1
-17
/
+14
2022-07-21
resource: Introduce alloc_free_mem_region()
Dan Williams
1
-0
/
+5
2022-07-20
mm/slab_common: move generic bulk alloc/free functions to SLOB
Hyeonggon Yoo
3
-40
/
+21
2022-07-20
mm/sl[au]b: use own bulk free function when bulk alloc failed
Hyeonggon Yoo
2
-3
/
+3
2022-07-20
arm64: enable THP_SWAP for arm64
Barry Song
1
-1
/
+1
2022-07-18
hugetlb: fix memoryleak in hugetlb_mcopy_atomic_pte
Miaohe Lin
1
-0
/
+1
2022-07-18
secretmem: fix unhandled fault in truncate
Mike Rapoport
1
-7
/
+26
2022-07-18
mm/hugetlb: separate path for hwpoison entry in copy_hugetlb_page_range()
Naoya Horiguchi
1
-2
/
+7
2022-07-18
mm: fix missing wake-up event for FSDAX pages
Muchun Song
2
-5
/
+7
2022-07-18
mm: fix page leak with multiple threads mapping the same page
Josef Bacik
1
-2
/
+5
2022-07-18
tmpfs: fix the issue that the mount and remount results are inconsistent.
ZhaoLong Wang
1
-5
/
+2
2022-07-18
mm: kfence: apply kmemleak_ignore_phys on early allocated pool
Yee Lee
1
-9
/
+9
2022-07-17
mm/mmap: fix obsolete comment of find_extend_vma
Miaohe Lin
1
-1
/
+0
2022-07-17
mm/page_vma_mapped.c: use helper function huge_pte_lock
Miaohe Lin
1
-2
/
+1
2022-07-17
mm/page_alloc: use try_cmpxchg in set_pfnblock_flags_mask
Uros Bizjak
1
-7
/
+3
2022-07-17
mm, hugetlb: skip irrelevant nodes in show_free_areas()
Gang Li
2
-12
/
+14
2022-07-17
mm: percpu: use kmemleak_ignore_phys() instead of kmemleak_free()
Patrick Wang
1
-3
/
+3
2022-07-17
mm/mprotect: remove the redundant initialization for error
Xiu Jianfeng
1
-1
/
+1
2022-07-17
mm/huge_memory: use helper macro IS_ERR_OR_NULL in split_huge_pages_pid
Miaohe Lin
1
-3
/
+1
2022-07-17
mm/huge_memory: comment the subtly logic in __split_huge_pmd
Miaohe Lin
1
-0
/
+4
2022-07-17
mm/huge_memory: correct comment of prep_transhuge_page
Miaohe Lin
1
-1
/
+1
2022-07-17
mm/huge_memory: minor cleanup for split_huge_pages_all
Miaohe Lin
1
-1
/
+6
2022-07-17
mm/huge_memory: try to free subpage in swapcache when possible
Miaohe Lin
1
-1
/
+1
2022-07-17
mm/huge_memory: fix comment in zap_huge_pud
Miaohe Lin
1
-6
/
+1
2022-07-17
mm/huge_memory: use helper macro __ATTR_RW
Miaohe Lin
1
-6
/
+4
2022-07-17
mm/huge_memory: use helper function vma_lookup in split_huge_pages_pid
Miaohe Lin
1
-2
/
+2
2022-07-17
mm/huge_memory: rename mmun_start to haddr in remove_migration_pmd
Miaohe Lin
1
-3
/
+3
2022-07-17
mm/huge_memory: use helper touch_pmd in huge_pmd_set_accessed
Miaohe Lin
1
-15
/
+7
2022-07-17
mm/huge_memory: use helper touch_pud in huge_pud_set_accessed
Miaohe Lin
1
-13
/
+5
2022-07-17
mm/huge_memory: fix comment of __pud_trans_huge_lock
Miaohe Lin
1
-3
/
+3
2022-07-17
mm/huge_memory: access vm_page_prot with READ_ONCE in remove_migration_pmd
Miaohe Lin
1
-1
/
+1
2022-07-17
mm/huge_memory: use flush_pmd_tlb_range in move_huge_pmd
Miaohe Lin
1
-1
/
+1
2022-07-17
mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
2
-25
/
+0
2022-07-17
mm/mmap: build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
1
-4
/
+1
2022-07-17
mm/mmap: define DECLARE_VM_GET_PAGE_PROT
Anshuman Khandual
1
-25
/
+1
2022-07-17
mm/mmap: build protect protection_map[] with __P000
Anshuman Khandual
1
-0
/
+2
2022-07-17
mm: nommu: pass a pointer to virt_to_page()
Linus Walleij
1
-1
/
+1
2022-07-17
mm: gup: pass a pointer to virt_to_page()
Linus Walleij
1
-1
/
+1
2022-07-17
mm: kfence: pass a pointer to virt_to_page()
Linus Walleij
1
-2
/
+2
2022-07-17
mm/highmem: pass a pointer to virt_to_page()
Linus Walleij
1
-1
/
+1
2022-07-17
mm/memcontrol.c: replace cgroup_memory_nokmem with mem_cgroup_kmem_disabled()
Xiang Yang
1
-2
/
+2
2022-07-17
mm/page_alloc: replace local_lock with normal spinlock
Mel Gorman
1
-45
/
+95
2022-07-17
mm/page_alloc: remotely drain per-cpu lists
Nicolas Saenz Julienne
1
-54
/
+4
2022-07-17
mm/page_alloc: protect PCP lists with a spinlock
Mel Gorman
1
-21
/
+98
2022-07-17
mm/page_alloc: remove mistaken page == NULL check in rmqueue
Mel Gorman
1
-3
/
+1
2022-07-17
mm/page_alloc: split out buddy removal code from rmqueue into separate helper
Mel Gorman
1
-34
/
+47
[prev]
[next]