index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
pci
/
azt3328.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-20
kasan: mark addr_has_metadata __always_inline
Arnd Bergmann
1
-2
/
+2
2023-02-17
mm: memcontrol: rename memcg_kmem_enabled()
Roman Gushchin
6
-22
/
+22
2023-02-17
sh: initialize max_mapnr
Mike Rapoport (IBM)
1
-0
/
+1
2023-02-17
m68k/nommu: add missing definition of ARCH_PFN_OFFSET
Mike Rapoport (IBM)
1
-0
/
+2
2023-02-17
mm: percpu: fix incorrect size in pcpu_obj_full_size()
Yafang Shao
1
-2
/
+4
2023-02-17
maple_tree: reduce stack usage with gcc-9 and earlier
Arnd Bergmann
1
-2
/
+9
2023-02-17
mm: page_alloc: call panic() when memoryless node allocation fails
Qi Zheng
1
-5
/
+3
2023-02-17
mm: multi-gen LRU: avoid futile retries
Yu Zhao
1
-10
/
+15
2023-02-17
migrate_pages: move THP/hugetlb migration support check to simplify code
Huang Ying
1
-47
/
+36
2023-02-17
migrate_pages: batch flushing TLB
Huang Ying
2
-4
/
+21
2023-02-17
migrate_pages: share more code between _unmap and _move
Huang Ying
1
-122
/
+85
2023-02-17
migrate_pages: move migrate_folio_unmap()
Huang Ying
1
-50
/
+50
2023-02-17
migrate_pages: batch _unmap and _move
Huang Ying
1
-25
/
+189
2023-02-17
migrate_pages: split unmap_and_move() to _unmap() and _move()
Huang Ying
2
-41
/
+129
2023-02-17
migrate_pages: restrict number of pages to migrate in batch
Huang Ying
1
-68
/
+106
2023-02-17
migrate_pages: separate hugetlb folios migration
Huang Ying
1
-22
/
+119
2023-02-17
migrate_pages: organize stats with struct migrate_pages_stats
Huang Ying
1
-26
/
+34
2023-02-17
lib/stackdepot: move documentation comments to stackdepot.h
Andrey Konovalov
2
-87
/
+87
2023-02-17
lib/stackdepot: various comments clean-ups
Andrey Konovalov
2
-78
/
+78
2023-02-17
lib/stackdepot: annotate racy pool_index accesses
Andrey Konovalov
1
-4
/
+13
2023-02-17
lib/stacktrace, kasan, kmsan: rework extra_bits interface
Andrey Konovalov
4
-14
/
+44
2023-02-17
lib/stackdepot: rename next_pool_inited to next_pool_required
Andrey Konovalov
1
-9
/
+21
2023-02-17
lib/stackdepot: annotate depot_init_pool and depot_alloc_stack
Andrey Konovalov
1
-10
/
+24
2023-02-17
lib/stacktrace: drop impossible WARN_ON for depot_init_pool
Andrey Konovalov
1
-7
/
+5
2023-02-17
lib/stackdepot: rename init_stack_pool
Andrey Konovalov
1
-5
/
+5
2023-02-17
lib/stackdepot: rename handle and pool constants
Andrey Konovalov
1
-29
/
+27
2023-02-17
lib/stackdepot: rename slab to pool
Andrey Konovalov
1
-53
/
+53
2023-02-17
lib/stackdepot: rename hash table constants and variables
Andrey Konovalov
1
-21
/
+21
2023-02-17
lib/stackdepot: reorder and annotate global variables
Andrey Konovalov
1
-10
/
+17
2023-02-17
lib/stackdepot: lower the indentation in stack_depot_init
Andrey Konovalov
1
-33
/
+37
2023-02-17
lib/stackdepot: annotate init and early init functions
Andrey Konovalov
1
-6
/
+21
2023-02-17
lib/stackdepot: rename stack_depot_disable
Andrey Konovalov
1
-10
/
+10
2023-02-17
lib/stackdepot, mm: rename stack_depot_want_early_init
Andrey Konovalov
5
-16
/
+16
2023-02-17
lib/stackdepot: use pr_fmt to define message format
Andrey Konovalov
1
-4
/
+6
2023-02-17
lib/stackdepot: put functions in logical order
Andrey Konovalov
2
-164
/
+165
2023-02-14
mm: fix typo in __vm_enough_memory warning
Jakub Wilk
1
-1
/
+1
2023-02-14
mm/damon/dbgfs: print DAMON debugfs interface deprecation message
SeongJae Park
1
-0
/
+19
2023-02-14
mm/damon/Kconfig: add DAMON debugfs interface deprecation notice
SeongJae Park
1
-3
/
+4
2023-02-14
Docs/admin-guide/mm/damon/usage: add DAMON debugfs interface deprecation notice
SeongJae Park
1
-7
/
+13
2023-02-14
mm/migrate: convert putback_movable_pages() to use folios
Vishal Moola (Oracle)
1
-23
/
+23
2023-02-14
mm/migrate: convert isolate_movable_page() to use folios
Vishal Moola (Oracle)
1
-19
/
+20
2023-02-14
mm/migrate: add folio_movable_ops()
Vishal Moola (Oracle)
2
-1
/
+10
2023-02-14
mm: add folio_get_nontail_page()
Vishal Moola (Oracle)
1
-0
/
+7
2023-02-14
mm/mempolicy: convert migrate_page_add() to migrate_folio_add()
Vishal Moola (Oracle)
1
-19
/
+20
2023-02-14
mm/mempolicy: convert queue_pages_required() to queue_folio_required()
Vishal Moola (Oracle)
1
-6
/
+6
2023-02-14
mm/mempolicy: convert queue_pages_hugetlb() to queue_folios_hugetlb()
Vishal Moola (Oracle)
1
-11
/
+18
2023-02-14
mm/mempolicy: convert queue_pages_pte_range() to queue_folios_pte_range()
Vishal Moola (Oracle)
1
-14
/
+14
2023-02-14
mm/mempolicy: convert queue_pages_pmd() to queue_folios_pmd()
Vishal Moola (Oracle)
1
-12
/
+12
2023-02-14
mm: add folio_estimated_sharers()
Vishal Moola (Oracle)
1
-0
/
+18
2023-02-14
Documentation/mm: update hugetlbfs documentation to mention alloc_hugetlb_folio
Sidhartha Kumar
2
-17
/
+18
[next]