Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-11 00:20:18 to 2024-04-11 17:46:08 UTC [more...]

[PATCH] sched: Add missing memory barrier in switch_mm_cid
 2024-04-11 17:43 UTC 

[PATCH v2 00/11] Some cleanups for memory-failure
 2024-04-11 17:37 UTC  (14+ messages)
` [PATCH v2 03/11] mm: Return the address from page_mapped_in_vma()
` [PATCH v2 07/11] mm/memory-failure: Convert memory_failure() to use a folio

[RFC 00/10] fs/dax: Fix FS DAX page reference counts
 2024-04-11 17:35 UTC  (22+ messages)
` [RFC 01/10] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [RFC 02/10] mm/hmm: Remove dead check for HugeTLB and FS DAX
` [RFC 03/10] pci/p2pdma: Don't initialise page refcount to one
` [RFC 04/10] fs/dax: Don't track page mapping/index
` [RFC 05/10] fs/dax: Refactor wait for dax idle page
` [RFC 06/10] fs/dax: Add dax_page_free callback
` [RFC 07/10] mm: Allow compound zone device pages
` [RFC 08/10] fs/dax: Properly refcount fs dax pages
` [RFC 09/10] mm/khugepage.c: Warn if trying to scan devmap pmd
` [RFC 10/10] mm: Remove pXX_devmap

[PATCH v2 0/2] mm: remove arch's private VM_FAULT_BADMAP/BADACCESS
 2024-04-11 17:31 UTC  (4+ messages)
` [PATCH v2 1/2] arm64: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESS
` [PATCH v2 2/2] arm: "

[PATCH v3 0/7] mm/kvm: Improve parallelism for access bit harvesting
 2024-04-11 17:28 UTC  (9+ messages)
` [PATCH v3 1/7] mm: Add a bitmap into mmu_notifier_{clear,test}_young
` [PATCH v3 5/7] KVM: x86: Participate in bitmap-based PTE aging

Advice on cgroup rstat lock
 2024-04-11 17:22 UTC  (7+ messages)

[PATCH] mm: Always sanity check anon_vma first for per-vma locks
 2024-04-11 17:14 UTC  (11+ messages)

[linux-next:master 4367/5464] memory.c:undefined reference to `mthp_stats'
 2024-04-11 17:06 UTC 

[PATCH] slub: limit number of slabs to scan in count_partial()
 2024-04-11 17:02 UTC  (2+ messages)

[PATCH] slub: Clear __GFP_COMP flag when allocating 0 order page
 2024-04-11 16:51 UTC  (2+ messages)

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-11 16:57 UTC  (3+ messages)

[PATCH] mm/hugetlb: convert dissolve_free_huge_pages() to folios
 2024-04-11 16:47 UTC 

[PATCH v4 0/2] mm: add per-order mTHP alloc and swpout counters
 2024-04-11 16:45 UTC  (8+ messages)
` [PATCH v4 1/2] mm: add per-order mTHP anon_alloc and anon_alloc_fallback counters
` [PATCH v4 2/2] mm: add per-order mTHP anon_swpout and anon_swpout_fallback counters

[PATCH v2 1/2] openrisc: Define openrisc relocation types
 2024-04-11 16:42 UTC 

[PATCH v3 0/2] s390/mm: shared zeropage + KVM fixes
 2024-04-11 16:37 UTC  (4+ messages)
` [PATCH v3 1/2] mm/userfaultfd: don't place zeropages when zeropages are disallowed
` [PATCH v3 2/2] s390/mm: re-enable the shared zeropage for !PV and !skeys KVM guests

[linux-next:master] [fsnotify] a5e57b4d37: stress-ng.full.ops_per_sec -17.3% regression
 2024-04-11 16:22 UTC  (4+ messages)

[RFC PATCH 0/8] Reimplement huge pages without hugepd on powerpc 8xx
 2024-04-11 16:15 UTC  (3+ messages)

[PATCH v2 5/5] mm: add per-order mTHP swpin_refault counter
 2024-04-11 16:14 UTC  (3+ messages)

[RFC PATCH 0/7] x86/module: use large ROX pages for text allocations
 2024-04-11 16:05 UTC  (8+ messages)
` [RFC PATCH 1/7] asm-generic: introduce text-patching.h
` [RFC PATCH 2/7] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [RFC PATCH 3/7] module: prepare to handle ROX allocations for text
` [RFC PATCH 4/7] ftrace: Add swap_func to ftrace_process_locs()
` [RFC PATCH 5/7] x86/module: perpare module loading for ROX allocations of text
` [RFC PATCH 6/7] execmem: add support for cache of large ROX pages
` [RFC PATCH 7/7] x86/module: enable ROX caches for module text

[PATCH v4 00/15] mm: jit/text allocator
 2024-04-11 16:00 UTC  (16+ messages)
