开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-02-22
dax: fix incorrect list of data cache aliasing architectures
Mathieu Desnoyers
2024-02-22
Introduce cpu_dcache_is_aliasing() across all architectures
Mathieu Desnoyers
2024-02-22
dax: check for data cache aliasing at runtime
Mathieu Desnoyers
2024-02-22
virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatal
Mathieu Desnoyers
2024-02-22
dcssblk: handle alloc_dax() -EOPNOTSUPP failure
Mathieu Desnoyers
2024-02-22
dm: treat alloc_dax() -EOPNOTSUPP failure as non-fatal
Mathieu Desnoyers
2024-02-22
nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
Mathieu Desnoyers
2024-02-22
dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n
Mathieu Desnoyers
2024-02-22
dax: add empty static inline for CONFIG_DAX=n
Mathieu Desnoyers
2024-02-22
nvdimm/pmem: fix leak on dax_add_host() failure
Mathieu Desnoyers
2024-02-22
arm64/mm: automatically fold contpte mappings
Ryan Roberts
2024-02-22
arm64/mm: __always_inline to improve fork() perf
Ryan Roberts
2024-02-22
arm64/mm: implement pte_batch_hint()
Ryan Roberts
2024-02-22
mm: add pte_batch_hint() to reduce scanning in folio_pte_batch()
Ryan Roberts
2024-02-22
arm64/mm: implement new [get_and_]clear_full_ptes() batch APIs
Ryan Roberts
2024-02-22
arm64/mm: implement new wrprotect_ptes() batch API
Ryan Roberts
2024-02-22
arm64/mm: wire up PTE_CONT for user mappings
Ryan Roberts
2024-02-22
arm64/mm: dplit __flush_tlb_range() to elide trailing DSB
Ryan Roberts
2024-02-22
arm64/mm: new ptep layer to manage contig bit
Ryan Roberts
2024-02-22
arm64/mm: convert ptep_clear() to ptep_get_and_clear()
Ryan Roberts
2024-02-22
arm64/mm: convert set_pte_at() to set_ptes(..., 1)
Ryan Roberts
2024-02-22
arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)
Ryan Roberts
2024-02-22
mm: tidy up pte_next_pfn() definition
Ryan Roberts
2024-02-22
x86/mm: convert pte_next_pfn() to pte_advance_pfn()
Ryan Roberts
2024-02-22
arm64/mm: convert pte_next_pfn() to pte_advance_pfn()
Ryan Roberts
2024-02-22
mm: introduce pte_advance_pfn() and use for pte_next_pfn()
Ryan Roberts
2024-02-22
mm: thp: batch-collapse PMD with set_ptes()
Ryan Roberts
2024-02-22
mm: clarify the spec for set_ptes()
Ryan Roberts
2024-02-22
mm/memory: optimize unmap/zap with PTE-mapped THP
David Hildenbrand
2024-02-22
mm/mmu_gather: improve cond_resched() handling with large folios and expensiv...
David Hildenbrand
2024-02-22
mm/mmu_gather: add __tlb_remove_folio_pages()
David Hildenbrand
2024-02-22
mm/mmu_gather: add tlb_remove_tlb_entries()
David Hildenbrand
2024-02-22
mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAP
David Hildenbrand
2024-02-22
mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page...
David Hildenbrand
2024-02-22
mm/memory: factor out zapping folio pte into zap_present_folio_pte()
David Hildenbrand
2024-02-22
mm/memory: further separate anon and pagecache folio handling in zap_present_...
David Hildenbrand
2024-02-22
mm/memory: handle !page case in zap_present_pte() separately
David Hildenbrand
2024-02-22
mm/memory: factor out zapping of present pte into zap_present_pte()
David Hildenbrand
2024-02-22
selftests: add zswapin and no zswap tests
Nhat Pham
2024-02-22
selftests: fix the zswap invasive shrink test
Nhat Pham
2024-02-22
selftests: zswap: add zswap selftest file to zswap maintainer entry
Nhat Pham
2024-02-22
mm: compaction: limit the suitable target page order to be less than cc->order
Baolin Wang
2024-02-22
zram: do not allocate physically contiguous strm buffers
Barry Song
2024-02-22
mm/hugetlb: move page order check inside hugetlb_cma_reserve()
Anshuman Khandual
2024-02-22
mm/mglru: improve swappiness handling
Kinsey Ho
2024-02-22
mm/mglru: improve struct lru_gen_mm_walk
Kinsey Ho
2024-02-22
mm/mglru: improve reset_mm_stats()
Kinsey Ho
2024-02-22
mm/mglru: improve should_run_aging()
Kinsey Ho
2024-02-22
mm/mglru: drop unused parameter
Kinsey Ho
2024-02-22
kasan/test: avoid gcc warning for intentional overflow
Arnd Bergmann
[next]