linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-06 12:36:23 to 2020-07-07 14:46:41 UTC [more...]

[RFC v5 00/11] DAMON: Support Physical Memory Address Space Monitoring
 2020-07-07 14:45 UTC 

[RFC v3 0/2] Fix gfs2 readahead deadlocks
 2020-07-07 14:44 UTC  (3+ messages)
` [RFC v3 1/2] fs: Add IOCB_NOIO flag for generic_file_read_iter
` [RFC v3 2/2] gfs2: Rework read and page fault locking

(no subject)
 2020-07-07 14:32 UTC  (13+ messages)
` [PATCH 05/15] mm: allow read-ahead with IOCB_NOWAIT set
` [PATCH 07/15] mm: add support for async page locking

[RFC 0/4] Fix gfs2 readahead deadlocks
 2020-07-07 14:30 UTC  (4+ messages)
` [RFC 2/4] fs: Add IOCB_NOIO flag for generic_file_read_iter

[mm] 4e2c82a409: ltp.overcommit_memory01.fail
 2020-07-07 13:56 UTC  (2+ messages)

[RESEND PATCH v5 0/6] arm64: tlb: add support for TTL feature
 2020-07-07 13:49 UTC  (2+ messages)

[PATCH] vmalloc: Removing incorrect logs when vmalloc failed
 2020-07-07 13:24 UTC  (3+ messages)

[PATCH v4] mm/zswap: move to use crypto_acomp API for hardware acceleration
 2020-07-07 12:52 UTC 

[RESEND Patch v2 0/4] mm/mremap: cleanup move_page_tables() a little
 2020-07-07 12:53 UTC  (9+ messages)
` [RESEND Patch v2 3/4] mm/mremap: calculate extent in one place

[PATCH v2 0/3] Fix and enable pmem as RAM device on arm64
 2020-07-07 12:26 UTC  (12+ messages)
` [PATCH v2 1/3] arm64/numa: export memory_add_physaddr_to_nid as EXPORT_SYMBOL_GPL
` [RFC PATCH v2 2/3] device-dax: use fallback nid when numa_node is invalid
` [PATCH v2 3/3] mm/memory_hotplug: fix unpaired mem_hotplug_begin/done

[PATCH v4 00/11] clean-up the migration target allocation functions
 2020-07-07 12:17 UTC  (22+ messages)
` [PATCH v4 01/11] mm/page_isolation: prefer the node of the source page
` [PATCH v4 02/11] mm/migrate: move migration helper from .h to .c
` [PATCH v4 03/11] mm/hugetlb: unify migration callbacks
` [PATCH v4 04/11] mm/hugetlb: make hugetlb migration callback CMA aware
` [PATCH v4 05/11] mm/migrate: clear __GFP_RECLAIM for THP allocation for migration
` [PATCH v4 06/11] mm/migrate: make a standard migration target allocation function
` [PATCH v4 07/11] mm/gup: use a standard migration target allocation callback
` [PATCH v4 08/11] mm/mempolicy: "
` [PATCH v4 09/11] mm/page_alloc: remove a wrapper for alloc_migration_target()
` [PATCH v4 10/11] mm/memory-failure: "
` [PATCH v4 11/11] mm/memory_hotplug: "

[RFC PROPOSAL] memcg: per-memcg user space reclaim interface
 2020-07-07 12:14 UTC  (7+ messages)

[PATCH v1 0/9] s390: implement and optimize vmemmap_free()
 2020-07-07 12:13 UTC  (3+ messages)

[PATCH v15 00/20] per memcg lock
 2020-07-07 12:00 UTC  (22+ messages)
