linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4 00/36] New page table range API
 2023-03-15  5:14 UTC  (6+ messages)
` [PATCH v4 03/36] mm: Add folio_flush_mapping()
` [PATCH v4 05/36] mm: Add default definition of set_ptes()
` [PATCH v4 10/36] csky: Implement the new page table range API
` [PATCH v4 12/36] ia64: "
` [PATCH v4 17/36] nios2: "

[PATCH v2 0/6] mm: Stop alaising VM_FAULT_HINDEX_MASK in arch code
 2023-03-15  5:09 UTC  (9+ messages)
` [PATCH v2 1/6] riscv/mm/fault: simplify code for do_page_fault()
` [PATCH v2 2/6] mm: Add a leading 0 to the VM_FAULT_* types
` [PATCH v2 3/6] mm: Add VM_FAULT_ARCH_* codes
` [PATCH v2 4/6] RISC-V: fault: Convert to "
` [PATCH v2 5/6] arm: "
` [PATCH v2 6/6] s390: "

[PATCH] memcg: page_cgroup_ino() get memcg from compound_head(page)
 2023-03-15  4:54 UTC  (15+ messages)

[PATCH 6.2 073/211] swiotlb: mark swiotlb_memblock_alloc() as __init
 2023-03-15  4:41 UTC  (3+ messages)

[PATCH v1] docs/mm: extend ksm doc
 2023-03-15  4:28 UTC  (3+ messages)

[PATCH 0/2] riscv: support ELF format binaries in nommu mode
 2023-03-15  4:12 UTC  (3+ messages)

[PATCH] mm: kfence: fix using kfence_metadata without initialization in show_object()
 2023-03-15  3:44 UTC 

[PATCH 0/7] remove SLOB and allow kfree() with kmem_cache_alloc()
 2023-03-15  2:54 UTC  (20+ messages)
` [PATCH 1/7] mm/slob: remove CONFIG_SLOB
` [PATCH 3/7] mm, page_flags: remove PG_slob_free
` [PATCH 4/7] mm, pagemap: remove SLOB and SLQB from comments and documentation
` [PATCH 5/7] mm/slab: remove CONFIG_SLOB code from slab common code
` [PATCH 6/7] mm/slob: remove slob.c

[LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
 2023-03-15  2:54 UTC  (3+ messages)

[PATCH v5 0/8] make slab shrink lockless
 2023-03-15  2:49 UTC  (3+ messages)
` [PATCH v5 1/8] mm: vmscan: add a map_nr_max field to shrinker_info

[GIT PULL] hotfixes for 6.3-rc1
 2023-03-15  2:41 UTC  (2+ messages)

[PATCH v4 0/5] batched remove rmap in try_to_unmap_one()
 2023-03-15  2:17 UTC  (9+ messages)

[PATCH 1/2] mm: compaction: consider the number of scanning compound pages in isolate fail path
 2023-03-15  1:27 UTC  (6+ messages)
` [PATCH 2/2] mm: compaction: fix the possible deadlock when isolating hugetlb pages

[PATCH v4 0/4] arch/*/io.h: remove ioremap_uc in some architectures
 2023-03-15  0:49 UTC  (8+ messages)
` [PATCH v4 2/4] mips: add <asm-generic/io.h> including

[PATCH v18 00/15] splice, block: Use page pinning and kill ITER_PIPE
 2023-03-14 23:39 UTC  (18+ messages)
` [PATCH v18 01/15] splice: Clean up direct_splice_read() a bit
` [PATCH v18 02/15] splice: Make do_splice_to() generic and export it
` [PATCH v18 03/15] shmem: Implement splice-read
` [PATCH v18 04/15] overlayfs: "
` [PATCH v18 05/15] coda: "
` [PATCH v18 06/15] tty, proc, kernfs, random: Use direct_splice_read()
` [PATCH v18 07/15] splice: Do splice read from a file without using ITER_PIPE
` [PATCH v18 08/15] cifs: Use generic_file_splice_read()
` [PATCH v18 09/15] iov_iter: Kill ITER_PIPE
` [PATCH v18 10/15] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v18 11/15] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v18 12/15] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v18 13/15] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v18 14/15] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v18 15/15] block: convert bio_map_user_iov "

[PATCHv16 00/17] Linear Address Masking enabling
 2023-03-14 23:35 UTC  (3+ messages)
` [PATCHv16 05/17] mm: Introduce untagged_addr_remote()

[PATCH v11 0/3] cachestat: a new syscall for page cache state of files
 2023-03-14 23:00 UTC  (2+ messages)

[PATCH 00/10] cleanup vma_merge() and improve mergeability tests
 2023-03-14 22:52 UTC  (5+ messages)
` [PATCH 01/10] mm/mmap/vma_merge: use only primary pointers for preparing merge
` [PATCH 07/10] mm/mmap/vma_merge: rename adj_next to adj_start

[PATCH v5 0/4] mm: userfaultfd: refactor and add UFFDIO_CONTINUE_MODE_WP
 2023-03-14 22:12 UTC  (5+ messages)
` [PATCH v5 1/4] mm: userfaultfd: rename functions for clarity + consistency
` [PATCH v5 2/4] mm: userfaultfd: don't pass around both mm and vma
` [PATCH v5 3/4] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
` [PATCH v5 4/4] mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs

[PATCH v17 00/14] splice, block: Use page pinning and kill ITER_PIPE
 2023-03-14 21:52 UTC  (20+ messages)
` [PATCH v17 01/14] splice: Clean up direct_splice_read() a bit
` [PATCH v17 02/14] splice: Make do_splice_to() generic and export it
` [PATCH v17 03/14] shmem: Implement splice-read
` [PATCH v17 07/14] splice: Do splice read from a file without using ITER_PIPE
` [PATCH v17 09/14] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing

[Bug 217191] New: test_meminit: failures: 70 out of 130 / reference already released
 2023-03-14 21:41 UTC 

[PATCH v5 00/12] fold per-CPU vmstats remotely
 2023-03-14 21:01 UTC  (7+ messages)

[PATCH v4 0/7] introduce vm_flags modifier functions
 2023-03-14 20:11 UTC  (2+ messages)

[PATCH v6 00/12] fold per-CPU vmstats remotely
 2023-03-14 18:59 UTC  (13+ messages)
` [PATCH v6 01/12] this_cpu_cmpxchg: ARM64: switch this_cpu_cmpxchg to locked, add _local function
` [PATCH v6 02/12] this_cpu_cmpxchg: loongarch: "
` [PATCH v6 03/12] this_cpu_cmpxchg: S390: "
` [PATCH v6 04/12] this_cpu_cmpxchg: x86: "
` [PATCH v6 05/12] add this_cpu_cmpxchg_local and asm-generic definitions
` [PATCH v6 06/12] convert this_cpu_cmpxchg users to this_cpu_cmpxchg_local
` [PATCH v6 07/12] mm/vmstat: switch counter modification to cmpxchg
` [PATCH v6 08/12] vmstat: switch per-cpu vmstat counters to 32-bits
` [PATCH v6 09/12] mm/vmstat: use xchg in cpu_vm_stats_fold
` [PATCH v6 10/12] mm/vmstat: switch vmstat shepherd to flush per-CPU counters remotely
` [PATCH v6 11/12] mm/vmstat: refresh stats remotely instead of via work item
` [PATCH v6 12/12] vmstat: add pcp remote node draining via cpu_vm_stats_fold

[PATCH v3] docs/mm: Physical Memory: add example of interleaving nodes
 2023-03-14 18:54 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 7f35d1f08bb088135b98b082bc7b88cff1ca4d1d
 2023-03-14 18:46 UTC 

[PATCH 1/5] kasan: drop empty tagging-related defines
 2023-03-14 17:56 UTC  (4+ messages)
` [PATCH 5/5] kasan: suppress recursive reports for HW_TAGS

[PATCH v10 00/16] TDX host kernel support
 2023-03-14 17:38 UTC  (11+ messages)
` [PATCH v10 05/16] x86/virt/tdx: Add skeleton to enable TDX on demand

[LSF/MM/BPF TOPIC] HGM for hugetlbfs
 2023-03-14 15:37 UTC  (2+ messages)

RFC: Filesystem metadata in HIGHMEM
 2023-03-14 14:51 UTC 

[PATCH] mm/slub: Reduce memory consumption in extreme scenarios
 2023-03-14 14:41 UTC  (2+ messages)

[PATCH -next] s390/mm: try VMA lock-based page fault handling first
 2023-03-14 13:28 UTC 

[PATCH RESEND] mm/oom_kill: don't kill exiting tasks in oom_kill_memcg_member
 2023-03-14 13:27 UTC  (7+ messages)

[PATCH v2 0/3] userfaultfd: convert userfaultfd functions to use folios
 2023-03-14 13:23 UTC  (5+ messages)
` [PATCH v2 1/3] userfaultfd: convert mcopy_atomic_pte() to use a folio
` [PATCH v2 2/3] userfaultfd: convert __mcopy_atomic_hugetlb() "
` [PATCH v2 3/3] userfaultfd: convert __mcopy_atomic() "

[PATCH v2 0/3] Some fixes and cleanup for maple tree
 2023-03-14 12:42 UTC  (4+ messages)
` [PATCH v2 1/3] maple_tree: Fix get wrong data_end in mtree_lookup_walk()
` [PATCH v2 2/3] maple_tree: Simplify mas_wr_node_walk()
` [PATCH v2 3/3] maple_tree: Fix a potential concurrency bug in RCU mode

[PATCH] mm: remove redundant check in handle_mm_fault
 2023-03-14 12:40 UTC  (10+ messages)

[PATCH 0/3] userfaultfd: convert userfaultfd functions to use folios
 2023-03-14 11:47 UTC  (6+ messages)
` [PATCH 1/3] userfaultfd: convert mcopy_atomic_pte() to use a folio
` [PATCH 2/3] userfaultfd: convert __mcopy_atomic_hugetlb() "
` [PATCH 3/3] userfaultfd: convert __mcopy_atomic() "

[PATCH v8] mm,kfence: decouple kfence from page granularity mapping judgement
 2023-03-14 11:20 UTC  (7+ messages)

[Bug 216646] having TRANSPARENT_HUGEPAGE enabled hangs some applications (supervisor read access in kernel mode)
 2023-03-14 10:17 UTC  (11+ messages)

[linux-next:master 2536/3406] drivers/gpu/drm/i915/i915_driver.c:556:9: error: implicit declaration of function 'intel_opregion_cleanup'; did you mean 'intel_opregion_setup'?
 2023-03-14  8:52 UTC 

[PATCH v7 00/41] Shadow stacks for userspace
 2023-03-14  7:19 UTC  (11+ messages)
` [PATCH v7 33/41] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v7 38/41] x86/fpu: Add helper for initing features

[PATCH v2] mm/slub: fix help comment of SLUB_DEBUG
 2023-03-14  7:16 UTC 

[PATCH v7] mm,kfence: decouple kfence from page granularity mapping judgement
 2023-03-14  6:35 UTC  (2+ messages)

[PATCH] mm/slub: fix help comment of SLUB_DEBUG[_ON]
 2023-03-14  6:33 UTC  (4+ messages)

[linux-next:master] [mm] 480c454ff6: BUG:kernel_NULL_pointer_dereference
 2023-03-14  5:50 UTC  (3+ messages)

[PATCH] mm: mmap: remove newline at the end of the trace
 2023-03-14  5:28 UTC  (2+ messages)

[PATCH v6] mm,kfence: decouple kfence from page granularity mapping judgement
 2023-03-14  5:26 UTC  (4+ messages)

[PATCH 0/3] selftests: Fix virtual address range for arm64
 2023-03-14  4:23 UTC  (4+ messages)
` [PATCH 1/3] selftests: Change MAP_CHUNK_SIZE
` [PATCH 2/3] selftests: Change NR_CHUNKS_HIGH for aarch64
` [PATCH 3/3] selftests: Set overcommit_policy as OVERCOMMIT_ALWAYS

[PATCH v2 0/6] tmpfs: add the option to disable swap
 2023-03-14  2:46 UTC  (3+ messages)

x86/pkeys in early kernel version
 2023-03-14  0:24 UTC  (11+ messages)

[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-03-13 23:46 UTC  (10+ messages)
` [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings

[syzbot] [mm?] kernel BUG in hpage_collapse_scan_file
 2023-03-13 22:08 UTC  (6+ messages)

[PATCH v4 1/3] selftests: use canonical ftrace path
 2023-03-13 21:17 UTC 

page:  |  | latest

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