linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v1 0/2] mseal: fixing madvise for file-backed mapping and PROT_NONE
 2024-10-17 19:37 UTC  (7+ messages)
` [PATCH v1 1/2] mseal: Two fixes for madvise(MADV_DONTNEED) when sealed
` [PATCH v1 2/2] selftest/mseal: Add tests for madvise fixes

[PATCH v3 0/3] introduce PIDFD_SELF* sentinels
 2024-10-17 19:37 UTC  (17+ messages)
` [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*
    ` The "make headers" requirement, revisited: "

[RFC PATCH 00/39] 1G page support for guest_memfd
 2024-10-17 19:29 UTC  (24+ messages)
` [RFC PATCH 26/39] KVM: guest_memfd: Track faultability within a struct kvm_gmem_private

[PATCH] munmap sealed memory cause memory to split (bug)
 2024-10-17 19:16 UTC  (11+ messages)

[PATCH v3 0/5] Increase mseal test coverage
 2024-10-17 19:00 UTC  (11+ messages)
` [PATCH v3 4/5] selftests/mseal: add more tests for mmap

[PATCH v3 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-10-17 18:55 UTC  (5+ messages)
` [PATCH v3 tip/perf/core 2/4] mm: switch to 64-bit mm_lock_seq/vm_lock_seq on 64-bit architectures

[PATCH v1 0/7] synchronously scan and reclaim empty user PTE pages
 2024-10-17 18:43 UTC  (11+ messages)
` [PATCH v1 1/7] mm: khugepaged: retract_page_tables() use pte_offset_map_lock()
` [PATCH v1 2/7] mm: make zap_pte_range() handle full within-PMD range
` [PATCH v1 3/7] mm: zap_install_uffd_wp_if_needed: return whether uffd-wp pte has been re-installed
` [PATCH v1 4/7] mm: zap_present_ptes: return whether the PTE page is unreclaimable
` [PATCH v1 5/7] mm: pgtable: try to reclaim empty PTE page in madvise(MADV_DONTNEED)
` [PATCH v1 6/7] x86: mm: free page table pages by RCU instead of semi RCU
` [PATCH v1 7/7] x86: select ARCH_SUPPORTS_PT_RECLAIM if X86_64

[PATCH v2 bpf] lib/buildid: handle memfd_secret() files in build_id_parse()
 2024-10-17 18:23 UTC  (10+ messages)

[PATCH 2/2] mm/mglru: reset page lru tier bits when activating
 2024-10-17 18:21 UTC  (4+ messages)

[PATCH v1 1/1] x86/percpu: Cast -1 to argument type when comparing in percpu_add_op()
 2024-10-17 18:18 UTC  (5+ messages)

[PATCH v2] mm/mglru: reset page lru tier bits when activating
 2024-10-17 18:18 UTC  (2+ messages)

[PATCH 0/2] mm/mremap: Remove extra vma tree walk
 2024-10-17 18:15 UTC  (5+ messages)
` [PATCH 1/2] mm/mremap: Clean up vma_to_resize()

[PATCH RFC v2 0/2] arm64: Add infrastructure for use of AT_HWCAP3
 2024-10-17 17:58 UTC  (2+ messages)

[PATCH v3 bpf] lib/buildid: handle memfd_secret() files in build_id_parse()
 2024-10-17 17:47 UTC 

[PATCH hotfix 6.12 0/2] introduce VMA merge mode to improve brk() performance
 2024-10-17 17:46 UTC  (5+ messages)
` [PATCH hotfix 6.12 1/2] mm/vma: add expand-only VMA merge mode and optimise do_brk_flags()
` [PATCH hotfix 6.12 2/2] tools: testing: add expand-only mode VMA test

[PATCH bpf] lib/buildid: handle memfd_secret() files in build_id_parse()
 2024-10-17 17:41 UTC  (5+ messages)

[RFC 0/2] rwsem: introduce upgrade_read interface
 2024-10-17 17:36 UTC  (6+ messages)
` [RFC 1/2] "

[PATCH] mm/kmemleak: fix errors/warnings for coding style
 2024-10-17 17:23 UTC  (3+ messages)

[PATCH 0/1] memcg/hugetlb: Adding hugeTLB counters to memory controller
 2024-10-17 17:22 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] tools: testing: fix phys_addr_t size on 64-bit systems
 2024-10-17 17:11 UTC  (2+ messages)

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

[PATCH fix 6.12] mm: mark mas allocation in vms_abort_munmap_vmas as __GFP_NOFAIL
 2024-10-17 16:57 UTC  (4+ messages)

[PATCH 0/2] Improve the tmpfs large folio read performance
 2024-10-17 16:48 UTC  (11+ messages)
` [PATCH 1/2] mm: shmem: update iocb->ki_pos directly to simplify tmpfs read logic
` [PATCH 2/2] mm: shmem: improve the tmpfs large folio read performance

[RFC PATCH v2 0/1] seal system mappings
 2024-10-17 16:12 UTC  (13+ messages)
