linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-19 12:54:30 to 2020-08-20 14:29:04 UTC [more...]

[RFC v7 00/10] DAMON: Support Physical Memory Address Space Monitoring
 2020-08-20 14:28 UTC  (8+ messages)
` [RFC v7 06/10] mm/damon: Implement callbacks for physical memory monitoring

[PATCH 1/1] mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary
 2020-08-20 14:15 UTC  (26+ messages)

[RFC PATCH v2 0/5] Minor cleanups and performance optimizations for LRU rework
 2020-08-20 14:13 UTC  (16+ messages)
` [RFC PATCH v2 1/5] mm: Identify compound pages sooner in isolate_migratepages_block
` [RFC PATCH v2 3/5] mm: Add explicit page decrement in exception path for isolate_lru_pages
` [RFC PATCH v2 4/5] mm: Split release_pages work into 3 passes
` [RFC PATCH v2 5/5] mm: Split move_pages_to_lru into 3 separate passes

[PATCH v2 0/3] mm/slub: Fix count_partial() problem
 2020-08-20 14:02 UTC  (2+ messages)

[PATCH 1/2] mm/slub: Introduce two counters for the partial objects
 2020-08-20 13:58 UTC  (7+ messages)

[PATCH 0/3] mm/memcg: Miscellaneous cleanups and streamlining
 2020-08-20 13:03 UTC  (4+ messages)
` [PATCH 1/3] mm/memcg: Clean up obsolete enum charge_type
` [PATCH 2/3] mm/memcg: Simplify mem_cgroup_get_max()
` [PATCH 3/3] mm/memcg: Unify swap and memsw page counters

[linux-next:pending-fixes] BUILD SUCCESS 159f8cd76711c3bfcd34dd918786483f6364045e
 2020-08-20 11:56 UTC 

[PATCH v2] mm, THP, swap: fix allocating cluster for swapfile by mistake
 2020-08-20 11:49 UTC  (4+ messages)

[PATCH v4 1/2] memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERIC
 2020-08-20 11:37 UTC  (3+ messages)

a saner API for allocating DMA addressable pages
 2020-08-20 10:24 UTC  (22+ messages)
` [PATCH 05/28] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT
` [PATCH 19/28] dma-mapping: replace DMA_ATTR_NON_CONSISTENT with dma_{alloc,free}_pages
  ` [PATCH 19/28] dma-mapping: replace DMA_ATTR_NON_CONSISTENT with dma_{alloc, free}_pages

[PATCH 4.4 069/149] mm/mmap.c: Add cond_resched() for exit_mmap() CPU stalls
 2020-08-20  9:22 UTC 

[PATCH 4.14 070/228] mm/mmap.c: Add cond_resched() for exit_mmap() CPU stalls
 2020-08-20  9:20 UTC 

[PATCH 4.9 099/212] mm/mmap.c: Add cond_resched() for exit_mmap() CPU stalls
 2020-08-20  9:21 UTC 

mm/gup.c:1922:7: error: implicit declaration of function ‘is_valid_gup_flags’
 2020-08-20  9:37 UTC  (2+ messages)

KASAN: use-after-free Write in page_counter_uncharge
 2020-08-20  9:03 UTC  (2+ messages)

[PATCH STABLE 4.9] mm: Avoid calling build_all_zonelists_init under hotplug context
 2020-08-20  8:39 UTC  (4+ messages)
` Patch "mm: Avoid calling build_all_zonelists_init under hotplug context" has been added to the 4.9-stable tree

[PATCH v2 1/3] mm: remove activate_page() from unuse_pte()
 2020-08-20  8:12 UTC  (10+ messages)
` [PATCH v2 2/3] mm: remove superfluous __ClearPageActive()
` [PATCH v2 3/3] mm: remove superfluous __ClearPageWaiters()

[PATCH v5 0/2] Anonymous VMA naming patches
 2020-08-20  7:58 UTC  (9+ messages)
` [PATCH v5 1/2] mm: rearrange madvise code to allow for reuse
` [PATCH v5 2/2] mm: add a field to store names for private anonymous memory

[PATCH v20 00/15] Introduce Data Access MONitor (DAMON)
 2020-08-20  7:27 UTC  (2+ messages)

[RFC PATCH 0/8] memcg: Enable fine-grained per process memory control
 2020-08-20  6:11 UTC  (6+ messages)

[PATCH v2 00/13] mm/debug_vm_pgtable fixes
 2020-08-20  5:31 UTC  (17+ messages)
` [PATCH v2 01/13] powerpc/mm: Add DEBUG_VM WARN for pmd_clear
` [PATCH v2 02/13] powerpc/mm: Move setting pte specific flags to pfn_pte
` [PATCH v2 03/13] mm/debug_vm_pgtable/ppc64: Avoid setting top bits in radom value
` [PATCH v2 04/13] mm/debug_vm_pgtables/hugevmap: Use the arch helper to identify huge vmap support
` [PATCH v2 05/13] mm/debug_vm_pgtable/savedwrite: Enable savedwrite test with CONFIG_NUMA_BALANCING
` [PATCH v2 06/13] mm/debug_vm_pgtable/THP: Mark the pte entry huge before using set_pmd/pud_at
` [PATCH v2 07/13] mm/debug_vm_pgtable/set_pte/pmd/pud: Don't use set_*_at to update an existing pte entry
` [PATCH v2 08/13] mm/debug_vm_pgtable/thp: Use page table depost/withdraw with THP
` [PATCH v2 09/13] mm/debug_vm_pgtable/locks: Move non page table modifying test together
` [PATCH v2 10/13] mm/debug_vm_pgtable/locks: Take correct page table lock
` [PATCH v2 11/13] mm/debug_vm_pgtable/pmd_clear: Don't use pmd/pud_clear on pte entries
` [PATCH v2 12/13] mm/debug_vm_pgtable/hugetlb: Disable hugetlb test on ppc64
` [PATCH v2 13/13] mm/debug_vm_pgtable: populate a pte entry before fetching it

[PATCH] mm, THP, swap: fix allocating cluster for swapfile by mistake
 2020-08-20  4:41 UTC  (9+ messages)

[PATCH] mm/migrate: Avoid possible unnecessary ptrace_may_access() call in kernel_move_pages()
 2020-08-20  2:18 UTC 

[PATCH 1/2] mm/mmap: rename __vma_unlink_common() to __vma_unlink()
 2020-08-20  2:15 UTC  (3+ messages)

[PATCH] mm/slub: make add_full() condition more explicit
 2020-08-20  1:56 UTC  (3+ messages)

[PATCH v4 00/23] device-dax: Support sub-dividing soft-reserved ranges
 2020-08-20  1:53 UTC  (3+ messages)

init_on_alloc/init_on_free boot options
 2020-08-20  0:35 UTC  (3+ messages)

[PATCH v2] mm: include CMA pages in lowmem_reserve at boot
 2020-08-20  0:32 UTC  (7+ messages)

incoming
 2020-08-19 23:09 UTC  (2+ messages)
` mmotm 2020-08-19-16-09 uploaded

[RFC-PATCH 1/2] mm: Add __GFP_NO_LOCKS flag
 2020-08-19 23:07 UTC  (11+ messages)

[PATCH v5 0/6] arch/x86: kprobes: Remove MODULES dependency
 2020-08-19 21:07 UTC  (10+ messages)
` [PATCH v5 5/6] kprobes: Use text_alloc() and text_free()

[PATCH] kprobes: Use module_name() macro
 2020-08-19 21:06 UTC  (5+ messages)

[PATCH] mm/debug: Do not dereference i_ino blindly
 2020-08-19 21:00 UTC  (3+ messages)

[PATCH] mm: slub: re-initialize randomized freelist sequence in calculate_sizes
 2020-08-19 20:52 UTC  (2+ messages)

[PATCH v3 00/17] memblock: seasonal cleaning^w cleanup
 2020-08-19 20:48 UTC  (4+ messages)
` [PATCH v3 09/17] memblock: make memblock_debug and related functionality private

[PATCH 0/8] Return head pages from find_get_entry and find_lock_entry
 2020-08-19 19:21 UTC  (10+ messages)
` [PATCH 1/8] mm: Factor find_get_swap_page out of mincore_page
` [PATCH 2/8] mm: Use find_get_swap_page in memcontrol
` [PATCH 3/8] mm: Optimise madvise WILLNEED
` [PATCH 4/8] proc: Optimise smaps for shmem entries
` [PATCH 5/8] i915: Use find_lock_page instead of find_lock_entry
` [PATCH 6/8] mm: Convert find_get_entry to return the head page
` [PATCH 7/8] mm: Return head page from find_lock_entry
` [PATCH 8/8] mm: Hoist find_subpage call further up in pagecache_get_page

[linux-next:master] BUILD SUCCESS 8eb858df0a5f6bcd371b5d5637255c987278b8c9
 2020-08-19 19:12 UTC 

[PATCH] mm/highmem: Clean up endif comments
 2020-08-19 18:46 UTC 

