linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-05 08:55:12 to 2021-03-08 16:52:27 UTC [more...]

[PATCH v21 00/26] Control-flow Enforcement: Shadow Stack
 2021-03-08 16:51 UTC  (4+ messages)
` [PATCH v21 10/26] x86/mm: Update pte_modify for _PAGE_COW

[v8 PATCH 00/13] Make shrinker's nr_deferred memcg aware
 2021-03-08 16:49 UTC  (13+ messages)
` [v8 PATCH 03/13] mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocation
` [v8 PATCH 04/13] mm: vmscan: remove memcg_shrinker_map_size
` [v8 PATCH 05/13] mm: vmscan: use kvfree_rcu instead of call_rcu
` [v8 PATCH 06/13] mm: memcontrol: rename shrinker_map to shrinker_info
` [v8 PATCH 07/13] mm: vmscan: add shrinker_info_protected() helper

[PATCH RFCv2] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault/prealloc memory
 2021-03-08 16:45 UTC 

[PATCH v2 0/5] kasan: integrate with init_on_alloc/free
 2021-03-08 16:27 UTC  (9+ messages)
` [PATCH v2 1/5] arm64: kasan: allow to init memory when setting tags
` [PATCH v2 2/5] kasan: init memory in kasan_(un)poison for HW_TAGS
` [PATCH v2 3/5] kasan, mm: integrate page_alloc init with HW_TAGS
` [PATCH v2 4/5] kasan, mm: integrate slab init_on_alloc "
` [PATCH v2 5/5] kasan, mm: integrate slab init_on_free "

[PATCH] mm: be more verbose for alloc_contig_range faliures
 2021-03-08 16:21 UTC  (16+ messages)

[PATCH] mm: huge_memory: a new debugfs interface for splitting THP tests
 2021-03-08 16:17 UTC  (2+ messages)

[PATCH] arm64: kasan: fix page_alloc tagging with DEBUG_VIRTUAL
 2021-03-08 16:10 UTC 

[PATCH v3 0/5] Allocate memmap from hotadded memory (per device)
 2021-03-08 15:46 UTC  (13+ messages)
` [PATCH v3 1/5] mm,memory_hotplug: Allocate memmap from the added memory range
` [PATCH v3 3/5] mm,memory_hotplug: Add kernel boot option to enable memmap_on_memory
` [PATCH v3 4/5] x86/Kconfig: Introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE
` [PATCH v3 5/5] arm64/Kconfig: "

BUG: KASAN: use-after-free in __list_add_valid+0x81/0xa0 (5.11-rc4)
 2021-03-08 15:42 UTC  (6+ messages)

[PATCH v4] mm: cma: support sysfs
 2021-03-08 15:26 UTC  (4+ messages)
` [mm] 9ddc8abf03: BUG:KASAN:null-ptr-deref_in_lockdep_init_map_type

[PATCH] kasan: fix KASAN_STACK dependency for HW_TAGS
 2021-03-08 14:58 UTC 

[PATCH 0/5] kasan: integrate with init_on_alloc/free
 2021-03-08 14:16 UTC  (14+ messages)
` [PATCH 1/5] arm64: kasan: allow to init memory when setting tags
` [PATCH 2/5] kasan: init memory in kasan_(un)poison for HW_TAGS
` [PATCH 3/5] kasan, mm: integrate page_alloc init with HW_TAGS
` [PATCH 4/5] kasan, mm: integrate slab init_on_alloc "
` [PATCH 5/5] kasan, mm: integrate slab init_on_free "

[PATCH] Documentation/features: mark BATCHED_UNMAP_TLB_FLUSH doesn't apply to ARM64
 2021-03-08 12:59 UTC  (2+ messages)

[f2fs] 02eb84b96b: ltp.swapon03.fail
 2021-03-08 11:53 UTC  (2+ messages)
` [LTP] "

[PATCH v3 00/11] fsdax: introduce fs query to support reflink
 2021-03-08 11:34 UTC  (6+ messages)
` [PATCH v3 01/11] pagemap: Introduce ->memory_failure()

[PATCH V3 0/2] arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memory
 2021-03-08 11:29 UTC  (8+ messages)
` [PATCH V3 1/2] "

[PATCH 0/5] Some cleanups for hugetlb
 2021-03-08 11:28 UTC  (6+ messages)
` [PATCH 1/5] mm/hugetlb: use some helper functions to cleanup code
` [PATCH 2/5] mm/hugetlb: optimize the surplus state transfer code in move_hugetlb_state()
` [PATCH 3/5] hugetlb_cgroup: remove unnecessary VM_BUG_ON_PAGE in hugetlb_cgroup_migrate()
` [PATCH 4/5] mm/hugetlb: simplify the code when alloc_huge_page() failed in hugetlb_no_page()
` [PATCH 5/5] mm/hugetlb: avoid calculating fault_mutex_hash in truncate_op case

[PATCH] arm64: mte: Use PAGE_KERNEL_TAGGED in arch_add_memory
 2021-03-08 11:18 UTC  (5+ messages)

[PATCH] mm/huge_memory.c: Remove unnecessary local variable ret2
 2021-03-08 10:36 UTC  (2+ messages)

[PATCH v18 0/9] Free some vmemmap pages of HugeTLB page
 2021-03-08 10:28 UTC  (10+ messages)
` [PATCH v18 1/9] mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c
` [PATCH v18 2/9] mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v18 3/9] mm: hugetlb: free the vmemmap pages associated with each HugeTLB page
` [PATCH v18 4/9] mm: hugetlb: alloc "
` [PATCH v18 5/9] mm: hugetlb: set the PageHWPoison to the raw error page
` [PATCH v18 6/9] mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
` [PATCH v18 7/9] mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstate
` [PATCH v18 8/9] mm: hugetlb: gather discrete indexes of tail page
` [PATCH v18 9/9] mm: hugetlb: optimize the code with the help of the compiler

[PATCH stable v5.10 0/7] arm64: Default to 32-bit wide ZONE_DMA
 2021-03-08  9:58 UTC  (8+ messages)

[PATCH v3] x86/fault: Send a SIGBUS to user process always for hwpoison page access
 2021-03-08  9:49 UTC  (6+ messages)

[RFC] mm: Enable generic pfn_valid() to handle early sections with memmap holes
 2021-03-08  8:55 UTC  (3+ messages)

[PATCH v2 0/2] set memcg when split page
 2021-03-08  8:41 UTC  (4+ messages)
` [PATCH v2 2/2] mm/memcg: "

[drm/i915] 2871b2fde4: assertion_failure
 2021-03-08  8:55 UTC 

[PATCH v2 0/3] Soft limit memory management bug fixes
 2021-03-08  8:34 UTC  (7+ messages)
` [PATCH v2 1/3] mm: Fix dropped memcg from mem cgroup soft limit tree

[PATCH 0/6] mm: some config cleanups
 2021-03-08  8:26 UTC  (4+ messages)
` [PATCH 3/6] mm: Generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]
` [PATCH 4/6] mm: Drop redundant ARCH_ENABLE_[HUGEPAGE|THP]_MIGRATION
  ` [PATCH 6/6] mm: Drop redundant HAVE_ARCH_TRANSPARENT_HUGEPAGE

[PATCH] USB: gadget: f_fs: fix memdup_user.cocci warnings
 2021-03-08  7:09 UTC 

[PATCH] mm,hwpoison: return -EBUSY when page already poisoned
 2021-03-08  6:45 UTC  (16+ messages)

[linux-next:master 1119/2355] hppa64-linux-ld: drivers/usb/core/usb.o(.init.text+0x1d8): cannot reach unknown
 2021-03-08  2:03 UTC 

[PATCH V2] MIPS: clean up CONFIG_MIPS_PGD_C0_CONTEXT
 2021-03-08  1:27 UTC  (8+ messages)
` [PATCH] MIPS: clean up CONFIG_MIPS_PGD_C0_CONTEXT handling
            `  "

