index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-24
496
-6870
/
+11496
|
\
|
*
include/linux/migrate.h: remove unneeded externs
Andrew Morton
2023-02-20
1
-8
/
+8
|
*
mm/memory_hotplug: cleanup return value handing in do_migrate_range()
SeongJae Park
2023-02-20
1
-6
/
+2
|
*
mm/uffd: fix comment in handling pte markers
Peter Xu
2023-02-20
1
-3
/
+1
|
*
mm: change to return bool for isolate_movable_page()
Baolin Wang
2023-02-20
5
-14
/
+14
|
*
mm: hugetlb: change to return bool for isolate_hugetlb()
Baolin Wang
2023-02-20
5
-14
/
+16
|
*
mm: change to return bool for isolate_lru_page()
Baolin Wang
2023-02-20
8
-22
/
+21
|
*
mm: change to return bool for folio_isolate_lru()
Baolin Wang
2023-02-20
8
-13
/
+19
|
*
objtool: add UACCESS exceptions for __tsan_volatile_read/write
Arnd Bergmann
2023-02-20
1
-0
/
+2
|
*
kmsan: disable ftrace in kmsan core code
Arnd Bergmann
2023-02-20
1
-1
/
+7
|
*
kasan: mark addr_has_metadata __always_inline
Arnd Bergmann
2023-02-20
1
-2
/
+2
|
*
mm: memcontrol: rename memcg_kmem_enabled()
Roman Gushchin
2023-02-17
6
-22
/
+22
|
*
sh: initialize max_mapnr
Mike Rapoport (IBM)
2023-02-17
1
-0
/
+1
|
*
m68k/nommu: add missing definition of ARCH_PFN_OFFSET
Mike Rapoport (IBM)
2023-02-17
1
-0
/
+2
|
*
mm: percpu: fix incorrect size in pcpu_obj_full_size()
Yafang Shao
2023-02-17
1
-2
/
+4
|
*
maple_tree: reduce stack usage with gcc-9 and earlier
Arnd Bergmann
2023-02-17
1
-2
/
+9
|
*
mm: page_alloc: call panic() when memoryless node allocation fails
Qi Zheng
2023-02-17
1
-5
/
+3
|
*
mm: multi-gen LRU: avoid futile retries
Yu Zhao
2023-02-17
1
-10
/
+15
|
*
migrate_pages: move THP/hugetlb migration support check to simplify code
Huang Ying
2023-02-17
1
-47
/
+36
|
*
migrate_pages: batch flushing TLB
Huang Ying
2023-02-17
2
-4
/
+21
|
*
migrate_pages: share more code between _unmap and _move
Huang Ying
2023-02-17
1
-122
/
+85
|
*
migrate_pages: move migrate_folio_unmap()
Huang Ying
2023-02-17
1
-50
/
+50
|
*
migrate_pages: batch _unmap and _move
Huang Ying
2023-02-17
1
-25
/
+189
|
*
migrate_pages: split unmap_and_move() to _unmap() and _move()
Huang Ying
2023-02-17
2
-41
/
+129
|
*
migrate_pages: restrict number of pages to migrate in batch
Huang Ying
2023-02-17
1
-68
/
+106
|
*
migrate_pages: separate hugetlb folios migration
Huang Ying
2023-02-17
1
-22
/
+119
|
*
migrate_pages: organize stats with struct migrate_pages_stats
Huang Ying
2023-02-17
1
-26
/
+34
|
*
lib/stackdepot: move documentation comments to stackdepot.h
Andrey Konovalov
2023-02-17
2
-87
/
+87
|
*
lib/stackdepot: various comments clean-ups
Andrey Konovalov
2023-02-17
2
-78
/
+78
|
*
lib/stackdepot: annotate racy pool_index accesses
Andrey Konovalov
2023-02-17
1
-4
/
+13
|
*
lib/stacktrace, kasan, kmsan: rework extra_bits interface
Andrey Konovalov
2023-02-17
4
-14
/
+44
|
*
lib/stackdepot: rename next_pool_inited to next_pool_required
Andrey Konovalov
2023-02-17
1
-9
/
+21
|
*
lib/stackdepot: annotate depot_init_pool and depot_alloc_stack
Andrey Konovalov
2023-02-17
1
-10
/
+24
|
*
lib/stacktrace: drop impossible WARN_ON for depot_init_pool
Andrey Konovalov
2023-02-17
1
-7
/
+5
|
*
lib/stackdepot: rename init_stack_pool
Andrey Konovalov
2023-02-17
1
-5
/
+5
|
*
lib/stackdepot: rename handle and pool constants
Andrey Konovalov
2023-02-17
1
-29
/
+27
|
*
lib/stackdepot: rename slab to pool
Andrey Konovalov
2023-02-17
1
-53
/
+53
|
*
lib/stackdepot: rename hash table constants and variables
Andrey Konovalov
2023-02-17
1
-21
/
+21
|
*
lib/stackdepot: reorder and annotate global variables
Andrey Konovalov
2023-02-17
1
-10
/
+17
|
*
lib/stackdepot: lower the indentation in stack_depot_init
Andrey Konovalov
2023-02-17
1
-33
/
+37
|
*
lib/stackdepot: annotate init and early init functions
Andrey Konovalov
2023-02-17
1
-6
/
+21
|
*
lib/stackdepot: rename stack_depot_disable
Andrey Konovalov
2023-02-17
1
-10
/
+10
|
*
lib/stackdepot, mm: rename stack_depot_want_early_init
Andrey Konovalov
2023-02-17
5
-16
/
+16
|
*
lib/stackdepot: use pr_fmt to define message format
Andrey Konovalov
2023-02-17
1
-4
/
+6
|
*
lib/stackdepot: put functions in logical order
Andrey Konovalov
2023-02-17
2
-164
/
+165
|
*
mm: fix typo in __vm_enough_memory warning
Jakub Wilk
2023-02-14
1
-1
/
+1
|
*
mm/damon/dbgfs: print DAMON debugfs interface deprecation message
SeongJae Park
2023-02-14
1
-0
/
+19
|
*
mm/damon/Kconfig: add DAMON debugfs interface deprecation notice
SeongJae Park
2023-02-14
1
-3
/
+4
|
*
Docs/admin-guide/mm/damon/usage: add DAMON debugfs interface deprecation notice
SeongJae Park
2023-02-14
1
-7
/
+13
|
*
mm/migrate: convert putback_movable_pages() to use folios
Vishal Moola (Oracle)
2023-02-14
1
-23
/
+23
[next]