Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-25 06:30:22 to 2024-01-25 21:30:34 UTC [more...]

[PATCH 0/4] riscv: support fast gup
 2024-01-25 21:30 UTC  (2+ messages)

[PATCH 0/2] riscv: Increase mmap_rnd_bits_max on Sv48/57
 2024-01-25 21:30 UTC  (2+ messages)

[PATCH v2 00/15] mm/memory: optimize fork() with PTE-mapped THP
 2024-01-25 21:29 UTC  (19+ messages)
` [PATCH v2 01/15] arm64/mm: Make set_ptes() robust when OAs cross 48-bit boundary
` [PATCH v2 02/15] arm/pgtable: define PFN_PTE_SHIFT
` [PATCH v2 03/15] nios2/pgtable: "
` [PATCH v2 04/15] powerpc/pgtable: "
` [PATCH v2 05/15] riscv/pgtable: "
` [PATCH v2 06/15] s390/pgtable: "
` [PATCH v2 07/15] sparc/pgtable: "
` [PATCH v2 08/15] mm/pgtable: make pte_next_pfn() independent of set_ptes()
` [PATCH v2 09/15] arm/mm: use pte_next_pfn() in set_ptes()
` [PATCH v2 10/15] powerpc/mm: "
` [PATCH v2 11/15] mm/memory: factor out copying the actual PTE in copy_present_pte()
` [PATCH v2 12/15] mm/memory: pass PTE to copy_present_pte()
` [PATCH v2 13/15] mm/memory: optimize fork() with PTE-mapped THP
` [PATCH v2 14/15] mm/memory: ignore dirty/accessed/soft-dirty bits in folio_pte_batch()
` [PATCH v2 15/15] mm/memory: ignore writable bit "

[linux-next:master 1589/1892] fs/proc/task_mmu.c:143:45: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2024-01-25 21:27 UTC  (2+ messages)

[RFC PATCH v1 00/28] riscv control-flow integrity for usermode
 2024-01-25 21:24 UTC  (33+ messages)
` [RFC PATCH v1 02/28] riscv: envcfg save and restore on trap entry/exit
` [RFC PATCH v1 05/28] riscv: zicfiss/zicfilp enumeration
` [RFC PATCH v1 07/28] riscv: kernel handling on trap entry/exit for user cfi
` [RFC PATCH v1 08/28] mm: Define VM_SHADOW_STACK for RISC-V
` [RFC PATCH v1 09/28] mm: abstract shadow stack vma behind `arch_is_shadow_stack`
` [RFC PATCH v1 15/28] riscv/mm: Implement map_shadow_stack() syscall
` [RFC PATCH v1 21/28] riscv/traps: Introduce software check exception
` [RFC PATCH v1 22/28] riscv sigcontext: adding cfi state field in sigcontext
` [RFC PATCH v1 23/28] riscv signal: Save and restore of shadow stack for signal
` [RFC PATCH v1 24/28] riscv: select config for shadow stack and landing pad instr support
` [RFC PATCH v1 25/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [RFC PATCH v1 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [RFC PATCH v1 27/28] riscv: Documentation for shadow stack on riscv
` [RFC PATCH v1 28/28] kselftest/riscv: kselftest for user mode cfi

[PATCH 0/2] mm: zswap: simplify zswap_swapoff()
 2024-01-25 21:01 UTC  (27+ messages)
` [PATCH 2/2] mm: zswap: remove unnecessary tree cleanups in zswap_swapoff()

[f2fs-dev] [PATCH v3 14/23] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
 2024-01-25 20:54 UTC  (6+ messages)
` [PATCH] f2fs: Support enhanced hot/cold data separation for f2fs

hugetlbfs: WARNING: bad unlock balance detected during MADV_REMOVE
 2024-01-25 20:28 UTC 

fb_defio and page->mapping
 2024-01-25 20:22 UTC  (2+ messages)

[RFC] Memory tiering kernel alignment
 2024-01-25 20:19 UTC  (4+ messages)

[PATCH v3 0/4] mm/mempolicy: weighted interleave mempolicy and sysfs extension
 2024-01-25 18:43 UTC  (3+ messages)
` [PATCH v3 2/4] mm/mempolicy: refactor a read-once mechanism into a function for re-use
` [PATCH v3 3/4] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving

[PATCH] mm: zswap: remove unused tree argument in zswap_entry_put()
 2024-01-25 18:30 UTC  (4+ messages)

[PATCH] mm: zswap: fix missing folio cleanup in writeback race path
 2024-01-25 18:29 UTC  (4+ messages)

[PATCH v3 0/3] A Solution to Re-enable hugetlb vmemmap optimize
 2024-01-25 18:06 UTC  (2+ messages)

[PATCH v3 0/3] mm, lru_gen: batch update pages when aging
 2024-01-25 17:51 UTC  (4+ messages)
` [PATCH v3 1/3] mm, lru_gen: try to prefetch next page when scanning LRU

[6.8-rc1 Regression] Unable to exec apparmor_parser from virt-aa-helper
 2024-01-25 17:17 UTC  (10+ messages)

[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
 2024-01-25 17:01 UTC  (37+ messages)
` [PATCH RFC v3 01/35] mm: page_alloc: Add gfp_flags parameter to arch_alloc_page()
` [PATCH RFC v3 02/35] mm: page_alloc: Add an arch hook early in free_pages_prepare()
` [PATCH RFC v3 03/35] mm: page_alloc: Add an arch hook to filter MIGRATE_CMA allocations
` [PATCH RFC v3 04/35] mm: page_alloc: Partially revert "mm: page_alloc: remove stale CMA guard code"
` [PATCH RFC v3 05/35] mm: cma: Don't append newline when generating CMA area name
` [PATCH RFC v3 06/35] mm: cma: Make CMA_ALLOC_SUCCESS/FAIL count the number of pages
` [PATCH RFC v3 07/35] mm: cma: Add CMA_RELEASE_{SUCCESS,FAIL} events
` [PATCH RFC v3 08/35] mm: cma: Introduce cma_alloc_range()
` [PATCH RFC v3 09/35] mm: cma: Introduce cma_remove_mem()
` [PATCH RFC v3 10/35] mm: cma: Fast track allocating memory when the pages are free
` [PATCH RFC v3 11/35] mm: Allow an arch to hook into folio allocation when VMA is known
` [PATCH RFC v3 12/35] mm: Call arch_swap_prepare_to_restore() before arch_swap_restore()
` [PATCH RFC v3 13/35] mm: memory: Introduce fault-on-access mechanism for pages
` [PATCH RFC v3 14/35] of: fdt: Return the region size in of_flat_dt_translate_address()
` [PATCH RFC v3 15/35] of: fdt: Add of_flat_read_u32()
` [PATCH RFC v3 16/35] KVM: arm64: Don't deny VM_PFNMAP VMAs when kvm_has_mte()
` [PATCH RFC v3 17/35] arm64: mte: Rework naming for tag manipulation functions
` [PATCH RFC v3 18/35] arm64: mte: Rename __GFP_ZEROTAGS to __GFP_TAGGED
` [PATCH RFC v3 19/35] arm64: mte: Discover tag storage memory
` [PATCH RFC v3 20/35] arm64: mte: Add tag storage memory to CMA
` [PATCH RFC v3 21/35] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled
` [PATCH RFC v3 22/35] arm64: mte: Enable tag storage if CMA areas have been activated
` [PATCH RFC v3 23/35] arm64: mte: Try to reserve tag storage in arch_alloc_page()
` [PATCH RFC v3 24/35] arm64: mte: Perform CMOs for tag blocks
` [PATCH RFC v3 25/35] arm64: mte: Reserve tag block for the zero page
` [PATCH RFC v3 26/35] arm64: mte: Use fault-on-access to reserve missing tag storage
` [PATCH RFC v3 27/35] arm64: mte: Handle tag storage pages mapped in an MTE VMA
` [PATCH RFC v3 28/35] arm64: mte: swap: Handle tag restoring when missing tag storage
` [PATCH RFC v3 29/35] arm64: mte: copypage: "
` [PATCH RFC v3 30/35] arm64: mte: ptrace: Handle pages with "
` [PATCH RFC v3 31/35] khugepaged: arm64: Don't collapse MTE enabled VMAs
` [PATCH RFC v3 32/35] KVM: arm64: mte: Reserve tag storage for virtual machines with MTE
` [PATCH RFC v3 33/35] KVM: arm64: mte: Introduce VM_MTE_KVM VMA flag
` [PATCH RFC v3 34/35] arm64: mte: Enable dynamic tag storage management
` [PATCH RFC v3 35/35] HACK! arm64: dts: Add fake tag storage to fvp-base-revc.dts

[PATCH net] tcp: add sanity checks to rx zerocopy
 2024-01-25 16:54 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 01af33cc9894b4489fb68fa35c40e9fe85df63dc
 2024-01-25 16:41 UTC 

[PATCH] exec: Check __FMODE_EXEC instead of in_execve for LSMs
 2024-01-25 16:38 UTC  (10+ messages)
        `  "

[PATCH V2 0/3] mm: page_alloc: fixes for early oom kills
 2024-01-25 16:36 UTC  (7+ messages)
` [PATCH V3 3/3] mm: page_alloc: drain pcp lists before oom kill

[PATCH 0/3] Memory management patches needed by Rust Binder
 2024-01-25 16:15 UTC  (8+ messages)
` [PATCH 2/3] rust: add typed accessors for userspace pointers

[PATCH, RFC] block: set noio context in submit_bio_noacct_nocheck
 2024-01-25 16:13 UTC  (4+ messages)

[linux-next:master 1200/1892] net/core/sock_diag.c:210:17: sparse: sparse: Using plain integer as NULL pointer
 2024-01-25 16:06 UTC 

[LSF/MM TOPIC] Making pseudo file systems inodes/dentries more like normal file systems
 2024-01-25 15:48 UTC 

[PATCH v3 0/5] selftests/mm: Improve run_vmtests.sh
 2024-01-25 15:46 UTC  (6+ messages)
` [PATCH v3 1/5] selftests/mm: hugetlb_reparenting_test: do not unmount
` [PATCH v3 2/5] selftests/mm: run_vmtests: remove sudo and conform to tap
` [PATCH v3 3/5] selftests/mm: save and restore nr_hugepages value
` [PATCH v3 4/5] selftests/mm: protection_keys: save/restore nr_hugepages settings
` [PATCH v3 5/5] selftests/mm: run_vmtests.sh: add missing tests

Synchronization around mmap_changing in userfaultfd
 2024-01-25 15:23 UTC  (3+ messages)

[PATCH RFC 00/12] x86 NUMA-aware kernel replication
 2024-01-25 15:07 UTC  (5+ messages)
` [PATCH RFC 02/12] mm: add config option and per-NUMA node VMS support

[PATCH] mm: Remove double faults once write a device pfn
 2024-01-25 14:26 UTC  (8+ messages)

[PATCH v2] mm/memory-failure: fix crash in split_huge_page_to_list from soft_offline_page
 2024-01-25 14:22 UTC  (4+ messages)

[PATCH 5.10/5.15 v2 0/1 RFC] mm/truncate: fix WARNING in ext4_set_page_dirty()
 2024-01-25 14:06 UTC 

[PATCH] mm/sparsemem: fix race in accessing memory_section->usage
 2024-01-25 13:20 UTC  (7+ messages)

[Issue] mprotect+madvise may be better than mmap for permission changes and page zeroing
 2024-01-25 13:03 UTC  (3+ messages)

[linus:master] [kmemleak] 39042079a0: kernel-selftests.kvm.memslot_perf_test.fail
 2024-01-25 12:01 UTC  (2+ messages)

[RFC PATCH] filemap: add mapping_mapped check in filemap_unaccount_folio()
 2024-01-25 10:31 UTC  (13+ messages)
    ` SECURITY PROBLEM: Any user can crash the kernel with TCP ZEROCOPY

[PATCHv3 1/1] block: introduce content activity based ioprio
 2024-01-25 10:10 UTC  (8+ messages)

[PATCH 0/3] mm/zswap & crypto/acompress: remove a couple of memcpy
 2024-01-25  9:58 UTC  (3+ messages)
` [PATCH 3/3] crypto: scompress: remove memcpy if sg_nents is 1

[PATCH 1/2] stackdepot: use variable size records for non-evictable entries
 2024-01-25  9:47 UTC  (2+ messages)
` [PATCH 2/2] kasan: revert eviction of stack traces in generic mode

[PATCH v4 2/6] mm/zswap: reuse dstmem when decompress
 2024-01-25  9:41 UTC  (4+ messages)
` [PATCH RFC 1/2] crypto: introduce acomp_is_async to expose if a acomp has a scomp backend

[PATCH] userfaultfd: fix return error if mmap_changing is non-zero in MOVE ioctl
 2024-01-25  9:37 UTC  (2+ messages)

[PATCH] userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb
 2024-01-25  9:36 UTC  (4+ messages)

Convert write_cache_pages() to an iterator v5
 2024-01-25  8:57 UTC  (20+ messages)
` [PATCH 01/19] writeback: fix done_index when hitting the wbc->nr_to_write
` [PATCH 02/19] writeback: also update wbc->nr_to_write on writeback failure
` [PATCH 03/19] writeback: rework the loop termination condition in write_cache_pages
` [PATCH 04/19] writeback: only update ->writeback_index for range_cyclic writeback
` [PATCH 05/19] writeback: remove a duplicate prototype for tag_pages_for_writeback
` [PATCH 06/19] writeback: Factor out writeback_finish()
` [PATCH 07/19] writeback: Factor writeback_get_batch() out of write_cache_pages()
` [PATCH 08/19] writeback: Factor folio_prepare_writeback() "
` [PATCH 09/19] writeback: Simplify the loops in write_cache_pages()
` [PATCH 10/19] pagevec: Add ability to iterate a queue
` [PATCH 11/19] writeback: Use the folio_batch queue iterator
` [PATCH 12/19] writeback: Factor writeback_iter_init() out of write_cache_pages()
` [PATCH 13/19] writeback: Move the folio_prepare_writeback loop "
` [PATCH 14/19] writeback: Factor writeback_iter_next() "
` [PATCH 15/19] writeback: Add for_each_writeback_folio()
` [PATCH 16/19] writeback: Remove a use of write_cache_pages() from do_writepages()
` [PATCH 17/19] writeback: update the kerneldoc comment for tag_pages_for_writeback
` [PATCH 18/19] iomap: Convert iomap_writepages() to use for_each_writeback_folio()
` [PATCH 19/19] writeback: simplify writeback iteration

[PATCH] mm: huge_memory: don't force huge page alignment on 32 bit
 2024-01-25  8:53 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).