` [PATCH v15 01/21] mm/vmscan: remove unnecessary lruvec adding
` [PATCH v15 02/21] mm/page_idle: no unlikely double check for idle page counting
` [PATCH v15 03/21] mm/compaction: correct the comments of compact_defer_shift
` [PATCH v15 04/21] mm/compaction: rename compact_deferred as compact_should_defer
` [PATCH v15 05/21] mm/thp: move lru_add_page_tail func to huge_memory.c
` [PATCH v15 06/21] mm/thp: clean up lru_add_page_tail
` [PATCH v15 07/21] mm/thp: narrow lru locking
` [PATCH v15 08/21] mm/memcg: add debug checking in lock_page_memcg
` [PATCH v15 09/21] mm/swap: fold vm event PGROTATED into pagevec_move_tail_fn
` [PATCH v15 10/21] mm/lru: move lru_lock holding in func lru_note_cost_page
` [PATCH v15 11/21] mm/lru: move lock into lru_note_cost
` [PATCH v15 12/21] mm/lru: introduce TestClearPageLRU
` [PATCH v15 13/21] mm/compaction: do page isolation first in compaction
` [PATCH v15 14/21] mm/mlock: reorder isolation sequence during munlock
` [PATCH v15 15/21] mm/swap: serialize memcg changes during pagevec_lru_move_fn
` [PATCH v15 16/21] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v15 17/21] mm/lru: introduce the relock_page_lruvec function
` [PATCH v15 18/21] mm/vmscan: use relock for move_pages_to_lru
` [PATCH v15 19/21] mm/pgdat: remove pgdat lru_lock
` [PATCH v15 20/21] mm/lru: revise the comments of lru_lock

[PATCH v14 00/20] per memcg lru lock
 2020-07-07 10:51 UTC  (6+ messages)
` [PATCH v14 07/20] mm/thp: narrow lru locking

incoming
 2020-07-07 10:50 UTC  (6+ messages)
` mmotm 2020-07-06-18-53 uploaded
  ` mmotm 2020-07-06-18-53 uploaded (sound/soc/amd/renoir/rn-pci-acp3x.c:)

[mm] 4e2c82a409: ltp.overcommit_memory01.fail
 2020-07-07 10:28 UTC  (13+ messages)

[RFC v13 0/8] Implement Data Access Monitoring-based Memory Operation Schemes
 2020-07-07  9:38 UTC  (9+ messages)
` [RFC v13 1/8] mm/madvise: Export do_madvise() to external GPL modules
` [RFC v13 2/8] mm/damon: Account age of target regions
` [RFC v13 3/8] mm/damon: Implement data access monitoring-based operation schemes
` [RFC v13 4/8] mm/damon/schemes: Implement a debugfs interface
` [RFC v13 5/8] mm/damon/schemes: Implement statistics feature
` [RFC v13 6/8] mm/damon/selftests: Add 'schemes' debugfs tests
` [RFC v13 7/8] damon/tools: Support more human friendly 'schemes' control
` [RFC v13 8/8] Documentation/admin-guide/mm: Document DAMON-based operation schemes

[RFC]: mm,power: introduce MADV_WIPEONSUSPEND
 2020-07-07  9:14 UTC  (17+ messages)

[PATCH v3] mm/hugetlb: avoid hardcoding while checking if cma is enable
 2020-07-07  8:18 UTC  (2+ messages)

[PATCH v17 00/15] Introduce Data Access MONitor (DAMON)
 2020-07-07  8:07 UTC  (4+ messages)
` [PATCH v17 12/15] Documentation/admin-guide/mm: Add a document for DAMON
    `  "

[PATCH v2] mm/hugetlb: avoid hardcoding while checking if cma is enable
 2020-07-07  8:01 UTC  (4+ messages)

[PATCH v17 03/15] mm/damon: Implement region based sampling
 2020-07-07  7:54 UTC  (2+ messages)

[PATCH V4 0/3] arm64: Enable vmemmap mapping from device memory
 2020-07-07  7:26 UTC  (5+ messages)
