index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-26
mm: add VMA iterator
Matthew Wilcox (Oracle)
1
-5
/
+5
2022-09-26
mm: start tracking VMAs with maple tree
Liam R. Howlett
3
-33
/
+335
2022-09-26
mm/demotion: expose memory tier details via sysfs
Aneesh Kumar K.V
1
-22
/
+87
2022-09-26
mm/demotion: update node_is_toptier to work with memory tiers
Aneesh Kumar K.V
5
-0
/
+51
2022-09-26
mm/demotion: demote pages according to allocation fallback order
Jagdish Gediya
2
-18
/
+91
2022-09-26
mm/demotion: drop memtier from memtype
Aneesh Kumar K.V
1
-7
/
+9
2022-09-26
mm/demotion: add pg_data_t member to track node memory tier details
Aneesh Kumar K.V
1
-5
/
+35
2022-09-26
mm/demotion: build demotion targets based on explicit memory tiers
Aneesh Kumar K.V
3
-410
/
+226
2022-09-26
mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADISTANCE
Aneesh Kumar K.V
1
-23
/
+91
2022-09-26
mm/demotion: add hotplug callbacks to handle new numa node onlined
Aneesh Kumar K.V
1
-0
/
+68
2022-09-26
mm/demotion: move memory demotion related code
Aneesh Kumar K.V
3
-59
/
+66
2022-09-26
mm/demotion: add support for explicit memory tiers
Aneesh Kumar K.V
2
-0
/
+130
2022-09-26
mm: multi-gen LRU: admin guide
Yu Zhao
2
-1
/
+6
2022-09-26
mm: multi-gen LRU: debugfs interface
Yu Zhao
1
-10
/
+401
2022-09-26
mm: multi-gen LRU: thrashing prevention
Yu Zhao
1
-3
/
+71
2022-09-26
mm: multi-gen LRU: kill switch
Yu Zhao
2
-5
/
+229
2022-09-26
mm: multi-gen LRU: optimize multiple memcgs
Yu Zhao
1
-9
/
+96
2022-09-26
mm: multi-gen LRU: support page table walks
Yu Zhao
2
-16
/
+1019
2022-09-26
mm: multi-gen LRU: exploit locality in rmap
Yu Zhao
5
-2
/
+194
2022-09-26
mm: multi-gen LRU: minimal implementation
Yu Zhao
4
-10
/
+942
2022-09-26
mm: multi-gen LRU: groundwork
Yu Zhao
8
-6
/
+126
2022-09-26
mm/vmscan.c: refactor shrink_node()
Yu Zhao
1
-94
/
+104
2022-09-26
mm: x86, arm64: add arch_has_hw_pte_young()
Yu Zhao
1
-13
/
+1
2022-09-26
mm/page_io: count submission time as thrashing delay for delayacct
Yang Yang
1
-5
/
+10
2022-09-26
delayacct: support re-entrance detection of thrashing accounting
Yang Yang
1
-4
/
+6
2022-09-26
mm: migrate: do not retry 10 times for the subpages of fail-to-migrate THP
Baolin Wang
1
-3
/
+2
2022-09-26
migrate_pages(): fix failure counting for retry
Huang Ying
1
-1
/
+5
2022-09-26
migrate_pages(): fix failure counting for THP splitting
Huang Ying
1
-7
/
+7
2022-09-26
migrate_pages(): fix failure counting for THP on -ENOSYS
Huang Ying
1
-3
/
+3
2022-09-26
migrate_pages(): fix failure counting for THP subpages retrying
Huang Ying
1
-1
/
+2
2022-09-26
migrate_pages(): fix THP failure counting for -ENOMEM
Huang Ying
1
-3
/
+4
2022-09-26
migrate_pages(): remove unnecessary list_safe_reset_next()
Huang Ying
1
-8
/
+5
2022-09-26
migrate: fix syscall move_pages() return value for failure
Huang Ying
1
-2
/
+6
2022-09-26
filemap: make the accounting of thrashing more consistent
Yang Yang
1
-14
/
+4
2022-09-26
mm/swap: cache swap migration A/D bits support
Peter Xu
1
-0
/
+8
2022-09-26
mm/swap: cache maximum swapfile size when init swap
Peter Xu
1
-2
/
+5
2022-09-26
mm: remember young/dirty bit for page migrations
Peter Xu
4
-4
/
+31
2022-09-26
mm/thp: carry over dirty bit when thp splits on pmd
Peter Xu
1
-2
/
+7
2022-09-26
mm/swap: add swp_offset_pfn() to fetch PFN from swap entry
Peter Xu
3
-5
/
+5
2022-09-26
mm, hwpoison: cleanup some obsolete comments
Miaohe Lin
1
-5
/
+5
2022-09-26
mm, hwpoison: check PageTable() explicitly in hwpoison_user_mappings()
Miaohe Lin
1
-1
/
+1
2022-09-26
mm, hwpoison: avoid unneeded page_mapped_in_vma() overhead in collect_procs_anon()
Miaohe Lin
1
-3
/
+3
2022-09-26
mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pages
Miaohe Lin
1
-2
/
+4
2022-09-26
mm, hwpoison: use __PageMovable() to detect non-lru movable pages
Miaohe Lin
1
-7
/
+9
2022-09-26
mm, hwpoison: use ClearPageHWPoison() in memory_failure()
Miaohe Lin
1
-1
/
+1
2022-09-26
mm: MADV_COLLAPSE: refetch vm_end after reacquiring mmap_lock
Yang Shi
1
-0
/
+2
2022-09-26
blk-cgroup: pass a gendisk to blkcg_schedule_throttle
Christoph Hellwig
1
-1
/
+1
2022-09-26
Merge tag 'mm-hotfixes-stable-2022-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
15
-72
/
+176
2022-09-26
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
15
-72
/
+176
2022-09-26
mm/page_isolation: fix isolate_single_pageblock() isolation behavior
Zi Yan
1
-11
/
+14
[prev]
[next]