` [RFC PATCH v2 1/1] exec: "

[RFC PATCH v1 00/57] Boot-time page size selection for arm64
 2024-10-17 16:09 UTC  (13+ messages)
` [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
  ` [RFC PATCH v1 03/57] mm/memcontrol: Fix seq_buf size to save memory when PAGE_SIZE is large
  ` [RFC PATCH v1 34/57] sata_sil24: Remove PAGE_SIZE compile-time constant assumption

[RFC] exec: add a flag for "reasonable" execveat() comm
 2024-10-17 15:47 UTC  (7+ messages)

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

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

[PATCH v2 0/7] virtio-mem: s390 support
 2024-10-17 14:36 UTC  (9+ messages)
` [PATCH v2 4/7] s390/physmem_info: query diag500(STORAGE LIMIT) to support QEMU/KVM memory devices

[PATCH 00/15] timers: Cleanup delay/sleep related mess
 2024-10-17 14:19 UTC  (2+ messages)
` (subset) "

[PATCH v1 0/4] GPU Direct RDMA (P2P DMA) for Device Private Pages
 2024-10-17 14:19 UTC  (17+ messages)
` [PATCH v1 1/4] mm/hmm: HMM API for P2P DMA to device zone pages

[PATCH v2] tmpfs: fault in smaller chunks if large folio allocation not allowed
 2024-10-17 14:17 UTC  (2+ messages)
` [PATCH v4] tmpfs: don't enable large folios if not supported

[PATCH v2] mm: huge_memory: move file_thp_enabled() into huge_memory.c
 2024-10-17 14:14 UTC  (2+ messages)
` [PATCH v2] mm: shmem: remove __shmem_huge_global_enabled()

[PATCH v2 0/5] refine storing NULL
 2024-10-17 14:12 UTC  (8+ messages)
` [PATCH v2 1/5] maple_tree: print empty for an empty tree on mt_dump()
` [PATCH v2 2/5] maple_tree: the return value of mas_root_expand() is not used
` [PATCH v2 3/5] maple_tree: not necessary to check index/last again
` [PATCH v2 4/5] maple_tree: refine mas_root_expand() on storing NULL
` [PATCH v2 5/5] maple_tree: add a test checking storing null

[PATCH v5 00/30] Permission Overlay Extension
 2024-10-17 14:00 UTC  (11+ messages)
` [PATCH v5 19/30] arm64: add POE signal support

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

[RFC 2/2] khugepaged: use upgrade_read() to optimize collapse_huge_page
 2024-10-17 13:20 UTC  (3+ messages)

[RFC PATCH v3 0/4] Support large folios for tmpfs
 2024-10-17 11:26 UTC  (8+ messages)

[PATCH RFC/RFT v2 0/2] Converge common flows for cpu assisted shadow stack
 2024-10-17 11:22 UTC  (3+ messages)
` [PATCH RFC/RFT v2 1/2] mm: helper `is_shadow_stack_vma` to check shadow stack vma

[PATCH v14 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
 2024-10-17  9:56 UTC  (6+ messages)
` [PATCH v14 2/3] mm: memory-failure: move return value documentation to function declaration
` [PATCH v14 3/3] ACPI: APEI: handle synchronous exceptions in task work

[PATCH v3] vmscan: add a vmscan event for reclaim_pages
 2024-10-17  9:22 UTC  (2+ messages)

[PATCH v2] vmscan: add a vmscan event for reclaim_pages
 2024-10-17  9:20 UTC  (2+ messages)

[linus:master] [mm] cacded5e42: aim9.brk_test.ops_per_sec -5.0% regression
 2024-10-17  8:54 UTC  (11+ messages)

[PATCH v13 00/18] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-10-17  8:37 UTC  (6+ messages)
` [PATCH v13 01/18] EDAC: Add support for EDAC device features control

[linux-next:fs-current] BUILD SUCCESS 6c0f52b60a8fb24b7a6f90fd08c144c8053aad0c
 2024-10-17  8:06 UTC 

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

[PATCH hotfix 6.12 v3 0/2] maple_tree: correct tree corruption on spanning store
 2024-10-17  7:38 UTC  (3+ messages)

[PATCH] selftests: mm: fix the incorrect usage() info of khugepaged
 2024-10-17  7:20 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 15e7d45e786a62a211dd0098fee7c57f84f8c681
 2024-10-17  7:09 UTC 

[PATCH] memblock: Uniform initialization all reserved pages to MIGRATE_MOVABLE
 2024-10-17  6:44 UTC 

[RFC 1/2] rwsem: introduce upgrade_read interface
 2024-10-17  6:23 UTC  (2+ messages)

[PATCH v2] mm: don't set readahead flag on a folio when lookahead_size > nr_to_read
 2024-10-17  6:23 UTC 

[PATCH 00/10] Introduce guestmemfs: persistent in-memory filesystem
 2024-10-17  4:53 UTC  (2+ messages)

Pmemfs/guestmemfs discussion recap and open questions
 2024-10-17  4:42 UTC 

[PATCH v1] memblock: Initialized the memory of memblock.reserve to the MIGRATE_MOVABL
 2024-10-17  2:58 UTC  (5+ messages)

[PATCH v2] mm: shrinker: avoid memleak in alloc_shrinker_info
 2024-10-17  2:41 UTC  (3+ messages)

[PATCH v2 0/2] Following cleanup after introduce mas_wr_store_type()
 2024-10-17  2:04 UTC  (4+ messages)
` [PATCH v2 1/2] maple_tree: calculate new_end when needed
` [PATCH v2 2/2] maple_tree: remove sanity check from mas_wr_slot_store()

[PATCH v5 7/8] execmem: add support for cache of large ROX pages
 2024-10-16 23:58 UTC  (11+ messages)

[PATCH v2] mm: mglru: provide a separate list for lazyfree anon folios
 2024-10-16 22:58 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox