[PATCH RFC 0/5] mm/gup: Introduce exclusive GUP pinning
2024-06-21 12:26 UTC (35+ messages)
[PATCH v7 00/11] enable bs > ps in XFS
2024-06-21 12:19 UTC (10+ messages)
` [PATCH v7 04/11] readahead: allocate folios with mapping_min_order in readahead
[PATCH v7 00/38] kmsan: Enable on s390
2024-06-21 11:35 UTC (29+ messages)
` [PATCH v7 02/38] kmsan: Make the tests compatible with kmsan.panic=1
` [PATCH v7 04/38] kmsan: Increase the maximum store size to 4096
` [PATCH v7 05/38] kmsan: Fix is_bad_asm_addr() on arches with overlapping address spaces
` [PATCH v7 07/38] kmsan: Remove a useless assignment from kmsan_vmap_pages_range_noflush()
` [PATCH v7 08/38] kmsan: Remove an x86-specific #include from kmsan.h
` [PATCH v7 09/38] kmsan: Expose kmsan_get_metadata()
` [PATCH v7 11/38] kmsan: Allow disabling KMSAN checks for the current task
` [PATCH v7 14/38] kmsan: Use ALIGN_DOWN() in kmsan_get_metadata()
` [PATCH v7 16/38] kmsan: Expose KMSAN_WARN_ON()
` [PATCH v7 17/38] mm: slub: Let KMSAN access metadata
` [PATCH v7 18/38] mm: slub: Disable KMSAN when checking the padding bytes
` [PATCH v7 19/38] mm: kfence: Disable KMSAN when checking the canary
` [PATCH v7 20/38] lib/zlib: Unpoison DFLTCC output buffers
` [PATCH v7 21/38] kmsan: Accept ranges starting with 0 on s390
` [PATCH v7 22/38] s390/boot: Turn off KMSAN
` [PATCH v7 23/38] s390: Use a larger stack for KMSAN
` [PATCH v7 24/38] s390/boot: Add the KMSAN runtime stub
` [PATCH v7 25/38] s390/checksum: Add a KMSAN check
` [PATCH v7 26/38] s390/cpacf: Unpoison the results of cpacf_trng()
` [PATCH v7 27/38] s390/cpumf: Unpoison STCCTM output buffer
` [PATCH v7 28/38] s390/diag: Unpoison diag224() "
` [PATCH v7 31/38] s390/mm: Define KMSAN metadata for vmalloc and modules
` [PATCH v7 32/38] s390/string: Add KMSAN support
` [PATCH v7 33/38] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs
` [PATCH v7 35/38] s390/uaccess: Add the missing linux/instrumented.h #include
` [PATCH v7 36/38] s390/unwind: Disable KMSAN checks
` [PATCH v7 37/38] s390/kmsan: Implement the architecture-specific functions
` [PATCH v7 38/38] kmsan: Enable on s390
[PATCH] selftests/mm: Introduce a test program to assess swap entry allocation for thp_swapout
2024-06-21 11:20 UTC (14+ messages)
[PATCH] mm/vmstat: Fix -Wenum-enum-conversion warning in vmstat.h
2024-06-21 11:16 UTC
PROBLEM: kernel crashes when running xfsdump since ~6.4
2024-06-21 11:15 UTC (7+ messages)
[PATCH] sched/task_struct: Move alloc_tag to the end of the struct
2024-06-21 10:27 UTC
kernel/kcov.c:635:32: error: 'KCOV_MODE_REMOTE' undeclared
2024-06-21 10:18 UTC (2+ messages)
[RFC PATCH] cxl: avoid duplicating report from MCE & device
2024-06-21 10:16 UTC (2+ messages)
[linux-next:master 6386/7397] mm/swap_state.c:256:46: error: 'SWAP_ADDRESS_SPACE_MASK' undeclared
2024-06-21 9:53 UTC
[linux-next:master] [vfs] 632586fb1b: WARNING:at_mm/slub.c:#cache_from_obj
2024-06-21 9:40 UTC (2+ messages)
[PATCH v5 0/6] slab: Introduce dedicated bucket allocator
2024-06-21 9:37 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 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
[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 (4+ messages)
` [PATCH v4 3/4] selftest/mm: test enable_soft_offline behaviors
[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 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 (4+ messages)
` [PATCH 06/17] 9p: Enable multipage folios
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox