index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-12
maple_tree: use cached node end in mas_destroy()
Liam R. Howlett
1
-1
/
+1
2023-12-12
maple_tree: use cached node end in mas_next()
Liam R. Howlett
1
-6
/
+8
2023-12-12
maple_tree: add end of node tracking to the maple state
Liam R. Howlett
3
-0
/
+9
2023-12-12
maple_tree: move debug check to __mas_set_range()
Liam R. Howlett
3
-129
/
+130
2023-12-12
maple_tree: make mas_erase() more robust
Liam R. Howlett
1
-1
/
+1
2023-12-12
maple_tree: remove unnecessary default labels from switch statements
Liam R. Howlett
1
-7
/
+2
2023-12-11
kasan: record and report more information
Juntong Deng
6
-0
/
+79
2023-12-11
zram: use kmap_local_page()
Sergey Senozhatsky
1
-15
/
+15
2023-12-11
mm: memcg: add reminder comment for the memcg v2 events
Dmitry Rokosov
1
-0
/
+4
2023-12-11
samples/cgroup: introduce memcg memory.events listener
Dmitry Rokosov
2
-1
/
+331
2023-12-11
samples: introduce new samples subdir for cgroup
Dmitry Rokosov
6
-11
/
+13
2023-12-11
mm: hugetlb_vmemmap: convert page to folio
Muchun Song
1
-26
/
+25
2023-12-11
mm: hugetlb_vmemmap: move PageVmemmapSelfHosted() check to split_vmemmap_huge...
Muchun Song
1
-46
/
+24
2023-12-11
mm: hugetlb_vmemmap: use walk_page_range_novma() to simplify the code
Muchun Song
1
-109
/
+39
2023-12-11
mm: pagewalk: assert write mmap lock only for walking the user page tables
Muchun Song
1
-1
/
+28
2023-12-11
mm/swapfile: replace kmap_atomic() with kmap_local_page()
Fabio M. De Francesco
1
-17
/
+17
2023-12-11
mm/zswap: replace kmap_atomic() with kmap_local_page()
Fabio M. De Francesco
1
-5
/
+5
2023-12-11
mm, oom:dump_tasks add rss detailed information printing
Yong Wang
1
-3
/
+4
2023-12-11
mm: list_lru: Update kernel documentation to follow the requirements
Andy Shevchenko
1
-17
/
+19
2023-12-11
mm/gup: fix follow_devmap_p[mu]d() on page==NULL handling
Peter Xu
1
-0
/
+2
2023-12-11
mm: page_alloc: unreserve highatomic page blocks before oom
Charan Teja Kalla
1
-8
/
+8
2023-12-11
mm: page_alloc: enforce minimum zone size to do high atomic reserves
Charan Teja Kalla
1
-1
/
+4
2023-12-11
mm: page_alloc: correct high atomic reserve calculations
Charan Teja Kalla
1
-2
/
+3
2023-12-11
fs/Kconfig: make hugetlbfs a menuconfig
Peter Xu
1
-10
/
+12
2023-12-11
mm/mm_init.c: append newline to the unavailable ranges log-message
Serge Semin
1
-1
/
+1
2023-12-11
mm/mm_init.c: extend init unavailable range doc info
Serge Semin
1
-0
/
+1
2023-12-11
pgtable: rename ptdesc _refcount field to __page_refcount
Alexander Gordeev
1
-3
/
+3
2023-12-11
pgtable: fix s390 ptdesc field comments
Alexander Gordeev
1
-2
/
+2
2023-12-11
mm/damon/core-test: test damon_split_region_at()'s access rate copying
SeongJae Park
1
-4
/
+11
2023-12-11
kasan: improve free meta storage in Generic KASAN
Juntong Deng
1
-10
/
+29
2023-12-11
mm/page_poison: replace kmap_atomic() with kmap_local_page()
Fabio M. De Francesco
1
-4
/
+4
2023-12-11
mm/mempool: replace kmap_atomic() with kmap_local_page()
Fabio M. De Francesco
1
-4
/
+4
2023-12-11
mm/memory: use kmap_local_page() in __wp_page_copy_user()
Fabio M. De Francesco
1
-2
/
+4
2023-12-11
mm/ksm: use kmap_local_page() in calc_checksum()
Fabio M. De Francesco
1
-2
/
+2
2023-12-11
mm/util: use kmap_local_page() in memcmp_pages()
Fabio De Francesco
1
-4
/
+4
2023-12-11
mm: use vmem_altmap code without CONFIG_ZONE_DEVICE
Sumanth Korikkar
3
-25
/
+27
2023-12-11
lib/stackdepot: adjust DEPOT_POOLS_CAP for KMSAN
Andrey Konovalov
1
-0
/
+10
2023-12-11
kasan: use stack_depot_put for Generic mode
Andrey Konovalov
3
-11
/
+40
2023-12-11
slub, kasan: improve interaction of KASAN and slub_debug poisoning
Andrey Konovalov
1
-15
/
+26
2023-12-11
kasan: use stack_depot_put for tag-based modes
Andrey Konovalov
1
-2
/
+8
2023-12-11
kasan: check object_size in kasan_complete_mode_report_info
Andrey Konovalov
1
-1
/
+3
2023-12-11
kasan: remove atomic accesses to stack ring entries
Andrey Konovalov
2
-26
/
+12
2023-12-11
lib/stackdepot: allow users to evict stack traces
Andrey Konovalov
2
-1
/
+50
2023-12-11
lib/stackdepot: add refcount for records
Andrey Konovalov
2
-5
/
+20
2023-12-11
lib/stackdepot, kasan: add flags to __stack_depot_save and rename
Andrey Konovalov
6
-25
/
+48
2023-12-11
kmsan: use stack_depot_save instead of __stack_depot_save
Andrey Konovalov
1
-4
/
+3
2023-12-11
lib/stackdepot: use list_head for stack record links
Andrey Konovalov
1
-37
/
+50
2023-12-11
lib/stackdepot: use read/write lock
Andrey Konovalov
1
-41
/
+46
2023-12-11
lib/stackdepot: store free stack records in a freelist
Andrey Konovalov
1
-49
/
+82
2023-12-11
lib/stackdepot: store next pool pointer in new_pool
Andrey Konovalov
1
-1
/
+5
[next]