linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-04 00:39:33 to 2019-04-05 17:20:29 UTC [more...]

[RFC PATCH 00/25] Accelerate page migration and use memcg for PMEM management
 2019-04-05 17:20 UTC  (29+ messages)
` [RFC PATCH 01/25] mm: migrate: Change migrate_mode to support combination migration modes
` [RFC PATCH 02/25] mm: migrate: Add mode parameter to support future page copy routines
` [RFC PATCH 03/25] mm: migrate: Add a multi-threaded page migration function
` [RFC PATCH 04/25] mm: migrate: Add copy_page_multithread into migrate_pages
` [RFC PATCH 05/25] mm: migrate: Add vm.accel_page_copy in sysfs to control page copy acceleration
` [RFC PATCH 06/25] mm: migrate: Make the number of copy threads adjustable via sysctl
` [RFC PATCH 07/25] mm: migrate: Add copy_page_dma to use DMA Engine to copy pages
` [RFC PATCH 08/25] mm: migrate: Add copy_page_dma into migrate_page_copy
` [RFC PATCH 09/25] mm: migrate: Add copy_page_lists_dma_always to support copy a list of pages
` [RFC PATCH 10/25] mm: migrate: copy_page_lists_mt() to copy a page list using multi-threads
` [RFC PATCH 11/25] mm: migrate: Add concurrent page migration into move_pages syscall
` [RFC PATCH 12/25] exchange pages: new page migration mechanism: exchange_pages()
` [RFC PATCH 13/25] exchange pages: add multi-threaded exchange pages
` [RFC PATCH 14/25] exchange pages: concurrent "
` [RFC PATCH 15/25] exchange pages: exchange anonymous page and file-backed page
` [RFC PATCH 16/25] exchange page: Add THP exchange support
` [RFC PATCH 17/25] exchange page: Add exchange_page() syscall
` [RFC PATCH 18/25] memcg: Add per node memory usage&max stats in memcg
` [RFC PATCH 19/25] mempolicy: add MPOL_F_MEMCG flag, enforcing memcg memory limit
` [RFC PATCH 20/25] memory manage: Add memory manage syscall
` [RFC PATCH 21/25] mm: move update_lru_sizes() to mm_inline.h for broader use
` [RFC PATCH 22/25] memory manage: active/inactive page list manipulation in memcg
` [RFC PATCH 23/25] memory manage: page migration based page manipulation between NUMA nodes
` [RFC PATCH 24/25] memory manage: limit migration batch size
` [RFC PATCH 25/25] memory manage: use exchange pages to memory manage to improve throughput

[PATCH v3] gcov: fix when CONFIG_MODULES is not set
 2019-04-05 17:18 UTC  (3+ messages)

[RFC 0/2] guarantee natural alignment for kmalloc()
 2019-04-05 17:11 UTC  (7+ messages)

[RFC PATCH 0/5] EFI Special Purpose Memory Support
 2019-04-05 16:56 UTC  (14+ messages)
` [RFC PATCH 1/5] efi: Detect UEFI 2.8 Special Purpose Memory
` [RFC PATCH 2/5] lib/memregion: Uplevel the pmem "region" ida to a global allocator
` [RFC PATCH 3/5] acpi/hmat: Track target address ranges
` [RFC PATCH 4/5] acpi/hmat: Register special purpose memory as a device
` [RFC PATCH 5/5] device-dax: Add a driver for "hmem" devices

[PATCH v4] kmemleak: survive in a low-memory situation
 2019-04-05 16:43 UTC  (9+ messages)

[RFC PATCH v9 00/13] Add support for eXclusive Page Frame Ownership
 2019-04-05 16:41 UTC  (38+ messages)
` [RFC PATCH v9 02/13] x86: always set IF before oopsing from page fault
` [RFC PATCH v9 03/13] mm: Add support for eXclusive Page Frame Ownership (XPFO)
` [RFC PATCH v9 04/13] xpfo, x86: Add support for XPFO for x86-64
` [RFC PATCH v9 11/13] xpfo, mm: optimize spinlock usage in xpfo_kunmap
` [RFC PATCH v9 12/13] xpfo, mm: Defer TLB flushes for non-current CPUs (x86 only)

[GIT PULL] mm/compaction functional fixes for v5.1-rc4
 2019-04-05 16:15 UTC  (4+ messages)
` [PATCH 1/2] mm/compaction.c: correct zone boundary handling when resetting pageblock skip hints
` [PATCH 2/2] mm/compaction.c: abort search if isolation fails

struct dev_pagemap corruption
 2019-04-05 15:57 UTC  (7+ messages)

page cache: Store only head pages in i_pages
 2019-04-05 13:51 UTC  (16+ messages)

[PATCH V2] mm: fix node spanned pages when we have a node with only zone_movable
 2019-04-05 12:54 UTC  (3+ messages)

[PATCH] mm:rmap: use the pra.mapcount to do the check
 2019-04-05 12:36 UTC  (4+ messages)

How to calculate page address to PFN
 2019-04-05 11:07 UTC 

[PATCH 0/2] Preparing memhotplug for allocating memmap from hot-added range
 2019-04-05 10:56 UTC  (16+ messages)
` [PATCH 1/2] mm, memory_hotplug: cleanup memory offline path
` [PATCH 2/2] mm, memory_hotplug: provide a more generic restrictions for memory hotplug

How to calculate page address to PFN in user space
 2019-04-05 10:54 UTC 

debug linux kernel memory management / pressure
 2019-04-05 10:37 UTC  (3+ messages)

shmem_recalc_inode: unable to handle kernel NULL pointer dereference
 2019-04-05  9:41 UTC  (7+ messages)

32-bit Amlogic (ARM) SoC: kernel BUG in kfree()
 2019-04-05  4:30 UTC  (9+ messages)

[PATCH v8 00/20] Convert x86 & arm64 to use generic page walk
 2019-04-05  4:14 UTC  (3+ messages)
` [PATCH v8 06/20] riscv: mm: Add p?d_large() definitions

