index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-18
hugetlbfs: close race between MADV_DONTNEED and page fault
Rik van Riel
2
-17
/
+30
2023-10-18
hugetlbfs: extend hugetlb_vma_lock to private VMAs
Rik van Riel
1
-4
/
+37
2023-10-18
hugetlbfs: clear resv_map pointer if mmap fails
Rik van Riel
1
-3
/
+4
2023-10-18
mm: zswap: fix pool refcount bug around shrink_worker()
Johannes Weiner
1
-2
/
+2
2023-10-16
mm/ksm: add pages_skipped metric
Stefan Roesch
1
-0
/
+12
2023-10-16
mm/ksm: add "smart" page scanning mode
Stefan Roesch
1
-0
/
+104
2023-10-16
dax, kmem: calculate abstract distance with general interface
Huang Ying
1
-1
/
+2
2023-10-16
acpi, hmat: calculate abstract distance with HMAT
Huang Ying
1
-1
/
+102
2023-10-16
memory tiering: add abstract distance calculation algorithms management
Huang Ying
1
-0
/
+59
2023-10-16
mm/hugetlb: replace page_ref_freeze() with folio_ref_freeze() in hugetlb_foli...
Sidhartha Kumar
1
-1
/
+1
2023-10-16
mm/filemap: remove hugetlb special casing in filemap.c
Sidhartha Kumar
3
-53
/
+19
2023-10-16
mm/damon/core: remove unnecessary si_meminfo invoke.
Huan Yang
1
-4
/
+2
2023-10-16
sched/numa, mm: make numa migrate functions to take a folio
Kefeng Wang
1
-1
/
+1
2023-10-16
mm: mempolicy: make mpol_misplaced() to take a folio
Kefeng Wang
2
-11
/
+13
2023-10-16
mm: memory: make numa_migrate_prep() to take a folio
Kefeng Wang
3
-7
/
+6
2023-10-16
mm: memory: use a folio in do_numa_page()
Kefeng Wang
1
-17
/
+17
2023-10-16
mm: huge_memory: use a folio in do_huge_pmd_numa_page()
Kefeng Wang
1
-16
/
+13
2023-10-16
mm: memory: add vm_normal_folio_pmd()
Kefeng Wang
1
-0
/
+10
2023-10-06
mm/filemap: increase usage of folio_next_index() helper
Minjie Du
1
-1
/
+1
2023-10-06
delayacct: add memory reclaim delay in get_page_from_freelist
liwenyu
1
-0
/
+2
2023-10-06
memcg: remove unused do_memsw_account in memcg1_stat_format
Liu Shixin
1
-7
/
+2
2023-10-06
memcg: expose swapcache stat for memcg v1
Liu Shixin
1
-0
/
+6
2023-10-06
acpi,mm: fix typo sibiling -> sibling
Li Zhijian
1
-5
/
+5
2023-10-06
mm/migrate: fix do_pages_move for compat pointers
Gregory Price
1
-2
/
+12
2023-10-06
mmap: fix error paths with dup_anon_vma()
Liam R. Howlett
1
-8
/
+22
2023-10-06
mmap: fix vma_iterator in error path of vma_merge()
Liam R. Howlett
1
-2
/
+8
2023-10-06
mm: fix vm_brk_flags() to not bail out while holding lock
Sebastian Ott
1
-3
/
+3
2023-10-06
mm/mempolicy: fix set_mempolicy_home_node() previous VMA pointer
Liam R. Howlett
1
-1
/
+3
2023-10-06
mm/page_alloc: correct start page when guard page debug is enabled
Kemeng Shi
1
-1
/
+1
2023-10-04
mm: mlock: update mlock_pte_range to handle large folio
Yin Fengwei
1
-2
/
+64
2023-10-04
mm: handle large folio when large folio in VM_LOCKED VMA range
Yin Fengwei
2
-21
/
+68
2023-10-04
mm: add functions folio_in_range() and folio_within_vma()
Yin Fengwei
1
-0
/
+50
2023-10-04
mm/damon/core-test: fix memory leak in damon_new_ctx()
Jinjie Ruan
1
-0
/
+4
2023-10-04
mm/damon/core-test: fix memory leak in damon_new_region()
Jinjie Ruan
1
-1
/
+3
2023-10-04
mm/writeback: update filemap_dirty_folio() comment
Jianguo Bao
1
-1
/
+1
2023-10-04
mm/damon/sysfs-schemes: support DAMOS apply interval
SeongJae Park
1
-4
/
+34
2023-10-04
mm/damon/core: implement scheme-specific apply interval
SeongJae Park
5
-9
/
+72
2023-10-04
mm/damon/sysfs-schemes: use nr_accesses_bp as the source of tried_regions/<N>...
SeongJae Park
1
-1
/
+1
2023-10-04
mm/damon/core: make DAMOS uses nr_accesses_bp instead of nr_accesses
SeongJae Park
1
-2
/
+3
2023-10-04
hugetlb: convert remove_pool_huge_page() to remove_pool_hugetlb_folio()
Matthew Wilcox (Oracle)
1
-14
/
+15
2023-10-04
hugetlb: remove a few calls to page_folio()
Matthew Wilcox (Oracle)
1
-15
/
+11
2023-10-04
hugetlb: use a folio in free_hpage_workfn()
Matthew Wilcox (Oracle)
1
-6
/
+6
2023-10-04
mm: hugetlb: skip initialization of gigantic tail struct pages if freed by HVO
Usama Arif
5
-15
/
+69
2023-10-04
memblock: introduce MEMBLOCK_RSRV_NOINIT flag
Usama Arif
1
-5
/
+28
2023-10-04
memblock: pass memblock_type to memblock_setclr_flag
Usama Arif
1
-8
/
+8
2023-10-04
mm: hugetlb_vmemmap: use nid of the head page to reallocate it
Usama Arif
1
-1
/
+1
2023-10-04
mm/damon/core: mark damon_moving_sum() as a static function
SeongJae Park
1
-1
/
+1
2023-10-04
mm/damon/core: skip updating nr_accesses_bp for each aggregation interval
SeongJae Park
1
-2
/
+0
2023-10-04
mm/damon/core: use pseudo-moving sum for nr_accesses_bp
SeongJae Park
3
-10
/
+27
2023-10-04
mm/damon/core: introduce nr_accesses_bp
SeongJae Park
2
-0
/
+11
[prev]
[next]