` [PATCH v4 01/15] arm64: module: remove uneeded call to kasan_alloc_module_shadow()
` [PATCH v4 02/15] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v4 03/15] nios2: define virtual address space for modules
` [PATCH v4 04/15] module: make module_memory_{alloc,free} more self-contained
` [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v4 06/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v4 07/15] mm/execmem, arch: convert remaining "
` [PATCH v4 08/15] arm64: extend execmem_info for generated code allocations
` [PATCH v4 09/15] riscv: extend execmem_params "
` [PATCH v4 10/15] powerpc: extend execmem_params for kprobes allocations
` [PATCH v4 11/15] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v4 12/15] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v4 13/15] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropiate
` [PATCH v4 14/15] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v4 15/15] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH v2] tracing: Add sched_prepare_exec tracepoint
 2024-04-11 15:56 UTC  (5+ messages)

[PATCH v2 0/5] large folios swap-in: handle refault cases first
 2024-04-11 15:53 UTC  (13+ messages)
` [PATCH v2 1/5] mm: swap: introduce swap_free_nr() for batched swap_free()
` [PATCH v2 3/5] mm: swap_pte_batch: add an output argument to reture if all swap entries are exclusive
` [PATCH v2 4/5] mm: swap: entirely map large folios found in swapcache
` [PATCH v2 5/5] mm: add per-order mTHP swpin_refault counter

[PATCH] openrisc: Add support for more module relocations
 2024-04-11 15:51 UTC  (3+ messages)

[PATCH] mm/rmap: do not add fully unmapped large folio to deferred split list
 2024-04-11 15:46 UTC  (2+ messages)

[PATCH v5 0/2] mm/madvise: enhance lazyfreeing with mTHP in madvise_free
 2024-04-11 14:42 UTC  (18+ messages)
` [PATCH v5 1/2] mm/madvise: optimize "
` [PATCH v5 2/2] mm/arm64: override mkold_clean_ptes() batch helper

[PATCH 0/2] mm: batch mm counter updating in filemap_map_pages()
 2024-04-11 14:08 UTC  (5+ messages)
` [PATCH 1/2] mm: move mm counter updating out of set_pte_range()
` [PATCH 2/2] mm: filemap: batch mm counter updating in filemap_map_pages()

[PATCH net-next v9 0/9] net: intel: start The Great Code Dedup + Page Pool for iavf
 2024-04-11 13:45 UTC  (10+ messages)
` [PATCH net-next v9 7/9] libeth: add Rx buffer management

[PATCH v12 00/29] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-11 13:33 UTC  (3+ messages)
` [PATCH v12 29/29] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event

[PATCH 3/3] tso: aarch64: allow userspace to set tso bit using prctl
 2024-04-11 13:25 UTC  (2+ messages)

[PATCH v1 0/5] s390: page_mapcount(), page_has_private() and PG_arch_1
 2024-04-11 13:13 UTC  (8+ messages)
` [PATCH v1 1/5] s390/uv: don't call wait_on_page_writeback() without a reference
` [PATCH v1 2/5] s390/uv: convert gmap_make_secure() to work on folios

[PATCH v2 0/2] s390/mm: shared zeropage + KVM fixes
 2024-04-11 12:55 UTC  (8+ messages)
` [PATCH v2 1/2] mm/userfaultfd: don't place zeropages when zeropages are disallowed
` [PATCH v2 2/2] s390/mm: re-enable the shared zeropage for !PV and !skeys KVM guests

[PATCH v5 0/10] transfer page to folio in KSM
 2024-04-11 11:45 UTC  (15+ messages)
` [PATCH v5 01/10] mm/ksm: add ksm_get_folio
` [PATCH v5 02/10] mm/ksm: use folio in remove_rmap_item_from_tree
` [PATCH v5 03/10] mm/ksm: add folio_set_stable_node
` [PATCH v5 04/10] mm/ksm: use folio in remove_stable_node
` [PATCH v5 05/10] mm/ksm: use folio in stable_node_dup
` [PATCH v5 06/10] mm/ksm: use ksm_get_folio in scan_get_next_rmap_item
` [PATCH v5 07/10] mm/ksm: use folio in write_protect_page
` [PATCH v5 08/10] mm/ksm: Convert chain series funcs and replace get_ksm_page
` [PATCH v5 09/10] mm/ksm: rename get_ksm_page_flags() to ksm_get_folio_flags
` [PATCH v5 10/10] mm/ksm: replace set_page_stable_node by folio_set_stable_node

[PATCH -next 0/2] mm: remove arch's private VM_FAULT_BADMAP/BADACCESS
 2024-04-11 11:11 UTC  (7+ messages)
` [PATCH 1/2] arm64: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESS

[akpm-mm:mm-unstable 360/372] ld.lld: error: duplicate symbol: swap_free_nr
 2024-04-11 11:11 UTC  (2+ messages)

[akpm-mm:mm-unstable 364/372] mm/memory.c:4169:17: error: implicit declaration of function 'count_mthp_stat'
 2024-04-11 10:29 UTC 

[linux-next:master 3454/5042] drivers/dma/fsl-edma-main.c:133 fsl_edma_xlate() warn: inconsistent returns '&fsl_edma->fsl_edma_mutex'
 2024-04-11 10:15 UTC 

[akpm-mm:mm-unstable 364/372] mm/memory.c:4169:3: error: call to undeclared function 'count_mthp_stat'; ISO C99 and later do not support implicit function declarations
 2024-04-11 10:07 UTC  (2+ messages)

[akpm-mm:mm-unstable 360/372] include/linux/swap.h:565:6: warning: no previous prototype for function 'swap_free_nr'
 2024-04-11  9:57 UTC  (3+ messages)

[linux-next:master 2203/5042] WARNING: modpost: vmlinux: section mismatch in reference: bitmap_read+0x128 (section: .text.unlikely) -> __setup_str_initcall_blacklist (section: .init.rodata)
 2024-04-11  9:48 UTC  (5+ messages)

[akpm-mm:mm-unstable 360/372] do_mounts.c:(.text+0xc): multiple definition of `swap_free_nr'; init/main.o:main.c:(.text+0x0): first defined here
 2024-04-11  9:47 UTC 

[RFC PATCH v1 0/4] Reduce cost of ptep_get_lockless on arm64
 2024-04-11  9:45 UTC  (14+ messages)

[akpm-mm:mm-unstable 360/372] include/linux/swap.h:565:6: warning: no previous prototype for 'swap_free_nr'
 2024-04-11  9:25 UTC 

[PATCH] Documentation/admin-guide/sysctl/vm.rst adding the importance of NUMA-node count to documentation
 2024-04-11  7:54 UTC  (2+ messages)

[PATCH RFC 0/2] mTHP-friendly compression in zsmalloc and zram based on multi-pages
 2024-04-11  7:49 UTC  (8+ messages)
` [PATCH RFC 2/2] zram: support compression at the granularity of multi-pages

[PATCH v14 0/8] mm/gup: Introduce memfd_pin_folios() for pinning memfd folios
 2024-04-11  6:59 UTC  (9+ messages)
` [PATCH v14 1/8] mm/gup: Introduce unpin_folio/unpin_folios helpers
` [PATCH v14 2/8] mm/gup: Introduce check_and_migrate_movable_folios()
` [PATCH v14 3/8] mm/gup: Introduce memfd_pin_folios() for pinning memfd folios
` [PATCH v14 4/8] udmabuf: Use vmf_insert_pfn and VM_PFNMAP for handling mmap
` [PATCH v14 5/8] udmabuf: Add back support for mapping hugetlb pages
` [PATCH v14 6/8] udmabuf: Convert udmabuf driver to use folios
` [PATCH v14 7/8] udmabuf: Pin the pages using memfd_pin_folios() API
` [PATCH v14 8/8] selftests/udmabuf: Add tests to verify data after page migration

[PATCH 26/26] netfs, afs: Use writeback retry to deal with alternate keys
 2024-04-11  7:09 UTC  (6+ messages)
  ` [PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache

[RFC PATCH] mm: move xa forward when run across zombie page
 2024-04-11  7:04 UTC  (12+ messages)

[PATCH] MAINTAINERS: improve entries in CODE TAGGING and MEMORY ALLOCATION PROFILING
 2024-04-11  6:58 UTC  (2+ messages)

[PATCH v4 0/9] transfer page to folio in KSM
 2024-04-11  6:08 UTC  (4+ messages)
` [PATCH v4 1/9] mm/ksm: add ksm_get_folio

[PATCH v9 0/1] mm: report per-page metadata information
 2024-04-11  5:42 UTC  (5+ messages)
` [PATCH v9 1/1] "

[PATCH] mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabled
 2024-04-11  2:26 UTC  (6+ messages)

[PATCH] fork: defer linking file vma until vma is fully initialized
 2024-04-11  2:18 UTC  (3+ messages)

[syzbot] [mm?] WARNING in try_to_migrate_one (2)
 2024-04-11  2:04 UTC  (2+ messages)

[PATCH v2 0/7] arch/mm/fault: accelerate pagefault when badaccess
 2024-04-11  1:17 UTC  (6+ messages)
` [PATCH v2 5/7] riscv: mm: "

[RESEND RFC PATCH v4 00/34] ext4: use iomap for regular file's buffered IO path and enable large folio
 2024-04-11  1:12 UTC  (2+ 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).