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-03-03
mm: build migrate_vma_* for all configs with ZONE_DEVICE support
Christoph Hellwig
1
-1
/
+1
2022-03-03
mm: move the migrate_vma_* device migration code into its own file
Christoph Hellwig
4
-753
/
+770
2022-03-03
mm: refactor the ZONE_DEVICE handling in migrate_vma_pages
Christoph Hellwig
1
-15
/
+12
2022-03-03
mm: refactor the ZONE_DEVICE handling in migrate_vma_insert_page
Christoph Hellwig
1
-16
/
+15
2022-03-03
mm: refactor check_and_migrate_movable_pages
Christoph Hellwig
1
-37
/
+44
2022-03-03
mm: generalize the pgmap based page_free infrastructure
Christoph Hellwig
1
-2
/
+2
2022-03-03
mm: remove the extra ZONE_DEVICE struct page refcount
Christoph Hellwig
6
-68
/
+28
2022-03-03
mm: don't include <linux/memremap.h> in <linux/mm.h>
Christoph Hellwig
2
-1
/
+6
2022-03-03
mm: simplify freeing of devmap managed pages
Christoph Hellwig
2
-20
/
+10
2022-03-03
mm: move free_devmap_managed_page to memremap.c
Christoph Hellwig
2
-23
/
+21
2022-03-03
mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pages
Christoph Hellwig
1
-2
/
+1
2022-03-03
mm/munlock: mlock_vma_page() check against VM_SPECIAL
Hugh Dickins
1
-2
/
+9
2022-02-26
Merge tag 'fixes-2022-02-26' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock
Linus Torvalds
1
-2
/
+8
2022-02-26
mm: fix use-after-free bug when mm->mmap is reused after being freed
Suren Baghdasaryan
1
-0
/
+1
2022-02-26
hugetlbfs: fix a truncation issue in hugepages parameter
Liu Yuntao
1
-2
/
+2
2022-02-26
mm/hugetlb: fix kernel crash with hugetlb mremap
Aneesh Kumar K.V
1
-4
/
+3
2022-02-25
usercopy: Check valid lifetime via stack depth
Kees Cook
2
-2
/
+30
2022-02-25
uaccess: remove CONFIG_SET_FS
Arnd Bergmann
2
-19
/
+0
2022-02-25
uaccess: add generic __{get,put}_kernel_nofault
Arnd Bergmann
1
-108
/
+0
2022-02-21
mm/slab_common: use helper function is_power_of_2()
Miaohe Lin
1
-1
/
+1
2022-02-21
mm/slob: make kmem_cache_boot static
Miaohe Lin
1
-1
/
+1
2022-02-21
memblock: __next_mem_pfn_range_in_zone: remove unneeded local variable nid
Miaohe Lin
1
-3
/
+2
2022-02-20
memblock: use kfree() to release kmalloced memblock regions
Miaohe Lin
1
-2
/
+8
2022-02-17
mm/thp: shrink_page_list() avoid splitting VM_LOCKED THP
Hugh Dickins
2
-5
/
+8
2022-02-17
mm/thp: collapse_file() do try_to_unmap(TTU_BATCH_FLUSH)
Hugh Dickins
1
-2
/
+8
2022-02-17
mm/munlock: page migration needs mlock pagevec drained
Hugh Dickins
2
-0
/
+6
2022-02-17
mm/munlock: mlock_page() munlock_page() batch by pagevec
Hugh Dickins
3
-47
/
+208
2022-02-17
mm: don't try to NUMA-migrate COW pages that have other uses
Linus Torvalds
1
-1
/
+1
2022-02-17
mm/munlock: delete smp_mb() from __pagevec_lru_add_fn()
Hugh Dickins
1
-28
/
+9
2022-02-17
mm/migrate: __unmap_and_move() push good newpage to LRU
Hugh Dickins
1
-12
/
+19
2022-02-17
mm/munlock: mlock_pte_range() when mlocking or munlocking
Hugh Dickins
2
-23
/
+91
2022-02-17
mm/munlock: maintain page->mlock_count while unevictable
Hugh Dickins
5
-16
/
+66
2022-02-17
mm/munlock: replace clear_page_mlock() by final clearance
Hugh Dickins
4
-59
/
+24
2022-02-17
mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
Hugh Dickins
10
-116
/
+102
2022-02-17
mm/munlock: delete munlock_vma_pages_all(), allow oomreap
Hugh Dickins
5
-47
/
+12
2022-02-17
mm/munlock: delete FOLL_MLOCK and FOLL_POPULATE
Hugh Dickins
2
-68
/
+8
2022-02-17
mm/munlock: delete page_mlock() and all its works
Hugh Dickins
3
-432
/
+25
2022-02-14
kernel/fork: Initialize mm's PASID
Fenghua Yu
1
-0
/
+4
2022-02-11
kfence: make test case compatible with run time set sample interval
Peng Liu
2
-5
/
+6
2022-02-11
mm: memcg: synchronize objcg lists with a dedicated spinlock
Roman Gushchin
1
-5
/
+5
2022-02-11
mm: vmscan: remove deadlock due to throttling failing to make progress
Mel Gorman
1
-1
/
+3
2022-02-04
mm/kmemleak: avoid scanning potential huge holes
Lang Yu
1
-6
/
+7
2022-02-04
mm/page_table_check: check entries at pmd levels
Pasha Tatashin
2
-0
/
+23
2022-02-04
mm/khugepaged: unify collapse pmd clear, flush and free
Pasha Tatashin
1
-16
/
+18
2022-02-04
mm/page_table_check: use unsigned long for page counters and cleanup
Pasha Tatashin
1
-28
/
+7
2022-02-04
mm/debug_vm_pgtable: remove pte entry from the page table
Pasha Tatashin
1
-0
/
+2
2022-02-04
Revert "mm/page_isolation: unset migratetype directly for non Buddy page"
Chen Wandun
1
-1
/
+1
2022-02-03
Revert "mm/gup: small refactoring: simplify try_grab_page()"
John Hubbard
1
-5
/
+30
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
1
-6
/
+4
2022-01-30
memory-failure: fetch compound_head after pgmap_pfn_valid()
Joao Martins
1
-0
/
+6
[prev]
[next]