Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-19 00:07:04 to 2021-05-20 08:50:29 UTC [more...]

[PATCH 00/14] Clean W=1 build warnings for mm/
 2021-05-20  8:48 UTC  (12+ messages)
` [PATCH 01/14] mm/vmscan: Remove kerneldoc-like comment from isolate_lru_pages
` [PATCH 02/14] mm/vmalloc: Include header for prototype of set_iounmap_nonlazy
` [PATCH 03/14] mm/page_alloc: Make should_fail_alloc_page a static function should_fail_alloc_page static
` [PATCH 04/14] mm/mapping_dirty_helpers: Remove double Note in kerneldoc
` [PATCH 05/14] mm/early_ioremap: Add prototype for early_memremap_pgprot_adjust
` [PATCH 06/14] mm/memcontrol.c: Fix kerneldoc comment for mem_cgroup_calculate_protection
` [PATCH 07/14] mm/memory_hotplug: Fix kerneldoc comment for __try_online_node
` [PATCH 08/14] mm/memory_hotplug: Fix kerneldoc comment for __remove_memory
` [PATCH 09/14] mm/zbud: Add kerneldoc fields for zbud_pool
` [PATCH 10/14] mm/z3fold: Add kerneldoc fields for z3fold_pool
` [PATCH 11/14] mm/swap: Make swap_address_space an inline function

[RFC Patch v2 0/4] mm/mempolicy: some fix and semantics cleanup
 2021-05-20  8:30 UTC  (5+ messages)
` [RFC Patch v2 1/4] mm/mempolicy: skip nodemask intersect check for 'interleave' when oom
` [RFC Patch v2 2/4] mm/mempolicy: unify the preprocessing for mbind and set_mempolicy
` [RFC Patch v2 3/4] mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policy
` [RFC Patch v2 4/4] mm/mempolicy: kill MPOL_F_LOCAL bit

[PATCH v5 0/9] Speedup mremap on ppc64
 2021-05-20  8:26 UTC  (21+ messages)
` [PATCH v5 3/9] mm/mremap: Use pmd/pud_poplulate to update page table entries
` [PATCH v5 5/9] powerpc/mm/book3s64: Update tlb flush routines to take a page walk cache flush argument

[PATCH] mm: fix unaccounted time namespace objects
 2021-05-20  8:08 UTC 

[PATCH v29 00/13] Introduce Data Access MONitor (DAMON)
 2021-05-20  7:56 UTC  (14+ messages)
` [PATCH v29 01/13] mm: "
` [PATCH v29 02/13] mm/damon/core: Implement region-based sampling
` [PATCH v29 03/13] mm/damon: Adaptively adjust regions
` [PATCH v29 04/13] mm/idle_page_tracking: Make PG_idle reusable
` [PATCH v29 05/13] mm/damon: Implement primitives for the virtual memory address spaces
` [PATCH v29 06/13] mm/damon: Add a tracepoint
` [PATCH v29 07/13] mm/damon: Implement a debugfs-based user space interface
` [PATCH v29 08/13] mm/damon/dbgfs: Export kdamond pid to the user space
` [PATCH v29 09/13] mm/damon/dbgfs: Support multiple contexts
` [PATCH v29 10/13] Documentation: Add documents for DAMON
` [PATCH v29 11/13] mm/damon: Add kunit tests
` [PATCH v29 12/13] mm/damon: Add user space selftests
` [PATCH v29 13/13] MAINTAINERS: Update for DAMON

[PATCH -V2] mm, swap: Remove unnecessary smp_rmb() in swap_type_to_swap_info()
 2021-05-20  7:33 UTC 

[PATCH v5 0/2] hwpoison: fix race with hugetlb page allocation
 2021-05-20  7:17 UTC  (4+ messages)
` [PATCH v5 1/2] mm,hwpoison: "

BUG: unable to handle page fault for address - EIP: __kmap_local_page_prot
 2021-05-20  7:10 UTC  (5+ messages)

mmotm 2021-05-19-23-58 uploaded
 2021-05-20  6:59 UTC 

[PATCH v3 00/14] Multigenerational LRU Framework
 2021-05-20  6:53 UTC  (15+ messages)
` [PATCH v3 01/14] include/linux/memcontrol.h: do not warn in page_memcg_rcu() if !CONFIG_MEMCG
` [PATCH v3 02/14] include/linux/nodemask.h: define next_memory_node() if !CONFIG_NUMA
` [PATCH v3 03/14] include/linux/cgroup.h: export cgroup_mutex
` [PATCH v3 04/14] mm, x86: support the access bit on non-leaf PMD entries
` [PATCH v3 05/14] mm/vmscan.c: refactor shrink_node()
` [PATCH v3 06/14] mm/workingset.c: refactor pack_shadow() and unpack_shadow()
` [PATCH v3 07/14] mm: multigenerational lru: groundwork
` [PATCH v3 08/14] mm: multigenerational lru: activation
` [PATCH v3 09/14] mm: multigenerational lru: mm_struct list
` [PATCH v3 10/14] mm: multigenerational lru: aging
` [PATCH v3 11/14] mm: multigenerational lru: eviction
` [PATCH v3 12/14] mm: multigenerational lru: user interface
` [PATCH v3 13/14] mm: multigenerational lru: Kconfig
` [PATCH v3 14/14] mm: multigenerational lru: documentation

[PATCH v2 0/3] memblock, arm: fixes for freeing of the memory map
 2021-05-20  6:21 UTC  (5+ messages)
` [PATCH v2 1/3] memblock: free_unused_memmap: use pageblock units instead of MAX_ORDER
` [PATCH v2 2/3] memblock: align freed memory map on pageblock boundaries with SPARSEMEM
` [PATCH v2 3/3] arm: extend pfn_valid to take into accound freed memory map alignment

[PATCH] mm: migrate: fix missing update page_private to hugetlb_page_subpool
 2021-05-20  5:13 UTC  (4+ messages)
  ` [External] "

[linux-next:master 3800/3829] net/netfilter/nft_set_pipapo_avx2.c:1135:10: error: implicit declaration of function 'nft_pipapo_lookup'; did you mean 'nft_pipapo_avx2_lookup'?
 2021-05-20  4:52 UTC 

[PATCH v2] mm/page_alloc: bail out on fatal signal during reclaim/compaction retry attempt
 2021-05-20  4:34 UTC  (5+ messages)
  ` [PATCH v3] "

[RFC PATCH v3 00/12] Use obj_cgroup APIs to charge the LRU pages
 2021-05-20  3:20 UTC  (4+ messages)
    ` [External] "

[kbuild] [linux-next:master 7132/11526] drivers/bluetooth/btusb.c:3775 btusb_mtk_setup() error: uninitialized symbol 'fw_version'
 2021-05-20  1:58 UTC  (2+ messages)
` [kbuild-all] "

[PATCH] mm: move idle swap cache pages to the tail of LRU after COW
 2021-05-20  1:59 UTC  (10+ messages)

[PATCH 0/3] slub: Print non-hashed pointers in slub debugging
 2021-05-20  1:35 UTC  (4+ messages)
` [PATCH 1/3] lib/hexdump: Add a raw pointer printing format for "
` [PATCH 2/3] slub: Print raw pointer addresses when debugging
` [PATCH 3/3] slub: Actually use 'message' in restore_bytes()

[PATCH 1/2] KVM: Deliver VM fault signals to userspace
 2021-05-19 22:46 UTC  (4+ messages)
` [PATCH 2/2] KVM: selftests: Add UFFD_FEATURE_SIGBUS page-in tests

[PATCH] arm64: mm: hugetlb: add support for free vmemmap pages of HugeTLB
 2021-05-19 22:44 UTC  (9+ messages)
  ` [External] "

[PATCH v26 00/30] Control-flow Enforcement: Shadow Stack
 2021-05-19 22:14 UTC  (4+ messages)
` [PATCH v26 26/30] ELF: Introduce arch_setup_elf_property()

[PATCH] mm: page_alloc: dump migrate-failed pages only at -EBUSY
 2021-05-19 21:33 UTC 

[PATCH 0/3] vmalloc() vs bulk allocator v2
 2021-05-19 21:07 UTC  (7+ messages)
` [PATCH 2/3] mm/vmalloc: Switch to bulk allocator in __vmalloc_area_node()

[linux-next:master] BUILD REGRESSION 9f24705effef8c3b9eca00d70594ef7e0364a6da
 2021-05-19 21:05 UTC 

[PATCH v3 0/4] compat: remove compat_alloc_user_space callers
 2021-05-19 21:00 UTC  (13+ messages)
` [PATCH v3 1/4] kexec: simplify compat_sys_kexec_load
` [PATCH v3 2/4] mm: simplify compat_sys_move_pages
` [PATCH v3 4/4] compat: remove some compat entry points

[linux-stable-rc:linux-5.10.y 3189/5262] drivers/usb/dwc2/hcd.c:3835:6: warning: stack frame size of 1032 bytes in function 'dwc2_hcd_dump_state'
 2021-05-19 20:28 UTC  (2+ messages)

[linux-stable-rc:linux-4.19.y 2415/4433] arch/riscv/include/asm/processor.h:82:2: error: implicit declaration of function 'barrier'
 2021-05-19 19:56 UTC 

[PATCH] mm/page_alloc: try oom if reclaim is unable to make forward progress
 2021-05-19 19:08 UTC  (14+ messages)
                    ` [PATCH] mm/page_alloc: bail out on fatal signal during reclaim/compaction retry attempt

v5.13-rc1-mmots-2021-05-13-17-23 fails with corrupted page table and BAD pte
 2021-05-19 18:53 UTC 

[PATCH v1 00/11] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-05-19 18:36 UTC  (10+ messages)
` [PATCH v1 04/11] mm/memremap: add ZONE_DEVICE support for compound pages

[PATCH v8 0/8] Add support for SVM atomics in Nouveau
 2021-05-19 18:11 UTC  (28+ messages)
` [PATCH v8 3/8] mm/rmap: Split try_to_munlock from try_to_unmap
` [PATCH v8 5/8] mm: Device exclusive memory access

