linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-26 05:11:36 to 2021-01-27 10:20:43 UTC [more...]

[PATCH v3 0/5] create hugetlb flags to consolidate state
 2021-01-27 10:20 UTC  (6+ messages)
` [PATCH v3 1/5] hugetlb: use page.private for hugetlb specific page flags
` [PATCH v3 3/5] hugetlb: only set HPageMigratable for migratable hstates

[PATCH v1 0/2] mm/cma: better error handling and count pages per zone
 2021-01-27 10:18 UTC  (3+ messages)
` [PATCH v1 1/2] mm/cma: expose all pages to the buddy if activation of an area fails
` [PATCH v1 2/2] mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfo

[PATCH 0/2] introduce DUMP_PREFIX_UNHASHED for hex dumps
 2021-01-27 10:11 UTC  (17+ messages)

PROBLEM: Crash after mm: fix initialization of struct page for holes in memory layout
 2021-01-27 10:08 UTC  (3+ messages)

[PATCH] mm/memory_hotplug: use helper function zone_end_pfn() to get end_pfn
 2021-01-27  9:40 UTC  (2+ messages)

[PATCH 0/2] Get rid of __alloc_pages wrapper
 2021-01-27  9:39 UTC  (9+ messages)
` [PATCH 1/2] mm/page-alloc: Rename gfp_mask to gfp
` [PATCH 2/2] mm: Combine __alloc_pages and __alloc_pages_nodemask
` [PATCH 3/2] mm: Rename alloc_pages_current to alloc_pages

[PATCH] mm/rmap: Remove unneeded semicolon in page_not_mapped()
 2021-01-27  9:34 UTC 

[PATCH] mm/rmap: Fix potential pte_unmap on an not mapped pte
 2021-01-27  9:33 UTC 

[PATCH] hugetlbfs: Correct some obsolete comments about inode i_mutex
 2021-01-27  9:31 UTC 

[RFC PATCH v0] mm/slub: Let number of online CPUs determine the slub page order
 2021-01-27  9:10 UTC  (15+ messages)

[PATCH v1] csky: use free_initmem_default() in free_initmem()
 2021-01-27  9:06 UTC  (5+ messages)

[PATCH v1 0/2] mm: simplify free_highmem_page() and free_reserved_page()
 2021-01-27  8:44 UTC  (4+ messages)
` [PATCH v1 1/2] video: fbdev: acornfb: remove free_unused_pages()
` [PATCH v1 2/2] mm: simplify free_highmem_page() and free_reserved_page()

[PATCH v2 1/2] mm: rmap: explicitly reset vma->anon_vma in unlink_anon_vmas()
 2021-01-27  8:39 UTC  (2+ messages)
` [PATCH v2 2/2] mm: mremap: unlink anon_vmas when mremap with MREMAP_DONTUNMAP success

[PATCH v4 0/4] Chunk Heap Support on DMA-HEAP
 2021-01-27  8:14 UTC  (22+ messages)
` [PATCH v4 1/4] mm: cma: introduce gfp flag in cma_alloc instead of no_warn
` [PATCH v4 2/4] mm: failfast mode with __GFP_NORETRY in alloc_contig_range
` [PATCH v4 3/4] dt-bindings: reserved-memory: Make DMA-BUF CMA heap DT-configurable
` [PATCH v4 4/4] dma-buf: heaps: add chunk heap to dmabuf heaps

Test report for kernel direct mapping performance
 2021-01-27  7:50 UTC  (3+ messages)

misc bio allocation cleanups
 2021-01-27  7:22 UTC  (30+ messages)
` [PATCH 01/17] zonefs: use bio_alloc in zonefs_file_dio_append
  ` [dm-devel] "
