linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH RFC 0/5] mm/gup: Introduce exclusive GUP pinning
 2024-06-21  9:37 UTC  (35+ messages)

[linux-next:master] [vfs] 632586fb1b: WARNING:at_mm/slub.c:#cache_from_obj
 2024-06-21  9:24 UTC 

[PATCH] selftests/mm: Introduce a test program to assess swap entry allocation for thp_swapout
 2024-06-21  9:22 UTC  (12+ messages)

[PATCH v2 0/3] mm: clarify folio_add_new_anon_rmap() and __folio_add_anon_rmap()
 2024-06-21  9:18 UTC  (7+ messages)
` [PATCH v2 2/3] mm: use folio_add_new_anon_rmap() if folio_test_anon(folio)==false

[PATCH v2] mm: optimize the redundant loop of mm_update_next_owner()
 2024-06-21  8:50 UTC  (3+ messages)

[RFC PATCH v1 0/5] Alternative mTHP swap allocator improvements
 2024-06-21  8:48 UTC  (4+ messages)

[linux-next:master] [net] 934c29999b: Kernel_BUG_at
 2024-06-21  8:45 UTC 

[PATCH v3 0/2] mm: swap: mTHP swap allocator base on swap cluster order
 2024-06-21  8:43 UTC  (5+ messages)
` [PATCH v3 1/2] mm: swap: swap cluster switch to double link list

[PATCH v6 00/39] kmsan: Enable on s390
 2024-06-21  8:21 UTC  (36+ messages)
` [PATCH v6 01/39] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()
` [PATCH v6 02/39] kmsan: Make the tests compatible with kmsan.panic=1
` [PATCH v6 03/39] kmsan: Disable KMSAN when DEFERRED_STRUCT_PAGE_INIT is enabled
` [PATCH v6 04/39] kmsan: Increase the maximum store size to 4096
` [PATCH v6 07/39] kmsan: Remove a useless assignment from kmsan_vmap_pages_range_noflush()
` [PATCH v6 08/39] kmsan: Remove an x86-specific #include from kmsan.h
` [PATCH v6 10/39] kmsan: Export panic_on_kmsan
` [PATCH v6 11/39] kmsan: Allow disabling KMSAN checks for the current task
` [PATCH v6 12/39] kmsan: Introduce memset_no_sanitize_memory()
` [PATCH v6 14/39] kmsan: Use ALIGN_DOWN() in kmsan_get_metadata()
` [PATCH v6 15/39] kmsan: Do not round up pg_data_t size
` [PATCH v6 17/39] mm: slub: Let KMSAN access metadata
` [PATCH v6 18/39] mm: slub: Disable KMSAN when checking the padding bytes
` [PATCH v6 19/39] mm: kfence: Disable KMSAN when checking the canary
` [PATCH v6 20/39] lib/zlib: Unpoison DFLTCC output buffers
` [PATCH v6 21/39] kmsan: Accept ranges starting with 0 on s390
` [PATCH v6 22/39] s390/boot: Turn off KMSAN
` [PATCH v6 23/39] s390: Use a larger stack for KMSAN
` [PATCH v6 24/39] s390/boot: Add the KMSAN runtime stub
` [PATCH v6 25/39] s390/checksum: Add a KMSAN check
` [PATCH v6 26/39] s390/cpacf: Unpoison the results of cpacf_trng()
` [PATCH v6 27/39] s390/cpumf: Unpoison STCCTM output buffer
` [PATCH v6 28/39] s390/diag: Unpoison diag224() "
` [PATCH v6 29/39] s390/ftrace: Unpoison ftrace_regs in kprobe_ftrace_handler()
` [PATCH v6 30/39] s390/irqflags: Do not instrument arch_local_irq_*() with KMSAN
` [PATCH v6 31/39] s390/mm: Define KMSAN metadata for vmalloc and modules
` [PATCH v6 32/39] s390/ptdump: Add KMSAN page markers
` [PATCH v6 33/39] s390/string: Add KMSAN support
` [PATCH v6 36/39] s390/uaccess: Add the missing linux/instrumented.h #include
` [PATCH v6 37/39] s390/unwind: Disable KMSAN checks
` [PATCH v6 38/39] s390/kmsan: Implement the architecture-specific functions
` [PATCH v6 39/39] kmsan: Enable on s390
  ` [PATCH v6 16/39] kmsan: Expose KMSAN_WARN_ON()

[linux-next:master 6447/7105] mm/mempolicy.c:2280:15: error: redefinition of 'folio_alloc_mpol_noprof'
 2024-06-21  8:08 UTC  (5+ messages)

[PATCH v2 0/3] mm/ksm: cmp_and_merge_page() optimizations and cleanup
 2024-06-21  7:54 UTC  (4+ messages)
` [PATCH v2 1/3] mm/ksm: refactor out try_to_merge_with_zero_page()
` [PATCH v2 2/3] mm/ksm: don't waste time searching stable tree for fast changing page
` [PATCH v2 3/3] mm/ksm: optimize the chain()/chain_prune() interfaces

