index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/munlock: protect the per-CPU pagevec by a local_lock_t
Sebastian Andrzej Siewior
2022-04-01
1
-2
/
+4
*
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
1
-38
/
+79
|
\
|
*
mm/readahead: Switch to page_cache_ra_order
Matthew Wilcox (Oracle)
2022-03-21
1
-2
/
+2
|
*
mm: Turn page_anon_vma() into folio_anon_vma()
Matthew Wilcox (Oracle)
2022-03-21
1
-0
/
+1
|
*
mm/mlock: Add mlock_vma_folio()
Matthew Wilcox (Oracle)
2022-03-21
1
-4
/
+11
|
*
mm: Convert page_vma_mapped_walk to work on PFNs
Matthew Wilcox (Oracle)
2022-03-21
1
-6
/
+9
|
*
mm/truncate: Combine invalidate_mapping_pagevec() and __invalidate_mapping_pa...
Matthew Wilcox (Oracle)
2022-03-21
1
-0
/
+2
|
*
mm: Turn deactivate_file_page() into deactivate_file_folio()
Matthew Wilcox (Oracle)
2022-03-21
1
-0
/
+1
|
*
mm/truncate: Split invalidate_inode_page() into mapping_evict_folio()
Matthew Wilcox (Oracle)
2022-03-21
1
-0
/
+1
|
*
mm: Turn putback_lru_page() into folio_putback_lru()
Matthew Wilcox (Oracle)
2022-03-21
1
-1
/
+2
|
*
mm: Turn isolate_lru_page() into folio_isolate_lru()
Matthew Wilcox (Oracle)
2022-03-21
1
-1
/
+2
|
*
mm/gup: Add try_get_folio() and try_grab_folio()
Matthew Wilcox (Oracle)
2022-03-21
1
-0
/
+5
|
*
mm: remove the extra ZONE_DEVICE struct page refcount
Christoph Hellwig
2022-03-03
1
-0
/
+2
|
*
mm/munlock: mlock_vma_page() check against VM_SPECIAL
Hugh Dickins
2022-03-03
1
-2
/
+9
|
*
mm/munlock: mlock_page() munlock_page() batch by pagevec
Hugh Dickins
2022-02-17
1
-1
/
+8
|
*
mm/munlock: mlock_pte_range() when mlocking or munlocking
Hugh Dickins
2022-02-17
1
-1
/
+2
|
*
mm/munlock: replace clear_page_mlock() by final clearance
Hugh Dickins
2022-02-17
1
-12
/
+0
|
*
mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
Hugh Dickins
2022-02-17
1
-5
/
+31
|
*
mm/munlock: delete munlock_vma_pages_all(), allow oomreap
Hugh Dickins
2022-02-17
1
-14
/
+2
|
*
mm/munlock: delete page_mlock() and all its works
Hugh Dickins
2022-02-17
1
-1
/
+1
*
|
mm/early_ioremap: declare early_memremap_pgprot_adjust()
Vlastimil Babka
2022-03-22
1
-0
/
+6
*
|
mm: handle uninitialized numa nodes gracefully
Michal Hocko
2022-03-22
1
-0
/
+2
*
|
mm/sparse: make mminit_validate_memmodel_limits() static
Miaohe Lin
2022-03-22
1
-11
/
+0
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-15
1
-6
/
+1
|
\
|
*
mm: make slab and vmalloc allocators __GFP_NOLOCKDEP aware
Michal Hocko
2022-01-15
1
-1
/
+1
|
*
mm: memcontrol: make cgroup_memory_nokmem static
Muchun Song
2022-01-15
1
-5
/
+0
*
|
truncate,shmem: Handle truncates that split large folios
Matthew Wilcox (Oracle)
2022-01-08
1
-0
/
+2
*
|
mm: Convert find_lock_entries() to use a folio_batch
Matthew Wilcox (Oracle)
2022-01-08
1
-1
/
+1
*
|
filemap: Return only folios from find_get_entries()
Matthew Wilcox (Oracle)
2022-01-08
1
-0
/
+4
*
|
truncate: Add invalidate_complete_folio2()
Matthew Wilcox (Oracle)
2022-01-08
1
-0
/
+1
*
|
truncate,shmem: Add truncate_inode_folio()
Matthew Wilcox (Oracle)
2022-01-08
1
-0
/
+1
*
|
mm: Add unmap_mapping_folio()
Matthew Wilcox (Oracle)
2022-01-08
1
-1
/
+3
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
1
-0
/
+22
|
\
|
*
mm/vmscan: centralise timeout values for reclaim_throttle
Mel Gorman
2021-11-06
1
-2
/
+1
|
*
mm/vmscan: throttle reclaim and compaction when too may pages are isolated
Mel Gorman
2021-11-06
1
-0
/
+11
|
*
mm/vmscan: throttle reclaim until some writeback completes if congested
Mel Gorman
2021-11-06
1
-0
/
+11
|
*
mm: introduce pmd_install() helper
Qi Zheng
2021-11-06
1
-0
/
+1
*
|
mm: Add folio_evictable()
Matthew Wilcox (Oracle)
2021-10-18
1
-8
/
+19
*
|
mm/writeback: Add __folio_end_writeback()
Matthew Wilcox (Oracle)
2021-10-18
1
-0
/
+1
*
|
mm: Add folio_raw_mapping()
Matthew Wilcox (Oracle)
2021-09-27
1
-0
/
+7
*
|
mm/swap: Add folio_rotate_reclaimable()
Matthew Wilcox (Oracle)
2021-09-27
1
-0
/
+1
|
/
*
mm/numa: automatically generate node migration order
Dave Hansen
2021-09-03
1
-0
/
+5
*
mm: introduce memmap_alloc() to unify memory map allocation
Mike Rapoport
2021-09-03
1
-0
/
+4
*
mmap: make mlock_future_check() global
Mike Rapoport
2021-07-08
1
-0
/
+3
*
mm/page_alloc: move prototype for find_suitable_fallback
Mel Gorman
2021-07-01
1
-2
/
+1
*
mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables
David Hildenbrand
2021-06-30
1
-0
/
+3
*
mm: make variable names for populate_vma_page_range() consistent
David Hildenbrand
2021-06-30
1
-1
/
+1
*
mm: thp: refactor NUMA fault handling
Yang Shi
2021-06-30
1
-18
/
+0
*
mm: memory: make numa_migrate_prep() non-static
Yang Shi
2021-06-30
1
-0
/
+3
*
mm/page_alloc: allow high-order pages to be stored on the per-cpu lists
Mel Gorman
2021-06-29
1
-1
/
+1
[next]