linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH v3 00/26] ext4: use iomap for regular file's buffered IO path and enable large foilo
 2024-02-12 10:24 UTC  (6+ messages)
` [RFC PATCH v3 08/26] iomap: add pos and dirty_len into trace_iomap_writepage_map

[RFC PATCH v1 00/28] riscv control-flow integrity for usermode
 2024-02-12 10:23 UTC  (3+ messages)
` [RFC PATCH v1 01/28] riscv: abstract envcfg CSR

[PATCH v2 00/10] mm/memory: optimize unmap/zap with PTE-mapped THP
 2024-02-12 10:11 UTC  (17+ messages)
` [PATCH v2 01/10] mm/memory: factor out zapping of present pte into zap_present_pte()
` [PATCH v2 02/10] mm/memory: handle !page case in zap_present_pte() separately
` [PATCH v2 03/10] mm/memory: further separate anon and pagecache folio handling in zap_present_pte()
` [PATCH v2 04/10] mm/memory: factor out zapping folio pte into zap_present_folio_pte()
` [PATCH v2 05/10] mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page_size()
` [PATCH v2 06/10] mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAP
` [PATCH v2 07/10] mm/mmu_gather: add tlb_remove_tlb_entries()
` [PATCH v2 08/10] mm/mmu_gather: add __tlb_remove_folio_pages()
` [PATCH v2 09/10] mm/mmu_gather: improve cond_resched() handling with large folios and expensive page freeing
` [PATCH v2 10/10] mm/memory: optimize unmap/zap with PTE-mapped THP