[PATCH v1 0/2] mm/migrate: move NUMA hinting fault folio isolation + checks under PTL
 2024-06-21  7:32 UTC  (9+ messages)
` [PATCH v1 1/2] mm/migrate: make migrate_misplaced_folio() return 0 on success
` [PATCH v1 2/2] mm/migrate: move NUMA hinting fault folio isolation + checks under PTL

[PATCH v2 0/2] mm/zsmalloc: change back to per-size_class lock
 2024-06-21  7:15 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] mm/zswap: use only one pool in zswap

PROBLEM: kernel crashes when running xfsdump since ~6.4
 2024-06-21  7:07 UTC  (4+ messages)

[PATCH 2/2] exec: Avoid pathological argc, envc, and bprm->p values
 2024-06-21  7:00 UTC  (2+ messages)

[PATCH 00/15] add zpdesc memory descriptor for zswap.zpool
 2024-06-21  6:43 UTC  (17+ messages)
` [PATCH 01/15] mm/z3fold: add zpdesc struct and helper and use them in z3fold_page_isolate
` [PATCH 02/15] mm/z3fold: use zpdesc in z3fold_page_migrate
` [PATCH 03/15] mm/z3fold: use zpdesc in z3fold_page_putback
` [PATCH 04/15] mm/z3fold: use zpdesc in get/put_z3fold_header funcs
` [PATCH 05/15] mm/z3fold: use zpdesc in init_z3fold_page
` [PATCH 06/15] mm/z3fold: use zpdesc in free_z3fold_page
` [PATCH 07/15] mm/z3fold: convert page to zpdesc in __release_z3fold_page
` [PATCH 08/15] mm/z3fold: use zpdesc free_pages_work
` [PATCH 09/15] mm/z3fold: use zpdesc in z3fold_compact_page and do_compact_page
` [PATCH 10/15] mm/z3fold: use zpdesc in __z3fold_alloc
` [PATCH 11/15] mm/z3fold: use zpdesc in z3fold_alloc
` [PATCH 12/15] mm/z3fold: use zpdesc in free_z3fold_page and z3fold_free
` [PATCH 13/15] mm/z3fold: use zpdesc in z3fold_map/z3fold_unmap
` [PATCH 14/15] mm/z3fold: introduce __zpdesc_set_movable
` [PATCH 15/15] mm/z3fold: introduce __zpdesc_clear_movable

[PATCH 0/2] Docs/damon/maintaier-profile: document a mailing tool and community meetup series
 2024-06-21  5:23 UTC  (5+ messages)
` [PATCH 1/2] Docs/mm/damon/maintainer-profile: introduce HacKerMaiL
` [PATCH 2/2] Docs/mm/damon/maintainer-profile: document DAMON community meetups

[PATCH v4 0/4] Userspace controls soft-offline pages
 2024-06-21  5:08 UTC  (7+ messages)
` [PATCH v4 1/4] mm/memory-failure: refactor log format in soft offline code
` [PATCH v4 2/4] mm/memory-failure: userspace controls soft-offlining pages
` [PATCH v4 3/4] selftest/mm: test enable_soft_offline behaviors
` [PATCH v4 4/4] docs: mm: add enable_soft_offline sysctl

[PATCH v1] memory tier: consolidate the initialization of memory tiers
 2024-06-21  4:48 UTC 

[PATCH v3 00/11] Improve the copy of task comm
 2024-06-21  4:37 UTC  (13+ messages)
` [PATCH v3 01/11] fs/exec: Drop task_lock() inside __get_task_comm()
` [PATCH v3 02/11] auditsc: Replace memcpy() with __get_task_comm()
` [PATCH v3 03/11] security: "
` [PATCH v3 04/11] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v3 05/11] mm/util: Fix possible race condition in kstrdup()
` [PATCH v3 06/11] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v3 07/11] mm/kmemleak: Replace strncpy() with __get_task_comm()
` [PATCH v3 08/11] tsacct: "
` [PATCH v3 09/11] tracing: "
` [PATCH v3 10/11] net: Replace strcpy() "
` [PATCH v3 11/11] drm: "

MM global locks as core counts quadruple
 2024-06-21  2:54 UTC  (4+ messages)

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-06-21  2:51 UTC  (10+ messages)

[Patch v3] mm/memblock: remove empty dummy entry
 2024-06-21  2:34 UTC  (4+ messages)

[PATCH v2] mm: ksm: Consider the number of ksm_mm_slot in the general_profit calculation
 2024-06-21  2:30 UTC  (4+ messages)

[linux-next:master 6383/7397] mm/page_io.c:283:41: error: implicit declaration of function 'swap_dev_pos'
 2024-06-21  2:10 UTC 