` [PATCH V4 1/3] mm/sparsemem: Enable vmem_altmap support in vmemmap_populate_basepages()

[PATCH 1/2] mm/slub: Introduce two counters for the partial objects
 2020-07-07  6:59 UTC  (2+ messages)

[BUG] XHCI getting ZONE_DMA32 memory > than its bus_dma_limit
 2020-07-07  6:55 UTC  (6+ messages)

[RFC PATCH v2 0/5] mm: extend memfd with ability to create "secret" memory areas
 2020-07-07  6:47 UTC  (8+ messages)
` [RFC PATCH v2 1/5] mm: make HPAGE_PxD_{SHIFT,MASK,SIZE} always available
` [RFC PATCH v2 2/5] mmap: make mlock_future_check() global
` [RFC PATCH v2 3/5] mm: extend memfd with ability to create "secret" memory areas
` [RFC PATCH v2 4/5] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [RFC PATCH v2 5/5] mm: secretmem: add ability to reserve memory at boot

[linux-next:master] BUILD REGRESSION 5680d14d59bddc8bcbc5badf00dbbd4374858497
 2020-07-07  6:41 UTC 

[PATCH v5.4.y, v4.19.y] mm: memcg/slab: fix memory leak at non-root kmem_cache destroy
 2020-07-07  6:27 UTC 

[PATCH v12 00/31] Speculative page faults
 2020-07-07  5:31 UTC  (8+ messages)

[PATCH v34 10/24] mm: Add vm_ops->mprotect()
 2020-07-07  4:46 UTC  (14+ messages)
` [PATCH v34 11/24] x86/sgx: Add SGX enclave driver
` [PATCH v34 16/24] x86/sgx: Add a page reclaimer

[PATCH 0/2] Use multi-index entries in the page cache
 2020-07-07  3:49 UTC  (7+ messages)

[PATCH v35 10/24] mm: Add vm_ops->mprotect()
 2020-07-07  3:37 UTC  (3+ messages)
` [PATCH v35 11/24] x86/sgx: Add SGX enclave driver
` [PATCH v35 16/24] x86/sgx: Add a page reclaimer

[PATCH V3] mm/vmstat: Add events for THP migration without split
 2020-07-07  0:06 UTC 

[PATCH] mm/hugetlb: avoid hardcoding while checking if cma is reserved
 2020-07-06 23:26 UTC  (5+ messages)

[PATCH 0/5] mm/migrate: avoid device private invalidations
 2020-07-06 22:23 UTC  (6+ messages)
` [PATCH 1/5] nouveau: fix storing invalid ptes
` [PATCH 2/5] mm/migrate: add a direction parameter to migrate_vma
` [PATCH 3/5] mm/notifier: add migration invalidation type
` [PATCH 4/5] nouveau/svm: use the new migration invalidation
` [PATCH 5/5] mm/hmm/test: "

[PATCH 0/2] KUnit-Kmemleak Integration
 2020-07-06 21:13 UTC  (3+ messages)
` [PATCH 1/2] kunit: support kunit failures from debugging tools
` [PATCH 2/2] kunit: kmemleak integration

[PATCH 0/2] KUnit-Kmemleak Integration
 2020-07-06 21:03 UTC  (3+ messages)
` [PATCH 1/2] kunit: support kunit failures from debugging tools
` [PATCH 2/2] kunit: kmemleak integration

[RFC PATCH 0/3] hugetlbfs: address fault time regression
 2020-07-06 20:26 UTC  (4+ messages)
  ` [RFC PATCH 1/3] Revert: "hugetlbfs: Use i_mmap_rwsem to address page fault/truncate race"
  ` [RFC PATCH 2/3] hugetlbfs: Only take i_mmap_rwsem when sharing is possible
  ` [RFC PATCH 3/3] huegtlbfs: handle page fault/truncate races

[linux-next:pending-fixes] BUILD SUCCESS 661b0ff064b6304266aada06d6e6489392410f86
 2020-07-06 20:08 UTC 

[PATCH v6 00/26] arm64: Memory Tagging Extension user-space support
 2020-07-06 17:56 UTC  (9+ messages)
` [PATCH v6 06/26] mm: Add PG_arch_2 page flag
` [PATCH v6 07/26] mm: Preserve the PG_arch_* flags in __split_huge_page_tail()

[PATCH v8 00/12] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
 2020-07-06 16:07 UTC  (4+ messages)
` [PATCH v8 08/12] iommu/arm-smmu-v3: Seize private ASID

[PATCH v5 3/3] mm/page_alloc: Keep memoryless cpuless node 0 offline
 2020-07-06 16:08 UTC  (11+ messages)

[PATCH] kasan: Remove kasan_unpoison_stack_above_sp_to()
 2020-07-06 15:21 UTC  (2+ messages)

[PATCH v17 11/15] tools/damon/wss: Implement '--thres' option
 2020-07-06 15:04 UTC  (2+ messages)

[PATCH v2] vfs/xattr: mm/shmem: kernfs: release simple xattr entry in a right way
 2020-07-06 14:58 UTC  (2+ messages)

[PATCH 0/3] Fix and enable pmem as RAM on arm64
 2020-07-06 13:56 UTC  (12+ messages)
` [PATCH 1/3] arm64/numa: set numa_off to false when numa node is fake
` [PATCH 2/3] mm/memory_hotplug: harden try_offline_node against bogus nid


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