[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-02-12 10:00 UTC  (11+ messages)
` [PATCH v11 06/35] KVM: x86/mmu: Pass around full 64-bit error code for KVM page faults
` [PATCH v11 18/35] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command

[PATCH v2 0/4] Memory management patches needed by Rust Binder
 2024-02-12  9:36 UTC  (8+ messages)
` [PATCH v2 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST
` [PATCH v2 4/4] rust: add abstraction for `struct page`

[PATCH 0/3] Memory management patches needed by Rust Binder
 2024-02-12  9:30 UTC  (10+ messages)
` [PATCH 1/3] rust: add userspace pointers

[PATCH 1/2] mm: compaction: limit the suitable target page order to be less than cc->order
 2024-02-12  9:13 UTC  (2+ messages)

[PATCH] fs/proc/task_mmu: Add display flag for VM_MAYOVERLAY
 2024-02-12  9:05 UTC  (6+ messages)

Re: [PATCH RFC v2] kasan: add atomic tests
 2024-02-12  8:37 UTC  (8+ messages)
` [PATCH] "
  ` [PATCH v2] "
    ` [PATCH v3] "

[PATCH] selftests/mm: Don't needlessly use sudo to obtain root in run_vmtests.sh
 2024-02-12  8:32 UTC  (4+ messages)

[PATCH v2 2/3] userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx
 2024-02-12  8:14 UTC  (11+ messages)

convert write_cache_pages() to an iterator v7
 2024-02-12  7:13 UTC  (15+ messages)
` [PATCH 01/14] writeback: don't call mapping_set_error in writepage_cb
` [PATCH 02/14] writeback: remove a duplicate prototype for tag_pages_for_writeback
` [PATCH 03/14] writeback: fix done_index when hitting the wbc->nr_to_write
` [PATCH 04/14] writeback: also update wbc->nr_to_write on writeback failure
` [PATCH 05/14] writeback: only update ->writeback_index for range_cyclic writeback
` [PATCH 06/14] writeback: rework the loop termination condition in write_cache_pages
` [PATCH 07/14] writeback: Factor folio_prepare_writeback() out of write_cache_pages()
` [PATCH 08/14] writeback: Factor writeback_get_batch() "
` [PATCH 09/14] writeback: Simplify the loops in write_cache_pages()
` [PATCH 10/14] pagevec: Add ability to iterate a queue
` [PATCH 11/14] writeback: Use the folio_batch queue iterator
` [PATCH 12/14] writeback: Move the folio_prepare_writeback loop out of write_cache_pages()
` [PATCH 13/14] writeback: add a writeback iterator
` [PATCH 14/14] writeback: Remove a use of write_cache_pages() from do_writepages()

arch/x86/kernel/sys_x86_64.c: rationale for 0x40000000 for MAP_32BIT's start address?
 2024-02-12  7:07 UTC  (3+ messages)

[PATCH] cxl/mbox: Add Get Log Capabilities, Clear Log and Get Supported Logs Sub-List commands
 2024-02-12  5:53 UTC  (3+ messages)
  ` [EXT] "

[LSF/MM/BPF TOPIC] Removing GFP_NOFS
 2024-02-12  4:35 UTC  (8+ messages)

[PATCH v2] Port hierarchical_{memory,swap}_limit cgroup1->cgroup2
 2024-02-12  4:10 UTC 

[linux-next:master 2259/5901] arp_tables.c:(.text+0x1c): relocation truncated to fit: R_NIOS2_CALL26 against `xt_find_table'
 2024-02-12  3:43 UTC 

[PATCH] mm/hugetlb: Ensure adequate CMA areas available for hugetlb_cma[]
 2024-02-12  2:06 UTC  (3+ messages)

[PATCH 0/2] mm/zswap: optimize for dynamic zswap_pools
 2024-02-11 22:05 UTC  (7+ messages)
` [PATCH 1/2] mm/zswap: global lru and shrinker shared by all zswap_pools
` [PATCH 2/2] mm/zswap: change zswap_pool kref to percpu_ref

[PATCH v7 0/4] page_owner: print stacks and their outstanding allocations
 2024-02-11 20:42 UTC  (23+ messages)
` [PATCH v7 1/4] lib/stackdepot: Move stack_record struct definition into the header
` [PATCH v7 2/4] mm,page_owner: Implement the tracking of the stacks count
` [PATCH v7 3/4] mm,page_owner: Display all stacks and their count

[PATCH v7 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2024-02-11 17:47 UTC  (5+ messages)
` [PATCH v7 1/4] kvm: arm64: introduce new flag for non-cacheable "
` [PATCH v7 2/4] mm: introduce new flag to indicate wc safe
` [PATCH v7 3/4] kvm: arm64: set io memory s2 pte as normalnc for vfio pci device
` [PATCH v7 4/4] vfio: convey kvm that the vfio-pci device is wc safe

[PATCH v3 0/3] A Solution to Re-enable hugetlb vmemmap optimize
 2024-02-11 11:59 UTC  (10+ messages)

swapaccount= commandline option
 2024-02-11  9:33 UTC 

[PATCH] mm/memblock: Add MEMBLOCK_RSRV_NOINIT into flagname[] array
 2024-02-11  8:30 UTC  (2+ messages)

[GIT PULL] hotfixes for 6.8-rc4
 2024-02-10 23:34 UTC  (2+ messages)

[linux-next:master 2195/5901] mtk-socinfo.c:undefined reference to `soc_device_unregister'
 2024-02-10 14:16 UTC 

[PATCH] x86/vdso: Move vDSO to mmap region
 2024-02-10  9:18 UTC 

[PATCH v2 bpf-next 00/20] bpf: Introduce BPF arena
 2024-02-10  6:49 UTC  (15+ messages)
` [PATCH v2 bpf-next 01/20] bpf: Allow kfuncs return 'void *'
` [PATCH v2 bpf-next 05/20] bpf: Introduce bpf_arena
` [PATCH v2 bpf-next 07/20] bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions
` [PATCH v2 bpf-next 08/20] bpf: Add x86-64 JIT support for bpf_cast_user instruction
` [PATCH v2 bpf-next 09/20] bpf: Recognize cast_kern/user instructions in the verifier
` [PATCH v2 bpf-next 17/20] selftests/bpf: Add unit tests for bpf_arena_alloc/free_pages

[linux-next:master] BUILD REGRESSION 445a555e0623387fa9b94e68e61681717e70200a
 2024-02-10  6:49 UTC 

[linux-next:master 4186/4898] debug.c:undefined reference to `__ubsan_handle_divrem_overflow'
 2024-02-10  6:41 UTC  (2+ messages)

[akpm-mm:mm-unstable 289/292] mm/userfaultfd.c:1526: warning: Excess function parameter 'mm' description in 'move_pages'
 2024-02-10  6:01 UTC 

[PATCH 1/1] hugetlb: fix CONFIG_PADATA dependency for non-SMP system
 2024-02-10  2:45 UTC  (2+ messages)

[PATCH bpf-next 00/16] bpf: Introduce BPF arena
 2024-02-10  2:32 UTC  (13+ messages)
` [PATCH bpf-next 01/16] bpf: Allow kfuncs return 'void *'
` [PATCH bpf-next 02/16] bpf: Recognize '__map' suffix in kfunc arguments

[PATCH v4 00/10] IOMMU memory observability
 2024-02-10  2:21 UTC  (13+ messages)
` [PATCH v4 01/10] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v4 07/10] iommu/sun50i: use page allocation function provided by iommu-pages.h
` [PATCH v4 09/10] iommu: observability of the IOMMU allocations
  ` [PATCH v4 05/10] iommu/exynos: use page allocation function provided by iommu-pages.h

