linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH v1 00/57] Boot-time page size selection for arm64
 2024-10-15  3:04 UTC  (19+ messages)
` [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
  ` [RFC PATCH v1 02/57] vmlinux: Align to PAGE_SIZE_MAX
  ` [RFC PATCH v1 03/57] mm/memcontrol: Fix seq_buf size to save memory when PAGE_SIZE is large
  ` [RFC PATCH v1 17/57] kvm: Remove PAGE_SIZE compile-time constant assumption
  ` [RFC PATCH v1 18/57] trace: "
  ` [RFC PATCH v1 22/57] sound: "

[PATCH v2 0/3] LoongArch: Fix vmalloc test issue
 2024-10-15  2:53 UTC  (4+ messages)
` [PATCH v2 2/3] LoongArch: Add barrier between set_pte and memory access

[PATCH] selftests: mm: fix the incorrect usage() info of khugepaged
 2024-10-15  2:34 UTC  (2+ messages)

[PATCH] mm/swapfile: skip HugeTLB pages for unuse_vma
 2024-10-15  2:33 UTC  (2+ messages)

[PATCH v3 0/5] page allocation tag compression
 2024-10-15  2:10 UTC  (17+ messages)
` [PATCH v3 1/5] maple_tree: add mas_for_each_rev() helper
` [PATCH v3 2/5] alloc_tag: load module tags into separate contiguous memory
` [PATCH v3 3/5] alloc_tag: populate memory for module tags as needed
` [PATCH v3 4/5] alloc_tag: introduce pgalloc_tag_ref to abstract page tag references
` [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags

[PATCH 1/2] maple_tree: check for MA_STATE_BULK on setting wr_rebalance
 2024-10-15  2:04 UTC  (4+ messages)
` [PATCH 2/2] maple_tree: refactor mas_wr_store_type()

[PATCH v5 bpf-next 0/3] bpf: Add kmem_cache iterator and kfunc
 2024-10-15  2:00 UTC  (9+ messages)
` [PATCH v5 bpf-next 1/3] bpf: Add kmem_cache iterator
` [PATCH v5 bpf-next 2/3] mm/bpf: Add bpf_get_kmem_cache() kfunc

[RFC RESEND v2 00/13] powerpc/kfence: Improve kfence support
 2024-10-15  1:33 UTC  (14+ messages)
` [RFC RESEND v2 01/13] mm/kfence: Add a new kunit test test_use_after_free_read_nofault()
` [RFC RESEND v2 02/13] powerpc: mm: Fix kfence page fault reporting
` [RFC RESEND v2 03/13] book3s64/hash: Remove kfence support temporarily
` [RFC RESEND v2 04/13] book3s64/hash: Refactor kernel linear map related calls
` [RFC RESEND v2 05/13] book3s64/hash: Add hash_debug_pagealloc_add_slot() function
` [RFC RESEND v2 06/13] book3s64/hash: Add hash_debug_pagealloc_alloc_slots() function
` [RFC RESEND v2 07/13] book3s64/hash: Refactor hash__kernel_map_pages() function
` [RFC RESEND v2 08/13] book3s64/hash: Make kernel_map_linear_page() generic
` [RFC RESEND v2 09/13] book3s64/hash: Disable debug_pagealloc if it requires more memory
` [RFC RESEND v2 10/13] book3s64/hash: Add kfence functionality
` [RFC RESEND v2 11/13] book3s64/radix: Refactoring common kfence related functions
` [RFC RESEND v2 12/13] book3s64/hash: Disable kfence if not early init
` [RFC RESEND v2 13/13] book3s64/hash: Early detect debug_pagealloc size requirement

[PATCH] maple_tree: do not hash pointers on dump in debug mode
 2024-10-15  1:31 UTC  (2+ messages)

[PATCH 0/4] cleanup maple_alloc related functions
 2024-10-15  1:29 UTC  (11+ messages)
` [PATCH 1/4] maple_tree: clear request_count for new allocated one
` [PATCH 2/4] maple_tree: total is not changed for nomem_one case
` [PATCH 3/4] maple_tree: simplify mas_push_node()
` [PATCH 4/4] maple_tree: fix potential allocation failure even has memory

[PATCH v3 2/3] kasan: migrate copy_user_test to kunit
 2024-10-15  1:18 UTC  (5+ messages)
` [PATCH RESEND v3 0/3] kasan: migrate the last module test "
  ` [PATCH RESEND v3 2/3] kasan: migrate copy_user_test "

[PATCH 1/2] maple_tree: fix alloc node fail issue
 2024-10-15  1:17 UTC  (5+ messages)
` [PATCH 2/2] maple_tree: Add some alloc node test case

[PATCH v2] mm: shrinker: avoid memleak in alloc_shrinker_info
 2024-10-15  1:13 UTC  (3+ messages)

[PATCH] maple_tree: root node could be handled by !p_slot too
 2024-10-15  1:13 UTC  (2+ messages)

[PATCH v5 bpf-next 06/12] bpf: Add uptr support in the map_value of the task local storage
 2024-10-15  0:49 UTC 

[PATCH] memcg: add tracing for memcg stat updates
 2024-10-15  0:23 UTC  (7+ messages)

[PATCH v7 00/18] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-10-15  0:07 UTC  (3+ messages)

[PATCH bpf] lib/buildid: handle memfd_secret() files in build_id_parse()
 2024-10-15  0:00 UTC  (2+ messages)

[PATCH v2 0/2] fuse: remove extra page copies in writeback
 2024-10-14 23:57 UTC  (6+ messages)
` [PATCH v2 1/2] mm: skip reclaiming folios in writeback contexts that may trigger deadlock
` [PATCH v2 2/2] fuse: remove tmp folio for writebacks and internal rb tree

[PATCH v20 2/6] security: Add EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits
 2024-10-14 23:52 UTC  (2+ messages)

[PATCH 2/2] mm/mglru: reset page lru tier bits when activating
 2024-10-14 23:47 UTC  (3+ messages)

[PATCH v7 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-10-14 23:41 UTC  (4+ messages)
` [PATCH v7 bpf-next 05/10] lib/buildid: rename build_id_parse() into build_id_parse_nofault()

[PATCH 1/2] mm/mglru: only clear kswapd_failures if reclaimable
 2024-10-14 23:41 UTC  (3+ messages)

[Invitation] Linux MM Alignment Session on IOMMU(fd) persistence and Kexec Hand Over (KHO) on Wednesday
 2024-10-14 23:31 UTC 

[PATCH 0/3] memory,acpi: resize memory blocks based on CFMW alignment
 2024-10-14 22:40 UTC  (10+ messages)
` [PATCH 1/3] memory: extern memory_block_size_bytes and set_memory_block_size_order

[PATCH -next] selftests: memcg: remove useless code in test_memcg_oom_group_leaf_events
 2024-10-14 22:30 UTC  (2+ messages)

[PATCH] mm: khugepaged: fix the incorrect statistics when collapsing large file folios
 2024-10-14 22:21 UTC  (4+ messages)

[linux-next:pending-fixes 207/319] fs/btrfs/qgroup.c:2014:6: error: use of undeclared identifier 'bytenr'
 2024-10-14 22:06 UTC  (5+ messages)

Possible regression with file madvise(MADV_COLLAPSE)
 2024-10-14 22:06 UTC  (9+ messages)

[RFC PATCH v2 0/1] seal system mappings
 2024-10-14 21:50 UTC  (2+ messages)
` [RFC PATCH v2 1/1] exec: "

[PATCH 0/2] Use dot prefixes for section names
 2024-10-14 21:16 UTC  (8+ messages)
` [PATCH 1/2] codetag: Use dot prefix for section name
` [PATCH 2/2] runtime-const: Use dot prefix for section names

[RFC] exec: add a flag for "reasonable" execveat() comm
 2024-10-14 21:13 UTC  (5+ messages)

[PATCH] MAINTAINERS: add myself as memory mapping/VMA reviewer
 2024-10-14 21:09 UTC  (3+ messages)

[PATCH v3 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-10-14 20:48 UTC  (5+ messages)
` [PATCH v3 tip/perf/core 1/4] mm: introduce mmap_lock_speculation_{start|end}

[PATCH v2 0/5] mm/slub: Improve data handling of krealloc() when orig_size is enabled
 2024-10-14 20:40 UTC  (12+ messages)

[PATCH v2] mm: swap: prevent possible data-race in __try_to_reclaim_swap
 2024-10-14 20:13 UTC  (3+ messages)

[RFC PATCH v3 00/10] Add support for shared PTEs across processes
 2024-10-14 20:08 UTC  (4+ messages)
` [RFC PATCH v3 05/10] mm/mshare: Add ioctl support

[PATCH v2 0/7] virtio-mem: s390 support
 2024-10-14 19:47 UTC  (21+ messages)
` [PATCH v2 1/7] s390/kdump: implement is_kdump_kernel()
` [PATCH v2 2/7] Documentation: s390-diag.rst: make diag500 a generic KVM hypercall
` [PATCH v2 3/7] Documentation: s390-diag.rst: document diag500(STORAGE LIMIT) subfunction
` [PATCH v2 4/7] s390/physmem_info: query diag500(STORAGE LIMIT) to support QEMU/KVM memory devices
` [PATCH v2 5/7] virtio-mem: s390 support
` [PATCH v2 6/7] lib/Kconfig.debug: default STRICT_DEVMEM to "y" on s390
` [PATCH v2 7/7] s390/sparsemem: reduce section size to 128 MiB

[RFC PATCH 0/4] implement lightweight guard pages
 2024-10-14 19:27 UTC  (8+ messages)
` [RFC PATCH 3/4] mm: madvise: implement lightweight guard page mechanism

[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
 2024-10-14 19:16 UTC  (10+ messages)
` [PATCH v5 7/8] execmem: add support for cache of large ROX pages

[PATCH v2] rust: shrinker: add shrinker abstraction
 2024-10-14 18:48 UTC  (2+ messages)

[PATCH] mm/kmemleak: fix errors/warnings for coding style
 2024-10-14 18:39 UTC 

[PATCH] mm/dmapool_test: replace printk with pr_info/err
 2024-10-14 18:35 UTC 

[PATCH] mm/dmapool: use unsigned int instead of unsigned
 2024-10-14 18:33 UTC 

[PATCH v13 00/18] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-10-14 18:06 UTC  (40+ messages)
` [PATCH v13 01/18] EDAC: Add support for EDAC device features control
` [PATCH v13 02/18] EDAC: Add scrub control feature
` [PATCH v13 03/18] EDAC: Add ECS "
` [PATCH v13 04/18] cxl: move cxl headers to new include/cxl/ directory
` [PATCH v13 05/18] cxl: Move mailbox related bits to the same context
` [PATCH v13 07/18] cxl: Add Get Supported Features command for kernel usage
` [PATCH v13 08/18] cxl/mbox: Add GET_FEATURE mailbox command
` [PATCH v13 09/18] cxl/mbox: Add SET_FEATURE "
` [PATCH v13 10/18] cxl/memfeature: Add CXL memory device patrol scrub control feature
` [PATCH v13 11/18] cxl/memfeature: Add CXL memory device ECS "
` [PATCH v13 12/18] platform: Add __free() based cleanup function for platform_device_put
` [PATCH v13 13/18] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v13 15/18] EDAC: Add memory repair control feature
` [PATCH v13 16/18] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command
` [PATCH v13 17/18] cxl/memfeature: Add CXL memory device PPR control feature
` [PATCH v13 18/18] cxl/memfeature: Add CXL memory device memory sparing "

[PATCH 0/2] fuse: remove extra page copies in writeback
 2024-10-14 17:24 UTC  (7+ messages)
` [PATCH 1/2] mm: skip reclaiming folios in writeback contexts that may trigger deadlock
` [PATCH 2/2] fuse: remove tmp folio for writebacks and internal rb tree

[PATCH v5 00/30] Permission Overlay Extension
 2024-10-14 17:10 UTC  (5+ messages)
` [PATCH v5 19/30] arm64: add POE signal support

[PATCH v3 00/11] KVM: Restricted mapping of guest_memfd at the host and arm64 support
 2024-10-14 16:52 UTC  (3+ messages)
` [PATCH v3 04/11] KVM: guest_memfd: Allow host to mmap guest_memfd() pages when shared

[PATCH v3] mm/slub: Avoid list corruption when removing a slab from the full list
 2024-10-14 16:47 UTC  (6+ messages)

[syzbot] [fs?] [mm?] KCSAN: data-race in xas_create / xas_find (8)
 2024-10-14 16:42 UTC  (3+ messages)

[linux-next:master] [x86/module] 6661cae1aa: WARNING:at_arch/x86/mm/pat/set_memory.c:#__cpa_process_fault
 2024-10-14 16:35 UTC  (10+ messages)

[PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-10-14 16:31 UTC  (7+ messages)
` [PATCH v13 11/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1

[PATCH v3 00/16] timers: Cleanup delay/sleep related mess
 2024-10-14 16:22 UTC  (2+ messages)
` (subset) "

[PATCH v7 0/2] Rust support for mm_struct, vm_area_struct, and mmap for miscdevice
 2024-10-14 15:24 UTC  (5+ messages)
` [PATCH v7 1/2] rust: mm: add abstractions for mm_struct and vm_area_struct
` [PATCH v7 2/2] rust: miscdevice: add mmap support

[PATCH v5 0/3] vdso: Use only headers from the vdso/ namespace
 2024-10-14 15:13 UTC  (4+ messages)
` [PATCH v5 1/3] drm: i915: Change fault type to unsigned long
` [PATCH v5 2/3] vdso: Introduce vdso/page.h
` [PATCH v5 3/3] s390: Remove remaining _PAGE_* macros

[syzbot] [input?] [usb?] [mm?] INFO: rcu detected stall in vma_link_file
 2024-10-14 15:02 UTC 

[syzbot] [mm?] WARNING in folio_walk_start
 2024-10-14 15:01 UTC 

[PATCH v6 00/33] riscv control-flow integrity for usermode
 2024-10-14 14:33 UTC  (7+ messages)
` [PATCH v6 33/33] kselftest/riscv: kselftest for user mode cfi

[PATCH] rust: shrinker: add shrinker abstraction
 2024-10-14 13:25 UTC  (3+ messages)

[PATCH] MAINTAINERS: kasan, kcov: add bugzilla links
 2024-10-14 13:24 UTC  (4+ messages)

[RFC v3 1/3] fadump: Refactor and prepare fadump_cma_init for late init
 2024-10-14 12:21 UTC  (4+ 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