index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ssb
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-23
arm64/mm: dplit __flush_tlb_range() to elide trailing DSB
Ryan Roberts
1
-2
/
+11
2024-02-23
arm64/mm: new ptep layer to manage contig bit
Ryan Roberts
11
-86
/
+93
2024-02-23
arm64/mm: convert ptep_clear() to ptep_get_and_clear()
Ryan Roberts
1
-1
/
+1
2024-02-23
arm64/mm: convert set_pte_at() to set_ptes(..., 1)
Ryan Roberts
5
-9
/
+9
2024-02-23
arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)
Ryan Roberts
8
-19
/
+25
2024-02-23
mm: tidy up pte_next_pfn() definition
Ryan Roberts
1
-2
/
+0
2024-02-23
x86/mm: convert pte_next_pfn() to pte_advance_pfn()
Ryan Roberts
1
-4
/
+4
2024-02-23
arm64/mm: convert pte_next_pfn() to pte_advance_pfn()
Ryan Roberts
1
-4
/
+4
2024-02-23
mm: introduce pte_advance_pfn() and use for pte_next_pfn()
Ryan Roberts
1
-3
/
+6
2024-02-23
mm: thp: batch-collapse PMD with set_ptes()
Ryan Roberts
1
-25
/
+33
2024-02-23
mm: clarify the spec for set_ptes()
Ryan Roberts
1
-0
/
+4
2024-02-23
mm/memory: optimize unmap/zap with PTE-mapped THP
David Hildenbrand
2
-26
/
+136
2024-02-23
mm/mmu_gather: improve cond_resched() handling with large folios and expensiv...
David Hildenbrand
1
-15
/
+43
2024-02-23
mm/mmu_gather: add __tlb_remove_folio_pages()
David Hildenbrand
6
-14
/
+119
2024-02-23
mm/mmu_gather: add tlb_remove_tlb_entries()
David Hildenbrand
2
-1
/
+25
2024-02-23
mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAP
David Hildenbrand
2
-8
/
+14
2024-02-23
mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page...
David Hildenbrand
3
-16
/
+16
2024-02-23
mm/memory: factor out zapping folio pte into zap_present_folio_pte()
David Hildenbrand
1
-21
/
+32
2024-02-23
mm/memory: further separate anon and pagecache folio handling in zap_present_...
David Hildenbrand
1
-5
/
+11
2024-02-23
mm/memory: handle !page case in zap_present_pte() separately
David Hildenbrand
1
-11
/
+11
2024-02-23
mm/memory: factor out zapping of present pte into zap_present_pte()
David Hildenbrand
1
-41
/
+53
2024-02-23
selftests: add zswapin and no zswap tests
Nhat Pham
1
-2
/
+118
2024-02-23
selftests: fix the zswap invasive shrink test
Nhat Pham
1
-1
/
+1
2024-02-23
selftests: zswap: add zswap selftest file to zswap maintainer entry
Nhat Pham
1
-0
/
+1
2024-02-23
mm: compaction: limit the suitable target page order to be less than cc->order
Baolin Wang
1
-1
/
+3
2024-02-22
zram: do not allocate physically contiguous strm buffers
Barry Song
1
-2
/
+3
2024-02-22
mm/hugetlb: move page order check inside hugetlb_cma_reserve()
Anshuman Khandual
3
-10
/
+8
2024-02-22
mm/mglru: improve swappiness handling
Kinsey Ho
1
-10
/
+10
2024-02-22
mm/mglru: improve struct lru_gen_mm_walk
Kinsey Ho
2
-27
/
+29
2024-02-22
mm/mglru: improve reset_mm_stats()
Kinsey Ho
1
-20
/
+22
2024-02-22
mm/mglru: improve should_run_aging()
Kinsey Ho
1
-14
/
+11
2024-02-22
mm/mglru: drop unused parameter
Kinsey Ho
1
-5
/
+5
2024-02-22
kasan/test: avoid gcc warning for intentional overflow
Arnd Bergmann
1
-1
/
+2
2024-02-22
mm: document memalloc_noreclaim_save() and memalloc_pin_save()
Vlastimil Babka
2
-6
/
+58
2024-02-22
mm/zswap: optimize and cleanup the invalidation of duplicate entry
Chengming Zhou
1
-18
/
+16
2024-02-22
selftests/mm: log a consistent test name for check_compaction
Mark Brown
1
-16
/
+19
2024-02-22
selftests/mm: log skipped compaction test as a skip
Mark Brown
1
-1
/
+1
2024-02-22
mm: compaction: refactor compact_node()
Kefeng Wang
1
-44
/
+21
2024-02-22
mm/cma: add sysfs file 'release_pages_success'
Anshuman Khandual
4
-0
/
+27
2024-02-22
selftests/damon/_chk_dependency: get debugfs mount point from /proc/mounts
SeongJae Park
1
-1
/
+8
2024-02-22
selftests/damon: add a test for the pid leak of dbgfs_target_ids_write()
SeongJae Park
4
-0
/
+93
2024-02-22
selftests/damon: add a test for a race between target_ids_read() and dbgfs_be...
SeongJae Park
4
-0
/
+97
2024-02-22
selftests/damon: add a test for DAMOS apply intervals
SeongJae Park
2
-1
/
+68
2024-02-22
selftests/damon: add a test for DAMOS quota
SeongJae Park
2
-0
/
+68
2024-02-22
selftests/damon/_damon_sysfs: support DAMOS apply interval
SeongJae Park
1
-1
/
+8
2024-02-22
selftests/damon/_damon_sysfs: support DAMOS stats
SeongJae Park
1
-0
/
+32
2024-02-22
selftests/damon/_damon_sysfs: support DAMOS quota
SeongJae Park
1
-9
/
+33
2024-02-22
memremap.h: correct an error in a comment
John Groves
1
-1
/
+1
2024-02-22
zram: use copy_page for full page copy
Mark-PK Tsai
1
-1
/
+1
2024-02-22
mm/demotion: print demotion targets
Li Zhijian
1
-1
/
+23
[next]