linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-24 22:03:03 to 2018-07-26 18:54:03 UTC [more...]

[PATCH 0/3] mpt3sas and dmapool scalability
 2018-07-26 18:53 UTC 

[RFC v6 PATCH 0/2] mm: zap pages with read mmap_sem in munmap for large mapping
 2018-07-26 18:34 UTC  (4+ messages)
` [RFC v6 PATCH 1/2] mm: refactor do_munmap() to extract the common part
` [RFC v6 PATCH 2/2] mm: mmap: zap pages with read mmap_sem in munmap

[PATCH v3 0/5] Refactor free_area_init_core and add free_area_init_core_hotplug
 2018-07-26 17:55 UTC  (18+ messages)
` [PATCH v3 1/5] mm/page_alloc: Move ifdefery out of free_area_init_core
` [PATCH v3 2/5] mm: access zone->node via zone_to_nid() and zone_set_nid()
` [PATCH v3 3/5] mm/page_alloc: Inline function to handle CONFIG_DEFERRED_STRUCT_PAGE_INIT
` [PATCH v3 4/5] mm/page_alloc: Move initialization of node and zones to an own function
` [PATCH v3 5/5] mm/page_alloc: Introduce memhotplug version of free_area_init_core

[PATCH v3 0/7] memory management documentation updates
 2018-07-26 17:32 UTC  (8+ messages)
` [PATCH v3 1/7] mm/util: make strndup_user description a kernel-doc comment
` [PATCH v3 2/7] mm/util: add kernel-doc for kvfree
` [PATCH v3 3/7] docs/core-api: kill trailing whitespace in kernel-api.rst
` [PATCH v3 4/7] docs/core-api: move *{str,mem}dup* to "String Manipulation"
` [PATCH v3 5/7] docs/core-api: split memory management API to a separate file
` [PATCH v3 6/7] docs/mm: make GFP flags descriptions usable as kernel-doc
` [PATCH v3 7/7] docs/core-api: mm-api: add section about GFP flags

[PATCHv5 00/19] MKTME enabling
 2018-07-26 17:26 UTC  (9+ messages)
` [PATCHv5 05/19] mm/page_alloc: Handle allocation for encrypted memory
` [PATCHv5 18/19] x86/mm: Handle encrypted memory in page_to_virt() and __pa()

[PATCH v2 0/7] memory management documentation updates
 2018-07-26 17:24 UTC  (15+ messages)
` [PATCH v2 1/7] mm/util: make strndup_user description a kernel-doc comment
` [PATCH v2 2/7] mm/util: add kernel-doc for kvfree
` [PATCH v2 3/7] docs/core-api: kill trailing whitespace in kernel-api.rst
` [PATCH v2 4/7] docs/core-api: move *{str,mem}dup* to "String Manipulation"
` [PATCH v2 5/7] docs/core-api: split memory management API to a separate file
` [PATCH v2 6/7] docs/mm: make GFP flags descriptions usable as kernel-doc
` [PATCH v2 7/7] docs/core-api: mm-api: add section about GFP flags

[PATCH] mips: switch to NO_BOOTMEM
 2018-07-26 17:20 UTC  (3+ messages)

freepage accounting bug with CMA/migrate isolation
 2018-07-26 16:50 UTC  (6+ messages)

kernel BUG at mm/shmem.c:LINE!
 2018-07-26 16:40 UTC  (12+ messages)

[PATCH 0/4] cleanups and refactor of /proc/pid/smaps*
 2018-07-26 16:26 UTC  (4+ messages)
` [PATCH 4/4] mm: proc/pid/smaps_rollup: convert to single value seq_file

[PATCH 0/3] memmap_init_zone improvements
 2018-07-26 15:39 UTC  (16+ messages)
` [PATCH 1/3] mm: make memmap_init a proper function
` [PATCH 2/3] mm: calculate deferred pages after skipping mirrored memory
` [PATCH 3/3] mm: move mirrored memory specific code outside of memmap_init_zone

[PATCHv3 0/3] Fix crash due to vma_is_anonymous() false-positives
 2018-07-26 15:14 UTC  (9+ messages)
` [PATCHv3 1/3] mm: Introduce vma_init()

[PATCH] memcg: reduce memcg tree traversals for stats collection
 2018-07-26 13:56 UTC  (4+ messages)

[PATCH] RFC: clear 1G pages with streaming stores on x86
 2018-07-26 13:19 UTC  (14+ messages)
  ` [PATCH v2] "

Showing /sys/fs/cgroup/memory/memory.stat very slow on some machines
 2018-07-26 12:48 UTC  (16+ messages)

[PATCH] mm,page_alloc: PF_WQ_WORKER threads must sleep at should_reclaim_retry()
 2018-07-26 11:39 UTC  (2+ messages)

[Bug 200651] New: cgroups iptables-restor: vmalloc: allocation failure
 2018-07-26  9:02 UTC  (10+ messages)

[PATCH v1 0/2] mm/kdump: exclude reserved pages in dumps
 2018-07-26  8:45 UTC  (19+ messages)

[PATCH] [PATCH] mm: disable preemption before swapcache_free
 2018-07-26  7:44 UTC  (14+ messages)
  `  "

[PATCH v2] mm: fix page_freeze_refs and page_unfreeze_refs in comments
 2018-07-26  7:36 UTC  (2+ messages)

