linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-28 06:02:13 to 2022-05-31 07:16:52 UTC [more...]

[PATCH mm v2 0/9] memcg: accounting for objects allocated by mkdir cgroup
 2022-05-31  7:16 UTC  (15+ messages)
` [PATCH mm v3 "
  ` [PATCH mm v3 1/9] memcg: enable accounting for struct cgroup
  ` [PATCH mm v3 2/9] memcg: enable accounting for kernfs nodes
  ` [PATCH mm v3 3/9] memcg: enable accounting for kernfs iattrs
  ` [PATCH mm v3 4/9] memcg: enable accounting for struct simple_xattr
  ` [PATCH mm v3 5/9] memcg: enable accounting for percpu allocation of struct psi_group_cpu
  ` [PATCH mm v3 6/9] memcg: enable accounting for percpu allocation of struct cgroup_rstat_cpu
    ` [PATCH mm v3 9/9] memcg: enable accounting for perpu allocation of struct rt_rq

[PATCH v6 00/16] io-uring/xfs: support async buffered writes
 2022-05-31  7:05 UTC  (23+ messages)
` [PATCH v6 03/16] mm: Add balance_dirty_pages_ratelimited_flags() function
` [PATCH v6 04/16] iomap: Add flags parameter to iomap_page_create()
` [PATCH v6 05/16] iomap: Add async buffered write support
` [PATCH v6 06/16] fs: Add check for async buffered writes to generic_write_checks
` [PATCH v6 07/16] fs: add __remove_file_privs() with flags parameter
` [PATCH v6 08/16] fs: Split off inode_needs_update_time and __file_update_time
` [PATCH v6 09/16] fs: Add async write file modification handling
` [PATCH v6 13/16] xfs: Specify lockmode when calling xfs_ilock_for_iomap()
` [PATCH v6 14/16] xfs: Change function signature of xfs_ilock_iocb()
` [PATCH v6 15/16] xfs: Add async buffered write support
` [PATCH v6 16/16] xfs: Enable "

[PATCH v3 0/6] arm64: Cleanup ioremap() and support ioremap_prot()
 2022-05-31  6:13 UTC  (7+ messages)
` [PATCH v3 4/6] mm: ioremap: Add arch_ioremap/iounmap()

[PATCH v4 0/4] A few cleanup and fixup patches for migration
 2022-05-31  6:06 UTC  (6+ messages)
` [PATCH v4 1/4] mm: reduce the rcu lock duration
` [PATCH v4 2/4] mm/migration: remove unneeded lock page and PageMovable check
` [PATCH v4 3/4] mm/migration: return errno when isolate_huge_page failed
` [PATCH v4 4/4] mm/migration: fix potential pte_unmap on an not mapped pte

[PATCH] mm: page_isolation: use compound_nr() correctly in isolate_single_pageblock()
 2022-05-31  5:40 UTC  (3+ messages)

[PATCH v1 00/14] Add support for shared PTEs across processes
 2022-05-31  4:24 UTC  (9+ messages)
` [PATCH v1 08/14] mm/mshare: Add basic page table sharing using mshare
` [PATCH v1 09/14] mm/mshare: Do not free PTEs for mshare'd PTEs

[PATCH 0/3] recover hardware corrupted page by virtio balloon
 2022-05-31  4:08 UTC  (7+ messages)
  `  "

[PATCH 1/3] mm/slub: fix the race between validate_slab and slab_free
 2022-05-31  3:47 UTC  (7+ messages)
` [PATCH 2/3] mm/slub: improve consistency of nr_slabs count
` [PATCH 3/3] mm/slub: add nr_full count for debugging slub

[PATCH 0/3] A few fixup patches for swap
 2022-05-31  2:55 UTC  (7+ messages)
` [PATCH 1/3] mm/swapfile: make security_vm_enough_memory_mm() work as expected
` [PATCH 2/3] mm/swapfile: avoid confusing swap cache statistics

[PATCH v5 00/11] Use obj_cgroup APIs to charge the LRU pages
 2022-05-31  2:46 UTC  (16+ messages)
` [PATCH v5 01/11] mm: memcontrol: remove dead code and comments
` [PATCH v5 02/11] mm: rename unlock_page_lruvec{_irq, _irqrestore} to lruvec_unlock{_irq, _irqrestore}
` [PATCH v5 03/11] mm: memcontrol: prepare objcg API for non-kmem usage
` [PATCH v5 04/11] mm: memcontrol: make lruvec lock safe when LRU pages are reparented
` [PATCH v5 05/11] mm: vmscan: rework move_pages_to_lru()
` [PATCH v5 06/11] mm: thp: make split queue lock safe when LRU pages are reparented
` [PATCH v5 07/11] mm: memcontrol: make all the callers of {folio,page}_memcg() safe
` [PATCH v5 08/11] mm: memcontrol: introduce memcg_reparent_ops
` [PATCH v5 09/11] mm: memcontrol: use obj_cgroup APIs to charge the LRU pages
` [PATCH v5 10/11] mm: lru: add VM_BUG_ON_FOLIO to lru maintenance function
` [PATCH v5 11/11] mm: lru: use lruvec lock to serialize memcg changes

