Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-10 15:56:13 to 2024-04-11 16:03:13 UTC [more...]

[PATCH v4 00/15] mm: jit/text allocator
 2024-04-11 16:00 UTC  (9+ 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 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  (15+ 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] mm: Always sanity check anon_vma first for per-vma locks
 2024-04-11 15:42 UTC  (9+ 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

[RFC 00/10] fs/dax: Fix FS DAX page reference counts
 2024-04-11 14:10 UTC  (20+ 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 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  (9+ messages)
` [PATCH v12 26/29] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH v12 27/29] crypto: ccp: Add the SNP_VLEK_LOAD command
` [PATCH v12 28/29] crypto: ccp: Add the SNP_{PAUSE,RESUME}_ATTESTATION commands
` [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  (14+ 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 v1 3/5] s390/uv: convert PG_arch_1 users to only work on small folios
` [PATCH v1 4/5] s390/uv: update PG_arch_1 comment

[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 v2 0/2] mm: remove arch's private VM_FAULT_BADMAP/BADACCESS
 2024-04-11 13:09 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESS
` [PATCH v2 2/2] arm: "

[PATCH v2 00/11] Some cleanups for memory-failure
 2024-04-11 12:17 UTC  (13+ 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

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

[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  (12+ 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)

Advice on cgroup rstat lock
 2024-04-11 10:52 UTC  (6+ 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] slub: Clear __GFP_COMP flag when allocating 0 order page
 2024-04-11  9:18 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)

[PATCH v3 0/7] mm/kvm: Improve parallelism for access bit harvesting
 2024-04-11  0:35 UTC  (6+ messages)
` [PATCH v3 1/7] mm: Add a bitmap into mmu_notifier_{clear,test}_young

[PATCH v3 00/29] riscv control-flow integrity for usermode
 2024-04-10 21:37 UTC  (4+ messages)
` [PATCH v3 04/29] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-10 21:30 UTC  (2+ messages)

[PATCH v1 0/3] mm: follow_pte() improvements and acrn follow_pte() fixes
 2024-04-10 20:12 UTC  (6+ messages)
` [PATCH v1 1/3] drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map()
` [PATCH v1 2/3] mm: pass VMA instead of MM to follow_pte()
` [PATCH v1 3/3] mm: follow_pte() improvements

[PATCH v3 00/12] mm/gup: Unify hugetlb, part 2
 2024-04-10 19:58 UTC  (11+ messages)

[PATCH v2] mm: swap: prejudgement swap_has_cache to avoid page allocation
 2024-04-10 18:55 UTC  (2+ messages)

[PATCH net-next v1 12/12] mm: page_frag: update documentation and maintainer for page_frag
 2024-04-10 18:19 UTC  (8+ messages)

[PATCH v20 2/5] ring-buffer: Introducing ring-buffer mapping functions
 2024-04-10 17:43 UTC  (2+ messages)

[linux-next:master] [af_unix] dcf70df204: stress-ng.epoll.ops_per_sec -92.6% regression
 2024-04-10 17:40 UTC  (2+ messages)

[PATCH] userfaultfd: change src_folio after ensuring it's unpinned in UFFDIO_MOVE
 2024-04-10 17:09 UTC  (7+ messages)

[PATCH] mm/shmem: Inline shmem_is_huge() for disabled transparent hugepages
 2024-04-10 17:03 UTC  (7+ messages)

[linux-next:pending-fixes] BUILD SUCCESS c909aa3b577930db198fcc651847abe7d8cb69ce
 2024-04-10 16:53 UTC 

[PATCH v11 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-04-10 16:51 UTC  (7+ messages)
` [PATCH v11 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info
        ` [External] "


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).