` [PATCH 02/17] btrfs: use bio_kmalloc in __alloc_device
` [PATCH 03/17] blk-crypto: use bio_kmalloc in blk_crypto_clone_bio
` [PATCH 04/17] block: split bio_kmalloc from bio_alloc_bioset
` [PATCH 05/17] block: use an on-stack bio in blkdev_issue_flush
` [PATCH 06/17] dm-clone: use blkdev_issue_flush in commit_metadata
` [PATCH 07/17] f2fs: use blkdev_issue_flush in __submit_flush_wait
` [PATCH 08/17] f2fs: remove FAULT_ALLOC_BIO
` [PATCH 09/17] drbd: remove bio_alloc_drbd
` [PATCH 10/17] drbd: remove drbd_req_make_private_bio
` [PATCH 11/17] md: remove bio_alloc_mddev
` [PATCH 12/17] md: simplify sync_page_io
` [PATCH 13/17] md: remove md_bio_alloc_sync
` [PATCH 14/17] md/raid6: refactor raid5_read_one_chunk
` [PATCH 15/17] nfs/blocklayout: remove cruft in bl_alloc_init_bio
` [PATCH 16/17] nilfs2: remove cruft in nilfs_alloc_seg_bio
` [PATCH 17/17] mm: remove get_swap_bio

[PATCH 0/5] mm/vmalloc: cleanup after hugepage series
 2021-01-27  7:10 UTC  (14+ messages)
` [PATCH 1/5] mm/vmalloc: remove map_kernel_range
` [PATCH 2/5] kernel/dma: remove unnecessary unmap_kernel_range
` [PATCH 3/5] powerpc/xive: "
` [PATCH 4/5] mm/vmalloc: remove unmap_kernel_range
` [PATCH 5/5] mm/vmalloc: improve allocation failure error messages

[PATCH v15 03/11] riscv/Kconfig: make direct map manipulation options depend on MMU
 2021-01-27  5:46 UTC  (2+ messages)

[PATCH v11 00/13] huge vmalloc mappings
 2021-01-27  5:26 UTC  (17+ messages)
` [PATCH v11 01/13] mm/vmalloc: fix HUGE_VMAP regression by enabling huge pages in vmalloc_to_page
` [PATCH v11 02/13] mm: apply_to_pte_range warn and fail if a large pte is encountered
` [PATCH v11 03/13] mm/vmalloc: rename vmap_*_range vmap_pages_*_range
` [PATCH v11 04/13] mm/ioremap: rename ioremap_*_range to vmap_*_range
` [PATCH v11 05/13] mm: HUGE_VMAP arch support cleanup
` [PATCH v11 12/13] mm/vmalloc: Hugepage vmalloc mappings

[PATCH V4 0/4] mm/memory_hotplug: Pre-validate the address range with platform
 2021-01-27  3:42 UTC  (4+ messages)
` [PATCH V4 4/4] virtio-mem: check against mhp_get_pluggable_range() which memory we can hotplug

[PATCH v4] Resolve LRU page-pinning issue for file-backed pages
 2021-01-27  2:59 UTC  (4+ messages)
` [PATCH v4] fs/buffer.c: Revoke LRU when trying to drop buffers

[PATCH 0/2] mm/hugetlb: follow_hugetlb_page() improvements
 2021-01-27  2:50 UTC  (12+ messages)
` [PATCH 2/2] mm/hugetlb: refactor subpage recording

[PATCH v2 00/10] mm: lru related cleanups
 2021-01-27  2:14 UTC  (12+ messages)
` [PATCH v2 01/10] mm: use add_page_to_lru_list()
` [PATCH v2 02/10] mm: shuffle lru list addition and deletion functions
` [PATCH v2 03/10] mm: don't pass "enum lru_list" to lru list addition functions

[PATCH] mm/hugetlb: Simplify the calculation of variables
 2021-01-27  2:09 UTC  (3+ messages)

[PATCH] mm/hugetlb: Fix use after free when subpool max_hpages accounting is not enabled
 2021-01-27  2:08 UTC  (3+ messages)

[PATCH v4 0/8] Create 'old' ptes for faultaround mappings on arm64 with hardware access flag
 2021-01-26 23:28 UTC  (3+ messages)

[PATCH v10 00/18] arm64: MMU enabled kexec relocation
 2021-01-26 23:11 UTC  (4+ messages)

[PATCH v3] x86/mce: Avoid infinite loop for copy from user recovery
 2021-01-26 22:36 UTC  (12+ messages)
    ` [PATCH v4] "
                ` [PATCH v5] "

[PATCH v13 00/12] Free some vmemmap pages of HugeTLB page
 2021-01-26 20:13 UTC  (23+ messages)
` [PATCH v13 02/12] mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
    ` [External] "
` [PATCH v13 05/12] mm: hugetlb: allocate the vmemmap pages associated with each HugeTLB page
    ` [External] "

[RFC PATCH v2] uacce: Add uacce_ctrl misc device
 2021-01-26 18:20 UTC  (9+ messages)

[PATCH v1] userfaultfd.2: Add UFFD_USER_MODE_ONLY flag
 2021-01-26 17:50 UTC 

[PATCH v17 00/26] Control-flow Enforcement: Shadow Stack
 2021-01-26 16:45 UTC  (11+ messages)
` [PATCH v17 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW

[PATCH] mm/workingset.c: avoid unnecessary max_nodes estimation in count_shadow_nodes()
 2021-01-26 16:24 UTC  (2+ messages)

[PATCH net-next 0/4] net: Avoid the memory waste in some Ethernet drivers
 2021-01-26 16:19 UTC  (3+ messages)
` [PATCH net-next 1/4] mm: page_frag: Introduce page_frag_alloc_align()

[PATCH v16 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-26 15:05 UTC  (24+ messages)
` [PATCH v16 06/11] "
` [PATCH v16 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v16 08/11] secretmem: add memcg accounting

[PATCH v1] mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCE
 2021-01-26 14:57 UTC  (5+ messages)

[PATCH] mm/compactoin: Fix edge case of fast_find_migrateblock()
 2021-01-26 14:37 UTC  (3+ messages)

[PATCH v2 1/1] mm/madvise: replace ptrace attach requirement for process_madvise
 2021-01-26 13:52 UTC  (7+ messages)

SLUB: percpu partial object count is highly inaccurate, causing some memory wastage and maybe also worse tail latencies?
 2021-01-26 12:06 UTC  (5+ messages)
` [RFC 1/2] mm, vmscan: add priority field to struct shrink_control
  ` [RFC 2/2] mm, slub: add shrinker to reclaim cached slabs

[PATCH] mm/page_owner: Use helper function zone_end_pfn() to get end_pfn
 2021-01-26 11:23 UTC  (2+ messages)

[PATCH v2] mm: memdup_user*() should use same gfp flags
 2021-01-26 11:13 UTC  (2+ messages)

[PATCH net-next 0/3] net: constify page_is_pfmemalloc() and its users
 2021-01-26 11:08 UTC  (3+ messages)
` [PATCH net-next 3/3] net: page_pool: simplify page recycling condition tests

[PATCH] mm: Remove ctor argument from kmem_cache_flags
 2021-01-26 11:01 UTC  (3+ messages)

[PATCH v10 00/12] huge vmalloc mappings
 2021-01-26  9:50 UTC  (5+ messages)
` [PATCH v10 11/12] mm/vmalloc: Hugepage "

[PATCH] mm/filemap: Adding missing mem_cgroup_uncharge() to __add_to_page_cache_locked()
 2021-01-26  8:01 UTC  (11+ messages)

[PATCH] mm: hugetlb: fix missing put_page in gather_surplus_pages()
 2021-01-26  6:20 UTC  (4+ messages)
  ` [External] "

mmotm 2021-01-25-21-18 uploaded
 2021-01-26  5:19 UTC 

[PATCH] percpu: fix clang modpost warning in pcpu_build_alloc_info()
 2021-01-26  5:11 UTC  (6+ 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).