[PATCH] mm/slub: Simplify __kmem_cache_alias()
 2022-05-31  2:41 UTC  (2+ messages)

[PATCH v2] arm64: enable THP_SWAP for arm64
 2022-05-31  2:40 UTC  (7+ messages)

[PATCH] mm/damon: remove obsolete comments of kdamond_stop
 2022-05-31  2:29 UTC  (3+ messages)

[RFC] mm/page_isolation: Fix an infinite loop in isolate_single_pageblock()
 2022-05-31  2:22 UTC  (3+ messages)

[PATCH v2] mm/damon: remove obsolete comments of kdamond_stop
 2022-05-31  2:04 UTC 

[RFC PATCH 0/3] hugetlb: speed up linear address scanning
 2022-05-31  2:04 UTC  (8+ messages)
` [RFC PATCH 1/3] hugetlb: skip to end of PT page mapping when pte not present
` [RFC PATCH 2/3] hugetlb: do not update address in huge_pmd_unshare

RFC: Memory Tiering Kernel Interfaces (v3)
 2022-05-31  1:57 UTC  (11+ messages)
` [RFC PATCH v4 0/7] mm/demotion: Memory tiers and demotion
  ` [RFC PATCH v4 5/7] mm/demotion: Add support to associate rank with memory tier

[PATCH 0/2] userfaultfd.2: Update to latest
 2022-05-31  1:11 UTC  (3+ messages)
` [PATCH 1/2] userfaultfd.2: Add section for UFFD_USER_MODE_ONLY
` [PATCH 2/2] userfaultfd.2: Update on write-protection support

Potential regression on kernel 5.19-rc0: kernel BUG at mm/page_table_check.c:51!
 2022-05-31  0:43 UTC  (4+ messages)

[PATCH v5] mm: Avoid unnecessary page fault retires on shared memory types
 2022-05-30 22:26 UTC  (2+ messages)

[PATCH] memcg: enable accounting in keyctl subsys
 2022-05-30 20:38 UTC  (5+ messages)

[PATCH] mm: page_frag: Warn_on when frag_alloc size is bigger than PAGE_SIZE
 2022-05-30 20:07 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH v4] mm: Avoid unnecessary page fault retires on shared memory types
 2022-05-30 18:29 UTC  (10+ messages)

[PATCH v2 1/2] mm: Add PAGE_ALIGN_DOWN macro
 2022-05-30 18:03 UTC  (7+ messages)
` [PATCH v2 2/2] UML: add support for KASAN under x86_64

[PATCH] mapletree-vs-khugepaged
 2022-05-30 17:38 UTC  (9+ messages)

Freeing page flags
 2022-05-30 16:54 UTC  (2+ messages)

[PATCH] mm: kmemleak: Skip check in kmemleak_*_phys when pfn bound is not ready
 2022-05-30 14:56 UTC  (5+ messages)

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-05-30 13:26 UTC  (7+ messages)
` [PATCH v6 4/8] KVM: Extend the memslot to support fd-based "

[PATCH] mm/swapfile: release swap info when swap device is unpluged
 2022-05-30 13:00 UTC  (2+ messages)
` 答复: "

[PATCH 0/3] recover hardware corrupted page by virtio balloon
 2022-05-30 12:47 UTC  (13+ messages)
` [PATCH 1/3] memory-failure: Introduce memory failure notifier
` [PATCH 2/3] mm/memory-failure.c: support reset PTE during unpoison
    `  "
` [PATCH 3/3] virtio_balloon: Introduce memory recover
    `  "

[PATCH 00/24] Begin removing PageError
 2022-05-30 12:35 UTC  (17+ messages)
` [PATCH 14/24] remap_range: Remove check of uptodate flag
` [PATCH 19/24] nfs: Leave pages in the pagecache if readpage failed
` [PATCH 20/24] btrfs: Use a folio in wait_dev_supers()
` [PATCH 21/24] buffer: Don't test folio error in block_read_full_folio()
` [PATCH 22/24] squashfs: Return the actual error from squashfs_read_folio()
` [PATCH 23/24] hostfs: Handle page write errors correctly
` [PATCH 24/24] ocfs2: Use filemap_write_and_wait_range() in ocfs2_cow_sync_writeback()

[PATCH] mm/shmem.c: clean up comment of shmem_swapin_folio
 2022-05-30 11:58 UTC 

[PATCH] MAINTAINERS: Add maintainer information for z3fold
 2022-05-30 11:45 UTC 

[PATCH v2 0/2] Refactor of vma_merge and new merge call
 2022-05-30 11:15 UTC  (4+ messages)
` [PATCH v2 2/2] [PATCH 2/2] mm: add merging after mremap resize

[PATCH 0/2] Refactor of vma_merge and new merge call
 2022-05-30 10:53 UTC  (7+ messages)
` [PATCH 1/2] [PATCH 1/2] mm: refactor of vma_merge()
` [PATCH 2/2] [PATCH 2/2] mm: add merging after mremap resize

vchiq: Performance regression since 5.18-rc1
 2022-05-30  9:54 UTC  (7+ messages)

[PATCH V2] mm/memory_hotplug: Drop 'reason' argument from check_pfn_span()
 2022-05-30  9:03 UTC  (4+ messages)

[PATCH v4] tracing: add 'accounted' entry into output of allocation tracepoints
 2022-05-30  8:25 UTC  (3+ messages)
` [PATCH v5] "

Alpha: rare random memory corruption/segfault in user space bisected
 2022-05-30  8:25 UTC  (5+ messages)

[linux-next:master 13472/14198] include/linux/workqueue.h:610:2: error: call to __warn_flushing_systemwide_wq declared with 'warning' attribute: Please avoid flushing system-wide workqueues
 2022-05-30  6:59 UTC 

RFC: Memory Tiering Kernel Interfaces (v2)
 2022-05-30  6:54 UTC  (17+ messages)

DAMON VA regions don't split on an large Android APP
 2022-05-30  5:04 UTC  (3+ messages)

[PATCH] mm/slub: replace alloc_pages with folio_alloc
 2022-05-30  4:10 UTC  (6+ messages)
` [mm/slub] 4c863a2fd7: WARNING:at_mm/page_alloc.c:#__alloc_pages

[RFC PATCH v4 3/7] mm/demotion: Build demotion targets based on explicit memory tiers
 2022-05-30  3:35 UTC  (2+ messages)
` [mm/demotion] 8ebccd60c2: BUG:sleeping_function_called_from_invalid_context_at_mm/compaction.c

mm/khugepaged: collapse file/shmem compound pages
 2022-05-30  1:25 UTC  (10+ messages)

[syzbot] memory leak in xas_nomem
 2022-05-30  1:07 UTC  (3+ messages)

【NETstationAPLUS】本人情報緊急確認
 2022-05-29 15:21 UTC 

Is _PAGE_PROTNONE set only for user mappings?
 2022-05-29 10:32 UTC  (5+ messages)

[linux-next:master 10121/14198] kismet: WARNING: unmet direct dependencies detected for RISCV_ALTERNATIVE when selected by RISCV_ISA_SVPBMT
 2022-05-29  6:17 UTC 

[syzbot] INFO: task hung in hci_dev_close_sync
 2022-05-29  5:55 UTC 

[linux-next:master 10124/14198] kismet: WARNING: unmet direct dependencies detected for RISCV_ALTERNATIVE when selected by ERRATA_THEAD
 2022-05-29  2:43 UTC 

[syzbot] WARNING in driver_unregister
 2022-05-29  0:56 UTC 

[patch v2] mm: lru_cache_disable: replace work queue synchronization with synchronize_rcu
 2022-05-29  0:48 UTC  (10+ messages)
` [patch v3] "
  ` [patch v4] "
      ` [patch v5] "

[linux-next:master] BUILD REGRESSION d3fde8ff50ab265749704bd7fbcf70d35235421f
 2022-05-28 21:28 UTC 

[linux-next:master 10080/14198] kernel/signal.c:887:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-05-28 17:56 UTC 

[PATCH -next v7 0/6]mm: page_table_check: add support on arm64 and riscv
 2022-05-28 16:41 UTC  (6+ messages)
` [PATCH -next v7 5/6] arm64/mm: Enable ARCH_SUPPORTS_PAGE_TABLE_CHECK

[linux-next:master 12827/14198] WARNING: modpost: vmlinux.o(.text.unlikely+0x11f90): Section mismatch in reference from the function find_next_bit() to the variable .init.rodata:__setup_str_initcall_blacklist
 2022-05-28  8:12 UTC 

[PATCH -next v5 0/8]arm64: add machine check safe support
 2022-05-28  6:50 UTC  (9+ messages)
` [PATCH -next v5 1/8] arm64: extable: add new extable type EX_TYPE_KACCESS_ERR_ZERO support
` [PATCH -next v5 2/8] arm64: extable: make uaaccess helper use extable type EX_TYPE_UACCESS_ERR_ZERO
` [PATCH -next v5 3/8] arm64: extable: move _cond_extable to _cond_uaccess_extable
` [PATCH -next v5 4/8] arm64: extable: cleanup redundant extable type EX_TYPE_FIXUP
` [PATCH -next v5 5/8] Add generic fallback version of copy_mc_to_user()
` [PATCH -next v5 6/8] arm64: add support for machine check error safe
` [PATCH -next v5 7/8] arm64: add uaccess to machine check safe
` [PATCH -next v5 8/8] arm64: add cow "

[PATCH] mm/vmscan: don't try to reclaim freed folios
 2022-05-28  6:24 UTC  (5+ 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).