[PATCH v4] ELF: AT_PAGE_SHIFT_MASK -- supply userspace with available page shifts
 2024-02-10  0:41 UTC  (4+ messages)

[PATCH v5 00/25] Transparent Contiguous PTEs for User Mappings
 2024-02-09 23:52 UTC  (5+ messages)

[linux-next:master 3007/5901] drivers/video/backlight/ktd2801-backlight.c:16:33: sparse: sparse: symbol 'ktd2801_timing' was not declared. Should it be static?
 2024-02-09 22:43 UTC 

[PATCH v3 00/15] mm/memory: optimize fork() with PTE-mapped THP
 2024-02-09 22:36 UTC  (4+ messages)
` [PATCH v3 01/15] arm64/mm: Make set_ptes() robust when OAs cross 48-bit boundary

[linux-next:pending-fixes] BUILD SUCCESS 9adac9b0ad4b190ed45979d54b5be7820cc868c5
 2024-02-09 22:00 UTC 

[PATCH v3 0/3] Enable >0 order folio memory compaction
 2024-02-09 21:58 UTC  (17+ messages)
` [PATCH v3 1/3] mm/compaction: enable compacting >0 order folios
` [PATCH v3 2/3] mm/compaction: add support for >0 order folio memory compaction
` [PATCH v3 3/3] mm/compaction: optimize >0 order folio compaction with free page split

[linux-next:master] [block/mq] 574e7779cf: fio.write_iops -72.9% regression
 2024-02-09 21:06 UTC  (2+ messages)

[PATCH v4 0/3] per-vma locks in userfaultfd
 2024-02-09 20:58 UTC  (8+ messages)
` [PATCH v4 3/3] userfaultfd: use per-vma locks in userfaultfd operations

[PATCH] mm/migrate: preserve exact soft-dirty state
 2024-02-09 20:29 UTC  (2+ messages)

[PATCH v2] mm: swap: async free swap slot cache entries
 2024-02-09 17:52 UTC  (9+ messages)

[PATCH v2 3/4] rust: uaccess: add typed accessors for userspace pointers
 2024-02-09 17:18 UTC  (4+ messages)

[PATCH v5 0/7] hugetlb: parallelize hugetlb page init on boot
 2024-02-09 17:17 UTC  (7+ messages)
` [PATCH v5 7/7] hugetlb: parallelize 1G hugetlb initialization
          `  "

[PATCH v3 00/17] kexec: Allow preservation of ftrace buffers
 2024-02-09 16:59 UTC  (4+ messages)

[PATCH v4 0/3] x86/hyperv: Mark CoCo VM pages not present when changing encrypted state
 2024-02-09 15:51 UTC  (2+ messages)

[PATCH RFC gmem v1 0/8] KVM: gmem hooks/changes needed for x86 (other archs?)
 2024-02-09 15:13 UTC  (6+ messages)
` [PATCH RFC gmem v1 4/8] KVM: x86: Add gmem hook for invalidating memory

