linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 0/3] introduce PIDFD_SELF* sentinels
 2024-10-17  2:01 UTC  (9+ messages)
` [PATCH v3 1/3] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH v3 2/3] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
` [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*
    ` The "make headers" requirement, revisited: "

[PATCH v2 0/2] Following cleanup after introduce mas_wr_store_type()
 2024-10-17  1:58 UTC  (3+ 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()

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

[PATCH v1 0/2] mseal: fixing madvise for file-backed mapping and PROT_NONE
 2024-10-17  0:51 UTC  (3+ 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 v5 7/8] execmem: add support for cache of large ROX pages
 2024-10-16 23:58 UTC  (12+ messages)

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

[RFC PATCH 00/39] 1G page support for guest_memfd
 2024-10-16 23:54 UTC  (15+ messages)
` [RFC PATCH 26/39] KVM: guest_memfd: Track faultability within a struct kvm_gmem_private

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

[PATCH 2/2] mm/mglru: reset page lru tier bits when activating
 2024-10-16 22:55 UTC  (3+ messages)

[PATCH v1] mm/pagewalk: fix usage of pmd_leaf()/pud_leaf() without present check
 2024-10-16 22:44 UTC  (5+ messages)

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

[PATCH v1 0/4] GPU Direct RDMA (P2P DMA) for Device Private Pages
 2024-10-16 22:22 UTC  (15+ messages)
` [PATCH v1 1/4] mm/hmm: HMM API for P2P DMA to device zone pages
` [PATCH v1 2/4] nouveau/dmem: HMM P2P DMA for private dev pages

[PATCH RESEND] mm: shmem: fix data-race in shmem_getattr()
 2024-10-16 22:16 UTC  (3+ messages)

[PATCH v6 00/10] tmpfs: Add case-insensitive support for tmpfs
 2024-10-16 21:59 UTC  (4+ messages)
` [PATCH v6 01/10] libfs: Create the helper function generic_ci_validate_strict_name()

[PATCH RFC/RFT v2 0/2] Converge common flows for cpu assisted shadow stack
 2024-10-16 21:57 UTC  (3+ messages)
` [PATCH RFC/RFT v2 1/2] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH RFC/RFT v2 2/2] kernel: converge common shadow stack flow agnostic to arch

[PATCH bpf] lib/buildid: handle memfd_secret() files in build_id_parse()
 2024-10-16 21:45 UTC  (4+ messages)

[syzbot] [mm?] BUG: corrupted list in add_to_unbuddied
 2024-10-16 21:37 UTC  (5+ messages)

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

[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
 2024-10-16 21:01 UTC  (12+ messages)
` [PATCH v6 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v6 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v6 3/8] asm-generic: introduce text-patching.h
` [PATCH v6 4/8] module: prepare to handle ROX allocations for text
` [PATCH v6 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v6 7/8] execmem: add support for cache of large ROX pages
` [PATCH v6 8/8] x86/module: enable ROX caches for module text on 64 bit

[PATCH 0/2] mm/mremap: Remove extra vma tree walk
 2024-10-16 20:17 UTC  (3+ messages)
` [PATCH 1/2] mm/mremap: Clean up vma_to_resize()
` [PATCH 2/2] mm/mremap: Remove goto from mremap_to()

[PATCH v2 0/3] introduce PIDFD_SELF* sentinels
 2024-10-16 20:00 UTC  (4+ messages)
` [PATCH v2 1/3] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup

[PATCH 0/3] introduce PIDFD_SELF* sentinels
 2024-10-16 19:58 UTC  (5+ messages)
` [PATCH 3/3] selftests: pidfd: add tests for PIDFD_SELF_*

[PATCH v3 1/2] virt: pvmemcontrol: control guest physical memory properties
 2024-10-16 19:44 UTC  (4+ messages)
` [PATCH v3 2/2] virt: pvmemcontrol: add Yuanchu and Pasha as maintainers

[PATCH v1 1/1] x86/percpu: Cast -1 to argument type when comparing in percpu_add_op()
 2024-10-16 19:44 UTC  (9+ messages)

[PATCH v2 0/3] mm/memblock,x86,acpi: hotplug memory alignment advisement
 2024-10-16 19:24 UTC  (4+ 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 v2 3/3] acpi,srat: reduce memory block size if CFMWS has a smaller alignment

[RFC 0/2] rwsem: introduce upgrade_read interface
 2024-10-16 18:39 UTC  (11+ messages)
` [RFC 1/2] "
` [RFC 2/2] khugepaged: use upgrade_read() to optimize collapse_huge_page

[PATCH v2 0/2] percpu: Add a test case and fix for clang
 2024-10-16 18:23 UTC  (3+ messages)
` [PATCH v2 1/2] x86/percpu: Fix clang warning when dealing with unsigned types
` [PATCH v2 2/2] percpu: Add a test case for the specific 64-bit value addition

[PATCH v2 1/2] virt: pvmemcontrol: control guest physical memory properties
 2024-10-16 18:10 UTC  (4+ messages)

[PATCH] mm/vmstat: Fix -Wenum-enum-conversion warning in vmstat.h
 2024-10-16 18:02 UTC  (8+ messages)

[PATCH 0/2] Improve the tmpfs large folio read performance
 2024-10-16 17:33 UTC  (8+ 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

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

[PATCH v2] memcg: add tracing for memcg stat updates
 2024-10-16 17:17 UTC  (2+ messages)

[PATCH v2] mm/mmap: Fix race in mmap_region() with ftrucate()
 2024-10-16 16:56 UTC  (4+ messages)

[PATCH v3 00/11] KVM: Restricted mapping of guest_memfd at the host and arm64 support
 2024-10-16 16:53 UTC  (5+ messages)
` [PATCH v3 04/11] KVM: guest_memfd: Allow host to mmap guest_memfd() pages when shared

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

[v6 PATCH 1/2] hugetlb: arm64: add mte support
 2024-10-16 16:31 UTC  (2+ messages)

[RFC PATCH v1 00/57] Boot-time page size selection for arm64
 2024-10-16 16:08 UTC  (42+ messages)
` [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
  ` [RFC PATCH v1 06/57] mm: Remove PAGE_SIZE compile-time constant assumption
  ` [RFC PATCH v1 13/57] bpf: "
  ` [RFC PATCH v1 14/57] pm/hibernate: "
  ` [RFC PATCH v1 16/57] perf: "
  ` [RFC PATCH v1 17/57] kvm: "
  ` [RFC PATCH v1 21/57] sunrpc: "
  ` [RFC PATCH v1 23/57] net: "
  ` [RFC PATCH v1 27/57] net: e1000: "
  ` [RFC PATCH v1 28/57] net: igbvf: "
  ` [RFC PATCH v1 29/57] net: igb: "
  ` [RFC PATCH v1 30/57] drivers/base: "
  ` [RFC PATCH v1 31/57] edac: "
  ` [RFC PATCH v1 36/57] xen: "
  ` [RFC PATCH v1 57/57] arm64: Enable boot-time page size selection

[PATCH v2 1/7] s390/kdump: implement is_kdump_kernel()
 2024-10-16 15:54 UTC  (4+ messages)

[syzbot] [mm?] INFO: rcu detected stall in seq_read_iter (2)
 2024-10-16 15:52 UTC 

[PATCH v3 0/3] mm/slub: Improve data handling of krealloc() when orig_size is enabled
 2024-10-16 15:41 UTC  (4+ messages)
` [PATCH v3 1/3] mm/slub: Consider kfence case for get_orig_size()
` [PATCH v3 2/3] mm/slub: Improve redzone check and zeroing for krealloc()
` [PATCH v3 3/3] mm/slub, kunit: Add testcase for krealloc redzone and zeroing

[PATCH -v2] resource: Remove dependency on SPARSEMEM from GET_FREE_REGION
 2024-10-16 15:38 UTC  (2+ messages)

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

[PATCH v3] vmscan: add a vmscan event for reclaim_pages
 2024-10-16 14:32 UTC 

[PATCH v8 14/21] mm/mmap: Avoid zeroing vma tree in mmap_region()
 2024-10-16 14:13 UTC  (5+ messages)

[PATCH] mm: swap: Use str_true_false() helper function
 2024-10-16 14:10 UTC 

[RFC PATCH v3 0/4] Support large folios for tmpfs
 2024-10-16 14:06 UTC  (5+ messages)

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

[RFC PATCH v3 00/10] Add support for shared PTEs across processes
 2024-10-16 13:25 UTC  (4+ messages)

[PATCH v2] vmscan: add a vmscan event for reclaim_pages
 2024-10-16 13:24 UTC 

[PATCH v2] vmscan: add a vmscan event for reclaim_pages
 2024-10-16 13:22 UTC  (3+ messages)

[PATCH RESEND v3 2/3] kasan: migrate copy_user_test to kunit
 2024-10-16 13:18 UTC  (5+ messages)
` [PATCH v4 0/3] kasan: migrate the last module test "
  ` [PATCH v4 1/3] kasan: move checks to do_strncpy_from_user
  ` [PATCH v4 2/3] kasan: migrate copy_user_test to kunit
  ` [PATCH v4 3/3] kasan: delete CONFIG_KASAN_MODULE_TEST

[PATCH v14] mm: don't set readahead flag on a folio when lookahead_size > nr_to_read
 2024-10-16 13:06 UTC  (5+ messages)
  `  "
      `  "

[PATCH v2] mm: numa_clear_kernel_node_hotplug: Add NUMA_NO_NODE check for node id
 2024-10-16 12:37 UTC  (2+ messages)

[RFC 0/2] rwsem: introduce upgrade_read interface
 2024-10-16 12:10 UTC  (3+ messages)

[PATCH v1] memblock: Initialized the memory of memblock.reserve to the MIGRATE_MOVABL
 2024-10-16 11:57 UTC  (4+ messages)

[PATCH v2] rust: page: add Rust version of PAGE_ALIGN
 2024-10-16 11:34 UTC 

[PATCH v3 2/3] lib/digsig: Use scope-based resource management for two MPI variables in digsig_verify_rsa()
 2024-10-16 11:21 UTC 

Proposal: bi-weekly guest_memfd upstream call
 2024-10-16 10:58 UTC  (2+ messages)

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

page:  |  | latest

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