linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-09 13:40:05 to 2021-02-10 09:54:44 UTC [more...]

[RFC][PATCH 00/13] [v5] Migrate Pages in lieu of discard
 2021-02-10  9:54 UTC  (14+ messages)
` [RFC][PATCH 01/13] mm/vmscan: restore zone_reclaim_mode ABI
` [RFC][PATCH 02/13] mm/vmscan: move RECLAIM* bits to uapi header
` [RFC][PATCH 03/13] mm/vmscan: replace implicit RECLAIM_ZONE checks with explicit checks
` [RFC][PATCH 06/13] mm/migrate: update migration order during on hotplug events
` [RFC][PATCH 07/13] mm/migrate: make migrate_pages() return nr_succeeded

Fwd: alloc_pages_bulk()
 2021-02-10  9:51 UTC  (7+ messages)
  ` alloc_pages_bulk()

[PATCH 0/3] Soft limit memory management bug fixes
 2021-02-10  9:51 UTC  (8+ messages)
` [PATCH 1/3] mm: Fix dropped memcg from mem cgroup soft limit tree
` [PATCH 2/3] mm: Force update of mem cgroup soft limit tree on usage excess
` [PATCH 3/3] mm: Fix missing mem cgroup soft limit tree updates

[PATCH] fs: buffer: use raw page_memcg() on locked page
 2021-02-10  9:18 UTC  (4+ messages)

[PATCH] hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappings
 2021-02-10  9:16 UTC 

[RFC PATCH 0/2] Make alloc_contig_range handle Hugetlb pages
 2021-02-10  8:56 UTC  (5+ messages)
` [RFC PATCH 1/2] mm,page_alloc: Make alloc_contig_range handle in-use hugetlb pages
` [RFC PATCH 2/2] mm,page_alloc: Make alloc_contig_range handle free "

[PATCH] mm/hugetlb: use some helper functions to cleanup code
 2021-02-10  8:51 UTC  (3+ messages)

[PATCHSET v2 0/3] Improve IOCB_NOWAIT O_DIRECT reads
 2021-02-10  8:07 UTC  (13+ messages)
` [PATCH 1/3] mm: provide filemap_range_needs_writeback() helper
` [PATCH 2/3] mm: use filemap_range_needs_writeback() for O_DIRECT reads
` [PATCH 3/3] iomap: "

[PATCH v3] mm: cma: support sysfs
 2021-02-10  8:05 UTC  (3+ messages)

[PATCH v5 bpf-next 0/4] introduce bpf_iter for task_vma
 2021-02-10  8:00 UTC  (6+ messages)
` [PATCH v5 bpf-next 1/4] bpf: introduce task_vma bpf_iter

[PATCH] mm/hugetlb: remove redundant reservation check condition in alloc_huge_page()
 2021-02-10  7:54 UTC 

[PATCH v2] mm: cma: support sysfs
 2021-02-10  7:50 UTC  (17+ messages)

[PATCH] mm/huge_memory.c: Remove unnecessary local variable ret2
 2021-02-10  7:24 UTC 

[PATCH] mm/hugetlb: optimize the surplus state transfer code in move_hugetlb_state()
 2021-02-10  7:12 UTC 

Augmented Page Reclaim
 2021-02-10  7:12 UTC  (3+ messages)
` [page-reclaim] "

[linux-next:master 5983/6048] h8300-linux-ld: section .data VMA overlaps section __kcrctab VMA
 2021-02-10  6:33 UTC  (3+ messages)

[PATCH v12 7/7] kasan: don't run tests in async mode
 2021-02-10  6:33 UTC  (3+ messages)
    ` [kbuild-all] "

[GIT PULL] memblock: remove return value of memblock_free_all()
 2021-02-10  6:32 UTC  (3+ messages)

[PATCH 0/3][RESEND] add support for never printing hashed addresses
 2021-02-10  5:21 UTC  (5+ messages)
` [PATCH 1/3] lib/test_printf: use KSTM_MODULE_GLOBALS macro
` [PATCH 2/3] kselftest: add support for skipped tests
` [PATCH 3/3] lib/vsprintf: make-printk-non-secret printks all addresses as unhashed

