Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
6df2a016c0c8a3d0933ef33dd192ea6606b115e3
/
mm
3689f9f
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
by Linus Torvalds
· 3 years ago
1c52283
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 3 years ago
b68b10b
Merge tag 'folio-5.17a' of git://git.infradead.org/users/willy/pagecache
by Linus Torvalds
· 3 years ago
6e61dde
mm: hide the FRONTSWAP Kconfig symbol
by Christoph Hellwig
· 3 years ago
1da0d94
frontswap: remove support for multiple ops
by Christoph Hellwig
· 3 years ago
633423a
mm: mark swap_lock and swap_active_head static
by Christoph Hellwig
· 3 years ago
f328c1d
frontswap: simplify frontswap_register_ops
by Christoph Hellwig
· 3 years ago
bd9cd52
frontswap: remove frontswap_test
by Christoph Hellwig
· 3 years ago
10a9c49
mm: simplify try_to_unuse
by Christoph Hellwig
· 3 years ago
360be5d
frontswap: remove the frontswap exports
by Christoph Hellwig
· 3 years ago
1cf53c8
frontswap: simplify frontswap_init
by Christoph Hellwig
· 3 years ago
3e8e1af
frontswap: remove frontswap_curr_pages
by Christoph Hellwig
· 3 years ago
0b364446
frontswap: remove frontswap_shrink
by Christoph Hellwig
· 3 years ago
71024cb
frontswap: remove frontswap_tmem_exclusive_gets
by Christoph Hellwig
· 3 years ago
3d6035f
frontswap: remove frontswap_writethrough
by Christoph Hellwig
· 3 years ago
0a4ee51
mm: remove cleancache
by Christoph Hellwig
· 3 years ago
e940066
lib/stackdepot: always do filter_irq_stacks() in stack_depot_save()
by Marco Elver
· 3 years ago
2dba5eb
lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()
by Vlastimil Babka
· 3 years ago
a372659
zsmalloc: replace get_cpu_var with local_lock
by Mike Galbraith
· 3 years ago
b475d42
zsmalloc: replace per zpage lock with pool->migrate_lock
by Minchan Kim
· 3 years ago
c4549b8
zsmalloc: remove zspage isolation for migration
by Minchan Kim
· 3 years ago
a41ec88
zsmalloc: move huge compressed obj from page to zspage
by Minchan Kim
· 3 years ago
3ae92ac
zsmalloc: introduce obj_allocated
by Minchan Kim
· 3 years ago
0a5f079
zsmalloc: decouple class actions from zspage works
by Minchan Kim
· 3 years ago
3828a76
zsmalloc: rename zs_stat_type to class_stat_type
by Minchan Kim
· 3 years ago
67f1c9c
zsmalloc: introduce some helper functions
by Minchan Kim
· 3 years ago
ffa6575
mm/migrate.c: rework migration_entry_wait() to not take a pageref
by Alistair Popple
· 3 years ago
f4484d1
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 3 years ago
5bf1828
delayacct: track delays from memory compact
by wangyong
· 3 years ago
a3d5dc9
delayacct: support swapin delay accounting for swapping without blkio
by Yang Yang
· 3 years ago
20c0357
mm: percpu: add generic pcpu_populate_pte() function
by Kefeng Wang
· 3 years ago
23f9171
mm: percpu: add generic pcpu_fc_alloc/free funciton
by Kefeng Wang
· 3 years ago
1ca3fb3
mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedef
by Kefeng Wang
· 3 years ago
7ecd19c
mm: percpu: generalize percpu related config
by Kefeng Wang
· 3 years ago
e3a8b6a
Merge tag 'slab-for-5.17-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
by Linus Torvalds
· 3 years ago
35ce8ae
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 3 years ago
3abb28e
filemap: Use folio_put_refs() in filemap_free_folio()
by Matthew Wilcox (Oracle)
· 3 years ago
f56caed
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 3 years ago
ec288a2
bitmap: unify find_bit operations
by Yury Norov
· 3 years, 4 months ago
801a573
mm/percpu: micro-optimize pcpu_is_populated()
by Yury Norov
· 3 years, 4 months ago
76fd028
mm/damon: hide kernel pointer from tracepoint event
by SeongJae Park
· 3 years ago
962fe7a
mm/damon/vaddr: hide kernel pointer from damon_va_three_regions() failure log
by SeongJae Park
· 3 years ago
251403f
mm/damon/vaddr: use pr_debug() for damon_va_three_regions() failure logging
by SeongJae Park
· 3 years ago
70b8480
mm/damon/dbgfs: remove an unnecessary variable
by SeongJae Park
· 3 years ago
2cd4b8e
mm/damon: move the implementation of damon_insert_region to damon.h
by Guoqing Jiang
· 3 years ago
49f4203
mm/damon: add access checking for hugetlb pages
by Baolin Wang
· 3 years ago
3a619fd
mm/damon/dbgfs: support all DAMOS stats
by SeongJae Park
· 3 years ago
60e52e7
mm/damon/reclaim: provide reclamation statistics
by SeongJae Park
· 3 years ago
6268eac
mm/damon/schemes: account how many times quota limit has exceeded
by SeongJae Park
· 3 years ago
0e92c2e
mm/damon/schemes: account scheme actions that successfully applied
by SeongJae Park
· 3 years ago
88f86dc
mm/damon: convert macro functions to static inline functions
by SeongJae Park
· 3 years ago
9b2a38d
mm/damon: move damon_rand() definition into damon.h
by Xin Hao
· 3 years ago
c89ae63
mm/damon/schemes: add the validity judgment of thresholds
by Xin Hao
· 3 years ago
8bd0b9d
mm/damon/vaddr: remove swap_ranges() and replace it with swap()
by Yihao Han
· 3 years ago
cdeed00
mm/damon: remove some unneeded function definitions in damon.h
by Xin Hao
· 3 years ago
d720bbb
mm/damon/core: use abs() instead of diff_of()
by Xin Hao
· 3 years ago
b627b77
mm/damon: unified access_check function naming rules
by Xin Hao
· 3 years ago
87c01d5
mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_fault
by Alistair Popple
· 3 years ago
cab0a7c
mm: make some vars and functions static or __init
by Ting Liu
· 3 years ago
0b8f0d8
mm: fix some comment errors
by Quanfa Fu
· 3 years ago
f44e1e6
zpool: remove the list of pools_head
by Zhaoyu Liu
· 3 years ago
5ee2fa2
mm/rmap: fix potential batched TLB flush race
by Huang Ying
· 3 years ago
8c57c07
mm: memcg/percpu: account extra objcg space to memory cgroups
by Qi Zheng
· 3 years ago
bf181c5
mm/hwpoison: fix unpoison_memory()
by Naoya Horiguchi
· 3 years ago
c9fdc4d
mm/hwpoison: remove MF_MSG_BUDDY_2ND and MF_MSG_POISONED_HUGE
by Naoya Horiguchi
· 3 years ago
91d0054
mm/hwpoison: mf_mutex for soft offline and unpoison
by Naoya Horiguchi
· 3 years ago
e1c63e1
mm: ksm: fix use-after-free kasan report in ksm_might_need_to_copy
by Nanyong Sun
· 3 years ago
f1e8db0
mm/migrate: remove redundant variables used in a for-loop
by Colin Ian King
· 3 years ago
dcee9bf5
mm/migrate: move node demotion code to near its user
by Huang Ying
· 3 years ago
7813a1b
mm: migrate: add more comments for selecting target node randomly
by Baolin Wang
· 3 years ago
ac16ec8
mm: migrate: support multiple target nodes demotion
by Baolin Wang
· 3 years ago
84b328aa
mm: compaction: fix the migration stats in trace_mm_compaction_migratepages()
by Baolin Wang
· 3 years ago
5d39a7e
mm: migrate: correct the hugetlb migration stats
by Baolin Wang
· 3 years ago
b5bade9
mm: migrate: fix the return value of migrate_pages()
by Baolin Wang
· 3 years ago
f530243
mm, oom: OOM sysrq should always kill a process
by Jann Horn
· 3 years ago
dad5b02
mm/mempolicy: fix all kernel-doc warnings
by Randy Dunlap
· 3 years ago
c6018b4
mm/mempolicy: add set_mempolicy_home_node syscall
by Aneesh Kumar K.V
· 3 years ago
c045511
mm/mempolicy: use policy_node helper with MPOL_PREFERRED_MANY
by Aneesh Kumar K.V
· 3 years ago
721fb89
mm/page_isolation: unset migratetype directly for non Buddy page
by Chen Wandun
· 3 years ago
e4b424b
vmscan: make drop_slab_node static
by Gang Li
· 3 years ago
e9ea874
mm/vmstat: add events for THP max_ptes_* exceeds
by Yang Yang
· 3 years ago
f477619
hugetlb: add hugetlb.*.numa_stat file
by Mina Almasry
· 3 years ago
c4dc63f
mm/page_alloc.c: do not warn allocation failure on zone DMA if no managed pages
by Baoquan He
· 3 years ago
62b3107
mm_zone: add function to check if managed dma zone exists
by Baoquan He
· 3 years ago
eaab8e7
mm/page_alloc.c: modify the comment section for alloc_contig_pages()
by Anshuman Khandual
· 3 years ago
be1a13e
mm: drop node from alloc_pages_vma
by Michal Hocko
· 3 years ago
ca831f2
mm: page_alloc: fix building error on -Werror=array-compare
by Xiongwei Song
· 3 years ago
704687d
mm: make slab and vmalloc allocators __GFP_NOLOCKDEP aware
by Michal Hocko
· 3 years ago
a421ef3
mm: allow !GFP_KERNEL allocations for kvmalloc
by Michal Hocko
· 3 years ago
30d3f01
mm/vmalloc: be more explicit about supported gfp flags.
by Michal Hocko
· 3 years ago
9376130
mm/vmalloc: add support for __GFP_NOFAIL
by Michal Hocko
· 3 years ago
451769e
mm/vmalloc: alloc GFP_NO{FS,IO} for vmalloc
by Michal Hocko
· 3 years ago
cc6266f
mm/dmapool.c: revert "make dma pool to use kmalloc_node"
by Christian König
· 3 years ago
d08d2b6
mm: remove the total_mapcount argument from page_trans_huge_mapcount()
by Matthew Wilcox (Oracle)
· 3 years ago
66c7f7a
mm: remove the total_mapcount argument from page_trans_huge_map_swapcount()
by Matthew Wilcox (Oracle)
· 3 years ago
020e876
mm: remove last argument of reuse_swap_page()
by Matthew Wilcox (Oracle)
· 3 years ago
df4e817
mm: page table check
by Pasha Tatashin
· 3 years ago
08d5b29
mm: ptep_clear() page table helper
by Pasha Tatashin
· 3 years ago
1eba86c
mm: change page type prior to adding page table entry
by Pasha Tatashin
· 3 years ago
ba535c1
mm/oom_kill: allow process_mrelease to run under mmap_lock protection
by Suren Baghdasaryan
· 3 years ago
Next »