linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-10 09:27:46 to 2020-12-12 05:36:55 UTC [more...]

[linux-next:master 12465/13205] ld.lld: error: undefined symbol: __compiletime_assert_323
 2020-12-12  5:36 UTC  (2+ messages)

[PATCH] mm: improve mprotect(R|W) efficiency on pages referenced once
 2020-12-12  5:31 UTC 

[PATCH] mm/zsmalloc: replace if (cond) BUG() with BUG_ON()
 2020-12-12  3:52 UTC  (3+ messages)
` [PATCH] mm/mmap: "

[PATCH 0/2] userspace memory reaping using process_madvise
 2020-12-12  0:16 UTC  (6+ messages)
` [PATCH 1/2] mm/madvise: allow process_madvise operations on entire memory range

[linux-next:master] BUILD REGRESSION 3cc2bd440f2171f093b3a8480a4b54d8c270ed38
 2020-12-12  0:15 UTC 

[PATCH v3 0/6] prohibit pinning pages in ZONE_MOVABLE
 2020-12-12  0:07 UTC  (17+ messages)
` [PATCH v3 1/6] mm/gup: don't pin migrated cma pages in movable zone
` [PATCH v3 2/6] mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN
` [PATCH v3 3/6] mm: apply per-task gfp constraints in fast path
` [PATCH v3 4/6] mm: honor PF_MEMALLOC_PIN for all movable pages
` [PATCH v3 5/6] mm/gup: migrate pinned pages out of movable zone
` [PATCH v3 6/6] memory-hotplug.rst: add a note about ZONE_MOVABLE and page pinning

[PATCH V3 05/10] x86/entry: Pass irqentry_state_t by reference
 2020-12-11 22:14 UTC  (3+ messages)
` [PATCH V3.1] entry: "

kernelci/staging-next bisection: sleep.login on rk3288-rock2-square #2286-staging
 2020-12-11 21:53 UTC 

[PATCH] hugetlb: Fix an error code in hugetlb_reserve_pages()
 2020-12-11 21:45 UTC  (3+ messages)

incoming
 2020-12-11 21:36 UTC  (9+ messages)
` [patch 1/8] revert "mm/filemap: add static for function __add_to_page_cache_locked"
` [patch 2/8] proc: use untagged_addr() for pagemap_read addresses
` [patch 3/8] selftest/fpu: avoid clang warning
` [patch 4/8] kbuild: avoid static_assert for genksyms
` [patch 5/8] initramfs: fix clang build failure
` [patch 6/8] elfcore: fix building with clang
` [patch 7/8] kasan: fix object remaining in offline per-cpu quarantine
` [patch 8/8] mm/hugetlb: clear compound_nr before freeing gigantic pages

[PATCH] kasan: fix slab double free when cpu-hotplug
 2020-12-11 19:39 UTC  (5+ messages)

[PATCH 00/28] RFC mm: Introducing the Maple Tree
 2020-12-11 19:30 UTC  (31+ messages)
` [PATCH 01/28] radix tree test suite: Enhancements for "
` [PATCH 02/28] radix tree test suite: Add support for fallthrough attribute
` [PATCH 03/28] radix tree test suite: Add support for kmem_cache_free_bulk
` [PATCH 04/28] radix tree test suite: Add keme_cache_alloc_bulk() support
` [PATCH 05/28] Maple Tree: Add new data structure
` [PATCH 06/28] mm: Start tracking VMAs with maple tree
` [PATCH 07/28] mm/mmap: Introduce unlock_range() for code cleanup
` [PATCH 08/28] mm/mmap: Change find_vma() to use the maple tree
` [PATCH 09/28] mm/mmap: Change find_vma_prev() to use "
` [PATCH 10/28] mm/mmap: Change unmapped_area and unmapped_area_topdown "
` [PATCH 11/28] kernel/fork: Convert dup_mmap "
` [PATCH 12/28] mm: Remove rb tree
` [PATCH 13/28] mm/gup: Expose mm_populate_vma() for use when the vma is known
` [PATCH 14/28] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH 15/28] mm/mmap: Change vm_brk_flags() to use mm_populate_vma()
` [PATCH 16/28] mm: Move find_vma_intersection to mmap.c and change implementation to maple tree
` [PATCH 17/28] mm/mmap: Change mmap_region to use maple tree state
` [PATCH 18/28] mm/mmap: Drop munmap_vma_range()
` [PATCH 19/28] mm: Remove vmacache
` [PATCH 20/28] mm/mmap: Change __do_munmap() to avoid unnecessary lookups
` [PATCH 21/28] mm/mmap: Change __do_munmap() to use a ma_state
` [PATCH 22/28] mm/mmap: Move mmap_region() below do_munmap()
` [PATCH 23/28] mm/mmap: Add do_mas_munmap() and wraper for __do_munmap()
` [PATCH 24/28] mmap: Use find_vma_intersection in do_mmap() for overlap
` [PATCH 25/28] mmap: Remove __do_munmap() in favour of do_mas_munmap()
` [PATCH 26/28] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH 27/28] mmap: Update count_vma_pages_range() to only use one ma_state
` [PATCH 28/28] mmap: make remove_vma_list() inline

[RFC PATCH 0/9] Make shrinker's nr_deferred memcg aware
 2020-12-11 19:20 UTC  (16+ messages)
` [PATCH 2/9] mm: vmscan: use nid from shrink_control for tracepoint
` [PATCH 5/9] mm: memcontrol: add per memcg shrinker nr_deferred
` [PATCH 6/9] mm: vmscan: use per memcg nr_deferred of shrinker

[PATCH v3 sl-b 1/6] mm: Add mem_dump_obj() to print source of memory block
 2020-12-11 16:59 UTC  (11+ messages)
` [PATCH v3 sl-b 2/6] mm: Make mem_dump_obj() handle NULL and zero-sized pointers
` [PATCH v3 sl-b 3/6] mm: Make mem_dump_obj() handle vmalloc() memory
` [PATCH v3 sl-b 4/6] mm: Make mem_obj_dump() vmalloc() dumps include start and length
` [PATCH v3 sl-b 5/6] rcu: Make call_rcu() print mem_dump_obj() info for double-freed callback

Performance regressions in "boot_time" tests in Linux 5.8 Kernel
 2020-12-11 16:16 UTC  (13+ messages)

[PATCH v8 00/12] Free some vmemmap pages of HugeTLB page
 2020-12-11 14:08 UTC  (31+ messages)
` [PATCH v8 03/12] mm/bootmem_info: Introduce free_bootmem_page helper
    ` [External] "
` [PATCH v8 04/12] mm/hugetlb: Free the vmemmap pages associated with each HugeTLB page
      ` [External] "
` [PATCH v8 06/12] mm/hugetlb: Allocate "
    ` [External] "
` [PATCH v8 07/12] mm/hugetlb: Set the PageHWPoison to the raw error page
    ` [External] "
` [PATCH v8 09/12] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
    ` [External] "
` [PATCH v8 10/12] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
    ` [External] "
` [PATCH v8 12/12] mm/hugetlb: Optimize the code with the help of the compiler
    ` [External] "

[PATCH v4 0/7] Convert all THP vmstat counters to pages
 2020-12-11 14:14 UTC  (11+ messages)
` [PATCH v4 1/7] mm: memcontrol: fix NR_ANON_THPS accounting in charge moving
` [PATCH v4 2/7] mm: memcontrol: convert NR_ANON_THPS account to pages
` [PATCH v4 3/7] mm: memcontrol: convert NR_FILE_THPS "
    ` [External] "
` [PATCH v4 4/7] mm: memcontrol: convert NR_SHMEM_THPS "
` [PATCH v4 5/7] mm: memcontrol: convert NR_SHMEM_PMDMAPPED "
` [PATCH v4 6/7] mm: memcontrol: convert NR_FILE_PMDMAPPED "
` [PATCH v4 7/7] mm: memcontrol: make the slab calculation consistent

[PATCH] mm/memory_hotplug: quieting offline operation
 2020-12-11 15:01 UTC 

[linux-next:master 6953/13205] drivers/dma/imx-dma.c:1048:20: warning: cast to smaller integer type 'enum imx_dma_type' from 'const void
 2020-12-11 14:54 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 52e72161fe544815e6ce3739e19af6a0024bbafa
 2020-12-11 12:21 UTC 

[RFC PATCH 00/11] Page folios
 2020-12-11  8:32 UTC  (3+ messages)
` [RFC PATCH 10/11] mm/filemap: Add folio_add_to_page_cache

[PATCH v3] mm/page_owner: Record timestamp and pid
 2020-12-11  2:31 UTC  (2+ messages)

[PATCH] mm/slab: Perform init_on_free earlier
 2020-12-11  1:17 UTC  (3+ messages)

[PATCH] mm, slab, slub: clear the slab_cache field when freeing page
 2020-12-11  1:17 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 14240d4c5b25d087529691ccf4d7ea256f26cfdf
 2020-12-11  1:02 UTC 

[PATCH 2/8] x86: use exit_lazy_tlb rather than membarrier_mm_sync_core_before_usermode
 2020-12-11  0:11 UTC  (6+ messages)

[PATCH v2 0/6] tlb: Fix (soft-)dirty bit management clean up API
 2020-12-10 23:44 UTC  (9+ messages)
` [PATCH v2 1/6] mm: proc: Invalidate TLB after clearing soft-dirty page state
` [PATCH v2 2/6] tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()
` [PATCH v2 3/6] tlb: mmu_gather: Introduce tlb_gather_mmu_fullmm()
` [PATCH v2 4/6] tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()
` [PATCH v2 5/6] tlb: arch: Remove empty __tlb_remove_tlb_entry() stubs
` [PATCH v2 6/6] x86/ldt: Use tlb_gather_mmu_fullmm() when freeing LDT page-tables

[PATCH v2 sl-b 1/5] mm: Add mem_dump_obj() to print source of memory block
 2020-12-10 23:41 UTC  (11+ messages)
` [PATCH v2 sl-b 3/5] mm: Make mem_dump_obj() handle vmalloc() memory

[PATCH 0/4] Chunk Heap Support on DMA-HEAP
 2020-12-10 23:30 UTC  (10+ messages)
` [PATCH 4/4] dma-heap: Devicetree binding for chunk heap

[PATCH] mm: don't SetPageWorkingset unconditionally during swapin
 2020-12-10 22:44 UTC  (6+ messages)

Zoom call about Page Folios tomorrow
 2020-12-10 22:16 UTC  (2+ messages)

[linux-next:master 10750/12085] ERROR: modpost: "__mod_lruvec_page_state" undefined!
 2020-12-10 22:05 UTC  (2+ messages)

brk1 tests the wrong thing
 2020-12-10 20:07 UTC 

[PATCH] mm/vmalloc: randomize vmalloc() allocations
 2020-12-10 19:58 UTC  (4+ messages)

[PATCH v2 0/8] prohibit pinning pages in ZONE_MOVABLE
 2020-12-10 19:54 UTC  (11+ messages)
` [PATCH v2 1/8] mm/gup: perform check_dax_vmas only when FS_DAX is enabled
` [PATCH v2 3/8] mm/gup: make __gup_longterm_locked common

[linux-next:master 10163/12085] arch/arm64/kvm/hyp/nvhe/psci-relay.c:174:28: warning: no previous prototype for function 'kvm_host_psci_cpu_entry'
 2020-12-10 19:18 UTC  (3+ messages)

Slab bug during skb allocation
 2020-12-10 19:06 UTC  (3+ messages)

[PATCH v15 00/26] Control-flow Enforcement: Shadow Stack
 2020-12-10 18:10 UTC  (7+ messages)
` [PATCH v15 08/26] x86/mm: Introduce _PAGE_COW

لقد قمنا بتحديث شروط الاستخدام التي نتبعها
 2020-12-10 17:41 UTC 

[PATCH 0/2] Create 'old' ptes for faultaround mappings on arm64 with hardware access flag
 2020-12-10 17:23 UTC  (7+ messages)
` [PATCH 1/2] mm: Allow architectures to request 'old' entries when prefaulting

[RESEND PATCH v2 00/12] Convert all vmstat counters to pages or bytes
 2020-12-10 17:05 UTC  (9+ messages)
` [RESEND PATCH v2 01/12] mm: memcontrol: fix NR_ANON_THPS account
    ` [External] "
` [RESEND PATCH v2 02/12] mm: memcontrol: convert NR_ANON_THPS account to pages
    ` [External] "

[linux-next:master 7751/12554] drivers/infiniband/hw/hns/hns_roce_hw_v2.c:3172:17: sparse: sparse: restricted __le32 degrades to integer
 2020-12-10 17:04 UTC 

[RFC PATCH 00/15] Userspace P2PDMA with O_DIRECT NVMe devices
 2020-12-10 16:44 UTC  (8+ messages)
` [RFC PATCH 04/15] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL

[PATCH RFC 0/9] mm, sparse-vmemmap: Introduce compound pagemaps
 2020-12-10 15:43 UTC  (9+ messages)
` [PATCH RFC 6/9] mm/gup: Grab head page refcount once for group of subpages

[linux-next:pending-fixes] BUILD SUCCESS 77fd83718a5f09bc1a61a4c13b8c9b4f8524abf4
 2020-12-10 13:37 UTC 

Regression from 5.7.17 to 5.9.9 with memory.low cgroup constraints
 2020-12-10 11:08 UTC  (6+ messages)

[PATCH] mm/up: combine put_compound_head() and unpin_user_page()
 2020-12-10  9:22 UTC  (2+ messages)

[PATCH 3/3] s390/mm: Define arch_get_mappable_range()
 2020-12-10  9:39 UTC  (6+ messages)

[PATCH 00/11] mm: lru related cleanups
 2020-12-10  9:28 UTC  (2+ messages)

[PATCH v2 0/2] mm: fix initialization of struct page for holes in memory layout
 2020-12-10  9:29 UTC  (5+ messages)
` [PATCH v2 1/2] mm: memblock: enforce overlap of memory.memblock and memory.reserved
` [PATCH v2 2/2] mm: fix initialization of struct page for holes in memory layout


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).