[PATCH] mm, page_alloc: really disable DEBUG_PAGEALLOC with hibernation
 2021-05-19 17:57 UTC  (7+ messages)

[PATCH 0/3] memblock, arm: fixes for freeing of the memory map
 2021-05-19 13:25 UTC  (6+ messages)
` [PATCH 3/3] arm: extend pfn_valid to take into accound freed memory map alignment

Fw: User-controllable memcg-unaccounted objects of time namespace
 2021-05-19 13:02 UTC  (2+ messages)

[linux-next:master 1446/3829] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:3728:7: error: implicit declaration of function 'register_outbox_irq_handlers'; did you mean 'register_hpd_handlers'?
 2021-05-19 11:38 UTC 

[linux-next:pending-fixes] BUILD REGRESSION 8bb1ba5daf09803b0c243a53d34f6ae1da8acc23
 2021-05-19 11:18 UTC 

[PATCH] mm/thp: Make ARCH_ENABLE_SPLIT_PMD_PTLOCK dependent on PGTABLE_LEVELS > 2
 2021-05-19 11:07 UTC  (3+ messages)

[PATCH 0/11 v5] fs: Hole punch vs page cache filling races
 2021-05-19 10:57 UTC  (9+ messages)
` [PATCH 03/11] mm: Protect operations adding pages to page cache with invalidate_lock

[PATCH v2] mm/sparse: fix check_usemap_section_nr warnings
 2021-05-19 10:56 UTC 

[PATCH v6] mm: slub: move sysfs slab alloc/free interfaces to debugfs
 2021-05-19 10:48 UTC  (5+ messages)

[PATCH V2] mm: compaction: support triggering of proactive compaction by user
 2021-05-19 10:19 UTC  (3+ messages)
` 答复: "

[Question] Is there a race window between __anon_vma_prepare() with page_lock_anon_vma_read() ?
 2021-05-19  8:41 UTC  (2+ messages)

[PATCH] mm/sparse: fix check_usemap_section_nr warnings
 2021-05-19  8:32 UTC  (5+ messages)

[v3 PATCH 0/7] mm: thp: use generic THP migration for NUMA hinting fault
 2021-05-19  8:13 UTC  (3+ messages)
` [v3 PATCH 1/7] mm: memory: add orig_pmd to struct vm_fault

[linux-next:master 3321/3829] arch/ia64/include/asm/pal.h:1703:64: error: implicit declaration of function 'ia64_tpa'; did you mean 'ia64_pal'?
 2021-05-19  7:55 UTC 

[PATCH V2] mm/thp: Make ALLOC_SPLIT_PTLOCKS dependent on USE_SPLIT_PTE_PTLOCKS
 2021-05-19  7:33 UTC 

[PATCH v19 0/8] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-05-19  7:13 UTC  (15+ messages)
` [PATCH v19 5/8] "
` [PATCH v19 6/8] PM: hibernate: disable when there are active secretmem users

[PATCH v2 0/1] mm: clear spelling mistakes
 2021-05-19  6:58 UTC  (2+ messages)
` [PATCH v2 1/1] "

[syzbot] BUG: soft lockup in handle_mm_fault
 2021-05-19  6:00 UTC  (2+ messages)

add remap_pfn_range_notrack instead of reinventing it in i915 v2
 2021-05-19  5:51 UTC  (13+ messages)
` [PATCH 4/4] i915: fix remap_io_sg to verify the pgprot
          ` [Intel-gfx] "

[PATCH v3] mm, slub: change run-time assertion in kmalloc_index() to compile-time
 2021-05-19  5:45 UTC  (10+ messages)

[PATCH V2] mm/debug_vm_pgtable: Ensure THP availability via has_transparent_hugepage()
 2021-05-19  4:13 UTC 

[PATCH 0/5] mm/sparse: a few minor fixes and improvements
 2021-05-19  4:04 UTC  (6+ messages)
` [PATCH 2/5] mm/sparse: free section usage memory in case populate_section_memmap failed

[PATCH v2 0/2] mm: unify the allocation of pglist_data instances
 2021-05-19  3:55 UTC  (4+ messages)

[PATCH v20 0/7] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-05-19  3:50 UTC  (4+ messages)
` [PATCH v20 4/7] "

[linux-next:master] BUILD REGRESSION a1f92694393a5a607212293cdccececdf6272253
 2021-05-19  2:23 UTC 

[linux-next:pending-fixes 118/395] extable.c:undefined reference to `arm64_bpf_fixup_exception'
 2021-05-19  2:20 UTC 

[PATCH 0/2] mm: clear spelling mistakes
 2021-05-19  1:43 UTC  (4+ messages)
` [PATCH 2/2] mm: fix spelling mistakes in under directory mm

[PATCH 0/5] Cleanups for swap
 2021-05-19  1:39 UTC  (9+ messages)
` [PATCH 2/5] mm/swap: remove unused local variable nr_shadows
` [PATCH 5/5] mm/swap: simplify the code of find_get_incore_page()

[mm/slub] ad36bafb3b: BUG:sleeping_function_called_from_invalid_context_at_mm/page_alloc.c
 2021-05-19  0:07 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).