linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v8 00/14] io-uring/xfs: support async buffered writes
 2022-06-08 17:17 UTC  (3+ messages)
` [PATCH v8 01/14] mm: Move starting of background writeback into the main balancing loop
` [PATCH v8 02/14] mm: Move updates of dirty_exceeded into one place

[PATCH v5 0/9] mm/demotion: Memory tiers and demotion
 2022-06-08 16:42 UTC  (50+ 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 9/9] mm/demotion: Update node_is_toptier to work with "

[PATCH 00/10] Convert to filemap_get_folios()
 2022-06-08 16:32 UTC  (24+ messages)
` [PATCH 01/10] filemap: Add filemap_get_folios()
` [PATCH 02/10] buffer: Convert clean_bdev_aliases() to use filemap_get_folios()
` [PATCH 03/10] ext4: Convert mpage_release_unused_pages() "
` [PATCH 04/10] ext4: Convert mpage_map_and_submit_buffers() "
` [PATCH 05/10] f2fs: Convert f2fs_invalidate_compress_pages() "
` [PATCH 06/10] hugetlbfs: Convert remove_inode_hugepages() "
` [PATCH 07/10] nilfs2: Convert nilfs_copy_back_pages() "
` [PATCH 08/10] vmscan: Add check_move_unevictable_folios()
  ` [vmscan] bc9eb0d5ef: BUG:KASAN:stack-out-of-bounds_in_check_move_unevictable_pages
` [PATCH 09/10] shmem: Convert shmem_unlock_mapping() to use filemap_get_folios()
` [PATCH 10/10] filemap: Remove find_get_pages_range() and associated functions

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

[PATCH v2 00/19] Convert aops->migratepage to aops->migrate_folio
 2022-06-08 15:22 UTC  (21+ messages)
` [PATCH v2 01/19] secretmem: Remove isolate_page
` [PATCH v2 02/19] mm: Convert all PageMovable users to movable_operations
` [PATCH v2 03/19] fs: Add aops->migrate_folio
` [PATCH v2 04/19] mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio()
` [PATCH v2 05/19] mm/migrate: Convert writeout() to take a folio
` [PATCH v2 06/19] mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
` [PATCH v2 07/19] mm/migrate: Convert expected_page_refs() to folio_expected_refs()
` [PATCH v2 08/19] btrfs: Convert btree_migratepage to migrate_folio
` [PATCH v2 09/19] nfs: Convert "
` [PATCH v2 10/19] mm/migrate: Convert migrate_page() to migrate_folio()
` [PATCH v2 11/19] mm/migrate: Add filemap_migrate_folio()
` [PATCH v2 12/19] btrfs: Convert btrfs_migratepage to migrate_folio
` [PATCH v2 13/19] ubifs: Convert to filemap_migrate_folio()
` [PATCH v2 14/19] f2fs: "
` [PATCH v2 15/19] aio: Convert to migrate_folio
` [PATCH v2 16/19] hugetlb: "
` [PATCH v2 17/19] secretmem: "
` [PATCH v2 18/19] fs: Remove aops->migratepage()
` [PATCH v2 19/19] mm/folio-compat: Remove migration compatibility functions

[PATCH v2 0/3] A few cleanup and fixup patches for swap
 2022-06-08 15:16 UTC  (5+ messages)
` [PATCH v2 1/3] mm/swapfile: make security_vm_enough_memory_mm() work as expected
` [PATCH v2 2/3] mm/swapfile: fix possible data races of inuse_pages
` [PATCH v2 3/3] mm/swap: remove swap_cache_info statistics

[PATCH v3] cred: Propagate security_prepare_creds() error code
 2022-06-08 15:09 UTC 

[RFC PATCH 3/3] mm: Add kernel PTE level pagetable pages account
 2022-06-08 15:07 UTC  (3+ messages)
` [mm] 9b12e49e9b: BUG:Bad_page_state_in_process

[PATCH 4/5] io_uring: support nonblock try for splicing from pipe to pipe
 2022-06-08 14:18 UTC  (2+ messages)

[PATCH] mm: mempolicy: N:M interleave policy for tiered memory nodes
 2022-06-08 14:16 UTC  (3+ messages)

[PATCH v2] mm/vmscan: don't try to reclaim freed folios
 2022-06-08 14:14 UTC 

[PATCH] mm/vmscan: don't try to reclaim freed folios
 2022-06-08 14:09 UTC  (3+ messages)

