linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-07 05:58:59 to 2022-06-08 06:10:20 UTC [more...]

[PATCH v5 0/9] mm/demotion: Memory tiers and demotion
 2022-06-08  6:10 UTC  (19+ messages)
` [PATCH v5 1/9] mm/demotion: Add support for explicit memory tiers
` [PATCH v5 2/9] mm/demotion: Expose per node memory tier to sysfs
` [PATCH v5 4/9] mm/demotion: Build demotion targets based on explicit memory tiers
` [PATCH v5 6/9] mm/demotion: Add support for removing node from demotion "

[PATCH v5 0/6] arm64: Cleanup ioremap() and support ioremap_prot()
 2022-06-08  6:10 UTC  (11+ messages)
` [PATCH v5 1/6] ARM: mm: kill unused runtime hook arch_iounmap()
` [PATCH v5 2/6] mm: ioremap: Use more sensibly name in ioremap_prot()
` [PATCH v5 3/6] mm: ioremap: Setup phys_addr of struct vm_struct
` [PATCH v5 4/6] mm: ioremap: Add ioremap/iounmap_allowed()
` [PATCH v5 5/6] arm64: mm: Convert to GENERIC_IOREMAP
` [PATCH v5 6/6] arm64: Add HAVE_IOREMAP_PROT support

RFC: Memory Tiering Kernel Interfaces (v3)
 2022-06-08  4:41 UTC  (29+ messages)
` [RFC PATCH v4 0/7] mm/demotion: Memory tiers and demotion
  ` [RFC PATCH v4 1/7] mm/demotion: Add support for explicit memory tiers
  ` [RFC PATCH v4 2/7] mm/demotion: Expose per node memory tier to sysfs

[PATCH] mm: mempolicy: N:M interleave policy for tiered memory nodes
 2022-06-08  4:19 UTC  (2+ messages)

[linux-next:master 728/1207] fs/xfs/xfs_file.c:1266:31: sparse: sparse: incorrect type in return expression (different base types)
 2022-06-08  3:49 UTC  (3+ messages)
  ` [kbuild-all] "

[PATCH 0/5] Reduce a vmalloc internal lock contention preparation work
 2022-06-08  3:47 UTC  (15+ messages)
` [PATCH 1/5] mm/vmalloc: Make link_va()/unlink_va() common to different rb_root
` [PATCH 2/5] mm/vmalloc: Extend __alloc_vmap_area() with extra arguments
` [PATCH 3/5] mm/vmalloc: Initialize VA's list node after unlink
` [PATCH 4/5] mm/vmalloc: Extend __find_vmap_area() with one more argument
` [PATCH 5/5] lib/test_vmalloc: Switch to prandom_u32()

[syzbot] general protection fault in __device_attach
 2022-06-08  3:25 UTC  (2+ messages)

[PATCH 1/3] mm/slub: fix the race between validate_slab and slab_free
 2022-06-08  3:04 UTC  (7+ messages)

[PATCH] mm/memory-failure: don't allow to unpoison hw corrupted page
 2022-06-08  3:06 UTC  (11+ messages)
  `  "
      `  "

[PATCH v2 0/4] mm: kmemleak: store objects allocated with physical address separately and check when scan
 2022-06-08  2:46 UTC  (14+ messages)
` [PATCH v2 1/4] mm: kmemleak: add OBJECT_PHYS flag for objects allocated with physical address
` [PATCH v2 2/4] mm: kmemleak: add rbtree "
` [PATCH v2 3/4] mm: kmemleak: handle address stored in object based on its type
` [PATCH v2 4/4] mm: kmemleak: kmemleak_*_phys() set address type and check PA when scan

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-08  2:18 UTC  (5+ messages)

[PATCH v1 0/5] mm, hwpoison: enable 1GB hugepage support
 2022-06-08  1:40 UTC  (14+ messages)
` [PATCH v1 1/5] mm, hwpoison, hugetlb: introduce SUBPAGE_INDEX_HWPOISON to save raw error page
` [PATCH v1 2/5] mm,hwpoison: set PG_hwpoison for busy hugetlb pages
` [PATCH v1 3/5] mm, hwpoison: make __page_handle_poison returns int
` [PATCH v1 4/5] mm, hwpoison: skip raw hwpoison page in freeing 1GB hugepage
` [PATCH v1 5/5] mm, hwpoison: enable memory error handling on "

[PATCH] mm: Add blank line to make the layout of the program clearer
 2022-06-08  1:36 UTC 

[PATCH] mm: Add blank line to make the layout of the program clearer
 2022-06-08  1:31 UTC  (2+ messages)

[PATCH v3 0/6] introduce mirrored memory support for arm64
 2022-06-08  1:26 UTC  (12+ messages)
` [PATCH v3 1/6] efi: Make efi_find_mirror() public
` [PATCH v3 2/6] arm64/mirror: arm64 enabling - find mirrored memory ranges
` [PATCH v3 3/6] mm: Ratelimited mirrored memory related warning messages
` [PATCH v3 4/6] mm: Demote warning message in vmemmap_verify() to debug level
` [PATCH v3 5/6] mm: Add mirror flag back on initrd memory
` [PATCH v3 6/6] efi: Disable mirror feature if kernelcore is not specified

[PATCH v6 03/15] mm/khugepaged: add struct collapse_control
 2022-06-08  1:06 UTC  (8+ messages)

[PATCH v11 00/14] Multi-Gen LRU Framework
 2022-06-08  0:43 UTC  (13+ messages)
` [PATCH v11 07/14] mm: multi-gen LRU: exploit locality in rmap

[PATCH v6 00/15] mm: userspace hugepage collapse
 2022-06-08  0:39 UTC  (16+ messages)
` [PATCH v6 02/15] mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds THP
` [PATCH v6 05/15] mm/khugepaged: make allocation semantics context-specific
` [PATCH v6 09/15] mm/madvise: introduce MADV_COLLAPSE sync hugepage collapse
` [PATCH v6 11/15] mm/madvise: add MADV_COLLAPSE to process_madvise()

[syzbot] WARNING: locking bug in truncate_inode_pages_final
 2022-06-08  0:23 UTC  (5+ messages)

Alpha: rare random memory corruption/segfault in user space bisected
 2022-06-08  0:20 UTC  (6+ messages)

[PATCH v3 00/21] huge page clearing optimizations
 2022-06-08  0:01 UTC  (6+ messages)
` [PATCH v3 13/21] clear_page: add generic clear_user_pages_incoherent()

[PATCH] zram_drv: add __GFP_NOMEMALLOC not to use ALLOC_NO_WATERMARKS
 2022-06-07 23:47 UTC  (6+ messages)

[PATCH] MAINTAINERS: add myself as a memory-failure reviewer
 2022-06-07 22:42 UTC  (2+ messages)

[PATCH 4/5] io_uring: support nonblock try for splicing from pipe to pipe
 2022-06-07 21:38 UTC 

[syzbot] KASAN: stack-out-of-bounds Write in check_move_unevictable_pages
 2022-06-07 20:48 UTC  (4+ messages)

[RFC PATCH] mm: create security context for memfd_secret inodes
 2022-06-07 20:10 UTC  (6+ messages)

[PATCH v5 0/3] Implement readahead for squashfs
 2022-06-07 19:29 UTC  (3+ messages)
` [PATCH v5 3/3] squashfs: implement readahead

[PATCH 00/20] Convert aops->migratepage to aops->migrate_folio
 2022-06-07 19:21 UTC  (10+ messages)
` [PATCH 05/20] mm/migrate: Convert expected_page_refs() to folio_expected_refs()
` [PATCH 07/20] nfs: Convert to migrate_folio
` [PATCH 15/20] balloon: "

[PATCH] mm/page_alloc: make calling prep_compound_head more reliable
 2022-06-07 19:17 UTC  (3+ messages)

[PATCH v6 00/11] mpt3sas and dmapool scalability
 2022-06-07 18:46 UTC  (12+ messages)
` [PATCH v6 01/11] dmapool: remove checks for dev == NULL
` [PATCH v6 02/11] dmapool: use sysfs_emit() instead of scnprintf()
` [PATCH v6 03/11] dmapool: cleanup integer types
` [PATCH v6 04/11] dmapool: fix boundary comparison
` [PATCH v6 05/11] dmapool: improve accuracy of debug statistics
` [PATCH v6 06/11] dmapool: debug: prevent endless loop in case of corruption
` [PATCH v6 07/11] dmapool: ignore init_on_free when DMAPOOL_DEBUG enabled
` [PATCH v6 08/11] dmapool: speedup DMAPOOL_DEBUG with init_on_alloc
` [PATCH v6 09/11] dmapool: cleanup dma_pool_destroy
` [PATCH v6 10/11] dmapool: improve scalability of dma_pool_alloc
` [PATCH v6 11/11] dmapool: improve scalability of dma_pool_free

[PATCH RESEND V5,0/2]mm: shmem: support POSIX_FADV_[WILL|DONT]NEED for shmem files
 2022-06-07 18:24 UTC  (5+ messages)
` [PATCH RESEND V5,2/2] mm: shmem: implement POSIX_FADV_[WILL|DONT]NEED for shmem

[PATCHv5 00/12] mm, x86/cc: Implement support for unaccepted memory
 2022-06-07 18:15 UTC  (16+ messages)
` [PATCHv5 06/12] x86/boot/compressed: Handle "

[PATCH v7 00/15] io-uring/xfs: support async buffered writes
 2022-06-07 16:41 UTC  (5+ messages)

[PATCH 00/10] Convert to filemap_get_folios()
 2022-06-07 16:10 UTC  (4+ messages)
` [PATCH 07/10] nilfs2: Convert nilfs_copy_back_pages() to use filemap_get_folios()

[next] arm64: boot failed - next-20220606
 2022-06-07 15:29 UTC  (9+ messages)

[PATCH] mm/slub: Move the stackdepot related allocation out of IRQ-off section
 2022-06-07 15:20 UTC 

[PATCH 14/20] hugetlb: Convert to migrate_folio
 2022-06-07 15:02 UTC  (3+ messages)

[PATCH 04/20] mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
 2022-06-07 14:57 UTC  (4+ messages)

[PATCH v2 08/14] fsdax: Output address in dax_iomap_pfn() and rename it
 2022-06-07 14:38 UTC  (2+ messages)
` [PATCH v2.1 "

[PATCH] mm/memremap: fix wrong function name above memremap_pages()
 2022-06-07 14:36 UTC 

[PATCH] mm/filemap.c: Always read one page in do_sync_mmap_readahead()
 2022-06-07 14:01 UTC  (3+ messages)

[PATCH memcg v6] net: set proper memcg for net_init hooks allocations
 2022-06-07 14:10 UTC  (4+ messages)

[syzbot] KASAN: use-after-free Read in copy_page_from_iter_atomic (2)
 2022-06-07 13:11 UTC 

[syzbot] general protection fault in check_move_unevictable_folios
 2022-06-07 13:10 UTC 

[PATCH] MAINTAINERS: remove an obvious typo in MAPLE TREE
 2022-06-07 13:01 UTC  (2+ messages)

[PATCH 1/3] mm/page_alloc: use might_alloc()
 2022-06-07 12:59 UTC  (4+ messages)
` [PATCH 2/3] mm/slab: delete cache_alloc_debugcheck_before()

[PATCH] mm: add a new emergency page migratetype
 2022-06-07 12:55 UTC  (2+ messages)

[PATCH v2 0/4] Cleanup patches of vmalloc
 2022-06-07 12:53 UTC  (6+ messages)
` [PATCH v2 1/4] mm/vmalloc: invoke classify_va_fit_type() in adjust_va_to_fit_type()
` [PATCH v2 2/4] mm/vmalloc: remove the redundant boundary check
` [PATCH v2 3/4] mm/vmalloc: fix typo in local variable name
` [PATCH v2 4/4] mm/vmalloc: Add code comment for find_vmap_area_exceed_addr()

Finding kernel RAM consumers ?
 2022-06-07 10:22 UTC  (10+ messages)

[PATCH v2] madvise.2: Clarify addr/length and update hugetlb support
 2022-06-07  9:37 UTC  (6+ messages)
  ` man-pages maintainership (was: Re: [PATCH v2] madvise.2: Clarify addr/length and update hugetlb support)

[PATCH v4 0/4] A few cleanup and fixup patches for migration
 2022-06-07  9:19 UTC  (10+ messages)
` [PATCH v4 1/4] mm: reduce the rcu lock duration

[PATCH 0/5] Cleanup patches of vmalloc
 2022-06-07  7:53 UTC  (4+ messages)
` [PATCH 5/5] mm: ioremap: rename ioremap_page_range() to ioremap_range()

[PATCH v4 0/6] arm64: Cleanup ioremap() and support ioremap_prot()
 2022-06-07  7:37 UTC  (4+ messages)
` [PATCH v4 4/6] mm: ioremap: Add ioremap/iounmap_allowed()

[PATCH v4 0/3] Implement readahead for squashfs
 2022-06-07  7:35 UTC  (4+ messages)
` [PATCH v4 3/3] squashfs: implement readahead

[PATCH v4] mm: memcontrol: add {pgscan,pgsteal}_{kswapd,direct} items in memory.stat of cgroup v2
 2022-06-07  6:48 UTC 

[PATCH v3] memblock,arm64: Expand the static memblock memory table
 2022-06-07  6:42 UTC  (2+ 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).