[PATCH] mm/gup: don't permit users to call get_user_pages with FOLL_LONGTERM
 2020-08-19 18:14 UTC  (3+ messages)

[PATCH] mm/migrate: Avoid possible unnecessary ptrace_may_access() call in kernel_move_pages()
 2020-08-19 18:04 UTC  (2+ messages)

[PATCH v2 00/10] mm/memory_hotplug: online_pages()/offline_pages() cleanups
 2020-08-19 17:59 UTC  (11+ messages)
` [PATCH v2 01/10] mm/memory_hotplug: inline __offline_pages() into offline_pages()
` [PATCH v2 02/10] mm/memory_hotplug: enforce section granularity when onlining/offlining
` [PATCH v2 03/10] mm/memory_hotplug: simplify page offlining
` [PATCH v2 04/10] mm/page_alloc: simplify __offline_isolated_pages()
` [PATCH v2 05/10] mm/memory_hotplug: drop nr_isolate_pageblock in offline_pages()
` [PATCH v2 06/10] mm/page_isolation: simplify return value of start_isolate_page_range()
` [PATCH v2 07/10] mm/memory_hotplug: simplify page onlining
` [PATCH v2 08/10] mm/page_alloc: drop stale pageblock comment in memmap_init_zone*()
` [PATCH v2 09/10] mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()
` [PATCH v2 10/10] mm/memory_hotplug: mark pageblocks MIGRATE_ISOLATE while onlining memory

[PATCH v4 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-08-19 17:45 UTC  (7+ messages)
` [PATCH v4 6/6] mm: secretmem: add ability to reserve memory at boot

[PATCH v2 1/2] mm/pageblock: mitigation cmpxchg false sharing in pageblock flags
 2020-08-19 16:50 UTC  (5+ messages)
` [PATCH v2 2/2] mm/pageblock: remove false sharing in pageblock_flags

[PATCH 0/7] Overhaul find_get_entries and pagevec_lookup_entries
 2020-08-19 15:05 UTC  (8+ messages)
` [PATCH 1/7] mm: Use pagevec_lookup in shmem_unlock_mapping
` [PATCH 2/7] mm: Rewrite shmem_seek_hole_data
` [PATCH 3/7] mm: Add an 'end' parameter to find_get_entries
` [PATCH 4/7] mm: Add an 'end' parameter to pagevec_lookup_entries
` [PATCH 5/7] mm: Remove nr_entries parameter from pagevec_lookup_entries
` [PATCH 6/7] mm: Pass pvec directly to find_get_entries
` [PATCH 7/7] mm: Remove pagevec_lookup_entries

[PATCH v9 0/6] ACPI: Support Generic Initiator proximity domains
 2020-08-19 14:51 UTC  (7+ messages)
` [PATCH v9 1/6] ACPI: Support Generic Initiator only domains
` [PATCH v9 2/6] x86: Support Generic Initiator only proximity domains
` [PATCH v9 3/6] ACPI: Let ACPI know we support Generic Initiator Affinity Structures
` [PATCH v9 4/6] ACPI: HMAT: Fix handling of changes from ACPI 6.2 to ACPI 6.3
` [PATCH v9 5/6] node: Add access1 class to represent CPU to memory characteristics
` [PATCH v9 6/6] docs: mm: numaperf.rst Add brief description for access class 1

[linux-next:pending-fixes] BUILD SUCCESS 44ce88b59ae417a4c3aa0a659136188d78086a71
 2020-08-19 13:35 UTC 

[PATCH 0/3] Chunk Heap Support on DMA-HEAP
 2020-08-19 13:22 UTC  (4+ messages)

[PATCH v1 00/11] mm/memory_hotplug: online_pages()/offline_pages() cleanups
 2020-08-19 13:19 UTC  (18+ messages)
` [PATCH v1 02/11] mm/memory_hotplug: enforce section granularity when onlining/offlining
` [PATCH v1 06/11] mm/memory_hotplug: drop nr_isolate_pageblock in offline_pages()
` [PATCH v1 07/11] mm/page_isolation: simplify return value of start_isolate_page_range()
` [PATCH v1 08/11] mm/memory_hotplug: simplify page onlining
` [PATCH v1 09/11] mm/page_alloc: drop stale pageblock comment in memmap_init_zone*()
` [PATCH v1 10/11] mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()
` [PATCH v1 11/11] mm/memory_hotplug: mark pageblocks MIGRATE_ISOLATE while onlining memory

[PATCH] mm: sort freelist by rank number
 2020-08-19 13:12 UTC  (6+ messages)

PROBLEM: Long Workqueue delays V2
 2020-08-19 13:12 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).