linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-18 14:12:01 to 2018-07-20 07:20:05 UTC [more...]

[PATCH v4 0/8] swap: THP optimizing refactoring
 2018-07-20  7:18 UTC  (9+ messages)
` [PATCH v4 1/8] swap: Add comments to lock_cluster_or_swap_info()
` [PATCH v4 2/8] mm/swapfile.c: Replace some #ifdef with IS_ENABLED()
` [PATCH v4 3/8] swap: Use swap_count() in swap_page_trans_huge_swapped()
` [PATCH v4 4/8] swap: Unify normal/huge code path "
` [PATCH v4 5/8] swap: Unify normal/huge code path in put_swap_page()
` [PATCH v4 6/8] swap, get_swap_pages: Use entry_size instead of cluster in parameter
` [PATCH v4 7/8] swap: Add __swap_entry_free_locked()
` [PATCH v4 8/8] swap, put_swap_page: Share more between huge/normal code path

[PATCH V2 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio
 2018-07-20 14:11 UTC  (2+ messages)

KASAN: use-after-free Read in generic_perform_write
 2018-07-20  1:25 UTC  (4+ messages)
  ` [V9fs-developer] "

[PATCH v3 0/8] swap: THP optimizing refactoring
 2018-07-20  0:27 UTC  (14+ messages)
` [PATCH v3 1/8] swap: Add comments to lock_cluster_or_swap_info()
` [PATCH v3 2/8] mm/swapfile.c: Replace some #ifdef with IS_ENABLED()
` [PATCH v3 3/8] swap: Use swap_count() in swap_page_trans_huge_swapped()
` [PATCH v3 4/8] swap: Unify normal/huge code path "
` [PATCH v3 5/8] swap: Unify normal/huge code path in put_swap_page()
` [PATCH v3 6/8] swap, get_swap_pages: Use entry_size instead of cluster in parameter
` [PATCH v3 7/8] swap: Add __swap_entry_free_locked()
` [PATCH v3 8/8] swap, put_swap_page: Share more between huge/normal code path

[PATCH 00/39 v8] PTI support for x86-32
 2018-07-19 23:21 UTC  (5+ messages)
` [PATCH 07/39] x86/entry/32: Enter the kernel via trampoline stack

[PATCH] Add option to configure default zswap compressor algorithm
 2018-07-19 22:00 UTC  (3+ messages)

[PATCH v2 0/5] Refactor free_area_init_node/free_area_init_core
 2018-07-19 20:52 UTC  (19+ messages)
` [PATCH v2 1/5] mm/page_alloc: Move ifdefery out of free_area_init_core
` [PATCH v2 2/5] mm: access zone->node via zone_to_nid() and zone_set_nid()
` [PATCH v2 3/5] mm/page_alloc: Optimize free_area_init_core
` [PATCH v2 4/5] mm/page_alloc: Inline function to handle CONFIG_DEFERRED_STRUCT_PAGE_INIT
` [PATCH v2 5/5] mm/page_alloc: Only call pgdat_set_deferred_range when the system boots

[PATCH 0/10] psi: pressure stall information for CPU, memory, and IO v2
 2018-07-19 20:31 UTC  (31+ messages)
` [PATCH 08/10] psi: pressure stall information for CPU, memory, and IO

[PATCH v3 0/7] kmalloc-reclaimable caches
 2018-07-19 19:53 UTC  (13+ messages)
` [PATCH v3 1/7] mm, slab: combine kmalloc_caches and kmalloc_dma_caches
` [PATCH v3 2/7] mm, slab/slub: introduce kmalloc-reclaimable caches
` [PATCH v3 3/7] mm, slab: allocate off-slab freelists as reclaimable when appropriate
` [PATCH v3 4/7] dcache: allocate external names from reclaimable kmalloc caches
` [PATCH v3 7/7] mm, slab: shorten kmalloc cache names for large sizes

[RFC PATCH v2 00/27] Control Flow Enforcement (CET)
 2018-07-19 19:31 UTC  (13+ messages)
` [RFC PATCH v2 16/27] mm: Modify can_follow_write_pte/pmd for shadow stack

[PATCH v2 00/14] mm: Asynchronous + multithreaded memmap init for ZONE_DEVICE
 2018-07-19 18:41 UTC  (8+ messages)

[PATCH v6 00/13] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-07-19 17:57 UTC  (2+ messages)

[linux-next:master 6841/7780] mm/memcontrol.c:5682:30: error: 'CGRP_GROUP_OOM' undeclared
 2018-07-19 17:45 UTC 

cgroup-aware OOM killer, how to move forward
 2018-07-19 17:05 UTC  (13+ messages)

[PATCH] mm: Cleanup in do_shrink_slab()
 2018-07-19 16:27 UTC  (4+ messages)

[PATCH] mm: memcg: fix use after free in mem_cgroup_iter()
 2018-07-19 16:23 UTC  (3+ messages)

[patch v3] mm, oom: fix unnecessary killing of additional processes
 2018-07-19 14:23 UTC  (5+ messages)

[PATCHv5 00/19] MKTME enabling
 2018-07-19 14:23 UTC  (44+ messages)
` [PATCHv5 02/19] mm: Do not use zero page in encrypted pages
` [PATCHv5 03/19] mm/ksm: Do not merge pages with different KeyIDs
` [PATCHv5 04/19] mm/page_alloc: Unify alloc_hugepage_vma()
` [PATCHv5 05/19] mm/page_alloc: Handle allocation for encrypted memory
` [PATCHv5 06/19] mm/khugepaged: Handle encrypted pages
` [PATCHv5 07/19] x86/mm: Mask out KeyID bits from page table entry pfn
` [PATCHv5 08/19] x86/mm: Introduce variables to store number, shift and mask of KeyIDs
` [PATCHv5 09/19] x86/mm: Preserve KeyID on pte_modify() and pgprot_modify()
` [PATCHv5 10/19] x86/mm: Implement page_keyid() using page_ext
` [PATCHv5 11/19] x86/mm: Implement vma_keyid()
` [PATCHv5 12/19] x86/mm: Implement prep_encrypted_page() and arch_free_page()
` [PATCHv5 17/19] x86/mm: Implement sync_direct_mapping()
` [PATCHv5 18/19] x86/mm: Handle encrypted memory in page_to_virt() and __pa()

[PATCH 0/3] Re-structure free_area_init_node / free_area_init_core
 2018-07-19 13:18 UTC  (13+ messages)
` [PATCH 1/3] mm/page_alloc: Move ifdefery out of free_area_init_core
` [PATCH 2/3] mm/page_alloc: Refactor free_area_init_core
` [PATCH 3/3] mm/page_alloc: Split context in free_area_init_node

[PATCH v2 0/2] mm: soft-offline: fix race against page allocation
 2018-07-19 10:32 UTC  (11+ messages)
` [PATCH v2 1/2] mm: fix race on soft-offlining free huge pages

KASAN: use-after-free Read in shrink_slab
 2018-07-19 10:27 UTC  (2+ messages)

[PATCH v6 0/7] fs/dcache: Track & limit # of negative dentries
 2018-07-19  9:13 UTC  (20+ messages)

[PATCH] mm, oom: distinguish blockable mode for mmu notifiers
 2018-07-19  9:12 UTC  (2+ messages)

[PATCH] mm: adjust max read count in generic_file_buffered_read()
 2018-07-19  8:58 UTC  (2+ messages)

[PATCH] mm, oom: remove oom_lock from oom_reaper
 2018-07-19  7:59 UTC 

[PATCH 3/3] vmalloc: Add debugfs modfraginfo
 2018-07-19  5:24 UTC  (2+ messages)

[PATCH v2 0/7] swap: THP optimizing refactoring
 2018-07-19  4:42 UTC  (10+ messages)
` [PATCH v2 2/7] mm/swapfile.c: Replace some #ifdef with IS_ENABLED()
` [PATCH v2 7/7] swap, put_swap_page: Share more between huge/normal code path

答复: [PATCH] fs/writeback: do memory cgroup related writeback firstly
 2018-07-19  3:21 UTC 

[linux-next:master 6018/7290] include/asm-generic/div64.h:239:22: error: passing argument 1 of '__div64_32' from incompatible pointer type
 2018-07-19  1:06 UTC 

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

[PATCH] mm/page_alloc: Deprecate kernelcore=nn and movable_core=
 2018-07-18 20:16 UTC  (5+ messages)

[PATCH v2] mm: disallow mapping that conflict for devm_memremap_pages()
 2018-07-18 19:23 UTC  (4+ messages)

Showing /sys/fs/cgroup/memory/memory.stat very slow on some machines
 2018-07-18 18:43 UTC  (14+ messages)

[PATCH v4 00/17] khwasan: kernel hardware assisted address sanitizer
 2018-07-18 17:16 UTC  (7+ messages)

[PATCH v14 00/22] selftests, powerpc, x86 : Memory Protection Keys
 2018-07-18 17:03 UTC  (33+ messages)
` [PATCH v14 01/22] selftests/x86: Move protecton key selftest to arch neutral directory
` [PATCH v14 03/22] selftests/vm: move generic definitions to header file
` [PATCH v14 04/22] selftests/vm: move arch-specific definitions to arch-specific header
` [PATCH v14 06/22] selftests/vm: typecast the pkey register
` [PATCH v14 07/22] selftests/vm: generic function to handle shadow key register
` [PATCH v14 08/22] selftests/vm: fix the wrong assert in pkey_disable_set()
` [PATCH v14 09/22] selftests/vm: fixed bugs in pkey_disable_clear()
` [PATCH v14 10/22] selftests/vm: fix alloc_random_pkey() to make it really random
` [PATCH v14 11/22] selftests/vm: introduce two arch independent abstraction
` [PATCH v14 12/22] selftests/vm: pkey register should match shadow pkey
` [PATCH v14 13/22] selftests/vm: generic cleanup
` [PATCH v14 14/22] selftests/vm: Introduce generic abstractions
` [PATCH v14 15/22] selftests/vm: powerpc implementation to check support for pkey
` [PATCH v14 16/22] selftests/vm: fix an assertion in test_pkey_alloc_exhaust()
` [PATCH v14 20/22] selftests/vm: testcases must restore pkey-permissions
` [PATCH v14 22/22] selftests/vm: test correct behavior of pkey-0

[PATCH v2 00/11] docs/mm: add boot time memory management docs
 2018-07-18 17:00 UTC  (5+ messages)

[PATCH v5 0/6] fs/dcache: Track & limit # of negative dentries
 2018-07-18 16:01 UTC  (8+ messages)

general protection fault with prefetch_freepointer
 2018-07-18 14:31 UTC 


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