[PATCH 0/2] selftests/mm: Output cleanups for the compaction test
 2024-02-09 14:30 UTC  (3+ messages)
` [PATCH 1/2] selftests/mm: Log skipped compaction test as a skip
` [PATCH 2/2] selftests/mm: Log a consistent test name for check_compaction

[RFC PATCH 0/9] shmem: fix llseek in hugepages
 2024-02-09 14:29 UTC  (10+ messages)
    ` [RFC PATCH 3/9] shmem: move folio zero operation to write_begin()
    ` [RFC PATCH 1/9] splice: don't check for uptodate if partially uptodate is impl
    ` [RFC PATCH 2/9] shmem: add per-block uptodate tracking for hugepages
    ` [RFC PATCH 5/9] shmem: clear_highpage() if block is not uptodate
    ` [RFC PATCH 6/9] shmem: set folio uptodate when reclaim
    ` [RFC PATCH 4/9] shmem: exit shmem_get_folio_gfp() if block is uptodate
    ` [RFC PATCH 7/9] shmem: check if a block is uptodate before splice into pipe
    ` [RFC PATCH 9/9] shmem: enable per-block uptodate
    ` [RFC PATCH 8/9] shmem: clear uptodate blocks after PUNCH_HOLE

[PATCH v6 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2024-02-09 14:12 UTC  (14+ messages)
` [PATCH v6 1/4] kvm: arm64: introduce new flag for non-cacheable "
` [PATCH v6 3/4] kvm: arm64: set io memory s2 pte as normalnc for vfio pci device
` [PATCH v6 4/4] vfio: convey kvm that the vfio-pci device is wc safe

[linux-next:master 3005/5901] kismet: WARNING: unmet direct dependencies detected for LEDS_EXPRESSWIRE when selected by LEDS_KTD2692
 2024-02-09 13:59 UTC 

[PATCH RFC 0/1] mm/zswap: fix LRU reclaim for zswap writeback folios
 2024-02-09 11:59 UTC  (2+ messages)
` [PATCH RFC 1/1] mm/swap: queue reclaimable folio to local rotate batch when !folio_test_lru()

[PATCH] mm/vmalloc: lock contention optimization under multi-threading
 2024-02-09 11:51 UTC  (2+ messages)

[RFC PATCH v5 00/12] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
 2024-02-09 11:17 UTC  (4+ messages)
` [RFC PATCH v5 01/12] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command

[PATCH v2 1/4] rust: uaccess: add userspace pointers
 2024-02-09 11:15 UTC  (3+ messages)

[PATCH v5 00/12] netfs, cifs: Delegate high-level I/O to netfslib
 2024-02-09 10:59 UTC  (4+ messages)
` [PATCH v5 09/12] cifs: Cut over to using netfslib

[linux-next:master 4528/5901] kernel/rcu/update.c:319:1: warning: 'no_sanitize' attribute directive ignored
 2024-02-09 10:51 UTC 

[PATCH v3 0/3] iommu/iova: use named kmem_cache for iova magazines
 2024-02-09 10:46 UTC  (2+ messages)

[PATCH 0/3] few mm helpers for bcachefs
 2024-02-09 10:36 UTC  (3+ messages)
` [PATCH 1/3] mm: introduce memalloc_flags_{save,restore}

[PATCH] meminfo: provide estimated per-node's available memory
 2024-02-09  9:56 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox