index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-04
security: kmsan: fix interoperability with auto-initialization
Alexander Potapenko
1
-0
/
+4
2022-10-04
kmsan: add tests for KMSAN
Alexander Potapenko
2
-0
/
+585
2022-10-04
kmsan: handle memory sent to/from USB
Alexander Potapenko
1
-0
/
+16
2022-10-04
dma: kmsan: unpoison DMA mappings
Alexander Potapenko
1
-0
/
+59
2022-10-04
instrumented.h: add KMSAN support
Alexander Potapenko
1
-0
/
+38
2022-10-04
init: kmsan: call KMSAN initialization routines
Alexander Potapenko
5
-1
/
+278
2022-10-04
kmsan: handle task creation and exiting
Alexander Potapenko
3
-0
/
+29
2022-10-04
mm: kmsan: call KMSAN hooks from SLUB code
Alexander Potapenko
3
-0
/
+94
2022-10-04
mm: kmsan: maintain KMSAN metadata for page operations
Alexander Potapenko
6
-2
/
+236
2022-10-04
kmsan: add KMSAN runtime core
Alexander Potapenko
8
-0
/
+1407
2022-10-04
stackdepot: reserve 5 extra bits in depot_stack_handle_t
Alexander Potapenko
1
-1
/
+1
2022-10-04
hugetlb: clean up code checking for fault/truncation races
Mike Kravetz
1
-21
/
+3
2022-10-04
hugetlb: use new vma_lock for pmd sharing synchronization
Mike Kravetz
4
-45
/
+168
2022-10-04
hugetlb: add vma based lock for pmd sharing
Mike Kravetz
2
-18
/
+197
2022-10-04
hugetlb: rename vma_shareable() and refactor code
Mike Kravetz
1
-6
/
+13
2022-10-04
hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cache
Mike Kravetz
1
-4
/
+4
2022-10-04
hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronization
Mike Kravetz
3
-81
/
+15
2022-10-04
hugetlbfs: revert use i_mmap_rwsem to address page fault/truncate race
Mike Kravetz
1
-11
/
+11
2022-10-04
mm/hugetlb: remove unnecessary 'NULL' values from pointer
XU pengfei
1
-2
/
+2
2022-10-04
mm/filemap: make folio_put_wait_locked static
Ke Sun
1
-1
/
+1
2022-10-04
mm: hugetlb: eliminate memory-less nodes handling
Muchun Song
1
-41
/
+29
2022-10-04
mm: hugetlb: simplify per-node sysfs creation and removal
Muchun Song
1
-12
/
+23
2022-10-04
mm/mempolicy: use PAGE_ALIGN instead of open-coding it
ze zuo
1
-2
/
+2
2022-10-04
mm/page_alloc.c: document bulkfree_pcp_prepare() return value
Andrew Morton
1
-0
/
+1
2022-10-04
mm/page_alloc.c: rename check_free_page() to free_page_is_bad()
Andrew Morton
1
-10
/
+10
2022-10-04
mm/memcontrol: use kstrtobool for swapaccount param parsing
Liu Shixin
1
-4
/
+4
2022-10-04
mm/damon/core: simplify the kdamond stop mechanism by removing 'done'
Kaixu Xia
1
-15
/
+9
2022-10-04
mm/damon/sysfs: simplify the variable 'pid' assignment operation
Kaixu Xia
1
-7
/
+4
2022-10-04
mm/damon: simplify the parameter passing for 'prepare_access_checks'
Kaixu Xia
2
-6
/
+5
2022-10-04
mm/damon/lru_sort: deduplicate hot/cold schemes generators
SeongJae Park
1
-24
/
+21
2022-10-04
mm/damon/lru_sort: use quotas param generator
SeongJae Park
1
-51
/
+19
2022-10-04
mm/damon/reclaim: use the quota params generator macro
SeongJae Park
1
-52
/
+12
2022-10-04
mm/damon/modules-common: implement damos time quota params generator
SeongJae Park
1
-2
/
+5
2022-10-04
mm/damon/modules-common: implement a damos quota params generator
SeongJae Park
1
-1
/
+7
2022-10-04
mm/damon/lru_sort: use stat generator
SeongJae Park
1
-71
/
+12
2022-10-04
mm/damon/reclaim: use stat parameters generator
SeongJae Park
1
-36
/
+5
2022-10-04
mm/damon/modules-common: implement a stats parameters generator macro
SeongJae Park
1
-0
/
+12
2022-10-04
mm/damon/reclaim: use watermarks parameters generator macro
SeongJae Park
1
-47
/
+9
2022-10-04
mm/damon/lru_sort: use watermarks parameters generator macro
SeongJae Park
2
-56
/
+12
2022-10-04
mm/damon/modules-common: implement a watermarks module parameters generator m...
SeongJae Park
1
-0
/
+7
2022-10-04
mm/damon/reclaim: use monitoring attributes parameters generator macro
SeongJae Park
1
-42
/
+5
2022-10-04
mm/damon/lru_sort: use monitoring attributes parameters generaotr macro
SeongJae Park
1
-42
/
+5
2022-10-04
mm/damon: implement a monitoring attributes module parameters generator macro
SeongJae Park
1
-0
/
+18
2022-10-04
mm/damon/lru_sort: use 'struct damon_attrs' for storing parameters for it
SeongJae Park
1
-19
/
+21
2022-10-04
mm/damon/reclaim: use 'struct damon_attrs' for storing parameters for it
SeongJae Park
1
-17
/
+19
2022-10-04
mm/damon/core: reduce parameters for damon_set_attrs()
SeongJae Park
5
-27
/
+35
2022-10-04
mm/damon/core: use a dedicated struct for monitoring attributes
SeongJae Park
4
-24
/
+24
2022-10-04
mm/damon/core: factor out 'damos_quota' private fileds initialization
SeongJae Park
1
-9
/
+14
2022-10-04
mm/damon/core: copy struct-to-struct instead of field-to-field in damon_new_s...
SeongJae Park
1
-17
/
+4
2022-10-04
mm/damon/paddr: deduplicate damon_pa_{mark_accessed,deactivate_pages}()
SeongJae Park
1
-14
/
+12
[next]