[PATCH] mm/pmem: Avoid inserting hugepage PTE entry with fsdax if hugepage support is disabled
 2021-02-10  5:18 UTC  (2+ messages)

[PATCH] mm: page-writeback: simplify memcg handling in test_clear_page_writeback()
 2021-02-10  5:16 UTC  (2+ messages)

[PATCH 0/3] add support for never printing hashed addresses
 2021-02-10  5:05 UTC  (4+ messages)
` [PATCH 1/3] lib/test_printf: use KSTM_MODULE_GLOBALS macro
` [PATCH 2/3] kselftest: add support for skipped tests
` [PATCH 3/3] [v2] lib/vsprintf: make-printk-non-secret printks all addresses as unhashed

[PATCH] kswapd: no need reclaim cma pages triggered by unmovable allocation
 2021-02-10  4:07 UTC  (3+ messages)

[PATCH 0/9] Add support for SVM atomics in Nouveau
 2021-02-10  3:40 UTC  (12+ messages)
` [PATCH 1/9] mm/migrate.c: Always allow device private pages to migrate

[PATCH RFC] hugetlb_cgroup: fix unbalanced css_put for shared mappings
 2021-02-10  2:11 UTC  (5+ messages)

[v7 PATCH 01/12] mm: vmscan: use nid from shrink_control for tracepoint
 2021-02-10  1:57 UTC  (37+ messages)
` [v7 PATCH 02/12] mm: vmscan: consolidate shrinker_maps handling code
` [v7 PATCH 03/12] mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocation
` [v7 PATCH 04/12] mm: vmscan: remove memcg_shrinker_map_size
` [v7 PATCH 05/12] mm: memcontrol: rename shrinker_map to shrinker_info
` [v7 PATCH 06/12] mm: vmscan: add shrinker_info_protected() helper
` [v7 PATCH 07/12] mm: vmscan: use a new flag to indicate shrinker is registered
` [v7 PATCH 08/12] mm: vmscan: add per memcg shrinker nr_deferred
` [v7 PATCH 09/12] mm: vmscan: use per memcg nr_deferred of shrinker
` [v7 PATCH 10/12] mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers
` [v7 PATCH 11/12] mm: memcontrol: reparent nr_deferred when memcg offline
` [v7 PATCH 12/12] mm: vmscan: shrink deferred objects proportional to priority

[PATCH][RESEND] lib/vsprintf: make-printk-non-secret printks all addresses as unhashed
 2021-02-10  0:24 UTC  (6+ messages)

[PATCH v1] mm, hwpoison: enable error handling on shmem thp
 2021-02-09 23:51 UTC  (3+ messages)

[RFC PATCH v3 0/2] mempinfd: Add new syscall to provide memory pin
 2021-02-09 22:22 UTC  (9+ messages)
` [RFC PATCH v3 1/2] "

incoming
 2021-02-09 22:03 UTC  (16+ messages)
` [patch 01/14] squashfs: avoid out of bounds writes in decompressors
` [patch 02/14] squashfs: add more sanity checks in id lookup
` [patch 03/14] squashfs: add more sanity checks in inode lookup
` [patch 04/14] squashfs: add more sanity checks in xattr id lookup
` [patch 05/14] kasan: fix stack traces dependency for HW_TAGS
` [patch 06/14] firmware_loader: align .builtin_fw to 8
` [patch 07/14] mm/mremap: fix BUILD_BUG_ON() error in get_extent
` [patch 08/14] tmpfs: disallow CONFIG_TMPFS_INODE64 on s390
` [patch 09/14] tmpfs: disallow CONFIG_TMPFS_INODE64 on alpha
` [patch 10/14] selftests/vm: rename file run_vmtests to run_vmtests.sh
` [patch 11/14] MAINTAINERS: update Andrey Ryabinin's email address
` [patch 12/14] Revert "mm: memcontrol: avoid workload stalls when lowering memory.high"
` [patch 13/14] mm, slub: better heuristic for number of cpus when calculating slab order
` [patch 14/14] nilfs2: make splice write available again

[PATCH RFC 00/30] userfaultfd-wp: Support shmem and hugetlbfs
 2021-02-09 22:00 UTC  (6+ messages)

[PATCH mm] kfence: make reporting sensitive information configurable
 2021-02-09 21:34 UTC  (3+ messages)

[PATCH stable 4.9] mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()
 2021-02-09 21:19 UTC  (2+ messages)

[PATCH v3 0/8] Create 'old' ptes for faultaround mappings on arm64 with hardware access flag
 2021-02-09 20:24 UTC  (3+ messages)
` [PATCH v3 1/8] mm: Cleanup faultaround and finish_fault() codepaths

[PATCH v3 0/8] mm: memcontrol: switch to rstat
 2021-02-09 20:21 UTC  (11+ messages)
` [PATCH v3 1/8] mm: memcontrol: fix cpuhotplug statistics flushing
` [PATCH v3 2/8] mm: memcontrol: kill mem_cgroup_nodeinfo()
` [PATCH v3 3/8] mm: memcontrol: privatize memcg_page_state query functions
` [PATCH v3 4/8] cgroup: rstat: support cgroup1
` [PATCH v3 5/8] cgroup: rstat: punt root-level optimization to individual controllers
` [PATCH v3 6/8] mm: memcontrol: switch to rstat
` [PATCH v3 7/8] mm: memcontrol: consolidate lruvec stat flushing
` [PATCH v3 8/8] kselftests: cgroup: update kmem test for new vmstat implementation

[PATCH v17 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-02-09 20:08 UTC  (9+ messages)

synchronize_rcu in munmap?
 2021-02-09 19:58 UTC  (6+ messages)

[PATCH v2] mm/vmalloc: use rb_tree instead of list for vread() lookups
 2021-02-09 19:49 UTC  (2+ messages)

[linux-next:master 3824/6048] drivers/net/dsa/xrs700x/xrs700x_i2c.c:127:34: warning: unused variable 'xrs700x_i2c_dt_ids'
 2021-02-09 19:16 UTC  (6+ messages)

[PATCH 0/4] Some more lock_page work
 2021-02-09 19:09 UTC  (11+ messages)
` Possible deadlock in fuse write path (Was: Re: [PATCH 0/4] Some more lock_page work..)

[PATCH] mm: remove lru_add_drain_all in alloc_contig_range
 2021-02-09 19:03 UTC  (3+ messages)

[PATCH mm] arm64: kasan: fix MTE symbols exports
 2021-02-09 18:45 UTC  (3+ messages)

[PATCH v2] mm/hugetlb: Remove unnecessary VM_BUG_ON_PAGE on putback_active_hugepage()
 2021-02-09 18:18 UTC  (2+ messages)

[PATCH v4 0/5] mm/hugetlb: Early cow on fork, and a few cleanups
 2021-02-09 17:54 UTC  (7+ messages)
` [PATCH v4 3/5] mm: Introduce page_needs_cow_for_dma() for deciding whether cow
` [PATCH v4 4/5] mm: Use is_cow_mapping() across tree where proper
` [PATCH v4 5/5] hugetlb: Do early cow when page pinned on src mm

[PATCH v2] mm: cma: Print region name on failure
 2021-02-09 17:36 UTC  (4+ messages)

another swap/hibernate code cleanup for for-5.12/block
 2021-02-09 17:14 UTC  (2+ messages)
` [PATCH] mm: simplify swapdev_block

[PATCH v4 0/3] mm, vsprintf: dump full information of page flags in pGp
 2021-02-09 16:21 UTC  (6+ messages)
` [PATCH v4 3/3] "

[PATCH] mm: page_alloc: update the COMPACT[STALL|FAIL] events properly
 2021-02-09 16:08 UTC  (5+ messages)

[PATCH v2 00/12] kasan: optimizations and fixes for HW_TAGS
 2021-02-09 15:18 UTC  (4+ messages)
` [PATCH v2 12/12] arm64: kasan: export MTE symbols for KASAN tests

mmotm 2021-02-08-15-44 uploaded
 2021-02-09 14:26 UTC  (3+ messages)
` mmotm 2021-02-08-15-44 uploaded (mm-cma-print-region-name-on-failure.patch)

[PATCH 0/8] mm: memcontrol: switch to rstat v2
 2021-02-09 13:48 UTC  (3+ messages)
` [PATCH 8/8] kselftests: cgroup: update kmem test for new vmstat implementation


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