Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-21 06:38:56 to 2024-10-22 01:59:24 UTC [more...]

[PATCH net-next v22 07/14] mm: page_frag: some minor refactoring before adding new API
 2024-10-21  9:36 UTC  (13+ messages)
` [PATCH net-next v22 10/14] mm: page_frag: introduce prepare/probe/commit API
` [PATCH net-next v22 13/14] mm: page_frag: update documentation for page_frag

[PATCH v3] mm/vmscan: stop the loop if enough pages have been page_out
 2024-10-21 12:15 UTC  (11+ messages)

[PATCH v2 0/9] kasan: RISC-V support for KASAN_SW_TAGS using pointer masking
 2024-10-22  1:57 UTC  (3+ messages)
` [PATCH v2 1/9] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v2 2/9] kasan: sw_tags: Check kasan_flag_enabled at runtime

[PATCH v2 0/3] LoongArch: Fix vmalloc test issue
 2024-10-22  1:56 UTC  (13+ messages)
` [PATCH v2 1/3] LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel space

[linux-next:fs-next] BUILD SUCCESS cf38c48b73e3cc13a61a416017bdb5e9d4bdca1c
 2024-10-22  1:40 UTC 

[PATCH v14 3/3] ACPI: APEI: handle synchronous exceptions in task work
 2024-10-22  1:11 UTC  (2+ messages)

[PATCH v1 3/6] irqchip/gic-v3: support SGI broadcast
 2024-10-22  0:24 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: Add open coded version of kmem_cache iterator
 2024-10-21 23:36 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add a test for open coded kmem_cache iter

[PATCH RFC 2/2] zram: support compression at the granularity of multi-pages
 2024-10-21 23:28 UTC  (2+ messages)

[PATCH RFC 1/2] mm: zsmalloc: support objects compressed based on multiple pages
 2024-10-21 23:26 UTC  (2+ messages)

