linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] mm: kill frontswap
 2023-07-15  4:23 UTC  (8+ messages)
` [PATCH 0/5] Followup folio conversions for zswap
  ` [PATCH 2/5] zswap: Make zswap_store() take a folio
  ` [PATCH 4/5] swap: Remove some calls to compound_head() in swap_readpage()
  ` [PATCH 5/5] zswap: Make zswap_load() take a folio

[PATCH v1] mm/hwpoison: rename hwp_walk* to hwpoison_walk*
 2023-07-15  4:07 UTC  (3+ messages)

[PATCH mm-unstable 0/8] convert hugepage memory failure functions to folios
 2023-07-15  4:07 UTC  (3+ messages)
` [PATCH mm-unstable 8/8] mm/memory-failure: convert unpoison_memory() "

[PATCH 0/4] A few fixup and cleanup patches for memory-failure
 2023-07-15  3:59 UTC  (7+ messages)
` [PATCH 1/4] mm/swapfile: fix wrong swap entry type for hwpoisoned swapcache page
` [PATCH 2/4] mm: memory-failure: fix potential unexpected return value from unpoison_memory()
` [PATCH 3/4] mm: memory-failure: avoid false hwpoison page mapped error info
` [PATCH 4/4] mm: memory-failure: add PageOffline() check

[PATCH] mm/memcg: use get_page() for device private pages in mc_handle_swap_pte()
 2023-07-15  3:56 UTC  (2+ messages)

[PATCH RESEND] memory tier: Use helper macro __ATTR_RW()
 2023-07-15  3:51 UTC 

[PATCH] memory tier: Use helper macro __ATTR_RW()
 2023-07-15  3:48 UTC  (2+ messages)

[PATCH] shmem: set variable shmem_mark_dquot_dirty and shmem_dquot_write_info storage-class-specifier to static
 2023-07-15  3:14 UTC  (2+ messages)

[PATCH rfc -next 00/10] mm: convert to generic VMA lock-based page fault
 2023-07-15  1:54 UTC  (6+ messages)
` [PATCH rfc -next 01/10] mm: add a generic VMA lock-based page fault handler

[PATCH v2 0/4] More strict maple tree lockdep
 2023-07-15  1:28 UTC  (7+ messages)
` [PATCH v2 1/4] mm/mmap: Clean up validate_mm() calls
` [PATCH v2 2/4] maple_tree: Relax lockdep checks for on-stack trees
` [PATCH v2 3/4] mm/mmap: Change detached vma locking scheme
` [PATCH v2 4/4] maple_tree: Be more strict about locking

Expensive memory.stat + cpu.stat reads
 2023-07-15  0:30 UTC  (9+ messages)

[PATCH v1 0/9] selftests/mm fixes for arm64
 2023-07-15  0:04 UTC  (10+ messages)
` [PATCH v1 3/9] selftests/mm: Skip soft-dirty tests on arm64
` [PATCH v1 9/9] selftests/mm: Run all tests from run_vmtests.sh

[PATCH v3 0/7] Add support for memmap on memory feature on ppc64
 2023-07-14 23:14 UTC  (8+ messages)
