linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-08 04:21:16 to 2020-12-09 18:14:12 UTC [more...]

[PATCH RFC 0/9] mm, sparse-vmemmap: Introduce compound pagemaps
 2020-12-09 18:14 UTC  (39+ messages)
` [PATCH RFC 1/9] memremap: add ZONE_DEVICE support for compound pages
` [PATCH RFC 2/9] sparse-vmemmap: Consolidate arguments in vmemmap section populate
` [PATCH RFC 3/9] sparse-vmemmap: Reuse vmemmap areas for a given mhp_params::align
` [PATCH RFC 3/9] sparse-vmemmap: Reuse vmemmap areas for a given page size
` [PATCH RFC 4/9] mm/page_alloc: Reuse tail struct pages for compound pagemaps
` [PATCH RFC 5/9] device-dax: Compound pagemap support
` [PATCH RFC 6/9] mm/gup: Grab head page refcount once for group of subpages
` [PATCH RFC 7/9] mm/gup: Decrement head page "
` [PATCH RFC 8/9] RDMA/umem: batch page unpin in __ib_mem_release()
` [PATCH RFC 9/9] mm: Add follow_devmap_page() for devdax vmas
` [External] [PATCH RFC 0/9] mm, sparse-vmemmap: Introduce compound pagemaps

[PATCH] mm/filemap: add static for function __add_to_page_cache_locked
 2020-12-09 18:05 UTC  (14+ messages)

[PATCH v2 sl-b 1/5] mm: Add mem_dump_obj() to print source of memory block
 2020-12-09 17:59 UTC  (11+ 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 v2 sl-b 4/5] rcu: Make call_rcu() print mem_dump_obj() info for double-freed callback

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

[RFC PATCH 0/9] Make shrinker's nr_deferred memcg aware
 2020-12-09 17:32 UTC  (6+ messages)
` [PATCH 6/9] mm: vmscan: use per memcg nr_deferred of shrinker

[PATCH v2] mm/page_owner: Record timestamp and pid
 2020-12-09 16:38 UTC  (2+ messages)

[linux-next:master 10358/12085] drivers/net/wireless/mediatek/mt76/tx.c:499:21: warning: variable 'q' set but not used
 2020-12-09 16:35 UTC 

[PATCH] mm/page_alloc: simplify kmem cgroup charge/uncharge code
 2020-12-09 16:29 UTC  (4+ messages)

[PATCH v7 00/15] Free some vmemmap pages of hugetlb page
 2020-12-09 15:50 UTC  (23+ messages)
` [PATCH v7 04/15] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
    ` [External] "
` [PATCH v7 05/15] mm/bootmem_info: Introduce {free,prepare}_vmemmap_page()
    ` [External] "
` [PATCH v7 06/15] mm/hugetlb: Disable freeing vmemmap if struct page size is not power of two
    ` [External] "

[PATCH V2 0/2] mm/debug_vm_pgtable: Some minor updates
 2020-12-09 15:25 UTC  (3+ messages)

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

[PATCH 0/3] z3fold: stability / rt fixes
 2020-12-09 14:51 UTC  (4+ messages)
` [PATCH 1/3] z3fold: simplify freeing slots
` [PATCH 2/3] z3fold: Remove preempt disabled sections for RT
` [PATCH 3/3] z3fold: stricter locking and more careful reclaim

[btrfs] 5951248cb0: fio.write_iops 97.3% improvement
 2020-12-09 14:25 UTC 

[PATCH] kcov: don't instrument with UBSAN
 2020-12-09 13:51 UTC  (3+ messages)

[PATCH 0/2] hv_balloon: hide ballooned out memory in stats
 2020-12-09 13:17 UTC  (2+ messages)

[PATCH v12 0/4] xfs: avoid transaction reservation recursion
 2020-12-09 13:11 UTC  (5+ messages)
` [PATCH v12 1/4] mm: Add become_kswapd and restore_kswapd
` [PATCH v12 2/4] xfs: use memalloc_nofs_{save,restore} in xfs transaction
` [PATCH v12 3/4] xfs: refactor the usage around xfs_trans_context_{set,clear}
` [PATCH v12 4/4] xfs: use current->journal_info to avoid transaction reservation recursion

[linux-next:pending-fixes 81/200] drivers/media/common/videobuf2/videobuf2-core.c:391:12: warning: stack frame size of 1040 bytes in function '__vb2_queue_alloc'
 2020-12-09 12:51 UTC 

[linux-next:pending-fixes] BUILD SUCCESS c9b6935dc4f4d4ea5d48b6ea96220632c1a5eadf
 2020-12-09 11:53 UTC 

[RFC PATCH v3 0/4] Allocate memmap from hotadded memory (per device)
 2020-12-09 11:51 UTC  (17+ messages)
` [RFC PATCH v3 1/4] mm,memory_hotplug: Add mhp_supports_memmap_on_memory
` [RFC PATCH v3 2/4] mm,memory_hotplug: Allocate memmap from the added memory range
` [RFC PATCH v3 3/4] mm,memory_hotplug: Enable MHP_MEMMAP_ON_MEMORY when supported
` [RFC PATCH v3 4/4] mm,memory_hotplug: Add mhp_memmap_on_memory boot option

[PATCH v11 0/4] xfs: avoid transaction reservation recursion
 2020-12-09 10:43 UTC  (11+ messages)
` [PATCH v11 1/4] mm: Add become_kswapd and restore_kswapd
` [PATCH v11 2/4] xfs: use memalloc_nofs_{save,restore} in xfs transaction
` [PATCH v11 3/4] xfs: refactor the usage around xfs_trans_context_{set,clear}
` [PATCH v11 4/4] xfs: use current->journal_info to avoid transaction reservation recursion

[PATCH] mm,hwpoison: Return -EBUSY when migration fails
 2020-12-09 10:38 UTC  (6+ messages)

[PATCH] mm: don't SetPageWorkingset unconditionally during swapin
 2020-12-09  9:18 UTC  (2+ messages)

KASAN: null-ptr-deref Write in bdi_put
 2020-12-09  9:03 UTC 

[linux-next:master 11402/11633] drivers/usb/cdns3/host-export.h:27:51: warning: 'struct usb_hcd' declared inside parameter list will not be visible outside of this definition or declaration
 2020-12-09  7:31 UTC 

[PATCH v2] mm: memcontrol: optimize per-lruvec stats counter memory usage
 2020-12-09  7:05 UTC  (7+ messages)
  ` [External] "

scheduling while atomic in z3fold
 2020-12-09  6:31 UTC  (19+ messages)

[PATCH] mm/madvise: remove racy mm ownership check
 2020-12-09  4:58 UTC  (2+ messages)

[PATCH v3 0/7] Convert all THP vmstat counters to pages
 2020-12-09  1:58 UTC  (10+ messages)
` [PATCH v3 1/7] mm: memcontrol: fix NR_ANON_THPS account
` [PATCH v3 3/7] mm: memcontrol: convert NR_FILE_THPS account to pages
` [PATCH v3 4/7] mm: memcontrol: convert NR_SHMEM_THPS "
` [PATCH v3 5/7] mm: memcontrol: convert NR_SHMEM_PMDMAPPED "
` [PATCH v3 6/7] mm: memcontrol: convert NR_FILE_PMDMAPPED "
` [PATCH v3 7/7] mm: memcontrol: make the slab calculation consistent
    ` [External] "

[linux-next:master] BUILD REGRESSION a9e26cb5f2615cd638f911ea96d4fff5b4d93690
 2020-12-09  1:50 UTC 

[PATCH 0/2] userspace memory reaping using process_madvise
 2020-12-08 23:59 UTC  (10+ messages)
` [PATCH 1/2] mm/madvise: allow process_madvise operations on entire memory range
` [PATCH 2/2] mm/madvise: add process_madvise MADV_DONTNEER support

[RFC PATCH 00/11] Page folios
 2020-12-08 19:46 UTC  (12+ messages)
` [RFC PATCH 01/11] mm: Introduce struct folio
` [RFC PATCH 02/11] mm: Add put_folio
` [RFC PATCH 03/11] mm: Add get_folio
` [RFC PATCH 04/11] mm: Create FolioFlags
` [RFC PATCH 05/11] mm: Add unlock_folio
` [RFC PATCH 06/11] mm: Add lock_folio
` [RFC PATCH 07/11] mm: Add lock_folio_killable
` [RFC PATCH 08/11] mm/filemap: Convert end_page_writeback to use a folio
` [RFC PATCH 09/11] mm/filemap: Convert mapping_get_entry and pagecache_get_page to folio
` [RFC PATCH 10/11] mm/filemap: Add folio_add_to_page_cache
` [RFC PATCH 11/11] mm/swap: Convert rotate_reclaimable_page to folio

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

[RFC PATCH 0/1] "Bad page state" while freeing gigantic pages
 2020-12-08 18:55 UTC  (4+ messages)
` [RFC PATCH 1/1] mm/hugetlb: clear compound_nr before "

[PATCH V3 00/10] PKS: Add Protection Keys Supervisor (PKS) support V3
 2020-12-08 17:22 UTC  (4+ messages)

[PATCH 0/4] Chunk Heap Support on DMA-HEAP
 2020-12-08 16:56 UTC  (2+ messages)

[PATCH sl-b 1/6] mm: Add kmem_last_alloc() to return last allocation for memory block
 2020-12-08 15:17 UTC  (5+ messages)

[linux-next:master 10573/11438] drivers/net/vrf.c:1447:9: error: implicit declaration of function 'vrf_add_mac_header_if_unset'
 2020-12-08 15:09 UTC  (2+ messages)

[PATCH v2 0/4] syscalls: remove compat_alloc_user_space callers
 2020-12-08 15:06 UTC  (5+ messages)
` [PATCH v2 4/4] compat: remove some compat entry points

[PATCH 0/6] prohibit pinning pages in ZONE_MOVABLE
 2020-12-08 13:24 UTC  (11+ messages)
` [PATCH 6/6] mm/gup: migrate pinned pages out of movable zone

[PATCH 00/11] mm: lru related cleanups
 2020-12-08  9:15 UTC  (14+ messages)
` [PATCH 03/11] mm: don't pass "enum lru_list" to lru list addition functions
` [PATCH 04/11] mm: don't pass "enum lru_list" to trace_mm_lru_insertion()
` [PATCH 08/11] mm: fold page_lru_base_type() into its sole caller
` [PATCH 09/11] mm: fold __update_lru_size() "
` [PATCH 10/11] mm: make lruvec_lru_size() static
` [PATCH 11/11] mm: enlarge the "int nr_pages" parameter of update_lru_size()

[PATCH] userfaultfd: prevent non-cooperative events vs mcopy_atomic races
 2020-12-08  8:57 UTC  (6+ messages)

[RFC V2 0/3] mm/hotplug: Pre-validate the address range with platform
 2020-12-08  8:38 UTC  (10+ messages)
` [RFC V2 3/3] s390/mm: Define arch_get_mappable_range()

[patch 01/12] zlib: export S390 symbols for zlib modules
 2020-12-08  8:19 UTC  (4+ messages)

[PATCH -V6 RESEND 0/3] numa balancing: Migrate on fault among multiple bound nodes
 2020-12-08  8:13 UTC  (4+ messages)
` [PATCH -V6 RESEND 2/3] NOT kernel/man-pages: man2/set_mempolicy.2: Add mode flag MPOL_F_NUMA_BALANCING

[PATCH v22 01/18] mm: Introduce Data Access MONitor (DAMON)
 2020-12-08  7:41 UTC  (2+ messages)

[PATCH v10 0/4] xfs: avoid transaction reservation recursion
 2020-12-08  5:01 UTC  (4+ messages)
` [PATCH v10 4/4] xfs: use current->journal_info to "

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-12-08  4:52 UTC  (2+ messages)
` (subset) "


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