linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4 0/5] KVM: arm64: Map GPU device memory as cacheable
 2025-05-18  5:47 UTC  (4+ messages)
` [PATCH v4 1/5] KVM: arm64: Block cacheable PFNMAP mapping
` [PATCH v4 2/5] KVM: arm64: Make stage2_has_fwb global scope
` [PATCH v4 3/5] kvm: arm64: New memslot flag to indicate cacheable mapping

[PATCH v5] mm: Add CONFIG_PAGE_BLOCK_ORDER to select page block order
 2025-05-18  5:23 UTC  (3+ messages)

[Hypervisor Live Update] Notes from May 5, 2025
 2025-05-18  4:07 UTC 

[PATCH v7 00/12] khugepaged: mTHP support
 2025-05-18  3:04 UTC  (13+ messages)
` [PATCH v7 01/12] khugepaged: rename hpage_collapse_* to khugepaged_*
` [PATCH v7 02/12] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v7 03/12] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v7 06/12] khugepaged: introduce khugepaged_scan_bitmap "

BUG: unable to handle page fault for address
 2025-05-18  1:45 UTC  (10+ messages)

[PATCH v4 0/4] Make MIGRATE_ISOLATE a standalone bit
 2025-05-18  0:20 UTC  (6+ messages)
` [PATCH v4 4/4] mm/page_isolation: remove migratetype parameter from more functions

[PATCH 0/6] prctl: introduce PR_SET/GET_THP_POLICY
 2025-05-17 20:25 UTC  (20+ messages)
` [PATCH 1/6] prctl: introduce PR_THP_POLICY_DEFAULT_HUGE for the process
                        ` Is number of process_madvise()-able ranges limited to 8? (was Re: [PATCH 1/6] prctl: introduce PR_THP_POLICY_DEFAULT_HUGE for the process)

[GIT PULL] hotfixes for 6.15-rc7
 2025-05-17 19:58 UTC  (2+ messages)

[RFC PATCH v2 0/4] mm/madvise: remove redundant mmap_lock operations from process_madvise()
 2025-05-17 19:28 UTC  (7+ messages)
` [RFC PATCH v2 4/4] "

[PATCH v4] mm: Add CONFIG_PAGE_BLOCK_ORDER to select page block order
 2025-05-17 18:51 UTC  (2+ messages)

Question: a module for wiping userspace RAM before shutdown/reboot/halt
 2025-05-17 17:25 UTC 

[PATCH] mm/damon/core: avoid destroyed target reference from DAMOS quota
 2025-05-17 15:56 UTC  (2+ messages)

[PATCH] mm: Rename try_alloc_pages() to alloc_pages_nolock()
 2025-05-17 15:51 UTC  (3+ messages)

[PATCH v3 0/5] memcg: nmi-safe kmem charging
 2025-05-17 15:50 UTC  (8+ messages)
` [PATCH v3 1/5] memcg: disable kmem charging in nmi for unsupported arch
` [PATCH v3 2/5] memcg: nmi safe memcg stats for specific archs
` [PATCH 3/5] memcg: add nmi-safe update for MEMCG_KMEM
` [PATCH v3 4/5] memcg: nmi-safe slab stats updates
` [PATCH v3 5/5] memcg: make memcg_rstat_updated nmi safe

seeking beginner-friendly mm bugs to work on
 2025-05-17 15:14 UTC  (3+ messages)

[PATCH v9 0/1] kasan: Avoid sleepable page allocation from atomic context
 2025-05-17 11:18 UTC  (3+ messages)
` [PATCH v9 1/1] "

[PATCHv3 4/4] x86/paravirt: Restrict PARAVIRT_XXL to 64-bit only
 2025-05-17  9:59 UTC  (15+ messages)
` [PATCHv3 0/4] x86: Make 5-level paging support unconditional for x86-64
  ` [PATCHv3 2/4] x86/64/mm: Make SPARSEMEM_VMEMMAP the only memory model

[PATCHv2 1/3] x86/64/mm: Always use dynamic memory layout
 2025-05-17  8:44 UTC  (13+ messages)
  ` [PATCHv2 2/3] x86/64/mm: Make SPARSEMEM_VMEMMAP the only memory model
  ` [PATCHv2 3/3] x86/64/mm: Make 5-level paging support unconditional

[PATCH v8] mm/mempolicy: Weighted Interleave Auto-tuning
 2025-05-17  8:26 UTC  (3+ messages)

[syzbot] [mm?] WARNING in folio_large_mapcount
 2025-05-17  8:21 UTC 

[PATCH 1/1] alloc_tag: allocate percpu counters for module tags dynamically
 2025-05-17  6:09 UTC  (2+ messages)
`  "

[PATCH] hugetlb: two-phase hugepage allocation when reservation is high
 2025-05-17  4:44 UTC  (2+ messages)

[PATCH] selftests/mm: compaction_test: convert comments to preferred style
 2025-05-17  2:06 UTC 

[linux-next:master] BUILD SUCCESS 8566fc3b96539e3235909d6bdda198e1282beaed
 2025-05-17  1:04 UTC 

[RESEND PATCH v9 00/19] zswap compression batching
 2025-05-17  0:46 UTC  (5+ messages)
` [PATCH v9 10/19] crypto: acomp - New interfaces to facilitate batching support in acomp & drivers

[PATCH v2 0/7] memcg: make memcg stats irq safe
 2025-05-17  0:24 UTC  (4+ messages)
` [PATCH v2 1/7] memcg: memcg_rstat_updated re-entrant safe against irqs