[Question] race during kasan_populate_vmalloc_pte
 2024-06-21  2:08 UTC  (2+ messages)

[PATCH v1] mm/rmap: cleanup partially-mapped handling in __folio_remove_rmap()
 2024-06-21  1:49 UTC  (2+ messages)

[PATCH v2] memblock: Move late alloc warning down to phys alloc
 2024-06-21  1:15 UTC  (2+ messages)

[PATCH] mm: mmap_lock: replace get_memcg_path_buf() with on-stack buffer
 2024-06-21  1:08 UTC 

[linux-next:master 1969/7397] drivers/cache/starfive_starlink_cache.c:40:8: error: call to undeclared function 'readq'; ISO C99 and later do not support implicit function declarations
 2024-06-21  0:39 UTC 

[PATCH v5 0/6] slab: Introduce dedicated bucket allocator
 2024-06-20 23:29 UTC  (13+ messages)
` [PATCH v5 2/6] mm/slab: Plumb kmem_buckets into __do_kmalloc_node()
` [PATCH v5 4/6] mm/slab: Introduce kmem_buckets_create() and family

[PATCH v1 0/3] mm: zswap: global shrinker fix and proactive shrink
 2024-06-20 22:45 UTC  (6+ messages)

[linux-next:master 7032/7397] arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi:652.22-662.5: Warning (graph_child_address): /bus@f0000/usb@f900000/usb@31000000: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary
 2024-06-20 21:52 UTC 

[linux-next:master 1323/3381] drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c:333:4: error: format specifies type 'unsigned char' but the argument has type 'int'
 2024-06-20 21:17 UTC  (3+ messages)

[PATCH v2] kunit/usercopy: Disable testing on !CONFIG_MMU
 2024-06-20 21:13 UTC  (2+ messages)

[PATCH] kunit/usercopy: Add missing MODULE_DESCRIPTION()
 2024-06-20 21:00 UTC  (2+ messages)

[PATCH 00/17] netfs, cifs: Miscellaneous fixes and read/write improvements
 2024-06-20 20:49 UTC  (22+ messages)
` [PATCH 01/17] netfs: Fix io_uring based write-through
` [PATCH 02/17] netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode
` [PATCH 03/17] netfs: Fix early issue of write op on partial write to folio tail
` [PATCH 04/17] netfs: Adjust labels in /proc/fs/netfs/stats
` [PATCH 05/17] netfs: Record contention stats for writeback lock
` [PATCH 06/17] 9p: Enable multipage folios
` [PATCH 07/17] netfs: Reduce number of conditional branches in netfs_perform_write()
` [PATCH 08/17] netfs: Delete some xarray-wangling functions that aren't used
` [PATCH 09/17] cifs: Defer read completion
` [PATCH 10/17] cifs: Only pick a channel once per read request
` [PATCH 11/17] cifs: Move the 'pid' from the subreq to the req
` [PATCH 12/17] netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream
` [PATCH 13/17] mm: Define struct sheaf and ITER_SHEAF to handle a sequence of folios
` [PATCH 14/17] netfs: Use new sheaf data type and iterator instead of xarray iter
` [PATCH 15/17] netfs: Simplify the writeback code
` [PATCH 16/17] afs: Make read subreqs async
` [PATCH 17/17] netfs: Speed up buffered reading
` [PATCH v2 09/17] cifs: Defer read completion

[linux-next:master 6327/7397] drivers/gpu/drm/xe/xe_oa.c:401:15: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2024-06-20 20:38 UTC 

[PATCH] mm: optimize the redundant loop of mm_update_owner_next()
 2024-06-20 20:20 UTC  (2+ messages)

[PATCH 6.9 000/281] 6.9.6-rc1 review
 2024-06-20 19:31 UTC  (8+ messages)

[linux-next:master 2133/7397] drivers/gpu/drm/sti/sti_hda.c:696 sti_hda_bind() warn: inconsistent indenting
 2024-06-20 19:20 UTC 

[PATCH 0/1] binfmt_elf, coredump: Log the reason of the failed core dumps
 2024-06-20 19:10 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH v5 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-20 18:50 UTC  (4+ messages)
` [PATCH v5 3/6] fs/procfs: add build ID fetching to PROCMAP_QUERY API

[PATCH v3 0/3] Userspace controls soft-offline pages
 2024-06-20 17:25 UTC  (4+ messages)
` [PATCH v3 3/3] docs: mm: add enable_soft_offline sysctl

[PATCH v5 00/37] kmsan: Enable on s390
 2024-06-20 17:05 UTC  (4+ messages)
` [PATCH v5 33/37] s390/uaccess: Add KMSAN support to put_user() and get_user()

[RFC PATCH] cxl: avoid duplicating report from MCE & device
 2024-06-20 17:02 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