[PATCH stable v5.10 3/7] of/address: Introduce of_dma_get_max_cpu_address()
 2021-03-07 15:25 UTC  (2+ messages)
` Patch "of/address: Introduce of_dma_get_max_cpu_address()" has been added to the 5.10-stable tree

[PATCH stable v5.10 4/7] of: unittest: Add test for of_dma_get_max_cpu_address()
 2021-03-07 15:25 UTC  (2+ messages)
` Patch "of: unittest: Add test for of_dma_get_max_cpu_address()" has been added to the 5.10-stable tree

[PATCH stable v5.10 6/7] arm64: mm: Set ZONE_DMA size based on early IORT scan
 2021-03-07 15:25 UTC  (2+ messages)
` Patch "arm64: mm: Set ZONE_DMA size based on early IORT scan" has been added to the 5.10-stable tree

[PATCH stable v5.10 7/7] mm: Remove examples from enum zone_type comment
 2021-03-07 15:25 UTC  (2+ messages)
` Patch "mm: Remove examples from enum zone_type comment" has been added to the 5.10-stable tree

[PATCH stable v5.10 5/7] arm64: mm: Set ZONE_DMA size based on devicetree's dma-ranges
 2021-03-07 15:25 UTC  (2+ messages)
` Patch "arm64: mm: Set ZONE_DMA size based on devicetree's dma-ranges" has been added to the 5.10-stable tree

[PATCH stable v5.10 2/7] arm64: mm: Move zone_dma_bits initialization into zone_sizes_init()
 2021-03-07 15:25 UTC  (2+ messages)
` Patch "arm64: mm: Move zone_dma_bits initialization into zone_sizes_init()" has been added to the 5.10-stable tree

[PATCH stable v5.10 1/7] arm64: mm: Move reserve_crashkernel() into mem_init()
 2021-03-07 15:25 UTC  (2+ messages)
` Patch "arm64: mm: Move reserve_crashkernel() into mem_init()" has been added to the 5.10-stable tree

[RFC]: MIPS: new ftrace implementation
 2021-03-07 10:50 UTC  (6+ messages)
` [PATCH 1/4] MIPS: replace -pg with CC_FLAGS_FTRACE
` [PATCH 2/4] MIPS: move FTRACE_SYSCALLS from ftrace.c into syscall.c
` [PATCH 3/4] MIPS: prepare for new ftrace implementation
` [PATCH 4/4] MIPS: add DYNAMIC_FTRACE_WITH_REGS

[PATCH v17 0/9] Free some vmemmap pages of HugeTLB page
 2021-03-07  8:39 UTC  (7+ messages)
` [PATCH v17 4/9] mm: hugetlb: alloc the vmemmap pages associated with each "
    ` [External] "
` [PATCH v17 5/9] mm: hugetlb: set the PageHWPoison to the raw error page
    ` [External] "

[linux-next:pending-fixes] BUILD SUCCESS 0e3e43fa5fbdc2c5a5664a93807626680b7164eb
 2021-03-07  6:25 UTC 

drivers/scsi/fnic/vnic_dev.c:332:32: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-03-07  6:14 UTC 

[linux-next:master] BUILD REGRESSION 4641b32307b3b54397652a71f852bb0bafb0820d
 2021-03-07  1:43 UTC 

[PATCH V2]: MIPS work
 2021-03-07  1:36 UTC  (5+ messages)
` [PATCH 1/3] MIPS: sync arrangement of pt_regs with user_pt_regs and regoffset_table
` [PATCH 3/3] MIPS: loongson64: alloc pglist_data at run time

[PATCH] mm:process_vm_access: remove duplicate include
 2021-03-06 13:21 UTC 

[PATCH v2 0/5] Use obj_cgroup APIs to charge kmem pages
 2021-03-06  8:03 UTC  (12+ messages)
` [PATCH v2 1/5] mm: memcontrol: introduce obj_cgroup_{un}charge_page
    ` [External] "
` [PATCH v2 2/5] mm: memcontrol: make page_memcg{_rcu} only applicable for non-kmem page
    ` [External] "
` [PATCH v2 3/5] mm: memcontrol: charge kmem pages by using obj_cgroup APIs
    ` [External] "
` [PATCH v2 4/5] mm: memcontrol: introduce remote objcg charging API

[PATCH v3] mm/vmalloc: randomize vmalloc() allocations
 2021-03-06  5:57 UTC  (3+ messages)

[PATCH v2 0/4] Cleanup and fixup for khugepaged
 2021-03-06  3:29 UTC  (5+ messages)
` [PATCH v2 1/4] khugepaged: remove unneeded return value of khugepaged_collapse_pte_mapped_thps()
` [PATCH v2 2/4] khugepaged: reuse the smp_wmb() inside __SetPageUptodate()
` [PATCH v2 3/4] khugepaged: use helper khugepaged_test_exit() in __khugepaged_enter()
` [PATCH v2 4/4] khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate()

[PATCH 0/5] Cleanup and fixup for khugepaged
 2021-03-06  3:18 UTC  (6+ messages)
` [PATCH 4/5] khugepaged: remove unnecessary mem_cgroup_uncharge() in collapse_[file|huge_page]

[PATCH v2] kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOC
 2021-03-06  1:27 UTC  (5+ messages)

[PATCH v3 1/2] kasan: initialize shadow to TAG_INVALID for SW_TAGS
 2021-03-06  0:05 UTC  (2+ messages)
` [PATCH v3 2/2] mm, kasan: don't poison boot memory with tag-based modes

[PATCH v3] kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOC
 2021-03-06  0:04 UTC 

[PATCH v4] memcg: charge before adding to swapcache on swapin
 2021-03-05 23:20 UTC  (4+ messages)

[PATCH v3] memcg: charge before adding to swapcache on swapin
 2021-03-05 21:00 UTC  (6+ messages)

[PATCH 1/2] mm: disable LRU pagevec during the migration temporarily
 2021-03-05 20:26 UTC  (4+ messages)

[PATCH v3 1/1] mm/madvise: replace ptrace attach requirement for process_madvise
 2021-03-05 19:41 UTC  (11+ messages)

[PATCH v4 0/3] Cleanup and fixups for vmemmap handling
 2021-03-05 18:26 UTC  (9+ messages)
` [PATCH v4 1/3] x86/vmemmap: Drop handling of 4K unaligned vmemmap range
` [PATCH v4 2/3] x86/vmemmap: Drop handling of 1GB vmemmap ranges
` [PATCH v4 3/3] x86/vmemmap: Handle unpopulated sub-pmd ranges

d28296d248: stress-ng.sigsegv.ops_per_sec -82.7% regression
 2021-03-05 17:56 UTC  (6+ messages)

[PATCH v3 00/14] Introduced multi-preference mempolicy
 2021-03-03 16:48 UTC  (11+ messages)
` [PATCH v3 RFC 14/14] mm: speedup page alloc for MPOL_PREFERRED_MANY by adding a NO_SLOWPATH gfp bit

[PATCH v3 0/2] Make alloc_contig_range handle Hugetlb pages
 2021-03-05 17:30 UTC  (3+ messages)
` [PATCH v3 2/2] mm: Make alloc_contig_range handle in-use hugetlb pages

[PATCH] kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOC
 2021-03-05 17:04 UTC  (4+ messages)

[PATCH v2 1/2] kasan: initialize shadow to TAG_INVALID for SW_TAGS
 2021-03-05 15:46 UTC  (2+ messages)

[patch 0/7] drm, highmem: Cleanup io/kmap_atomic*() usage
 2021-03-05 15:35 UTC  (3+ messages)
` [patch 2/7] drm/vmgfx: Replace kmap_atomic()

possible deadlock in sk_clone_lock
 2021-03-05  9:09 UTC  (8+ messages)

[PATCH mm] kfence, slab: fix cache_alloc_debugcheck_after() for bulk allocations
 2021-03-05  8:57 UTC  (4+ 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 NNTP newsgroup(s).