[PATCH] mm/vmscan: fix page_freeze_refs in comment
 2018-07-26  6:59 UTC  (3+ messages)

[PATCH v2] hexagon: switch to NO_BOOTMEM
 2018-07-26  4:13 UTC  (3+ messages)

[PATCH 0/3] PTI for x86-32 Fixes and Updates
 2018-07-26  3:47 UTC  (4+ messages)

[PATCH 0/10] psi: pressure stall information for CPU, memory, and IO v2
 2018-07-26  1:07 UTC  (16+ messages)
` [PATCH 02/10] mm: workingset: tell cache transitions from workingset thrashing

[PATCH] mm: Clarify CONFIG_PAGE_POISONING and usage
 2018-07-25 22:38 UTC 

[PATCH v14 00/74] Convert page cache to XArray
 2018-07-25 21:12 UTC  (9+ messages)

[PATCH V2 1/6] powerpc/mm/book3s: Update pmd_present to look at _PAGE_PRESENT bit
 2018-07-25 16:19 UTC  (6+ messages)
` [PATCH V2 2/6] powerpc/mm/hugetlb/book3s: add _PAGE_PRESENT to hugepd pointer
` [PATCH V2 3/6] powerpc/mm/book3s: Check for pmd_large instead of pmd_trans_huge
` [PATCH V2 4/6] arch/powerpc/mm/hash: validate the pte entries before handling the hash fault
` [PATCH V2 5/6] powerpc/mm/thp: update pmd_trans_huge to check for pmd_present
` [PATCH V2 6/6] powerpc/mm:book3s: Enable THP migration support

[RFC PATCH 0/4] possibilities for improving invalidations
 2018-07-25 15:52 UTC  (5+ messages)
` [RFC PATCH 1/4] mm: munmap optimise single threaded page freeing
` [RFC PATCH 2/4] mm: zap_pte_range only flush under ptl if a dirty shared page was unmapped
` [RFC PATCH 3/4] mm: zap_pte_range optimise fullmm handling for dirty shared pages
` [RFC PATCH 4/4] mm: optimise flushing and pte manipulation for single threaded access

[PATCH 0/3] PTI x86-32 Updates and Fixes
 2018-07-25 15:48 UTC  (4+ messages)
` [PATCH 1/3] x86/mm: Remove in_nmi() warning from vmalloc_fault()
` [PATCH 2/3] Revert "perf/core: Make sure the ring-buffer is mapped in all page-tables"
` [PATCH 3/3] x86/kexec: Allocate 8k PGDs for PTI

[RFC PATCH 0/4] mm: mmu_gather changes to support explicit paging
 2018-07-25 14:06 UTC  (5+ messages)
` [RFC PATCH 1/4] mm: move tlb_table_flush to tlb_flush_mmu_free
` [RFC PATCH 2/4] mm: mmu_notifier fix for tlb_end_vma
` [RFC PATCH 3/4] mm: allow arch to have tlb_flush caled on an empty TLB range
` [RFC PATCH 4/4] powerpc/64s/radix: optimise TLB flush with precise TLB ranges in mmu_gather

[PATCH v4 00/17] khwasan: kernel hardware assisted address sanitizer
 2018-07-25 13:44 UTC  (3+ messages)
` [PATCH v4 13/17] khwasan: add hooks implementation

[PATCH 0/7] memory management documentation updates
 2018-07-25 13:30 UTC  (10+ messages)
` [PATCH 1/7] mm/util: make strndup_user description a kernel-doc comment
` [PATCH 2/7] mm/util: add kernel-doc for kvfree
` [PATCH 3/7] docs/core-api: kill trailing whitespace in kernel-api.rst
` [PATCH 4/7] docs/core-api: move *{str,mem}dup* to "String Manipulation"
` [PATCH 5/7] docs/core-api: split memory management API to a separate file
` [PATCH 6/7] docs/mm: make GFP flags descriptions usable as kernel-doc
` [PATCH 7/7] docs/core-api: mm-api: add section about GFP flags

cgroup-aware OOM killer, how to move forward
 2018-07-25 13:01 UTC  (5+ messages)

cgroup-aware OOM killer, how to move forward
 2018-07-25 12:00 UTC  (13+ messages)

[PATCH v2] zswap: re-check zswap_is_full after do zswap_shrink
 2018-07-25 11:29 UTC  (4+ messages)

[PATCH v11 00/26] Speculative page faults
 2018-07-25 11:23 UTC  (7+ messages)
` [PATCH v11 19/26] mm: provide speculative fault infrastructure

[PATCH] mm, oom: distinguish blockable mode for mmu notifiers
 2018-07-25  6:17 UTC  (7+ messages)

[PATCH] hexagon: switch to NO_BOOTMEM
 2018-07-25  5:28 UTC  (5+ messages)

[patch v3] mm, oom: fix unnecessary killing of additional processes
 2018-07-25  0:24 UTC  (14+ messages)
        ` [patch v4] "

[PATCH v3] mm: Change return type int to vm_fault_t for fault handlers
 2018-07-24 22:36 UTC  (2+ messages)

[RESEND] Spectre-v2 (IBPB/IBRS) and SSBD fixes for 4.4.y
 2018-07-24 22:02 UTC  (4+ 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).