[PATCH v1 0/3] s390/uv: handle folios that cannot be split while dirty
 2025-05-17  0:08 UTC  (13+ messages)
` [PATCH v1 1/3] s390/uv: don't return 0 from make_hva_secure() if the operation was not successful
` [PATCH v1 2/3] s390/uv: always return 0 from s390_wiggle_split_folio() if successful
` [PATCH v1 3/3] s390/uv: improve splitting of large folios that cannot be split while dirty

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-05-16 22:43 UTC  (26+ messages)
` [RFC PATCH v2 03/51] KVM: selftests: Update guest_memfd_test for INIT_PRIVATE flag
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls

[RFC PATCH v2 29/51] mm: guestmem_hugetlb: Wrap HugeTLB as an allocator for guest_memfd
 2025-05-16 20:33 UTC  (3+ messages)

[PATCH v2] mm: rust: make CONFIG_MMU ifdefs more narrow
 2025-05-16 19:32 UTC 

[PATCH v9 00/17] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-05-16 19:21 UTC  (8+ messages)
` [PATCH v9 07/17] KVM: guest_memfd: Allow host to map guest_memfd() pages

[PATCH v6 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-05-16 19:04 UTC  (4+ messages)
` [PATCH v6 1/2] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v6 2/2] ras: mem: Add memory "

[PATCH v2 0/5] memcg: nmi-safe kmem charging
 2025-05-16 18:20 UTC  (14+ messages)
` [PATCH 1/5] memcg: disable kmem charging in nmi for unsupported arch
` [PATCH 2/5] memcg: nmi safe memcg stats for specific archs
` [PATCH 3/5] memcg: add nmi-safe update for MEMCG_KMEM
` [PATCH 4/5] memcg: nmi-safe slab stats updates
` [PATCH 5/5] memcg: make memcg_rstat_updated nmi safe

[PATCH] selftests/mm: Fix test result reporting in gup_longterm
 2025-05-16 18:07 UTC  (7+ messages)

[PATCH v3 0/5] Some random fixes and cleanup to shmem
 2025-05-16 17:09 UTC  (6+ messages)
` [PATCH v3 1/5] mm: shmem: avoid unpaired folio_unlock() in shmem_swapin_folio()
` [PATCH v3 2/5] mm: shmem: add missing shmem_unacct_size() in __shmem_file_setup()
` [PATCH v3 3/5] mm/shmem: Fix potential dead loop in shmem_unuse()
` [PATCH v3 4/5] mm: shmem: only remove inode from swaplist when it's swapped page count is 0
` [PATCH v3 5/5] mm/shmem: remove unneeded xa_is_value() check in shmem_unuse_swap_entries()

[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
 2025-05-16 17:01 UTC  (4+ messages)
` [PATCH v2 10/13] arch, mm: set high_memory in free_area_init()

[PATCH 0/2] mm: madvise: make MADV_NOHUGEPAGE a no-op if !THP
 2025-05-16 15:51 UTC  (8+ messages)
` [PATCH 1/2] KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMY
` [PATCH 2/2] mm: madvise: make MADV_NOHUGEPAGE a no-op if !THP

[PATCH v15 00/27] riscv control-flow integrity for usermode
 2025-05-16 15:34 UTC  (9+ messages)
` [PATCH v15 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v15 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call

[PATCH] m68k: Remove use of page->index
 2025-05-16 15:13 UTC 

[RFC 0/3] add large zero page for zeroing out larger segments
 2025-05-16 14:54 UTC  (7+ messages)
` [RFC 1/3] mm: add large zero page for efficient zeroing of "
` [RFC 2/3] block: use LARGE_ZERO_PAGE in __blkdev_issue_zero_pages()
` [RFC 3/3] iomap: use LARGE_ZERO_PAGE in iomap_dio_zero()

[PATCH v5 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-05-16 13:36 UTC  (6+ messages)
` [PATCH v5 1/2] ACPI:RAS2: Add ACPI RAS2 driver

[PATCH v2 0/2] Skip mm selftests instead when kernel features are not present
 2025-05-16 13:29 UTC  (3+ messages)
` [PATCH v2 1/2] selftests/mm: skip guard_regions.uffd tests when uffd is "
` [PATCH v2 2/2] selftests/mm: skip hugevm test if kernel config file "

[PATCH v6 00/12] khugepaged: mTHP support
 2025-05-16 11:54 UTC  (4+ messages)

[PATCH v4 1/4] driver/base: Optimize memory block registration to reduce boot time
 2025-05-16 11:00 UTC  (15+ messages)
` [PATCH v4 2/4] driver/base: remove register_mem_block_under_node_early()
` [PATCH v4 3/4] Remove register_memory_blocks_under_node() function call from register_one_node
` [PATCH v4 4/4] drivers/base : Rename register_memory_blocks_under_node() and remove context argument

[PATCH 0/2] mm: vmalloc: Actually use the in-place vrealloc region
 2025-05-16  8:28 UTC  (2+ messages)

[PATCH 2/6] prctl: introduce PR_THP_POLICY_DEFAULT_NOHUGE for the process
 2025-05-16  8:19 UTC  (2+ messages)

[linus:master] [mm, swap] b487a2da35: BUG:soft_lockup-CPU##stuck_for#s![stress-ng-swap:#]
 2025-05-16  8:13 UTC  (5+ messages)

[PATCH] mm: Rename page->index to page->__folio_index
 2025-05-16  8:08 UTC  (2+ messages)

[PATCH v15 33/43] dept: assign unique dept_key to each distinct dma fence caller
 2025-05-16  8:07 UTC  (3+ 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