[PATCH v2 0/1] mm/memory-failure: don't allow to unpoison hw corrupted page
 2022-06-08 13:55 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH v2 0/4] A few cleanup and fixup patches for migration
 2022-06-08 13:31 UTC  (18+ messages)
` [PATCH v2 2/4] mm/migration: remove unneeded lock page and PageMovable check

[PATCH 00/20] Convert aops->migratepage to aops->migrate_folio
 2022-06-08 13:06 UTC  (34+ messages)
` [PATCH 01/20] fs: Add aops->migrate_folio
` [PATCH 02/20] mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio()
` [PATCH 03/20] mm/migrate: Convert writeout() to take a folio
` [PATCH 04/20] mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
` [PATCH 05/20] mm/migrate: Convert expected_page_refs() to folio_expected_refs()
` [PATCH 06/20] btrfs: Convert btree_migratepage to migrate_folio
` [PATCH 07/20] nfs: Convert "
` [PATCH 08/20] mm/migrate: Convert migrate_page() to migrate_folio()
` [PATCH 09/20] mm/migrate: Add filemap_migrate_folio()
` [PATCH 10/20] btrfs: Convert btrfs_migratepage to migrate_folio
` [PATCH 13/20] aio: Convert "
` [PATCH 15/20] balloon: "
` [PATCH 19/20] fs: Remove aops->migratepage()
` [PATCH 20/20] mm/folio-compat: Remove migration compatibility functions

[PATCH v1 0/5] mm, hwpoison: enable 1GB hugepage support
 2022-06-08 12:57 UTC  (12+ messages)
` [PATCH v1 1/5] mm, hwpoison, hugetlb: introduce SUBPAGE_INDEX_HWPOISON to save raw error page
` [PATCH v1 3/5] mm, hwpoison: make __page_handle_poison returns int
` [PATCH v1 5/5] mm, hwpoison: enable memory error handling on 1GB hugepage

[PATCH] MAINTAINERS: add myself as a memory-failure reviewer
 2022-06-08 12:27 UTC  (3+ messages)

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

[PATCH] mm/page_alloc: make calling prep_compound_head more reliable
 2022-06-08 12:17 UTC  (4+ messages)

[PATCH v2] madvise.2: Clarify addr/length and update hugetlb support
 2022-06-08 11:41 UTC  (8+ messages)
  ` man-pages maintainership (was: Re: [PATCH v2] madvise.2: Clarify addr/length and update hugetlb support)

[PATCH v5 0/3] Implement readahead for squashfs
 2022-06-08 10:20 UTC  (4+ messages)
` [PATCH v5 3/3] squashfs: implement readahead

[PATCH v3 0/6] introduce mirrored memory support for arm64
 2022-06-08 10:12 UTC  (15+ messages)
` [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 0/5] Reduce a vmalloc internal lock contention preparation work
 2022-06-08 10:05 UTC  (11+ 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] mm/memory-failure: don't allow to unpoison hw corrupted page
 2022-06-08  9:45 UTC  (11+ messages)
  `  "
      `  "

RFC: Memory Tiering Kernel Interfaces (v3)
 2022-06-08  8:29 UTC  (27+ 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

[syzbot] general protection fault in __device_attach
 2022-06-08  8:24 UTC  (4+ messages)

[RESEND PATCH] arm64/hugetlb: Simplify the huge_ptep_set_access_flags()
 2022-06-08  8:04 UTC 

[linux-next:master 923/1853] drivers/spi/spi-s3c64xx.c:357:34: sparse: sparse: Using plain integer as NULL pointer
 2022-06-08  7:53 UTC 

[PATCH v5 0/6] arm64: Cleanup ioremap() and support ioremap_prot()
 2022-06-08  7:22 UTC  (9+ messages)
` [PATCH v5 2/6] mm: ioremap: Use more sensibly name in ioremap_prot()
` [PATCH v5 4/6] mm: ioremap: Add ioremap/iounmap_allowed()

[PATCH v5 00/13] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-06-08  7:06 UTC  (3+ messages)
` [PATCH v5 02/13] mm: handling Non-LRU pages returned by vm_normal_pages

[PATCH] mm/filemap.c: Always read one page in do_sync_mmap_readahead()
 2022-06-08  6:35 UTC  (3+ 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 v2 0/4] mm: kmemleak: store objects allocated with physical address separately and check when scan
 2022-06-08  2:46 UTC  (2+ messages)

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

[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 v6 03/15] mm/khugepaged: add struct collapse_control
 2022-06-08  1:06 UTC  (8+ messages)

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

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

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox