linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-15 16:01:18 to 2025-05-16 14:03:01 UTC [more...]

[PATCHv3 4/4] x86/paravirt: Restrict PARAVIRT_XXL to 64-bit only
 2025-05-16 14:01 UTC  (6+ 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

[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 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-05-16 13:22 UTC  (3+ messages)
` [PATCH v6 1/2] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v6 2/2] ras: mem: Add memory "

BUG: unable to handle page fault for address
 2025-05-16 13:12 UTC 

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-05-16 13:11 UTC  (9+ messages)
` [RFC PATCH v2 51/51] KVM: selftests: Test guest_memfd for accuracy of st_blocks

[PATCH] selftests/mm: Fix test result reporting in gup_longterm
 2025-05-16 13:09 UTC  (5+ messages)

[RFC 0/3] add large zero page for zeroing out larger segments
 2025-05-16 13:03 UTC  (6+ 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 0/6] prctl: introduce PR_SET/GET_THP_POLICY
 2025-05-16 12:57 UTC  (35+ messages)
` [PATCH 1/6] prctl: introduce PR_THP_POLICY_DEFAULT_HUGE for the process

[PATCH v1 0/3] s390/uv: handle folios that cannot be split while dirty
 2025-05-16 12:39 UTC  (4+ 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

[PATCH v7 00/12] khugepaged: mTHP support
 2025-05-16 11:59 UTC  (6+ messages)
` [PATCH v7 02/12] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v7 06/12] khugepaged: introduce khugepaged_scan_bitmap for mTHP support

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

[PATCHv2 1/3] x86/64/mm: Always use dynamic memory layout
 2025-05-16 11:51 UTC  (9+ 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] hugetlb: two-phase hugepage allocation when reservation is high
 2025-05-16 11:35 UTC 

[PATCH v9 00/17] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-05-16 11:12 UTC  (10+ messages)
` [PATCH v9 07/17] KVM: guest_memfd: Allow host to map guest_memfd() pages
` [PATCH v9 14/17] KVM: arm64: Enable mapping guest_memfd in arm64

[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 v2 0/5] memcg: nmi-safe kmem charging
 2025-05-16  9:45 UTC  (11+ 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 0/2] mm: vmalloc: Actually use the in-place vrealloc region
 2025-05-16  8:28 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mm: vmalloc: Only zero-init on vrealloc shrink

[PATCH 2/6] prctl: introduce PR_THP_POLICY_DEFAULT_NOHUGE for the process
 2025-05-16  8:19 UTC  (2+ 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 v15 33/43] dept: assign unique dept_key to each distinct dma fence caller
 2025-05-16  8:07 UTC  (3+ messages)

[PATCH] mm: Rename page->index to page->__folio_index
 2025-05-16  8:08 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: free surplus huge pages properly on NUMA systems
 2025-05-16  7:56 UTC  (2+ messages)

[PATCH v2 0/5] Some random fixes and cleanup to shmem
 2025-05-16  7:46 UTC  (6+ messages)
` [PATCH v2 3/5] mm/shmem: Fix potential dead loop in shmem_unuse()
` [PATCH v2 4/5] mm: shmem: only remove inode from swaplist when it's swapped page count is 0

[PATCH] mm/hugetlb: fix a deadlock with pagecache_folio and hugetlb_fault_mutex_table
 2025-05-16  7:43 UTC  (6+ messages)

stop passing a writeback_control to swap/shmem writeout v2
 2025-05-16  7:40 UTC  (6+ messages)
` [PATCH 1/5] mm: split out a writeout helper from pageout
` [PATCH 2/5] mm: stop passing a writeback_control structure to shmem_writeout
` [PATCH 3/5] mm: tidy up swap_writeout
` [PATCH 4/5] mm: stop passing a writeback_control structure to __swap_writepage
` [PATCH 5/5] mm: stop passing a writeback_control structure to swap_writeout

[PATCH] MAINTAINERS: add mm ksm section
 2025-05-16  7:38 UTC  (2+ messages)

stop passing a writeback_control to swap/shmem writeout
 2025-05-16  6:08 UTC  (5+ messages)
` [PATCH 6/7] nilfs2: remove wbc->for_reclaim handling

[PATCH v8] mm/mempolicy: Weighted Interleave Auto-tuning
 2025-05-16  4:37 UTC  (2+ messages)

[PATCH] MAINTAINERS: add mm memory policy section
 2025-05-16  4:32 UTC  (6+ messages)

[PATCH 00/28] mm, swap: introduce swap table
 2025-05-16  2:35 UTC  (4+ messages)
` [PATCH 24/28] mm, swap: implement helpers for reserving data in "

[akpm-mm:mm-new 85/89] arch/m68k/mm/motorola.c:108:55: error: 'struct page' has no member named 'index'
 2025-05-16  0:05 UTC 

[RFC v2 00/16] Live Update Orchestrator
 2025-05-15 23:15 UTC  (18+ messages)
` [RFC v2 01/16] kho: make debugfs interface optional
` [RFC v2 02/16] kho: allow to drive kho from within kernel
` [RFC v2 03/16] kho: add kho_unpreserve_folio/phys
` [RFC v2 04/16] luo: luo_core: Live Update Orchestrator
` [RFC v2 05/16] luo: luo_core: integrate with KHO
` [RFC v2 06/16] luo: luo_subsystems: add subsystem registration
` [RFC v2 07/16] luo: luo_subsystems: implement subsystem callbacks
` [RFC v2 08/16] luo: luo_files: add infrastructure for FDs
` [RFC v2 09/16] luo: luo_files: implement file systems callbacks
` [RFC v2 10/16] luo: luo_ioctl: add ioctl interface
` [RFC v2 11/16] luo: luo_sysfs: add sysfs state monitoring
` [RFC v2 12/16] reboot: call liveupdate_reboot() before kexec
` [RFC v2 13/16] luo: add selftests for subsystems un/registration
` [RFC v2 14/16] selftests/liveupdate: add subsystem/state tests
` [RFC v2 15/16] docs: add luo documentation
` [RFC v2 16/16] MAINTAINERS: add liveupdate entry

[linux-next:master] BUILD SUCCESS 484803582c77061b470ac64a634f25f89715be3f
 2025-05-15 22:38 UTC 

[REGRESSION] bpf verifier slowdown due to vrealloc() change since 6.15-rc6
 2025-05-15 21:39 UTC  (17+ messages)

[PATCH] KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMY
 2025-05-15 20:17 UTC  (2+ messages)

[PATCH 0/2] mm: madvise: make MADV_NOHUGEPAGE a no-op if !THP
 2025-05-15 20:15 UTC  (3+ 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 1/2] selftests/mm: skip uffd tests in madv_guard if uffd is not present
 2025-05-15 19:15 UTC  (9+ messages)
` [PATCH 2/2] selftests/mm: skip hugevm test if kernel config file "

[PATCH] XArray: fix kmemleak false positive in xas_shrink()
 2025-05-15 17:34 UTC  (3+ messages)

[PATCH 0/2] fs/exec: Explicitly unshare fs_struct on exec
 2025-05-15 16:48 UTC  (12+ messages)
` [PATCH 1/2] "


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 NNTP newsgroup(s).