messages from 2025-08-13 08:41:08 to 2025-08-14 08:41:00 UTC [more...]
[PATCH] mm/page_alloc: Remove redundant pcp->free_count initialization in per_cpu_pages_init()
2025-08-14 8:40 UTC (2+ messages)
[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
2025-08-14 8:39 UTC (18+ messages)
` [PATCH 01/10] mm: add bitmap mm->flags field
` [PATCH 02/10] mm: convert core mm to mm_flags_*() accessors
` [PATCH 03/10] mm: convert prctl "
` [PATCH 04/10] mm: convert arch-specific code "
` [PATCH 05/10] mm: convert uprobes "
` [PATCH 06/10] mm: update coredump logic to correctly use bitmap mm flags
` [PATCH 07/10] mm: correct sign-extension issue in MMF_* flag masks
` [PATCH 08/10] mm: update fork mm->flags initialisation to use bitmap
[PATCH] mm/hugetlb: early exit from hugetlb_pages_alloc_boot() when max_huge_pages=0
2025-08-14 8:29 UTC
[PATCH] mm: rust: add page.rs to MEMORY MANAGEMENT - RUST
2025-08-14 8:28 UTC (3+ messages)
[PATCH v5 0/5] vfio/type1: optimize vfio_pin_pages_remote() and vfio_unpin_pages_remote()
2025-08-14 7:58 UTC (8+ messages)
` [PATCH v5 1/5] mm: introduce num_pages_contiguous()
` [PATCH v5 2/5] vfio/type1: optimize vfio_pin_pages_remote()
` [PATCH v5 3/5] vfio/type1: batch vfio_find_vpfn() in function vfio_unpin_pages_remote()
` [PATCH v5 4/5] vfio/type1: introduce a new member has_rsvd for struct vfio_dma
` [PATCH v5 5/5] vfio/type1: optimize vfio_unpin_pages_remote()
[PATCH] mm: Fix typos in VMA comments
2025-08-14 7:43 UTC (2+ messages)
[PATCH v4 12/15] pinctrl: allow to mark pin functions as requestable GPIOs
2025-08-14 7:38 UTC (3+ messages)
[PATCH v4 00/15] pinctrl: introduce the concept of a GPIO pin function category
2025-08-14 7:37 UTC (8+ messages)
` [PATCH v4 03/15] pinctrl: airoha: replace struct function_desc with struct pinfunction
` [PATCH v4 04/15] pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()
` [PATCH v4 05/15] pinctrl: mediatek: moore: replace struct function_desc with struct pinfunction
[PATCH v4 00/18] kasan: x86: arm64: KASAN tag-based mode for x86
2025-08-14 7:26 UTC (14+ messages)
` [PATCH v4 02/18] kasan: sw_tags: Support tag widths less than 8 bits
` [PATCH v4 06/18] x86: Reset tag for virtual to physical address conversions
` [PATCH v4 07/18] mm: x86: Untag addresses in EXECMEM_ROX related pointer arithmetic
` [PATCH v4 13/18] kasan: arm64: x86: Handle int3 for inline KASAN reports
[PATCH 15/16] tty/vt: use guard()s
2025-08-14 7:24 UTC
[RFC PATCH 0/4] Migrate on fault for device pages
2025-08-14 7:19 UTC (5+ messages)
` [RFC PATCH 1/4] mm: use current as mmu notifier's owner
` [RFC PATCH 2/4] mm: unified fault and migrate device page paths
` [RFC PATCH 3/4] mm:/migrate_device.c: remove migrate_vma_collect_*() functions
` [RFC PATCH 4/4] mm: add new testcase for the migrate on fault case
[PATCH] testing/radix-tree/maple: hack around kfree_rcu not existing
2025-08-14 6:49 UTC
[PATCH v2] mm/memory-failure: fix infinite UCE for VM_PFNMAP'ed page
2025-08-14 6:40 UTC (4+ messages)
[PATCH] Fix the data type inconsistency issue of min (tier, MAX_CR_TIERS-1) in read_ctrl_pos
2025-08-14 5:40 UTC (6+ messages)
[PATCH v2 00/12] mm/kasan: make kasan=on|off work for all three modes
2025-08-14 5:23 UTC (5+ messages)
[rppt-memblock:fixes] BUILD SUCCESS d045c3154080a04beb07726fa311b89d21608981
2025-08-14 5:11 UTC
[PATCH v2] kasan: add test for SLAB_TYPESAFE_BY_RCU quarantine skipping
2025-08-14 5:10 UTC (2+ messages)
[PATCH v2 0/2] introduce kasan.store_only option in hw-tags
2025-08-14 5:04 UTC (5+ messages)
` [PATCH v2 1/2] kasan/hw-tags: introduce kasan.store_only option
` [PATCH v2 2/2] kasan: apply store-only mode in kasan kunit testcases
[PATCH v3 net-next 00/12] net-memcg: Decouple controlled memcg from sk->sk_prot->memory_allocated
2025-08-14 4:34 UTC (14+ messages)
` [PATCH v3 net-next 01/12] mptcp: Fix up subflow's memcg when CONFIG_SOCK_CGROUP_DATA=n
` [PATCH v3 net-next 02/12] mptcp: Use tcp_under_memory_pressure() in mptcp_epollin_ready()
` [PATCH v3 net-next 12/12] net-memcg: Decouple controlled memcg from global protocol memory accounting
[Linux Memory Hotness and Promotion] Notes from July 31, 2025
2025-08-14 3:21 UTC
[PATCH v4 0/7] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
2025-08-14 3:07 UTC (15+ messages)
` [PATCH v4 1/7] prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE
` [PATCH v4 2/7] mm/huge_memory: convert "tva_flags" to "enum tva_type"
` [PATCH v4 3/7] mm/huge_memory: respect MADV_COLLAPSE with PR_THP_DISABLE_EXCEPT_ADVISED
` [PATCH v4 4/7] docs: transhuge: document process level THP controls
` [PATCH v4 5/7] selftest/mm: Extract sz2ord function into vm_util.h
` [PATCH v4 6/7] selftests: prctl: introduce tests for disabling THPs completely
` [PATCH v4 7/7] selftests: prctl: introduce tests for disabling THPs except for madvise
[PATCH v3] mm: Fix possible deadlock in console_trylock_spinning
2025-08-14 2:33 UTC (4+ messages)
[PATCH] maple_tree: Remove redundant semicolons
2025-08-14 2:10 UTC (4+ messages)
[PATCH 1/2] iov_iter: iterate_folioq: fix handling of offset >= folio size
2025-08-14 1:14 UTC (9+ messages)
[RFC PATCH -next 00/16] mm/damon: support ARM32 with LPAE
2025-08-14 0:57 UTC (4+ messages)
[PATCH] memcg: Optimize exit to user space
2025-08-13 22:40 UTC (6+ messages)
[PATCH v5] userfaultfd: opportunistic TLB-flush batching for present pages in MOVE
2025-08-13 22:24 UTC (6+ messages)
[RFC PATCH v1 00/10] mm/iomap: add granular dirty and writeback accounting
2025-08-13 22:03 UTC (5+ messages)
` [RFC PATCH v1 10/10] iomap: "
[PATCH v3 0/4] Better split_huge_page_test result check
2025-08-13 21:58 UTC (7+ messages)
` [PATCH v3 2/4] selftests/mm: add check_folio_orders() helper
` [PATCH v3 3/4] selftests/mm: reimplement is_backed_by_thp() with more precise check
[PATCH v2] mm/zswap: store <PAGE_SIZE compression failed page as-is
2025-08-13 20:48 UTC (7+ messages)
[akpm-mm:mm-new 127/137] include/linux/mm.h:752:21: sparse: sparse: incorrect type in argument 1 (different modifiers)
2025-08-13 20:14 UTC
[PATCH v3 00/30] Live Update Orchestrator
2025-08-13 20:03 UTC (22+ messages)
` [PATCH v3 26/30] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v3 29/30] luo: allow preserving memfd
[PATCH v4 0/3] execute PROCMAP_QUERY ioctl under per-vma lock
2025-08-13 18:53 UTC (9+ messages)
` [PATCH v4 1/3] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified
` [PATCH v4 2/3] fs/proc/task_mmu: factor out proc_maps_private fields used by PROCMAP_QUERY
` [PATCH v4 3/3] fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locks
[akpm-mm:mm-new 125/137] include/linux/sched/coredump.h:23:33: sparse: sparse: incorrect type in initializer (different modifiers)
2025-08-13 18:48 UTC (2+ messages)
[PATCH v1 RFC 0/6] kfuzztest: a new kernel fuzzing framework
2025-08-13 18:13 UTC (8+ messages)
` [PATCH v1 RFC 1/6] mm/kasan: implement kasan_poison_range
` [PATCH v1 RFC 2/6] kfuzztest: add user-facing API and data structures
` [PATCH v1 RFC 3/6] kfuzztest: implement core module and input processing
` [PATCH v1 RFC 4/6] kfuzztest: add ReST documentation
` [PATCH v1 RFC 5/6] kfuzztest: add KFuzzTest sample fuzz targets
` [PATCH v1 RFC 6/6] crypto: implement KFuzzTest targets for PKCS7 and RSA parsing
[PATCH v4] memcg: expose socket memory pressure in a cgroup
2025-08-13 18:03 UTC (4+ messages)
[linux-next:master] BUILD REGRESSION 43c3c17f0c805882d1b48818b1085747a68c80ec
2025-08-13 17:28 UTC
[RFC PATCH -next 16/16] mm/damon/core: handle quota->esz overflow issues
2025-08-13 17:15 UTC (2+ messages)
[RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting
2025-08-13 17:11 UTC (7+ messages)
[RFC PATCH -next 15/16] mm/damon: the byte statistics data type in damos_stat uses unsigned long long
2025-08-13 17:10 UTC (2+ messages)
[RFC PATCH -next 14/16] mm/damon/core: convert sz to byte units when updating state
2025-08-13 17:08 UTC (2+ messages)
[RFC PATCH -next 13/16] mm/damon/sysfs: ensure valid addr_unit setting in damon_sysfs_apply_inputs()
2025-08-13 17:02 UTC (2+ messages)
[RFC PATCH -next 12/16] mm/damon: add damon_ctx->min_region and damon_target->min_region
2025-08-13 16:49 UTC (2+ messages)
[akpm-mm:mm-new 120/137] include/linux/mm.h:727:16: sparse: sparse: incorrect type in argument 2 (different modifiers)
2025-08-13 16:45 UTC
[RFC PATCH -next 11/16] mm/damon: add addr_unit for DAMON_RECLAIM and LRU_SORT
2025-08-13 16:36 UTC (2+ messages)
[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
2025-08-13 16:24 UTC (2+ messages)
[GIT PULL] hotfixes for 6.17-rc2
2025-08-13 15:42 UTC (2+ messages)
[PATCH v1 00/16] dma-mapping: migrate to physical address-based API
2025-08-13 15:37 UTC (7+ messages)
` [PATCH v1 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v1 16/16] nvme-pci: unmap MMIO pages with appropriate interface
[PATCH v3 0/2] mm/swapfile.c and swap.h cleanup
2025-08-13 14:58 UTC (6+ messages)
` [PATCH v3 1/2] mm/swapfile.c: introduce function alloc_swap_scan_list()
` [PATCH v3 2/2] mm: swap.h: Remove deleted field from comments
[PATCH 0/2] arm64/mm: prevent panic on -ENOMEM in arch_add_memory()
2025-08-13 14:56 UTC (3+ messages)
` [PATCH 1/2] arm64/mm: Allow __create_pgd_mapping() to propagate pgtable_alloc() errors
` [PATCH 2/2] arm64/mm: Update create_kpti_ng_temp_pgd() to handle pgtable_alloc failure
[PATCH linux-next v3] mm, page_pool: introduce a new page type for page pool in page type
2025-08-13 14:52 UTC (4+ messages)
[PATCH 0/3] kho: fixes and cleanups
2025-08-13 14:25 UTC (7+ messages)
` [PATCH 1/3] kho: allow scratch areas with zero size
` [PATCH 2/3] lib/test_kho: fixes for error handling
[PATCH v4] userfaultfd: opportunistic TLB-flush batching for present pages in MOVE
2025-08-13 14:15 UTC (9+ messages)
[akpm-mm:mm-new 123/137] arch/s390/mm/mmap.c:188:3: error: call to undeclared function 'mm_flag_set'; ISO C99 and later do not support implicit function declarations
2025-08-13 14:00 UTC (2+ messages)
[syzbot] [mm?] WARNING in move_page_tables
2025-08-13 12:20 UTC (2+ messages)
[syzbot] [mm?] WARNING in move_page_tables
2025-08-13 12:20 UTC (3+ messages)
[PATCH] binfmt_elf: Replace offsetof() with struct_size() in fill_note_info()
2025-08-13 11:50 UTC
[PATCH 0/4] selftests/mm/uffd: refactor global variables
2025-08-13 11:33 UTC (6+ messages)
` [PATCH v6 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
[PATCH v2 0/2] Take ARCH_KMALLOC_MINALIGN into account for build-time XArray check
2025-08-13 10:43 UTC (8+ messages)
` [PATCH v2 1/2] rust: alloc: specify the minimum alignment of each allocator
[PATCH v7 0/4] Add support for long task name
2025-08-13 10:29 UTC (11+ messages)
` [PATCH v7 2/4] include: Set tsk->comm length to 64 bytes
` [PATCH v7 3/4] treewide: Replace 'get_task_comm()' with 'strscpy_pad()'
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).