linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v16 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings
 2024-05-28 20:51 UTC  (3+ messages)

[PATCH] x86/percpu: fix cast in __pcpu_cast_* macros
 2024-05-28 20:49 UTC  (2+ messages)

[PATCH v4] percpu_counter: add a cmpxchg-based _add_batch variant
 2024-05-28 20:42 UTC 

[dennis-percpu:for-6.11] [percpu_counter] 05dbad003f: ltp.getrusage03.fail
 2024-05-28 20:37 UTC  (3+ messages)

[PATCH v2 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-05-28 20:36 UTC  (4+ messages)
` [PATCH v2 4/9] fs/procfs: use per-VMA RCU-protected locking in PROCMAP_QUERY API

[PATCH v3 0/5] mm: migrate: support poison recover from migrate folio
 2024-05-28 20:30 UTC  (12+ messages)
` [PATCH v3 1/5] mm: add folio_mc_copy()
` [PATCH v3 2/5] mm: migrate: split folio_migrate_mapping()
` [PATCH v3 3/5] mm: migrate: support poisoned recover from migrate folio
` [PATCH v3 4/5] fs: hugetlbfs: support poison recover from hugetlbfs_migrate_folio()
` [PATCH v3 5/5] mm: migrate: remove folio_migrate_copy()

[PATCH v1 00/14] mm: memcg: separate legacy cgroup v1 code and put under config option
 2024-05-28 20:21 UTC  (10+ messages)
` [PATCH v1 01/14] mm: memcg: introduce memcontrol-v1.c
` [PATCH v1 02/14] mm: memcg: move soft limit reclaim code to memcontrol-v1.c
` [PATCH v1 03/14] mm: memcg: rename soft limit reclaim-related functions
` [PATCH v1 04/14] mm: memcg: move charge migration code to memcontrol-v1.c
` [PATCH v1 05/14] mm: memcg: rename charge move-related functions
` [PATCH v1 06/14] mm: memcg: move legacy memcg event code into memcontrol-v1.c
` [PATCH v1 07/14] mm: memcg: rename memcg_check_events()
` [PATCH v1 08/14] mm: memcg: move cgroup v1 oom handling code into memcontrol-v1.c
` [PATCH v1 09/14] mm: memcg: rename memcg_oom_recover()

[PATCH 0/3] mm: zswap: trivial folio conversions
 2024-05-28 19:32 UTC  (10+ messages)
` [PATCH 2/3] mm :zswap: use kmap_local_folio() in zswap_load()
` [PATCH 3/3] mm: zswap: make same_filled functions folio-friendly

[linux-next:master] BUILD REGRESSION 6dc544b66971c7f9909ff038b62149105272d26a
 2024-05-28 19:09 UTC  (2+ messages)

support large folios for NFS
 2024-05-28 19:01 UTC  (8+ messages)
` [PATCH 1/2] filemap: Convert generic_perform_write() to support large folios

[PATCH v2 1/2] percpu: Add __this_cpu_try_cmpxchg()
 2024-05-28 18:50 UTC  (4+ messages)
` [PATCH v2 2/2] mm/vmalloc: Use __this_cpu_try_cmpxchg() in preload_this_cpu_lock()

[linux-next:master 13700/13737] powerpc-linux-ld: drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn401/dcn401_fpu.o uses hard float, drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_helpers.o uses soft float
 2024-05-28 18:38 UTC 

[PATCH v1] memfd: `MFD_NOEXEC_SEAL` should not imply `MFD_ALLOW_SEALING`
 2024-05-28 17:56 UTC  (11+ messages)

[syzbot] [mm?] kernel BUG in __vma_reservation_common
 2024-05-28 17:24 UTC 

[PATCH rfc 0/9] mm: memcg: separate legacy cgroup v1 code and put under config option
 2024-05-28 17:20 UTC  (5+ messages)

[PATCH 1/2] kmsan: do not wipe out origin when doing partial unpoisoning
 2024-05-28 17:01 UTC  (4+ messages)
` [PATCH 2/2] kmsan: introduce test_unpoison_memory()

page type is 3, passed migratetype is 1 (nr=512)
 2024-05-28 16:47 UTC  (3+ messages)

[PATCH 1/2] objpool: enable inlining objpool_push() and objpool_pop() operations
 2024-05-28 16:41 UTC  (4+ messages)

[PATCH v2] memcg: rearrange fields of mem_cgroup_per_node
 2024-05-28 16:40 UTC 

[syzbot] [mm?] kernel BUG in __vma_reservation_common
 2024-05-28 16:40 UTC  (2+ messages)

[PATCH 0/2] mm: swap: mTHP swap allocator base on swap cluster order
 2024-05-28 16:23 UTC  (4+ messages)
` [PATCH 1/2] mm: swap: swap cluster switch to double link list

[Patch v2] vmalloc: check CONFIG_EXECMEM in is_vmalloc_or_module_addr()
 2024-05-28 16:22 UTC  (2+ messages)

[PATCH] memcg: Remove the lockdep assert from __mod_objcg_mlstate()
 2024-05-28 16:21 UTC  (12+ messages)
      ` [PATCH v2] "

[PATCH 0/3] mm: zswap: global shrinker fix and proactive shrink
 2024-05-28 16:01 UTC  (7+ messages)
` [PATCH 1/3] mm: zswap: fix global shrinker memcg iteration
` [PATCH 2/3] mm: zswap: fix global shrinker error handling logic
` [PATCH 3/3] mm: zswap: proactive shrinking before pool size limit is hit

[PATCH] kmsan: introduce test_unpoison_memory()
 2024-05-28 15:45 UTC  (3+ messages)

[syzbot] [mm?] kernel BUG in __vma_reservation_common
 2024-05-28 15:36 UTC  (6+ messages)

[linux-next:master 1549/2075] drivers/dma-buf/udmabuf.c:45:undefined reference to `vmf_insert_pfn'
 2024-05-28 15:31 UTC 

[PATCH v10 00/12] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%
 2024-05-28 15:14 UTC  (8+ messages)

[BUG] 6.10.0-rc1: segfault at 0 when reboot with kernel config INIT_MLOCKED_ON_FREE_DEFAULT_ON=y
 2024-05-28 15:13 UTC 

[PATCH v7 0/4] Memory management patches needed by Rust Binder
 2024-05-28 14:58 UTC  (5+ messages)
` [PATCH v7 1/4] rust: uaccess: add userspace pointers
` [PATCH v7 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST
` [PATCH v7 3/4] rust: uaccess: add typed accessors for userspace pointers
` [PATCH v7 4/4] rust: add abstraction for `struct page`

patch idea: convert trivial call_rcu users to kfree_rcu
 2024-05-28 14:29 UTC  (13+ messages)
` [cocci] "

6.9/BUG: Bad page state in process kswapd0 pfn:d6e840
 2024-05-28 14:24 UTC  (9+ messages)

[PATCH 1/2] percpu: Add __this_cpu_try_cmpxchg()
 2024-05-28 14:06 UTC  (3+ messages)
` [PATCH 2/2] mm/vmalloc: Use __this_cpu_try_cmpxchg() in preload_this_cpu_lock()

[linux-next:pending-fixes] BUILD REGRESSION 3ddb35f90f5f8b234e2f2b6ac2fd5b8f0e1f7fb4
 2024-05-28 14:05 UTC 

[PATCH 0/8] shmem,tmpfs: general maintenance
 2024-05-28 13:44 UTC  (3+ messages)
` [PATCH 8/8] shmem,percpu_counter: add _limited_add(fbc, limit, amount)

[linux-next:master 1478/2075] fs/btrfs/fiemap.c:822:26: warning: 'last_extent_end' may be used uninitialized
 2024-05-28 13:15 UTC 

[PATCH 0/3] slab: fix and cleanup of slub_debug
 2024-05-28 13:05 UTC  (5+ messages)
` [PATCH 1/3] slab: check the return value of check_bytes_and_report()
` [PATCH 2/3] slab: don't put freepointer outside of object if only orig_size
` [PATCH 3/3] slab: delete useless RED_INACTIVE and RED_ACTIVE

[PATCH net-next v5 01/13] mm: page_frag: add a test module for page_frag
 2024-05-28 12:56 UTC  (9+ messages)
` [PATCH net-next v5 03/13] mm: page_frag: use free_unref_page() to free page fragment
` [PATCH net-next v5 04/13] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v5 05/13] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [PATCH net-next v5 06/13] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v5 07/13] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
` [PATCH net-next v5 08/13] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
` [PATCH net-next v5 10/13] mm: page_frag: introduce prepare/probe/commit API
` [PATCH net-next v5 12/13] mm: page_frag: update documentation for page_frag

[linux-next:master 1849/2075] drivers/mtd/nand/raw/mxc_nand.c:1479:26: sparse: sparse: incorrect type in initializer (different address spaces)
 2024-05-28 12:22 UTC 

[PATCH v2] memcg: simple cleanup of stats update functions
 2024-05-28 12:17 UTC  (8+ messages)

[PATCH v5.1] fs: Allow fine-grained control of folio sizes
 2024-05-28 12:13 UTC  (12+ messages)

[PATCH v15 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings
 2024-05-28 11:58 UTC  (3+ messages)

[PATCH] fs: binfmt: add missing MODULE_DESCRIPTION() macros
 2024-05-28 11:40 UTC  (2+ messages)

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-05-28 11:30 UTC  (9+ messages)
` [PATCH v4 13/29] arm64: convert protection key into vm_flags and pgprot values
` [PATCH v4 17/29] arm64: implement PKEYS support
` [PATCH v4 18/29] arm64: add POE signal support

[LSF/MM/BPF TOPIC] untorn buffered writes
 2024-05-28 11:09 UTC  (6+ messages)

[RFC PATCH v4 00/16] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
 2024-05-28 11:02 UTC  (5+ messages)
` [RFC PATCH v4 03/16] mm: Provide mm_struct and address to huge_ptep_get()

[RFC PATCH v3 00/16] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
 2024-05-28 10:53 UTC  (4+ messages)
` [RFC PATCH v3 08/16] powerpc/8xx: Rework support for 8M pages using contiguous PTE entries

[PATCH v15 00/20] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-05-28 10:39 UTC  (8+ messages)
` [PATCH v15 09/20] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT

[RFC PATCH v8 01/10] ras: scrub: Add scrub subsystem
 2024-05-28  9:06 UTC  (12+ messages)

[PATCH v12 0/6]arm64: add ARCH_HAS_COPY_MC support
 2024-05-28  8:59 UTC  (7+ messages)
` [PATCH v12 1/6] uaccess: add generic fallback version of copy_mc_to_user()
` [PATCH v12 2/6] arm64: add support for ARCH_HAS_COPY_MC
` [PATCH v12 3/6] mm/hwpoison: return -EFAULT when copy fail in copy_mc_[user]_highpage()
` [PATCH v12 4/6] arm64: support copy_mc_[user]_highpage()
` [PATCH v12 5/6] arm64: introduce copy_mc_to_kernel() implementation
` [PATCH v12 6/6] arm64: send SIGBUS to user process for SEA exception

[linus:master] [mm] d99e3140a4: BUG:KCSAN:data-race_in_folio_remove_rmap_ptes/print_report
 2024-05-28  8:42 UTC  (4+ messages)

[PATCH] mm: arm64: Fix the out-of-bounds issue in contpte_clear_young_dirty_ptes
 2024-05-28  8:39 UTC  (3+ messages)

[linux-next:master] [mm] 6be5e186fd: UBSAN:shift-out-of-bounds_in_mm/vmscan.c
 2024-05-28  8:38 UTC 

[linux-next:master 6544/8170] ERROR: modpost: "__spi_register_driver" [drivers/iio/dac/ad9739a.ko] undefined!
 2024-05-28  8:31 UTC  (2+ messages)

[PATCH RESEND v2 0/9] Merge arm64/riscv hugetlbfs contpte support
 2024-05-28  8:07 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Swap Abstraction "the pony"
 2024-05-28  7:08 UTC  (6+ messages)
  ` [Lsf-pc] "

