index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-09-27
mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADI...
Aneesh Kumar K.V
3
-27
/
+171
2022-09-27
mm/demotion: add hotplug callbacks to handle new numa node onlined
Aneesh Kumar K.V
2
-0
/
+69
2022-09-27
mm/demotion: move memory demotion related code
Aneesh Kumar K.V
5
-61
/
+74
2022-09-27
mm/demotion: add support for explicit memory tiers
Aneesh Kumar K.V
3
-0
/
+148
2022-09-27
mm: multi-gen LRU: design doc
Yu Zhao
2
-0
/
+160
2022-09-27
mm: multi-gen LRU: admin guide
Yu Zhao
4
-1
/
+169
2022-09-27
mm: multi-gen LRU: debugfs interface
Yu Zhao
2
-10
/
+402
2022-09-27
mm: multi-gen LRU: thrashing prevention
Yu Zhao
2
-3
/
+73
2022-09-27
mm: multi-gen LRU: kill switch
Yu Zhao
6
-9
/
+265
2022-09-27
mm: multi-gen LRU: optimize multiple memcgs
Yu Zhao
1
-9
/
+96
2022-09-27
mm: multi-gen LRU: support page table walks
Yu Zhao
10
-17
/
+1172
2022-09-27
mm: multi-gen LRU: exploit locality in rmap
Yu Zhao
8
-2
/
+236
2022-09-27
mm: multi-gen LRU: minimal implementation
Yu Zhao
8
-11
/
+1025
2022-09-27
mm: multi-gen LRU: groundwork
Yu Zhao
15
-14
/
+424
2022-09-27
Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole cal...
Yu Zhao
1
-1
/
+8
2022-09-27
mm/vmscan.c: refactor shrink_node()
Yu Zhao
1
-94
/
+104
2022-09-27
mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
Yu Zhao
5
-4
/
+17
2022-09-27
mm: x86, arm64: add arch_has_hw_pte_young()
Yu Zhao
4
-29
/
+19
2022-09-27
mm/page_io: count submission time as thrashing delay for delayacct
Yang Yang
1
-5
/
+10
2022-09-27
delayacct: support re-entrance detection of thrashing accounting
Yang Yang
4
-14
/
+29
2022-09-27
mm: migrate: do not retry 10 times for the subpages of fail-to-migrate THP
Baolin Wang
1
-3
/
+2
2022-09-27
migrate_pages(): fix failure counting for retry
Huang Ying
1
-1
/
+5
2022-09-27
migrate_pages(): fix failure counting for THP splitting
Huang Ying
1
-7
/
+7
2022-09-27
migrate_pages(): fix failure counting for THP on -ENOSYS
Huang Ying
1
-3
/
+3
2022-09-27
migrate_pages(): fix failure counting for THP subpages retrying
Huang Ying
1
-1
/
+2
2022-09-27
migrate_pages(): fix THP failure counting for -ENOMEM
Huang Ying
1
-3
/
+4
2022-09-27
migrate_pages(): remove unnecessary list_safe_reset_next()
Huang Ying
1
-8
/
+5
2022-09-27
migrate: fix syscall move_pages() return value for failure
Huang Ying
1
-2
/
+6
2022-09-27
filemap: make the accounting of thrashing more consistent
Yang Yang
2
-15
/
+5
2022-09-27
mm/swap: cache swap migration A/D bits support
Peter Xu
3
-6
/
+11
2022-09-27
mm/swap: cache maximum swapfile size when init swap
Peter Xu
4
-5
/
+11
2022-09-27
mm: remember young/dirty bit for page migrations
Peter Xu
5
-4
/
+130
2022-09-27
mm/thp: carry over dirty bit when thp splits on pmd
Peter Xu
1
-2
/
+7
2022-09-27
mm/swap: add swp_offset_pfn() to fetch PFN from swap entry
Peter Xu
6
-15
/
+52
2022-09-27
mm/swap: comment all the ifdef in swapops.h
Peter Xu
1
-8
/
+8
2022-09-27
mm/x86: use SWP_TYPE_BITS in 3-level swap macros
Peter Xu
1
-4
/
+4
2022-09-27
mm, hwpoison: cleanup some obsolete comments
Miaohe Lin
1
-5
/
+5
2022-09-27
mm, hwpoison: check PageTable() explicitly in hwpoison_user_mappings()
Miaohe Lin
1
-1
/
+1
2022-09-27
mm, hwpoison: avoid unneeded page_mapped_in_vma() overhead in collect_procs_a...
Miaohe Lin
1
-3
/
+3
2022-09-27
mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pages
Miaohe Lin
2
-7
/
+4
2022-09-27
mm, hwpoison: use __PageMovable() to detect non-lru movable pages
Miaohe Lin
1
-7
/
+9
2022-09-27
mm, hwpoison: use ClearPageHWPoison() in memory_failure()
Miaohe Lin
1
-1
/
+1
2022-09-27
mm: MADV_COLLAPSE: refetch vm_end after reacquiring mmap_lock
Yang Shi
1
-0
/
+2
2022-09-26
x86/uaccess: avoid check_object_size() in copy_from_user_nmi()
Kees Cook
1
-1
/
+1
2022-09-26
mm/page_isolation: fix isolate_single_pageblock() isolation behavior
Zi Yan
1
-11
/
+14
2022-09-26
mm,hwpoison: check mm when killing accessing process
Shuai Xue
1
-0
/
+3
2022-09-26
mm/hugetlb: correct demote page offset logic
Doug Berger
1
-6
/
+8
2022-09-26
mm: prevent page_frag_alloc() from corrupting the memory
Maurizio Lombardi
1
-0
/
+12
2022-09-26
mm: bring back update_mmu_cache() to finish_fault()
Sergei Antonov
1
-4
/
+10
2022-09-26
frontswap: don't call ->init if no ops are registered
Christoph Hellwig
1
-0
/
+3
[prev]
[next]