[PATCH 0/3] support reserving crashkernel above 4G on arm64 kdump
 2019-04-05  3:47 UTC  (10+ messages)
` [PATCH 1/3] arm64: kdump: support reserving crashkernel above 4G
` [PATCH 2/3] arm64: kdump: support more than one crash kernel regions

[PATCH] mm:workingset use real time to judge activity of the file page
 2019-04-05  3:24 UTC  (6+ messages)

[PATCH 0/3] vfs: make immutable files actually immutable
 2019-04-05  0:29 UTC  (4+ messages)
` [PATCH 2/3] xfs: reset page mappings after setting immutable

[RFC PATCH v2 00/14] Slab Movable Objects (SMO)
 2019-04-04 21:58 UTC  (13+ messages)
` [RFC PATCH v2 14/14] dcache: Implement object migration

[RFC 0/2] add static key for slub_debug
 2019-04-04 21:52 UTC  (6+ messages)
` [RFC 1/2] mm, slub: introduce "
` [RFC 2/2] mm, slub: add missing kmem_cache_debug() checks

[RESEND PATCH 0/3] improve vmap allocation
 2019-04-04 17:21 UTC  (9+ messages)
` [RESEND PATCH 1/3] mm/vmap: keep track of free blocks for "
` [RESEND PATCH 2/3] mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macro

[PATCH] mm/gup.c: fix the wrong comments
 2019-04-04 16:53 UTC  (4+ messages)

[Bug 75101] New: [bisected] s2disk / hibernate blocks on "Saving 506031 image data pages () ..."
 2019-04-04 16:04 UTC  (13+ messages)

[PATCH 0/6] arm64/mm: Enable memory hot remove and ZONE_DEVICE
 2019-04-04 15:19 UTC  (34+ messages)
` [PATCH 1/6] arm64/mm: Enable sysfs based memory hot add interface
` [PATCH 2/6] arm64/mm: Enable memory hot remove
` [PATCH 4/6] mm/hotplug: Reorder arch_remove_memory() call in __remove_memory()
` [PATCH 6/6] arm64/mm: Enable ZONE_DEVICE
` [RFC 1/2] mm/vmemmap: Enable vmem_altmap based base page mapping for vmemmap
  ` [RFC 2/2] arm64/mm: Enable ZONE_DEVICE for all page configs

CMA area pages information
 2019-04-04 14:36 UTC  (5+ messages)
      ` [External] "

[Bug 203107] New: Bad page map in process during boot
 2019-04-04 14:10 UTC  (3+ messages)

On guest free page hinting and OOM
 2019-04-04 13:28 UTC  (11+ messages)

[PATCH 0/4] mm,memory_hotplug: allocate memmap from hotadded memory
 2019-04-04 12:04 UTC  (7+ messages)
` [PATCH 2/4] mm, memory_hotplug: provide a more generic restrictions for memory hotplug

[PATCH] mm: enable error injection at add_to_page_cache
 2019-04-04 11:41 UTC  (2+ messages)

[PATCH 0/4] mm,memory_hotplug: allocate memmap from hotadded memory
 2019-04-04 10:25 UTC  (12+ messages)

How to calculate instruction executed for function
 2019-04-04  9:27 UTC  (2+ messages)

[PATCH 5.0 057/246] mm/resource: Return real error codes from walk failures
 2019-04-04  8:45 UTC 

[PATCH] mm: __pagevec_lru_add_fn: typo fix
 2019-04-04  7:30 UTC  (2+ messages)

[PATCH v2 0/5] Provide generic top-down mmap layout functions
 2019-04-04  5:51 UTC  (6+ messages)
` [PATCH v2 1/5] mm, fs: Move randomize_stack_top from fs to mm
` [PATCH v2 2/5] arm64, mm: Move generic mmap layout functions "
` [PATCH v2 3/5] arm: Use generic mmap top-down layout
` [PATCH v2 4/5] mips: "
` [PATCH v2 5/5] riscv: Make mmap allocation top-down by default

15c8410c67 ("mm/slob.c: respect list_head abstraction layer"): WARNING: CPU: 0 PID: 1 at lib/list_debug.c:28 __list_add_valid
 2019-04-04  4:39 UTC  (3+ messages)

[PATCH] mm:workingset use real time to judge activity of the file page
 2019-04-04  2:01 UTC 

[PATCH AUTOSEL 5.0 015/262] memblock: memblock_phys_alloc_try_nid(): don't panic
 2019-04-04  0:57 UTC  (3+ messages)

[mmotm:master 19/222] arch/sh/kernel/cpu/sh2/clock-sh7619.o:undefined reference to `followparent_recalc'
 2019-04-04  0:39 UTC  (6+ messages)
  ` [kbuild-all] "


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