index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
iio
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-04
selftests/mm: mseal, self_elf: rename TEST_END_CHECK to REPORT_TEST_PASS
John Hubbard
3
-48
/
+48
2024-07-04
selftests/mm: mseal, self_elf: factor out test macros and other duplicated items
John Hubbard
4
-80
/
+44
2024-07-04
selftests/mm: mseal, self_elf: fix missing __NR_mseal
John Hubbard
2
-2
/
+2
2024-07-04
mm: swap: remove 'synchronous' argument to swap_read_folio()
Yosry Ahmed
4
-13
/
+11
2024-07-04
mm/highmem: make nr_free_highpages() return "unsigned long"
David Hildenbrand
3
-7
/
+7
2024-07-04
mm/highmem: reimplement totalhigh_pages() by walking zones
David Hildenbrand
3
-14
/
+16
2024-07-04
Documentation/admin-guide/mm/pagemap.rst: drop "Using pagemap to do something...
David Hildenbrand
1
-21
/
+0
2024-07-04
fs/proc: move page_mapcount() to fs/proc/internal.h
David Hildenbrand
4
-50
/
+66
2024-07-04
fs/proc/task_mmu: account non-present entries as "maybe shared, but no idea h...
David Hildenbrand
1
-22
/
+31
2024-07-04
fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPs
David Hildenbrand
1
-10
/
+12
2024-07-04
fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENT
David Hildenbrand
1
-6
/
+2
2024-07-04
fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THP
David Hildenbrand
1
-0
/
+2
2024-07-04
lib: test_hmm: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-04
test_maple_tree: add the missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-04
ubsan: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-04
test_xarray: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-04
mm: swap: reuse exclusive folio directly instead of wp page faults
Barry Song
1
-7
/
+11
2024-07-04
mm/memory_hotplug: drop memblock_phys_free() call in try_remove_memory()
Jonathan Cameron
1
-3
/
+1
2024-07-04
kmemleak-test: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-04
mm: shmem: add mTHP counters for anonymous shmem
Baolin Wang
4
-3
/
+37
2024-07-04
mm: shmem: add mTHP size alignment in shmem_get_unmapped_area
Baolin Wang
1
-9
/
+31
2024-07-04
mm: shmem: add mTHP support for anonymous shmem
Baolin Wang
2
-30
/
+167
2024-07-04
mm: shmem: add multi-size THP sysfs interface for anonymous shmem
Baolin Wang
4
-8
/
+135
2024-07-04
mm: shmem: add THP validation for PMD-mapped THP related statistics
Baolin Wang
1
-3
/
+4
2024-07-04
mm: memory: extend finish_fault() to support large folio
Baolin Wang
1
-10
/
+51
2024-07-04
mm/memory-failure: stop setting the folio error flag
Matthew Wilcox (Oracle)
1
-29
/
+0
2024-07-04
mm,swap: simplify VMA based swap readahead window calculation
Huang Ying
1
-41
/
+25
2024-07-04
mm,swap: remove struct vma_swap_readahead
Huang Ying
1
-28
/
+20
2024-07-04
mm,swap: fix a theoretical underflow in readahead window calculation
Huang Ying
1
-0
/
+2
2024-07-04
mm: userfaultfd: use swap() in double_pt_lock()
Jiapeng Chong
1
-8
/
+2
2024-07-04
mm: sparse: consistently use _nr
Dev Jain
1
-8
/
+8
2024-07-04
arch/x86: do not explicitly clear Reserved flag in free_pagetable
Oscar Salvador
1
-2
/
+0
2024-07-04
mm: drop leftover comment references to pxx_huge()
Peter Xu
2
-6
/
+2
2024-07-04
kmsan: introduce test_unpoison_memory()
Brian Johannesmeyer
1
-0
/
+27
2024-07-04
mm/vmalloc: use __this_cpu_try_cmpxchg() in preload_this_cpu_lock()
Uros Bizjak
1
-2
/
+3
2024-07-04
percpu: add __this_cpu_try_cmpxchg()
Uros Bizjak
1
-0
/
+6
2024-07-04
memcg: rearrange fields of mem_cgroup_per_node
Shakeel Butt
1
-8
/
+14
2024-07-04
mm/hugetlb: mm/memory_hotplug: use a folio in scan_movable_pages()
Sidhartha Kumar
2
-11
/
+6
2024-07-04
mm: swap: entirely map large folios found in swapcache
Chuanhua Han
1
-11
/
+48
2024-07-04
mm: swap: make should_try_to_free_swap() support large-folio
Chuanhua Han
1
-1
/
+1
2024-07-04
mm: introduce arch_do_swap_page_nr() which allows restore metadata for nr pages
Barry Song
2
-7
/
+22
2024-07-04
mm: introduce pte_move_swp_offset() helper which can move offset bidirectionally
Barry Song
1
-4
/
+21
2024-07-04
mm: remove the implementation of swap_free() and always use swap_free_nr()
Barry Song
3
-21
/
+11
2024-07-04
mm: swap: introduce swap_free_nr() for batched swap_free()
Chuanhua Han
2
-0
/
+52
2024-07-04
mm: rmap: abstract updating per-node and per-memcg stats
Yosry Ahmed
1
-27
/
+29
2024-07-04
mm: zswap: make same_filled functions folio-friendly
Yosry Ahmed
1
-17
/
+13
2024-07-04
mm :zswap: use kmap_local_folio() in zswap_load()
Yosry Ahmed
1
-2
/
+1
2024-07-04
mm: zswap: use sg_set_folio() in zswap_{compress/decompress}()
Yosry Ahmed
1
-5
/
+5
2024-07-04
mm: remove MIGRATE_SYNC_NO_COPY mode
Kefeng Wang
6
-43
/
+3
2024-07-04
mm: migrate: remove migrate_folio_extra()
Kefeng Wang
2
-24
/
+11
[next]