linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-19 04:27:03 to 2020-08-19 20:49:06 UTC [more...]

[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] mm, THP, swap: fix allocating cluster for swapfile by mistake
 2020-08-19 20:44 UTC  (4+ messages)

[PATCH] mm: slub: re-initialize randomized freelist sequence in calculate_sizes
 2020-08-19 20:26 UTC 

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

[PATCH] mm/slub: make add_full() condition more explicit
 2020-08-19 19:37 UTC  (2+ messages)

[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

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

[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 v5 0/2] Anonymous VMA naming patches
 2020-08-19 17:48 UTC  (8+ 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 v4 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-08-19 17:45 UTC  (10+ messages)
` [PATCH v4 6/6] mm: secretmem: add ability to reserve memory at boot

[PATCH v2] mm: include CMA pages in lowmem_reserve at boot
 2020-08-19 17:40 UTC  (6+ messages)

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

[PATCH v2 00/13] mm/debug_vm_pgtable fixes
 2020-08-19 16:29 UTC  (16+ 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 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

a saner API for allocating DMA addressable pages
 2020-08-19 15:03 UTC  (39+ messages)
` [PATCH 01/28] mm: turn alloc_pages into an inline function
` [PATCH 02/28] drm/exynos: stop setting DMA_ATTR_NON_CONSISTENT
` [PATCH 03/28] drm/nouveau/gk20a: "
` [PATCH 04/28] net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENT
` [PATCH 05/28] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT
` [PATCH 06/28] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/28] 53c700: improve non-coherent DMA handling
` [PATCH 08/28] MIPS: make dma_sync_*_for_cpu a little less overzealous
` [PATCH 09/28] MIPS/jazzdma: remove the unused vdma_remap function
` [PATCH 10/28] MIPS/jazzdma: decouple from dma-direct
` [PATCH 11/28] dma-mapping: add (back) arch_dma_mark_clean for ia64
` [PATCH 12/28] dma-direct: remove dma_direct_{alloc,free}_pages
` [PATCH 13/28] dma-direct: lift gfp_t manipulation out of__dma_direct_alloc_pages
` [PATCH 14/28] dma-direct: use phys_to_dma_direct in dma_direct_alloc
` [PATCH 15/28] dma-direct: remove __dma_to_phys
` [PATCH 16/28] dma-direct: rename and cleanup __phys_to_dma
` [PATCH 17/28] dma-mapping: move dma_common_{mmap,get_sgtable} out of mapping.c
` [PATCH 18/28] dma-mapping: move the dma_declare_coherent_memory documentation
` [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 20/28] sgiwd93: convert from dma_cache_sync to dma_sync_single_for_device
` [PATCH 21/28] hal2: "
` [PATCH 22/28] sgiseeq: "
` [PATCH 23/28] lib82596: "
` [PATCH 24/28] 53c700: "
` [PATCH 25/28] dma-mapping: remove dma_cache_sync
` [PATCH 26/28] dmapool: add dma_alloc_pages support
` [PATCH 27/28] nvme-pci: fix PRP pool size
` [PATCH 28/28] nvme-pci: use dma_alloc_pages backed dmapools

[RFC PATCH v2 0/5] Minor cleanups and performance optimizations for LRU rework
 2020-08-19 14:57 UTC  (16+ messages)
` [RFC PATCH v2 1/5] mm: Identify compound pages sooner in isolate_migratepages_block
` [RFC PATCH v2 2/5] mm: Drop use of test_and_set_skip in favor of just setting skip
` [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 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  (27+ messages)
` [PATCH v1 01/11] mm/memory_hotplug: inline __offline_pages() into offline_pages()
` [PATCH v1 02/11] mm/memory_hotplug: enforce section granularity when onlining/offlining
` [PATCH v1 03/11] mm/memory_hotplug: simplify checking if all pages are isolated in offline_pages()
` [PATCH v1 04/11] mm/memory_hotplug: simplify offlining of pages "
` [PATCH v1 05/11] mm/page_alloc: simplify __offline_isolated_pages()
` [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)

[PATCH RFC] mm: increase page waitqueue hash size
 2020-08-19 12:53 UTC 

[PATCH v7 29/29] arm64: mte: Add Memory Tagging Extension documentation
 2020-08-19  9:54 UTC  (11+ messages)

[PATCH] mm: Fix missing function declaration
 2020-08-19  9:39 UTC  (3+ messages)

[PATCH 0/2] arm64/mm: Enable THP migration
 2020-08-19  9:10 UTC  (6+ messages)
` [PATCH 1/2] arm64/mm: Change THP helpers to comply with generic MM semantics

[PATCH] mm/slub: sysfs cleanup on cpu partial when !SLUB_CPU_PARTIAL
 2020-08-19  8:41 UTC  (3+ messages)

[PATCH v2] mm/migrate: Avoid possible unnecessary process right check in kernel_move_pages()
 2020-08-19  8:33 UTC 

[v3 PATCH] mm/memory.c: skip spurious TLB flush for retried page fault
 2020-08-19  8:27 UTC  (3+ messages)

[PATCH] hugetlb_cgroup: convert comma to semicolon
 2020-08-19  8:14 UTC  (3+ messages)

[PATCH 01/16] powerpc/mm: Add DEBUG_VM WARN for pmd_clear
 2020-08-19  6:54 UTC  (8+ messages)
` [PATCH 14/16] debug_vm_pgtable/hugetlb: Disable hugetlb test on ppc64

[PATCH] mm : sync ra->ra_pages with bdi->ra_pages
 2020-08-19  6:54 UTC  (2+ messages)

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

KASAN: use-after-free Write in page_counter_uncharge
 2020-08-19  6:34 UTC 

[PATCH v5 0/2] avoid xfs transaction reservation recursion
 2020-08-19  5:49 UTC  (4+ messages)
` [PATCH v5 1/2] mm: Add become_kswapd and restore_kswapd

[PATCH -next] mm: slab: Remove duplicate include
 2020-08-19  5:22 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).