index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-23
MAINTAINERS: add memory mapping entry with reviewers
Lorenzo Stoakes
1
-0
/
+11
2024-02-23
mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone index
Byungchul Park
1
-0
/
+8
2024-02-23
kasan: revert eviction of stack traces in generic mode
Marco Elver
4
-77
/
+14
2024-02-23
stackdepot: use variable size records for non-evictable entries
Marco Elver
2
-123
/
+130
2024-02-22
Docs/admin-guide/mm/damon/usage: fix wrong quotas diabling condition
SeongJae Park
1
-1
/
+2
2024-02-22
Docs/mm/damon: move monitoring target regions setup detail from the usage to ...
SeongJae Park
2
-14
/
+14
2024-02-22
Docs/mm/damon: move DAMON operation sets list from the usage to the design do...
SeongJae Park
2
-14
/
+17
2024-02-22
Docs/mm/damon: move the list of DAMOS actions to design doc
SeongJae Park
2
-37
/
+36
2024-02-22
Docs/mm/damon/maintainer-profile: fix reference links for mm-[un]stable tree
SeongJae Park
1
-4
/
+4
2024-02-22
userfaultfd: use per-vma locks in userfaultfd operations
Lokesh Gidra
4
-104
/
+299
2024-02-22
mm: add vma_assert_locked() for !CONFIG_PER_VMA_LOCK
Lokesh Gidra
1
-0
/
+5
2024-02-22
userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx
Lokesh Gidra
3
-58
/
+75
2024-02-22
userfaultfd: move userfaultfd_ctx struct to header file
Lokesh Gidra
2
-39
/
+39
2024-02-22
kasan: increase the number of bits to shift when recording extra timestamps
Juntong Deng
2
-2
/
+2
2024-02-22
rmap: replace two calls to compound_order with folio_order
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-02-22
dax: fix incorrect list of data cache aliasing architectures
Mathieu Desnoyers
1
-3
/
+2
2024-02-22
Introduce cpu_dcache_is_aliasing() across all architectures
Mathieu Desnoyers
22
-0
/
+112
2024-02-22
dax: check for data cache aliasing at runtime
Mathieu Desnoyers
2
-1
/
+10
2024-02-22
virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatal
Mathieu Desnoyers
1
-4
/
+11
2024-02-22
dcssblk: handle alloc_dax() -EOPNOTSUPP failure
Mathieu Desnoyers
1
-5
/
+6
2024-02-22
dm: treat alloc_dax() -EOPNOTSUPP failure as non-fatal
Mathieu Desnoyers
1
-8
/
+9
2024-02-22
nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
Mathieu Desnoyers
1
-10
/
+12
2024-02-22
dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n
Mathieu Desnoyers
2
-5
/
+6
2024-02-22
dax: add empty static inline for CONFIG_DAX=n
Mathieu Desnoyers
1
-3
/
+8
2024-02-22
nvdimm/pmem: fix leak on dax_add_host() failure
Mathieu Desnoyers
1
-2
/
+1
2024-02-22
arm64/mm: automatically fold contpte mappings
Ryan Roberts
2
-0
/
+90
2024-02-22
arm64/mm: __always_inline to improve fork() perf
Ryan Roberts
1
-5
/
+5
2024-02-22
arm64/mm: implement pte_batch_hint()
Ryan Roberts
1
-0
/
+9
2024-02-22
mm: add pte_batch_hint() to reduce scanning in folio_pte_batch()
Ryan Roberts
2
-7
/
+33
2024-02-22
arm64/mm: implement new [get_and_]clear_full_ptes() batch APIs
Ryan Roberts
2
-0
/
+84
2024-02-22
arm64/mm: implement new wrprotect_ptes() batch API
Ryan Roberts
2
-10
/
+89
2024-02-22
arm64/mm: wire up PTE_CONT for user mappings
Ryan Roberts
5
-0
/
+467
2024-02-22
arm64/mm: dplit __flush_tlb_range() to elide trailing DSB
Ryan Roberts
1
-2
/
+11
2024-02-22
arm64/mm: new ptep layer to manage contig bit
Ryan Roberts
11
-86
/
+93
2024-02-22
arm64/mm: convert ptep_clear() to ptep_get_and_clear()
Ryan Roberts
1
-1
/
+1
2024-02-22
arm64/mm: convert set_pte_at() to set_ptes(..., 1)
Ryan Roberts
5
-9
/
+9
2024-02-22
arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)
Ryan Roberts
8
-19
/
+25
2024-02-22
mm: tidy up pte_next_pfn() definition
Ryan Roberts
1
-2
/
+0
2024-02-22
x86/mm: convert pte_next_pfn() to pte_advance_pfn()
Ryan Roberts
1
-4
/
+4
2024-02-22
arm64/mm: convert pte_next_pfn() to pte_advance_pfn()
Ryan Roberts
1
-4
/
+4
2024-02-22
mm: introduce pte_advance_pfn() and use for pte_next_pfn()
Ryan Roberts
1
-3
/
+6
2024-02-22
mm: thp: batch-collapse PMD with set_ptes()
Ryan Roberts
1
-25
/
+33
2024-02-22
mm: clarify the spec for set_ptes()
Ryan Roberts
1
-0
/
+4
2024-02-22
mm/memory: optimize unmap/zap with PTE-mapped THP
David Hildenbrand
2
-26
/
+136
2024-02-22
mm/mmu_gather: improve cond_resched() handling with large folios and expensiv...
David Hildenbrand
1
-15
/
+43
2024-02-22
mm/mmu_gather: add __tlb_remove_folio_pages()
David Hildenbrand
6
-14
/
+119
2024-02-22
mm/mmu_gather: add tlb_remove_tlb_entries()
David Hildenbrand
2
-1
/
+25
2024-02-22
mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAP
David Hildenbrand
2
-8
/
+14
2024-02-22
mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page...
David Hildenbrand
3
-16
/
+16
2024-02-22
mm/memory: factor out zapping folio pte into zap_present_folio_pte()
David Hildenbrand
1
-21
/
+32
[prev]
[next]