index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
/
act_gate.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-09-04
mm: remove PageOwnerPriv1
Matthew Wilcox (Oracle)
1
-2
/
+0
2024-09-04
mm: remove PageMlocked
Matthew Wilcox (Oracle)
2
-7
/
+10
2024-09-04
mm: remove PageUnevictable
Matthew Wilcox (Oracle)
2
-11
/
+11
2024-09-04
mm: remove PageSwapCache
Matthew Wilcox (Oracle)
5
-24
/
+22
2024-09-04
mm: remove PageReadahead
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-09-04
mm: remove PageSwapBacked
Matthew Wilcox (Oracle)
1
-3
/
+3
2024-09-04
mm: remove PageActive
Matthew Wilcox (Oracle)
2
-5
/
+6
2024-09-04
zsmalloc: use all available 24 bits of page_type
Matthew Wilcox (Oracle)
3
-20
/
+6
2024-09-04
mm: support only one page_type per page
Matthew Wilcox (Oracle)
3
-51
/
+56
2024-09-04
mm: introduce page_mapcount_is_type()
Matthew Wilcox (Oracle)
3
-7
/
+11
2024-09-04
printf: remove %pGt support
Matthew Wilcox (Oracle)
6
-62
/
+2
2024-09-04
selftests/mm: add more mseal traversal tests
Pedro Falcato
1
-1
/
+105
2024-09-04
mm: remove can_modify_mm()
Pedro Falcato
2
-35
/
+0
2024-09-04
mseal: replace can_modify_mm_madv with a vma variant
Pedro Falcato
4
-25
/
+14
2024-09-04
mm/mremap: replace can_modify_mm with can_modify_vma
Pedro Falcato
1
-26
/
+6
2024-09-04
mm/mprotect: replace can_modify_mm with can_modify_vma
Pedro Falcato
1
-9
/
+3
2024-09-04
mm/munmap: replace can_modify_mm with can_modify_vma
Pedro Falcato
2
-17
/
+13
2024-09-04
mm: move can_modify_vma to mm/vma.h
Pedro Falcato
2
-17
/
+28
2024-09-04
mm: allow read-ahead with IOCB_NOWAIT set
Yafang Shao
2
-1
/
+6
2024-09-04
mm: remove migration for HugePage in isolate_single_pageblock()
Kefeng Wang
1
-25
/
+3
2024-09-04
mm: shrinker: use min() to improve shrinker_debugfs_scan_write()
Thorsten Blum
1
-1
/
+1
2024-09-04
selftests: mm: support shmem mTHP collapse testing
Baolin Wang
3
-8
/
+51
2024-09-04
mm: khugepaged: support shmem mTHP collapse
Baolin Wang
1
-17
/
+11
2024-09-04
mm: khugepaged: support shmem mTHP copy
Baolin Wang
1
-5
/
+10
2024-09-04
mm: khugepaged: use the number of pages in the folio to check the reference c...
Baolin Wang
1
-4
/
+4
2024-09-04
mm: khugepaged: expand the is_refcount_suitable() to support file folios
Baolin Wang
1
-5
/
+6
2024-09-04
mm: always inline _compound_head() with CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=y
David Hildenbrand
1
-1
/
+1
2024-09-04
mm/kmemleak: use IS_ERR_PCPU() for pointer in the percpu address space
Uros Bizjak
1
-4
/
+4
2024-09-04
err.h: add ERR_PTR_PCPU(), PTR_ERR_PCPU() and IS_ERR_PCPU() macros
Uros Bizjak
1
-0
/
+9
2024-09-04
selftests/mm: remove unnecessary ia64 code and comment
Jinjiang Tu
6
-67
/
+8
2024-09-04
mm: krealloc: clarify valid usage of __GFP_ZERO
Danilo Krummrich
2
-2
/
+28
2024-09-04
mm: krealloc: consider spare memory for __GFP_ZERO
Danilo Krummrich
1
-0
/
+7
2024-09-04
mm/rmap: use folio->_mapcount for small folios
David Hildenbrand
2
-4
/
+4
2024-09-04
mm/hugetlb: use __GFP_COMP for gigantic folios
Yu Zhao
2
-238
/
+61
2024-09-04
mm/cma: add cma_{alloc,free}_folio()
Yu Zhao
2
-15
/
+56
2024-09-04
mm/contig_alloc: support __GFP_COMP
Yu Zhao
3
-67
/
+108
2024-09-04
mm,memcg: provide per-cgroup counters for NUMA balancing operations
Kaiyang Zhao
8
-10
/
+101
2024-09-04
kasan: simplify and clarify Makefile
Andrey Konovalov
1
-22
/
+23
2024-09-04
mm: shmem: support large folio swap out
Baolin Wang
3
-13
/
+48
2024-09-04
mm: shmem: split large entry if the swapin folio is not large
Baolin Wang
1
-0
/
+103
2024-09-04
mm: shmem: drop folio reference count using 'nr_pages' in shmem_delete_from_p...
Baolin Wang
1
-1
/
+1
2024-09-04
mm: shmem: support large folio allocation for shmem_replace_folio()
Baolin Wang
1
-28
/
+46
2024-09-04
mm: shmem: use swap_free_nr() to free shmem swap entries
Baolin Wang
1
-6
/
+10
2024-09-04
mm: filemap: use xa_get_order() to get the swap entry order
Baolin Wang
1
-14
/
+27
2024-09-04
mm: shmem: return number of pages beeing freed in shmem_free_swap
Daniel Gomez
1
-9
/
+16
2024-09-04
mm: shmem: extend shmem_partial_swap_usage() to support large folio swap
Baolin Wang
1
-1
/
+1
2024-09-04
mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag setting
Baolin Wang
3
-6
/
+8
2024-09-04
mm: attempt to batch free swap entries for zap_pte_range()
Barry Song
3
-13
/
+76
2024-09-04
mm: rename instances of swap_info_struct to meaningful 'si'
Barry Song
1
-167
/
+167
2024-09-04
docs: move numa=fake description to kernel-parameters.txt
Mike Rapoport (Microsoft)
2
-12
/
+15
[next]