` [PATCH v3 3/7] mm/hotplug: Allow architecture to override memmap on memory support check

[PATCH v9 00/42] Shadow stacks for userspace
 2023-07-14 22:57 UTC  (3+ messages)
` [PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()

[PATCH v3 0/4] variable-order, large folios for anonymous memory
 2023-07-14 22:11 UTC  (12+ messages)
` [PATCH v3 1/4] mm: Non-pmd-mappable, large folios for folio_add_new_anon_rmap()
` [PATCH v3 2/4] mm: Default implementation of arch_wants_pte_order()
` [PATCH v3 3/4] mm: FLEXIBLE_THP for improved performance
` [PATCH v3 4/4] arm64: mm: Override arch_wants_pte_order()

[RFC][PATCH 00/10] futex: More Futex2 bits
 2023-07-14 20:10 UTC  (19+ messages)
` [RFC][PATCH 01/10] futex: Clarify FUTEX2 flags
` [RFC][PATCH 02/10] futex: Extend the "
` [RFC][PATCH 03/10] futex: Flag conversion
` [RFC][PATCH 04/10] futex: Add sys_futex_wake()
` [RFC][PATCH 05/10] mm: Add vmalloc_huge_node()
` [RFC][PATCH 06/10] futex: Propagate flags into get_futex_key()
` [RFC][PATCH 07/10] futex: Implement FUTEX2_NUMA
` [RFC][PATCH 08/10] futex: Propagate flags into futex_get_value_locked()
` [RFC][PATCH 09/10] futex: Enable FUTEX2_{8,16}
` [HACK][PATCH 10/10] futex: Munge size and numa into the legacy interface

[PATCH v3] Documentation/highmem: Add information about kmap_local_folio()
 2023-07-14 19:45 UTC  (2+ messages)

[PATCH v3] Documentation: admin-guide: correct "it's" to possessive "its"
 2023-07-14 19:18 UTC  (2+ messages)

[PATCH mm-unstable fix] mm: userfaultfd: check for start + len overflow in validate_range: fix
 2023-07-14 18:29 UTC 

[akpm-mm:mm-unstable 93/173] drivers/clk/clk-fixed-mmio.c:33:2: error: call to undeclared function 'iounmap'; ISO C99 and later do not support implicit function declarations
 2023-07-14 18:08 UTC  (4+ messages)

[PATCH 3/3] mm/page_ext: move functions around for minor cleanups to page_ext
 2023-07-14 17:54 UTC  (2+ messages)
  ` [PATCH 2/3] mm/page_ext: remove rollback for untouched mem_section in online_page_ext

[PATCH v6 0/4] RISC-V: mm: Make SV48 the default address space
 2023-07-14 16:54 UTC  (5+ messages)
` [PATCH v6 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v6 2/4] RISC-V: mm: Add tests for RISC-V mm
` [PATCH v6 3/4] RISC-V: mm: Update pgtable comment documentation
` [PATCH v6 4/4] RISC-V: mm: Document mmap changes

[PATCH v5 0/4] RISC-V: mm: Make SV48 the default address space
 2023-07-14 16:49 UTC  (8+ messages)
` [PATCH v5 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v5 2/4] RISC-V: mm: Add tests for RISC-V mm
` [PATCH v5 3/4] RISC-V: mm: Update pgtable comment documentation
` [PATCH v5 4/4] RISC-V: mm: Document mmap changes

[linux-next:master] BUILD REGRESSION 7c2878be573282a9961c359b806ccf70afe1a6b6
 2023-07-14 16:44 UTC 

[PATCH v2 0/2] riscv: support ELF format binaries in nommu mode
 2023-07-14 16:40 UTC  (7+ messages)
` [PATCH v2 2/2] riscv: support the elf-fdpic binfmt loader

[PATCH v1 2/9] selftests/mm: Give scripts execute permission
 2023-07-14 16:28 UTC  (7+ messages)

[akpm-mm:mm-unstable 161/178] mm/shmem_quota.c:286:5: warning: no previous prototype for function 'shmem_mark_dquot_dirty'
 2023-07-14 15:57 UTC  (2+ messages)

[RFC PATCH] madvise: make madvise_cold_or_pageout_pte_range() support large folio
 2023-07-14 15:41 UTC  (14+ messages)

[PATCH 0/2] eventfd: simplify signal helpers
 2023-07-14 15:24 UTC  (2+ messages)

[PATCH 0/5] mm: convert to vma_is_heap/stack()
 2023-07-14 15:09 UTC  (6+ messages)
` [PATCH 3/5] drm/amdkfd: use vma_is_stack() and vma_is_heap()

[PATCH stable v6.1] mm/mmap: Fix extra maple tree write
 2023-07-14 15:00 UTC  (6+ messages)

[PATCH RESEND V4 0/6] shmem: Add user and group quota support for tmpfs
 2023-07-14 14:47 UTC  (7+ messages)
` [PATCH 5/6] shmem: quota support

[PATCH] mm/huge_memory: use RMAP_NONE when calling page_add_anon_rmap()
 2023-07-14 14:24 UTC  (3+ messages)

[PATCH v12 0/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-07-14 14:18 UTC  (4+ messages)
` [PATCH v12 2/2] "

[RFC 0/2] mm: PCP high auto-tuning
 2023-07-14 14:07 UTC  (11+ messages)
` [RFC 1/2] mm: add framework for "
` [RFC 2/2] mm: alloc/free depth based "

[PATCH 0/3] mm: use memmap_on_memory semantics for dax/kmem
 2023-07-14 13:54 UTC  (15+ messages)
` [PATCH 3/3] dax/kmem: Always enroll hotplugged memory for memmap_on_memory

[linux-next:master 754/1391] /bin/bash: line 1: 50431 Segmentation fault LLVM_OBJCOPY="llvm-objcopy" pahole -J --btf_gen_floats -j --lang_exclude=rust --skip_encoding_btf_inconsistent_proto --btf_gen_optimized --btf_base vmlinux drivers/pcmcia/pcmcia_core.ko
 2023-07-14 13:53 UTC  (3+ messages)

[stable:linux-5.15.y 36/9999] lib/test_ubsan.o: warning: objtool: test_ubsan_init()+0x20: unreachable instruction
 2023-07-14 13:03 UTC 

[linus:master] [mm/pgtable] 0d940a9b27: will-it-scale.per_process_ops -1.4% regression
 2023-07-14 12:59 UTC 

[PATCH] hugetlbfs: Fix integer overflow check in hugetlbfs_file_mmap()
 2023-07-14 12:52 UTC  (4+ messages)

[PATCH v2] mm: kfence: allocate kfence_metadata at runtime
 2023-07-14 12:42 UTC  (2+ messages)

Maple Tree Work
 2023-07-14 12:32 UTC  (4+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 7758824d54f71f083cf6962a924ea56ef20db6c6
 2023-07-14 11:43 UTC 

[PATCH v1 0/4] virtio-mem: memory unplug/offlining related cleanups
 2023-07-14  9:55 UTC  (3+ messages)

[PATCH -next] shmem: make inner function static
 2023-07-14  9:36 UTC 

[PATCH v5] Randomized slab caches for kmalloc()
 2023-07-14  9:08 UTC  (4+ messages)

[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
 2023-07-14  8:10 UTC  (6+ messages)
` [PATCH v3 1/6] kvm: determine memory type from VMA

[PATCH 1/2] mm/slub: remove redundant kasan_reset_tag() from freelist_ptr calculations
 2023-07-14  8:01 UTC  (5+ messages)
` [PATCH 2/2] mm/slub: remove freelist_dereference()

[PATCH v4] Randomized slab caches for kmalloc()
 2023-07-14  7:09 UTC  (3+ messages)

[PATCH] mm/rmap: Convert rmap_t into enum rmap_flags
 2023-07-14  6:46 UTC  (2+ messages)

[linus:master] [mm/memory] 3db82b9374: vm-scalability.throughput 39.9% improvement
 2023-07-14  6:05 UTC 

[RFC PATCH v2 0/3] support large folio for mlock
 2023-07-14  5:45 UTC  (8+ messages)
` [RFC PATCH v2 2/3] mm: handle large folio when large folio in VM_LOCKED VMA range

[PATCH v2 0/9] Avoid the mmap lock for fault-around
 2023-07-14  3:40 UTC  (20+ messages)
` [PATCH v2 1/9] Revert "tcp: Use per-vma locking for receive zerocopy"
` [PATCH v2 2/9] mm: Allow per-VMA locks on file-backed VMAs
` [PATCH v2 3/9] mm: Move FAULT_FLAG_VMA_LOCK check from handle_mm_fault()
` [PATCH v2 4/9] mm: Move FAULT_FLAG_VMA_LOCK check into handle_pte_fault()
` [PATCH v2 5/9] mm: Move FAULT_FLAG_VMA_LOCK check down in handle_pte_fault()
` [PATCH v2 6/9] mm: Move the FAULT_FLAG_VMA_LOCK check down from do_fault()
` [PATCH v2 7/9] mm: Run the fault-around code under the VMA lock
` [PATCH v2 8/9] mm: Remove CONFIG_PER_VMA_LOCK ifdefs
` [PATCH v2 9/9] tcp: Use per-vma locking for receive zerocopy

[syzbot] [mm?] kernel BUG in mfill_atomic_copy
 2023-07-14  3:34 UTC 

[PATCH mm-unstable fix] mm: userfaultfd: add new UFFDIO_POISON ioctl: fix
 2023-07-14  2:40 UTC  (3+ messages)

[PATCH] mm: remove some useless comments of node_stat_item
 2023-07-14  2:37 UTC  (6+ messages)

[RFC PATCH 0/3] memfd: cleanups for vm.memfd_noexec
 2023-07-14  0:07 UTC  (3+ messages)
` [RFC PATCH 2/3] memfd: remove racheting feature from vm.memfd_noexec

[PATCH v5 0/8] fs: implement multigrain timestamps
 2023-07-13 23:00 UTC  (9+ messages)
` [PATCH v5 1/8] fs: pass the request_mask to generic_fillattr
` [PATCH v5 2/8] fs: add infrastructure for multigrain timestamps
` [PATCH v5 3/8] tmpfs: bump the mtime/ctime/iversion when page becomes writeable
` [PATCH v5 4/8] tmpfs: add support for multigrain timestamps
` [PATCH v5 5/8] xfs: XFS_ICHGTIME_CREATE is unused
` [PATCH v5 6/8] xfs: switch to multigrain timestamps
` [PATCH v5 7/8] ext4: "
` [PATCH v5 8/8] btrfs: convert "

[akpm-mm:mm-unstable 10/179] mm/hugetlb.c:1870:26: warning: variable 'folio' is uninitialized when used here
 2023-07-13 21:36 UTC 

[PATCH v5 00/38] New page table range API
 2023-07-13 21:22 UTC  (7+ messages)

[PATCH 0/2] Fix hugetlb free path race with memory errors
 2023-07-13 17:34 UTC  (2+ messages)

[PATCH 0/2] eventfd: simplify signal helpers
 2023-07-13 17:10 UTC  (2+ messages)

[PATCH] Documentation: mm/memfd: vm.memfd_noexec
 2023-07-13 16:10 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION e3262265625831348cfb3128d35907ead75d8bf7
 2023-07-13 15:44 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