linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-09 22:24:33 to 2020-12-11 04:23:35 UTC [more...]

[PATCH v4 0/7] Convert all THP vmstat counters to pages
 2020-12-11  4:19 UTC  (5+ 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 "
` [PATCH v4 4/7] mm: memcontrol: convert NR_SHMEM_THPS "

[PATCH v3 sl-b 1/6] mm: Add mem_dump_obj() to print source of memory block
 2020-12-11  3:42 UTC  (8+ 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

[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  (14+ messages)
` [PATCH v2 sl-b 2/5] mm: Make mem_dump_obj() handle NULL and zero-sized pointers
` [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)

[RFC PATCH 0/9] Make shrinker's nr_deferred memcg aware
 2020-12-10 21:59 UTC  (12+ messages)
` [PATCH 5/9] mm: memcontrol: add per memcg shrinker nr_deferred
` [PATCH 6/9] mm: vmscan: use per memcg nr_deferred of shrinker

[PATCH 00/28] RFC mm: Introducing the Maple Tree
 2020-12-10 21:03 UTC  (30+ 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

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  (17+ messages)
` [PATCH v2 1/8] mm/gup: perform check_dax_vmas only when FS_DAX is enabled
` [PATCH v2 2/8] mm/gup: don't pin migrated cma pages in movable zone
` [PATCH v2 3/8] mm/gup: make __gup_longterm_locked common
` [PATCH v2 4/8] mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN
` [PATCH v2 5/8] mm: apply per-task gfp constraints in fast path
` [PATCH v2 6/8] mm: honor PF_MEMALLOC_PIN for all movable pages
` [PATCH v2 7/8] mm/gup: migrate pinned pages out of movable zone
` [PATCH v2 8/8] memory-hotplug.rst: add a note about ZONE_MOVABLE and page pinning

[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 v8 00/12] Free some vmemmap pages of HugeTLB page
 2020-12-10 16:19 UTC  (31+ messages)
` [PATCH v8 01/12] mm/memory_hotplug: Factor out bootmem core functions to bootmem_info.c
` [PATCH v8 02/12] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [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 05/12] mm/hugetlb: Defer freeing of HugeTLB pages
` [PATCH v8 06/12] mm/hugetlb: Allocate the vmemmap pages associated with each HugeTLB page
` [PATCH v8 07/12] mm/hugetlb: Set the PageHWPoison to the raw error page
` [PATCH v8 08/12] mm/hugetlb: Flush work when dissolving hugetlb page
` [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 11/12] mm/hugetlb: Gather discrete indexes of tail page
` [PATCH v8 12/12] mm/hugetlb: Optimize the code with the help of the compiler
    ` [External] "

[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  (3+ messages)

[PATCH 0/3] mm/hotplug: Pre-validate the address range with platform
 2020-12-10  9:39 UTC  (12+ messages)
` [PATCH 3/3] s390/mm: Define arch_get_mappable_range()

[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  (6+ 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

[hnaz-linux-mm:master 412/421] drivers/mailbox/bcm-pdc-mailbox.c:682:28: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-12-10  8:59 UTC 

[PATCH -V6 RESEND 0/3] numa balancing: Migrate on fault among multiple bound nodes
 2020-12-10  8:21 UTC  (6+ messages)
` [PATCH -V6 RESEND 1/3] "

[PATCH v3] mm: memcontrol: optimize per-lruvec stats counter memory usage
 2020-12-10  4:21 UTC 

mmotm 2020-12-09-19-58 uploaded
 2020-12-10  3:59 UTC 

[PATCH] mm/filemap: add static for function __add_to_page_cache_locked
 2020-12-10  3:02 UTC  (14+ messages)

[linux-next:master 1782/12085] drivers/dma/ppc4xx/adma.c:4094:14: sparse: sparse: incorrect type in assignment (different address spaces)
 2020-12-10  2:30 UTC 

[linux-next:master] BUILD REGRESSION 2f1d5c77f13fe64497c2e2601605f7d7ec4da9b1
 2020-12-10  1:35 UTC 

[PATCH v2] powerpc/mm: Fix KUAP warning by providing copy_from_kernel_nofault_allowed()
 2020-12-10  0:23 UTC  (2+ messages)

[PATCH mm 0/2] kasan: a few HW_TAGS fixes
 2020-12-09 23:22 UTC  (4+ messages)
` [PATCH mm 2/2] Revert "kasan, arm64: don't allow SW_TAGS with ARM64_MTE"

[PATCH RFC 0/8] dcache: increase poison resistance
 2020-12-09 23:01 UTC  (2+ messages)

[PATCH v16 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2020-12-09 22:27 UTC  (8+ messages)
` [PATCH v16 1/7] x86/cet/ibt: Update Kconfig for user-mode "
` [PATCH v16 2/7] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v16 3/7] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v16 4/7] x86/cet/ibt: Update ELF header parsing "
` [PATCH v16 5/7] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v16 6/7] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v16 7/7] x86/vdso: Insert endbr32/endbr64 to vDSO

[PATCH v16 00/26] Control-flow Enforcement: Shadow Stack
 2020-12-09 22:23 UTC  (5+ messages)
` [PATCH v16 23/26] ELF: Introduce arch_setup_elf_property()
` [PATCH v16 24/26] x86/cet/shstk: Handle thread shadow stack
` [PATCH v16 25/26] x86/cet/shstk: Add arch_prctl functions for "
` [PATCH v16 26/26] mm: Introduce PROT_SHSTK "


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