linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] mm, slub: print CPU id on slab OOM
 2024-08-11 20:21 UTC  (3+ messages)

[PATCH] mm,memcg: provide per-cgroup counters for NUMA balancing operations
 2024-08-11 20:16 UTC  (3+ messages)

BUG: Bad page map in process init pte:c0ab684c pmd:01182000 (on a PowerMac G4 DP)
 2024-08-11 16:52 UTC  (2+ messages)

[PATCH v6 1/3] mm/memblock: introduce a new helper memblock_estimated_nr_free_pages()
 2024-08-11 16:38 UTC 

[PATCH] selftests: memfd_secret: don't build memfd_secret test on unsupported arches
 2024-08-11 16:33 UTC  (3+ messages)

[PATCH] kselftest/cgroup: Add missing newline in test_zswap.c
 2024-08-11 14:58 UTC 

[linux-next:master 3779/3984] fs/dlm/main.c:57 init_dlm() warn: missing error code 'error'
 2024-08-11 13:34 UTC 

[PATCH v2 6/9] mm: Make hugetlb mappings go through mm_get_unmapped_area_vmflags
 2024-08-11 13:23 UTC  (2+ messages)

[akpm-mm:mm-unstable 206/222] arch/x86/include/asm/pgtable.h:1420:10: error: invalid output size for constraint '+q'
 2024-08-11 10:14 UTC 

[linux-next:master 2040/3984] drivers/leds/leds-blinkm.c:440:undefined reference to `led_mc_calc_color_components'
 2024-08-11  9:23 UTC 

[PATCH RFC 1/2] mm: collect the number of anon large folios
 2024-08-11  9:22 UTC  (6+ messages)

[PATCH 0/2] Improve migration by backing off earlier
 2024-08-11  9:08 UTC  (12+ messages)
` [PATCH 1/2] mm: Retry migration earlier upon refcount mismatch
` [PATCH 2/2] selftests/mm: Do not fail test for a single migration failure

[PATCH v5 0/4] Enable P2PDMA in Userspace RDMA
 2024-08-11  8:31 UTC  (5+ messages)
` [PATCH v5 1/4] kernfs: add a WARN_ON_ONCE if ->close is set

[PATCH RFC 1/2] mm: collect the number of anon large folios
 2024-08-11  8:13 UTC  (9+ messages)

[syzbot] [mm?] INFO: rcu detected stall in vm_mmap_pgoff
 2024-08-11  7:12 UTC 

[linux-next:master 3246/3984] kernel/rcu/rcuscale.c:303:2: error: call to undeclared function 'rcu_tasks_torture_stats_print'; ISO C99 and later do not support implicit function declarations
 2024-08-11  7:08 UTC  (2+ messages)

[PATCH mm-unstable v1] mm/hugetlb_vmemmap: batch HVO work when demoting
 2024-08-11  4:17 UTC 

[akpm-mm:mm-unstable 229/232] mm/vmstat.c:34:12: warning: unused variable 'vmstat_late_init_done'
 2024-08-11  0:44 UTC 

[akpm-mm:mm-unstable 229/232] mm/vmstat.c:34:12: warning: 'vmstat_late_init_done' defined but not used
 2024-08-11  0:24 UTC 

[akpm-mm:mm-unstable 216/222] mm/memcontrol.c:993: warning: Function parameter or struct member 'folio' not described in 'get_mem_cgroup_from_folio'
 2024-08-11  0:24 UTC 

[akpm-mm:mm-unstable 216/222] mm/memory.c:5376:41: error: 'NUMA_HINT_FAULTS' undeclared
 2024-08-10 23:43 UTC 

[akpm-mm:mm-unstable 216/222] mm/memory.c:5376:34: error: use of undeclared identifier 'NUMA_HINT_FAULTS'
 2024-08-10 23:23 UTC 

[-next conflict imminent] Re: [PATCH v2 0/7] mm, slub: handle pending kfree_rcu() in kmem_cache_destroy()
 2024-08-10 20:30 UTC  (9+ messages)
  ` [PATCH v2 7/7] kunit, slub: add test_kfree_rcu() and test_leak_destroy()
  ` [PATCH v2 5/7] rcu/kvfree: Add kvfree_rcu_barrier() API

[PATCH v3] binfmt_elf: Dump smaller VMAs first in ELF cores
 2024-08-10 12:28 UTC  (5+ messages)

[RESEND][PATCH 1/3] x86: Add task_struct flag to force SIGBUS on MCE
 2024-08-10  9:25 UTC  (9+ messages)

[PATCH] mm/vmstat: Defer the refresh_zone_stat_thresholds after all CPUs bringup
 2024-08-10  7:04 UTC  (4+ messages)

[PATCH] mm/swap: take folio refcount after testing the LRU flag
 2024-08-10  6:15 UTC 

[PATCH v5 0/3] Fixes for memmap accounting
 2024-08-10  2:39 UTC  (5+ messages)
` [PATCH v5 1/3] mm: don't account memmap on failure
` [PATCH v5 2/3] mm: add system wide stats items category
` [PATCH v5 3/3] mm: don't account memmap per-node

[PATCH] memcg: replace memcg ID idr with xarray
 2024-08-10  2:38 UTC  (5+ messages)

[linux-next:fs-next] BUILD SUCCESS 67b2adb0f2edcbab7d2df71cf07b87fa05451561
 2024-08-10  1:23 UTC 

[PATCH] x86/mm: remove unused CR3_HW_ASID_BITS
 2024-08-10  1:10 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD REGRESSION c37f029f02cd9ae0032271166c61ccc1b2fd5422
 2024-08-10  0:24 UTC  (2+ messages)

[PATCH 00/19] mm: Support huge pfnmaps
 2024-08-09 21:37 UTC  (34+ messages)
` [PATCH 01/19] mm: Introduce ARCH_SUPPORTS_HUGE_PFNMAP and special bits to pmd/pud
` [PATCH 02/19] mm: Drop is_huge_zero_pud()
` [PATCH 03/19] mm: Mark special bits for huge pfn mappings when inject
` [PATCH 04/19] mm: Allow THP orders for PFNMAPs
` [PATCH 05/19] mm/gup: Detect huge pfnmap entries in gup-fast
` [PATCH 07/19] mm/fork: Accept huge pfnmap entries
` [PATCH 08/19] mm: Always define pxx_pgprot()
` [PATCH 09/19] mm: New follow_pfnmap API
` [PATCH 10/19] KVM: Use "
` [PATCH 11/19] s390/pci_mmio: "
` [PATCH 12/19] mm/x86/pat: Use the new "
` [PATCH 13/19] vfio: "
` [PATCH 14/19] acrn: "
` [PATCH 15/19] mm/access_process_vm: "
` [PATCH 16/19] mm: Remove follow_pte()
` [PATCH 17/19] mm/x86: Support large pfn mappings
` [PATCH 18/19] mm/arm64: "
` [PATCH 19/19] vfio/pci: Implement huge_fault support
  ` [PATCH 06/19] mm/pagewalk: Check pfnmap early for folio_walk_start()

OVERFLOW_KUNIT_TEST fails with BUG: KASAN: stack-out-of-bounds in string_nocheck+0x168/0x1c8 (kernel 6.11-rc2, PowerMac G4 DP)
 2024-08-09 21:15 UTC 

[PATCH] selftests/mm: compaction_test: Fix off by one in check_compaction()
 2024-08-09 20:01 UTC  (3+ messages)

[PATCH v2 0/6] mm: Optimize mseal checks
 2024-08-09 19:34 UTC  (12+ messages)
  ` [PATCH v2 1/6] mm: Move can_modify_vma to mm/internal.h
  ` [PATCH v2 4/6] mm/mremap: Replace can_modify_mm with can_modify_vma
  ` [PATCH v2 2/6] mm/munmap: "
  ` [PATCH v2 5/6] mseal: Replace can_modify_mm_madv with a vma variant

[linux-next:fs-current] BUILD SUCCESS a7587d0b1481df2e6ce2a28fdaa691c0c96fd065
 2024-08-09 19:30 UTC 

[PATCH v8 0/2] allow KASAN to detect UAF in SLAB_TYPESAFE_BY_RCU slabs
 2024-08-09 18:27 UTC  (4+ messages)
` [PATCH v8 1/2] kasan: catch invalid free before SLUB reinitializes the object
` [PATCH v8 2/2] slub: Introduce CONFIG_SLUB_RCU_DEBUG

[PATCH v4 0/3] Fixes for memmap accounting
 2024-08-09 18:09 UTC  (4+ messages)
` [PATCH v4 3/3] mm: don't account memmap per-node

[linux-next:master] BUILD REGRESSION 61c01d2e181adfba02fe09764f9fca1de2be0dbe
 2024-08-09 17:44 UTC 

[PATCH v2 00/40] mm/rmap: interface overhaul
 2024-08-09 17:32 UTC  (5+ messages)
` [PATCH v2 08/40] mm/memory: page_add_file_rmap() -> folio_add_file_rmap_[pte|pmd]()

[PATCH v8 0/5] x86/pkeys: update PKRU to enable all pkeys before XSAVE
 2024-08-09 17:30 UTC  (5+ messages)
` [PATCH v8 1/5] x86/pkeys: Add PKRU as a parameter in signal handling functions
` [PATCH v8 3/5] x86/pkeys: Update PKRU to enable all pkeys before XSAVE

DAMON Beer/Coffee/Tea chat reminder and extending for office hour
 2024-08-09 17:21 UTC  (2+ messages)
` DAMON Beer/Coffee/Tea chat reminder (was: Re: DAMON Beer/Coffee/Tea chat reminder and extending for office hour)

[PATCH 00/10] mm: remove vma_merge()
 2024-08-09 17:20 UTC  (25+ messages)
` [PATCH 02/10] mm: introduce vma_merge_struct and abstract merge parameters
` [PATCH 04/10] mm: abstract parameters for vma_expand/shrink()
` [PATCH 07/10] mm: avoid using vma_merge() for new VMAs
` [PATCH 08/10] mm: introduce commit_merge(), abstracting merge operation
` [PATCH 09/10] mm: refactor vma_merge() into modify-only vma_merge_modified()
` [PATCH 10/10] mm: rework vm_ops->close() handling on VMA merge

[RFC PATCH] vm: align vma allocation and move the lock back into the struct
 2024-08-09 16:56 UTC  (9+ messages)

[RFC 1/1] mm: introduce mmap_lock_speculation_{start|end}
 2024-08-09 16:55 UTC  (10+ messages)

[RFC PATCH v2 0/7] synchronously scan and reclaim empty user PTE pages
 2024-08-09 16:54 UTC  (6+ messages)
` [RFC PATCH v2 1/7] mm: pgtable: make pte_offset_map_nolock() return pmdval

[PATCH v3 0/3] do_numa_page(),do_huge_pmd_numa_page() fix and cleanup
 2024-08-09 15:32 UTC  (7+ messages)
` [PATCH v3 1/3] mm/numa: no task_numa_fault() call if PTE is changed
` [PATCH v3 2/3] mm/numa: no task_numa_fault() call if PMD "
` [PATCH v3 3/3] mm/migrate: move common code to numa_migrate_check (was numa_migrate_prep)

[PATCHv2 3/8] mm: Accept memory in __alloc_pages_bulk()
 2024-08-09 15:31 UTC 

[PATCH] usb: gadget: dummy_hcd: execute hrtimer callback in softirq context
 2024-08-09 15:22 UTC  (2+ messages)

[PATCH RFC 0/4] mm: Introduce guest_memfd library
 2024-08-09 15:02 UTC  (5+ messages)
` [PATCH RFC 3/4] mm: guest_memfd: Add option to remove guest private memory from direct map

[PATCH v2 4/4] mm: split underutilized THPs
 2024-08-09 14:25 UTC  (4+ messages)

[PATCH] mm/numa: do_numa_page() do_huge_pmd_numa_page() code clean up
 2024-08-09 14:17 UTC  (2+ messages)

[PATCH 1/2] mm/numa: no task_numa_fault() call if page table is changed
 2024-08-09 14:17 UTC  (6+ messages)

[PATCH] maple_tree: use xa_is_internal() for better reading
 2024-08-09 14:16 UTC  (3+ messages)

[PATCH v4 4/7] mm/x86: Make pud_leaf() only care about PSE bit
 2024-08-09 13:53 UTC  (2+ messages)

Race condition observed between page migration and page fault handling on arm64 machines
 2024-08-09 13:26 UTC  (14+ messages)

[PATCH v2] mm: Override mTHP "enabled" defaults at kernel cmdline
 2024-08-09 13:15 UTC  (12+ messages)

[PATCH net-next v13 01/14] mm: page_frag: add a test module for page_frag
 2024-08-09 12:29 UTC  (2+ messages)

[PATCH] memcg: protect concurrent access to mem_cgroup_idr
 2024-08-09 12:23 UTC  (2+ messages)

[PATCH v4 2/2] cxl: avoid duplicated report from MCE & device
 2024-08-09 11:48 UTC  (2+ messages)

[RESEND PATCH v1] mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallback to order 0
 2024-08-09  9:41 UTC  (3+ messages)

[PATCH v1] mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallback to order 0
 2024-08-09  9:31 UTC  (2+ messages)

[PATCH] slab: Introduce kmalloc_obj() and family
 2024-08-09  8:59 UTC 

page:  |  | latest

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