[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
 2024-10-21 22:15 UTC  (3+ messages)
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text

[PATCH v2 0/5] implement lightweight guard pages
 2024-10-21 21:46 UTC  (44+ messages)
` [PATCH v2 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v2 5/5] selftests/mm: add self tests for guard page feature

[RFC 0/4] mm: zswap: add support for zswapin of large folios
 2024-10-21 21:34 UTC  (14+ messages)
` [RFC 1/4] mm/zswap: skip swapcache for swapping in zswap pages
` [RFC 3/4] mm/zswap: add support for large folio zswapin

[PATCH v2] mm: page_alloc: move mlocked flag clearance into free_pages_prepare()
 2024-10-21 21:14 UTC  (5+ messages)

[PATCH v2 0/2] fuse: remove extra page copies in writeback
 2024-10-21 21:05 UTC  (16+ messages)
` [PATCH v2 2/2] fuse: remove tmp folio for writebacks and internal rb tree

[PATCH v4 1/2] virt: pvmemcontrol: control guest physical memory properties
 2024-10-21 20:48 UTC  (2+ messages)
` [PATCH v4 2/2] virt: pvmemcontrol: add Yuanchu and Pasha as maintainers

[PATCH] mm: shmem: avoid repeated flush dcache in shmem_writepage()
 2024-10-21 20:32 UTC  (17+ messages)
` [PATCH] mm: shmem: convert to use folio_zero_range()

[Bug Report] Wrong value of __NR_userfaultfd in asm-generic/unistd.h
 2024-10-21 20:22 UTC  (3+ messages)

[rppt-memblock:for-next] BUILD SUCCESS ad48825232a91a382f665bb7c3bf0044027791d4
 2024-10-21 20:05 UTC 

[PATCH v2] rust: page: add Rust version of PAGE_ALIGN
 2024-10-21 19:51 UTC  (15+ messages)

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-10-21 19:48 UTC  (6+ messages)

[linux-next:master] BUILD REGRESSION 63b3ff03d91ae8f875fe8747c781a521f78cde17
 2024-10-21 19:39 UTC 

[PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
 2024-10-21 18:12 UTC  (23+ messages)

[PATCH] mm/codetag: move ref and tag null pointer check to alloc_tag_ref_set
 2024-10-21 18:11 UTC  (3+ messages)
` [PATCH v3] mm/codetag: fix null pointer check logic for ref and tag

[PATCH mm-unstable v1] mm/page_alloc: try not to overestimate free highatomic
 2024-10-21 17:47 UTC  (5+ messages)

[PATCH] slub/slub_kunit:fix a panic due to __kmalloc_cache_noprof incorretly use
 2024-10-21 17:42 UTC  (2+ messages)

[PATCH] mm: Add missing mmu_notifier_clear_young for !MMU_NOTIFIER
 2024-10-21 17:42 UTC  (2+ messages)

[PATCH] mm: page_alloc: move mlocked flag clearance into free_pages_prepare()
 2024-10-21 17:17 UTC  (3+ messages)

[PATCH 1/3] percpu: Merge VERIFY_PERCPU_PTR() into its only user
 2024-10-21 16:42 UTC  (4+ messages)
` [PATCH 2/3] percpu: Introduce PERCPU_PTR() macro
` [PATCH 3/3] percpu: Cast percpu pointer in PERCPU_PTR() via unsigned long

[PATCH v8 0/9] tmpfs: Add case-insensitive support for tmpfs
 2024-10-21 16:37 UTC  (10+ messages)
` [PATCH v8 1/9] libfs: Create the helper function generic_ci_validate_strict_name()
` [PATCH v8 2/9] ext4: Use generic_ci_validate_strict_name helper
` [PATCH v8 3/9] unicode: Export latest available UTF-8 version number
` [PATCH v8 4/9] unicode: Recreate utf8_parse_version()
` [PATCH v8 5/9] libfs: Export generic_ci_ dentry functions
` [PATCH v8 6/9] tmpfs: Add casefold lookup support
` [PATCH v8 7/9] tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirs
` [PATCH v8 8/9] tmpfs: Expose filesystem features via sysfs
` [PATCH v8 9/9] docs: tmpfs: Add casefold options

[PATCH] mm/damon/vaddr: Fix issue in damon_va_evenly_split_region()
 2024-10-21 16:33 UTC  (2+ messages)

[RFC PATCH] mm/slab: fix a memory leak on kobject_init_and_add() failure
 2024-10-21 16:27 UTC  (3+ messages)

[PATCH v2 0/3] mm/memblock,x86,acpi: hotplug memory alignment advisement
 2024-10-21 16:17 UTC  (12+ messages)
` [PATCH v2 1/3] mm/memblock: implement memblock_advise_size_order and probe functions
` [PATCH v2 2/3] x86: probe memblock size advisement value during mm init

[PATCH] mm: Drop INT_MAX limit from kvmalloc()
 2024-10-21 16:15 UTC  (16+ messages)

[PATCH 0/1] memcg/hugetlb: Adding hugeTLB counters to memory controller
 2024-10-21 15:44 UTC  (9+ messages)

[RFC PATCH v1 00/57] Boot-time page size selection for arm64
 2024-10-21 15:01 UTC  (32+ messages)
` [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
  ` [RFC PATCH v1 34/57] sata_sil24: Remove PAGE_SIZE compile-time constant assumption
  ` [RFC PATCH v1 44/57] arm64: Align sections to PAGE_SIZE_MAX
    ` [External] : Re: [RFC PATCH v1 00/57] Boot-time page size selection for arm64

[PATCH v3 4/5] selftests/mseal: add more tests for mmap
 2024-10-21 14:59 UTC  (11+ messages)

[PATCH v2 1/7] s390/kdump: implement is_kdump_kernel()
 2024-10-21 14:45 UTC  (4+ messages)

[linux-next:fs-current] BUILD SUCCESS 9786682bd3e2b4dbd572cbb110961f5404f08c72
 2024-10-21 14:28 UTC 

[PATCH] mm: avoid zeroing user movable page twice with init_on_alloc=1
 2024-10-21 14:21 UTC  (3+ messages)

[syzbot] [mm?] kernel BUG in __page_table_check_zero
 2024-10-21 14:17 UTC  (4+ messages)
` [syzbot] [usb] "

[RFC PATCH v3 0/4] Support large folios for tmpfs
 2024-10-21 13:34 UTC  (7+ messages)

[PATCH v2] mm/memcontrol: Fix seq_buf size to save memory when PAGE_SIZE is large
 2024-10-21 13:00 UTC 

[PATCH v7 0/9] tmpfs: Add case-insensitive support for tmpfs
 2024-10-21 12:59 UTC  (3+ messages)
` [PATCH v7 6/9] tmpfs: Add casefold lookup support

[PATCH v2 0/7] virtio-mem: s390 support
 2024-10-21 12:19 UTC  (7+ messages)
` [PATCH v2 5/7] "

[PATCH v2 0/2] mm/mremap: Remove extra vma tree walk
 2024-10-21 10:19 UTC  (5+ messages)
` [PATCH v2 1/2] mm/mremap: Clean up vma_to_resize()
` [PATCH v2 2/2] mm/mremap: Remove goto from mremap_to()

[PATCH] mm/page_alloc: Use str_off_on() helper in build_all_zonelists()
 2024-10-21  9:13 UTC 

[PATCH linux-mm v2] mm: make pcp_decay_high working better with NOHZ full
 2024-10-21  8:40 UTC  (2+ messages)

[PATCH v4 0/4] introduce PIDFD_SELF* sentinels
 2024-10-21  8:11 UTC  (3+ messages)
` [PATCH v4 2/4] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process

Proposal: bi-weekly guest_memfd upstream call
 2024-10-21  8:05 UTC  (2+ messages)

[PATCH v2] mm: Split critical region in remap_file_pages() and invoke LSMs in between
 2024-10-21  7:59 UTC  (3+ messages)

[PATCH v3 -next 00/15] sysctl: move sysctls from vm_table into its own files
 2024-10-21  7:22 UTC  (2+ messages)

[PATCH] memblock: uniformly initialize all reserved pages to MIGRATE_MOVABLE
 2024-10-21  6:52 UTC  (2+ messages)

[PATCH v3] mm/gup: stop leaking pinned pages in low memory conditions
 2024-10-21  6:38 UTC  (5+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).