[linus:master] [mm] ba42b524a0: segfault_at_ip_sp_error
 2024-05-28  7:00 UTC 

[linux-next:master] [memcg] 70a64b7919: will-it-scale.per_process_ops -11.9% regression
 2024-05-28  6:30 UTC  (11+ messages)

[PATCH v3 0/2] mm/ksm: fix some accounting problems
 2024-05-28  5:15 UTC  (3+ messages)
` [PATCH v3 1/2] mm/ksm: fix ksm_pages_scanned accounting
` [PATCH v3 2/2] mm/ksm: fix ksm_zero_pages accounting

[linus:master] [memcg] 70a64b7919: stress-ng.shm.ops_per_sec -8.5% regression
 2024-05-28  2:05 UTC 

[PATCH 0/6] Cleanup cpumask.h inclusion in core headers
 2024-05-28  0:56 UTC  (7+ messages)
` [PATCH 1/6] MAINTAINERS: add linux/nodemask_types.h to BITMAP API
` [PATCH 2/6] sched: avoid using ilog2() in sched.h
` [PATCH 3/6] cpumask: split out include/linux/cpumask_types.h
` [PATCH 4/6] sched: drop sched.h dependency on cpumask
` [PATCH 5/6] cpumask: cleanup core headers inclusion
` [PATCH 6/6] cpumask: make core headers including cpumask_types.h where possible

[PATCH v3 0/3] Clean up usage of rt_task()
 2024-05-27 23:45 UTC  (4+ messages)
` [PATCH v3 1/3] sched/rt: "
` [PATCH v3 2/3] hrtimer: Convert realtime_task() to realtime_task_policy()
` [PATCH v3 3/3] sched/rt, dl: Convert functions to return bool

[PATCH] maple_tree: modified return type of mas_wr_store_entry()
 2024-05-27 23:20 UTC  (2+ messages)

ld.lld: error: undefined symbol: proc_do_static_key
 2024-05-27 22:22 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