[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
2024-09-11 7:47 UTC (11+ messages)
` [PATCH 02/12] pci/p2pdma: Don't initialise page refcount to one
` [PATCH 04/12] mm: Allow compound zone device pages
` [PATCH 12/12] mm: Remove devmap related functions and page table bits
[PATCH v2] mm: move mm flags to mm_types.h
2024-09-11 7:44 UTC
[PATCH RFC v3 0/2] mm: Introduce ADDR_LIMIT_47BIT personality flag
2024-09-11 7:25 UTC (19+ messages)
` [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
[RFC PATCH v1 0/4] Introduce QPW for per-cpu operations
2024-09-11 7:18 UTC (6+ messages)
` [RFC PATCH v1 1/4] Introducing qpw_lock() and per-cpu queue & flush work
[RFC PATCH 00/39] 1G page support for guest_memfd
2024-09-11 6:56 UTC (41+ messages)
` [RFC PATCH 01/39] mm: hugetlb: Simplify logic in dequeue_hugetlb_folio_vma()
` [RFC PATCH 02/39] mm: hugetlb: Refactor vma_has_reserves() to should_use_hstate_resv()
` [RFC PATCH 03/39] mm: hugetlb: Remove unnecessary check for avoid_reserve
` [RFC PATCH 04/39] mm: mempolicy: Refactor out policy_node_nodemask()
` [RFC PATCH 05/39] mm: hugetlb: Refactor alloc_buddy_hugetlb_folio_with_mpol() to interpret mempolicy instead of vma
` [RFC PATCH 06/39] mm: hugetlb: Refactor dequeue_hugetlb_folio_vma() to use mpol
` [RFC PATCH 07/39] mm: hugetlb: Refactor out hugetlb_alloc_folio
` [RFC PATCH 08/39] mm: truncate: Expose preparation steps for truncate_inode_pages_final
` [RFC PATCH 09/39] mm: hugetlb: Expose hugetlb_subpool_{get,put}_pages()
` [RFC PATCH 10/39] mm: hugetlb: Add option to create new subpool without using surplus
` [RFC PATCH 11/39] mm: hugetlb: Expose hugetlb_acct_memory()
` [RFC PATCH 12/39] mm: hugetlb: Move and expose hugetlb_zero_partial_page()
` [RFC PATCH 13/39] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [RFC PATCH 14/39] KVM: guest_memfd: hugetlb: initialization and cleanup
` [RFC PATCH 15/39] KVM: guest_memfd: hugetlb: allocate and truncate from hugetlb
` [RFC PATCH 16/39] KVM: guest_memfd: Add page alignment check for hugetlb guest_memfd
` [RFC PATCH 17/39] KVM: selftests: Add basic selftests for hugetlb-backed guest_memfd
` [RFC PATCH 18/39] KVM: selftests: Support various types of backing sources for private memory
` [RFC PATCH 19/39] KVM: selftests: Update test for various private memory backing source types
` [RFC PATCH 20/39] KVM: selftests: Add private_mem_conversions_test.sh
` [RFC PATCH 21/39] KVM: selftests: Test that guest_memfd usage is reported via hugetlb
` [RFC PATCH 22/39] mm: hugetlb: Expose vmemmap optimization functions
` [RFC PATCH 23/39] mm: hugetlb: Expose HugeTLB functions for promoting/demoting pages
` [RFC PATCH 24/39] mm: hugetlb: Add functions to add/move/remove from hugetlb lists
` [RFC PATCH 25/39] KVM: guest_memfd: Split HugeTLB pages for guest_memfd use
` [RFC PATCH 26/39] KVM: guest_memfd: Track faultability within a struct kvm_gmem_private
` [RFC PATCH 27/39] KVM: guest_memfd: Allow mmapping guest_memfd files
` [RFC PATCH 28/39] KVM: guest_memfd: Use vm_type to determine default faultability
` [RFC PATCH 29/39] KVM: Handle conversions in the SET_MEMORY_ATTRIBUTES ioctl
` [RFC PATCH 30/39] KVM: guest_memfd: Handle folio preparation for guest_memfd mmap
` [RFC PATCH 31/39] KVM: selftests: Allow vm_set_memory_attributes to be used without asserting return value of 0
` [RFC PATCH 32/39] KVM: selftests: Test using guest_memfd memory from userspace
` [RFC PATCH 33/39] KVM: selftests: Test guest_memfd memory sharing between guest and host
` [RFC PATCH 34/39] KVM: selftests: Add notes in private_mem_kvm_exits_test for mmap-able guest_memfd
` [RFC PATCH 35/39] KVM: selftests: Test that pinned pages block KVM from setting memory attributes to PRIVATE
` [RFC PATCH 36/39] KVM: selftests: Refactor vm_mem_add to be more flexible
` [RFC PATCH 37/39] KVM: selftests: Add helper to perform madvise by memslots
` [RFC PATCH 38/39] KVM: selftests: Update private_mem_conversions_test for mmap()able guest_memfd
` [RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page
[PATCH v3 0/2] Do not shatter hugezeropage on wp-fault
2024-09-11 6:56 UTC (3+ messages)
` [PATCH v3 1/2] mm: Abstract THP allocation
` [PATCH v3 2/2] mm: Allocate THP on hugezeropage wp-fault
[PATCH -next] mm: introduce per-node proactive reclaim interface
2024-09-11 6:49 UTC (4+ messages)
[PATCH v2 0/5] mm/slub: Improve data handling of krealloc() when orig_size is enabled
2024-09-11 6:45 UTC (6+ messages)
` [PATCH v2 1/5] mm/kasan: Don't store metadata inside kmalloc object when slub_debug_orig_size is on
` [PATCH v2 2/5] mm/slub: Consider kfence case for get_orig_size()
` [PATCH v2 3/5] mm/slub: Move krealloc() and related code to slub.c
` [PATCH v2 4/5] mm/slub: Improve redzone check and zeroing for krealloc()
` [PATCH v2 5/5] mm/slub, kunit: Add testcase for krealloc redzone and zeroing
[RFC PATCH v1 0/4] Introduce QPW for per-cpu operations
2024-09-11 6:42 UTC (3+ messages)
[PATCH] mm, proc: collect percpu free pages into the free pages
2024-09-11 5:37 UTC (11+ messages)
[linux-next:master 10352/10516] include/linux/mm.h:101:35: error: 'MAX_PHYSMEM_BITS' undeclared
2024-09-11 5:18 UTC (8+ messages)
[PATCH v2 00/15] timers: Cleanup delay/sleep related mess
2024-09-11 5:13 UTC (3+ messages)
` [PATCH v2 04/15] timers: Rename usleep_idle_range() to usleep_range_idle()
` [PATCH v2 08/15] mm/damon/core: Use generic upper bound recommondation for usleep_range()
[PATCH 0/1] Fix device private page livelock on CPU fault
2024-09-11 4:53 UTC (3+ messages)
` [PATCH 1/1] mm/migrate: Trylock device page in do_swap_page
[PATCH V2] mm: Drop unused set_pte_safe()
2024-09-11 3:52 UTC (3+ messages)
Hugepage program taking forever to exit
2024-09-11 3:42 UTC (5+ messages)
[PATCH v2 00/19] mm: Support huge pfnmaps
2024-09-11 2:16 UTC (11+ messages)
` [PATCH v2 07/19] mm/fork: Accept huge pfnmap entries
[PATCH v2] mm: shmem: fix khugepaged activation policy for shmem
2024-09-11 1:42 UTC
[PATCH] mm: remove redundant if overhead
2024-09-11 1:34 UTC (4+ messages)
[PATCH] mm/vmscan: wake up flushers conditionally to avoid cgroup OOM
2024-09-11 1:29 UTC (3+ messages)
[linux-next:master 10226/10862] arch/arm64/boot/dts/mediatek/mt8183-evb.dtb: dpi@14015000: 'port' is a required property
2024-09-11 0:43 UTC
[PATCH v2 0/2] Reduce the space to be cleared for maple_big_node
2024-09-11 0:36 UTC (5+ messages)
` [PATCH v2 1/2] maple_tree: remove maple_big_node.parent
` [PATCH v2 2/2] maple_tree: memset maple_big_node as a whole
[PATCH v7 bpf-next 00/10] Harden and extend ELF build ID parsing logic
2024-09-11 0:27 UTC (3+ messages)
[linux-next:fs-current] BUILD SUCCESS 195cca87bf3eeadafe6002661a9c68ac999c86b0
2024-09-11 0:23 UTC
[PATCH v6 00/26] Generic `Allocator` support for Rust
2024-09-11 0:22 UTC (43+ messages)
` [PATCH v6 01/26] rust: alloc: add `Allocator` trait
` [PATCH v6 04/26] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH v6 09/26] rust: alloc: implement kernel `Box`
` [PATCH v6 13/26] rust: alloc: implement kernel `Vec` type
` [PATCH v6 14/26] rust: alloc: implement `IntoIterator` for `Vec`
` [PATCH v6 15/26] rust: alloc: implement `collect` for `IntoIter`
` [PATCH v6 26/26] MAINTAINERS: add entry for the Rust `alloc` module
[linux-next:master 10709/10862] WARNING: modpost: drivers/clk/clk-test: section mismatch in reference: clk_orphan_transparent_single_parent_mux_test_init+0x9c (section: .text) -> __dtbo_kunit_clk_parent_data_test_end (section: .init.rodata)
2024-09-11 0:12 UTC
[linux-next:master] BUILD REGRESSION 6708132e80a2ced620bde9b9c36e426183544a23
2024-09-10 21:44 UTC
[PATCH] docs:mm: fix spelling mistakes in heterogeneous memory management page
2024-09-10 21:15 UTC (2+ messages)
[PATCH 0/2] uprobes,mm: speculative lockless VMA-to-uprobe lookup
2024-09-10 20:58 UTC (15+ messages)
` [PATCH 1/2] mm: introduce mmap_lock_speculation_{start|end}
` [PATCH 2/2] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution
[PATCH 0/4] Followups to controllers' v1 compilation
2024-09-10 20:40 UTC (11+ messages)
` [PATCH 1/4] memcg: Cleanup with !CONFIG_MEMCG_V1
` [PATCH 2/4] cgroup/cpuset: Expose cpuset filesystem with cpuset v1 only
` [PATCH 3/4] cgroup: Disallow mounting v1 hierarchies without controller implementation
` [PATCH 4/4] cgroup: Do not report unavailable v1 controllers in /proc/cgroups
[PATCH v4 0/8] implement async block discards and other ops via io_uring
2024-09-10 20:22 UTC (11+ messages)
` [PATCH v4 5/8] block: implement async discard as io_uring cmd
` [PATCH v4 8/8] block: implement async write zero pages command
[PATCH v1 0/5] virtio-mem: s390x support
2024-09-10 20:19 UTC (8+ messages)
` [PATCH v1 1/5] s390/kdump: implement is_kdump_kernel()
` [PATCH v1 2/5] s390/physmem_info: query diag500(STORAGE_LIMIT) to support QEMU/KVM memory devices
` [PATCH v1 3/5] virtio-mem: s390x support
` [PATCH v1 4/5] lib/Kconfig.debug: default STRICT_DEVMEM to "y" on s390x
` [PATCH v1 5/5] s390/sparsemem: reduce section size to 128 MiB
[PATCH 0/2 v2] remove PF_MEMALLOC_NORECLAIM
2024-09-10 19:37 UTC (3+ messages)
[syzbot] [mm?] KASAN: slab-use-after-free Read in hugetlb_fault (2)
2024-09-10 19:27 UTC (4+ messages)
[PATCH V10] cgroup/rstat: Avoid flushing if there is an ongoing root flush
2024-09-10 18:55 UTC (6+ messages)
[PATCH 0/2] x86: vdso: Two small ifdef cleanups
2024-09-10 18:10 UTC (4+ messages)
` [PATCH 2/2] x86: vdso: Remove redundant ifdeffery around in_ia32_syscall()
possible regression fs corruption on 64GB nvme
2024-09-10 17:53 UTC (6+ messages)
[PATCH] mm: Drop unused set_pte_safe()
2024-09-10 17:20 UTC (4+ messages)
[PATCH net-next v26 05/13] page_pool: devmem support
2024-09-10 17:14 UTC
Question about freeing of empty per-CPU partial slabs in SLUB
2024-09-10 16:38 UTC
[RFC PATCH v2 00/10] Unmapping guest_memfd from Direct Map
2024-09-10 16:30 UTC (11+ messages)
` [RFC PATCH v2 01/10] kvm: gmem: Add option to remove gmem from direct map
` [RFC PATCH v2 02/10] kvm: gmem: Add KVM_GMEM_GET_PFN_SHARED
` [RFC PATCH v2 03/10] kvm: gmem: Add KVM_GMEM_GET_PFN_LOCKED
` [RFC PATCH v2 04/10] kvm: Allow reading/writing gmem using kvm_{read,write}_guest
` [RFC PATCH v2 05/10] kvm: gmem: Refcount internal accesses to gmem
` [RFC PATCH v2 06/10] kvm: gmem: add tracepoints for gmem share/unshare
` [RFC PATCH v2 07/10] kvm: pfncache: invalidate when memory attributes change
` [RFC PATCH v2 08/10] kvm: pfncache: Support caching gmem pfns
` [RFC PATCH v2 09/10] kvm: pfncache: hook up to gmem invalidation
` [RFC PATCH v2 10/10] kvm: x86: support walking guest page tables in gmem
[PATCH 0/5] mm/slub: Improve data handling of krealloc() when orig_size is enabled
2024-09-10 16:04 UTC (14+ messages)
` [PATCH 3/5] mm/slub: Improve redzone check and zeroing for krealloc()
` [PATCH 4/5] kunit: kfence: Make KFENCE_TEST_REQUIRES macro available for all kunit case
` [PATCH 5/5] mm/slub, kunit: Add testcase for krealloc redzone and zeroing
[PATCH] mm: replace xa_get_order with xas_get_order where appropriate
2024-09-10 15:43 UTC (2+ messages)
[PATCH] selftests: mm: Fix build errors on armhf
2024-09-10 15:31 UTC (5+ messages)
[PATCH 0/9] vdso: Use only headers from the vdso/ namespace
2024-09-10 15:05 UTC (9+ messages)
` [PATCH 3/9] x86: vdso: Introduce asm/vdso/page.h
[PATCH] mm: set hugepage to false when anon mthp allocation
2024-09-10 14:18 UTC (2+ messages)
[PATCH] mm/vma: Return the exact errno for __split_vma() and mas_store_gfp()
2024-09-10 13:55 UTC (4+ messages)
` "
[linux-next:master 6907/10862] arch/arm64/boot/dts/mediatek/mt8195-cherry-dojo-r1.dtb: dp-intf@1c113000: power-domains: False schema does not allow [[55, 18]]
2024-09-10 13:47 UTC
[linux-next:master 10104/10516] WARNING: modpost: vmlinux: section mismatch in reference: testdrv_probe+0x32 (section: .text.testdrv_probe) -> overlays (section: .init.data)
2024-09-10 13:16 UTC
[PATCH] mm/debug_vm_pgtable: Use pxdp_get() for accessing page table entries
2024-09-10 12:05 UTC (2+ messages)
[PATCH 6.6 101/269] cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target region
2024-09-10 9:31 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox