linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-01 20:06:08 to 2016-07-06 16:40:45 UTC [more...]

[PATCH v5] kasan/quarantine: fix bugs on qlist_move_cache()
 2016-07-06 16:40 UTC  (3+ messages)

[PATCH 3/4] x86: disallow running with 32-bit PTEs to work around erratum
 2016-07-06 16:02 UTC  (2+ messages)

[PATCHv2 0/6] x86: 32-bit compatible C/R on x86_64
 2016-07-06 14:36 UTC  (11+ messages)
` [PATCHv2 1/6] x86/vdso: unmap vdso blob on vvar mapping failure
` [PATCHv2 2/6] x86/vdso: introduce do_map_vdso() and vdso_type enum
` [PATCHv2 3/6] x86/arch_prctl/vdso: add ARCH_MAP_VDSO_*
` [PATCHv2 5/6] x86/ptrace: down with test_thread_flag(TIF_IA32)
` [PATCHv2 6/6] x86/signal: add SA_{X32,IA32}_ABI sa_flags

[PATCHv10 0/2] mremap vDSO for 32-bit
 2016-07-06 14:03 UTC  (3+ messages)
` [PATCHv10 1/2] x86/vdso: add mremap hook to vm_special_mapping

[PATCH 0/8] Change OOM killer to use list of mm_struct
 2016-07-06 11:43 UTC  (22+ messages)
` [PATCH 1/8] mm,oom_reaper: Remove pointless kthread_run() failure check
` [PATCH 2/8] mm,oom_reaper: Reduce find_lock_task_mm() usage
` [PATCH 3/8] mm,oom: Use list of mm_struct used by OOM victims
` [PATCH 4/8] mm,oom: Remove OOM_SCAN_ABORT case
` [PATCH 5/8] mm,oom: Remove unused signal_struct->oom_victims
` [PATCH 6/8] mm,oom_reaper: Stop clearing TIF_MEMDIE on remote thread
` [PATCH 7/8] mm,oom_reaper: Pass OOM victim's comm and pid values via mm_struct
` [PATCH 8/8] mm,oom_reaper: Make OOM reaper use list of mm_struct

[PATCH 2/2] s390/mm: use ipte range to invalidate multiple page table entries
 2016-07-06 10:51 UTC  (6+ messages)

[PATCH 00/31] Move LRU page reclaim from zones to nodes v8
 2016-07-06  9:33 UTC  (38+ messages)
` [PATCH 01/31] mm, vmstat: add infrastructure for per-node vmstats
` [PATCH 02/31] mm, vmscan: move lru_lock to the node
` [PATCH 03/31] mm, vmscan: move LRU lists to node
` [PATCH 08/31] mm, vmscan: simplify the logic deciding whether kswapd sleeps
` [PATCH 11/31] mm: vmscan: do not reclaim from kswapd if there is any eligible zone
` [PATCH 12/31] mm, vmscan: make shrink_node decisions more node-centric
` [PATCH 25/31] mm, vmscan: add classzone information to tracepoints
` [PATCH 26/31] mm, page_alloc: remove fair zone allocation policy
` [PATCH 27/31] mm: page_alloc: cache the last node whose dirty limit is reached
` [PATCH 28/31] mm: vmstat: replace __count_zone_vm_events with a zone id equivalent
` [PATCH 29/31] mm: vmstat: account per-zone stalls and pages skipped during reclaim
` [PATCH 30/31] mm, vmstat: print node-based stats in zoneinfo file
` [PATCH 31/31] mm, vmstat: Remove zone and node double accounting by approximating retries

[PATCH v3 1/8] mm/zsmalloc: use obj_index to keep consistent with others
 2016-07-06  8:20 UTC  (11+ messages)
` [PATCH v3 2/8] mm/zsmalloc: take obj index back from find_alloced_obj
` [PATCH v3 3/8] mm/zsmalloc: use class->objs_per_zspage to get num of max objects
` [PATCH v3 4/8] mm/zsmalloc: avoid calculate max objects of zspage twice
` [PATCH v3 5/8] mm/zsmalloc: keep comments consistent with code
` [PATCH v3 6/8] mm/zsmalloc: add __init,__exit attribute
` [PATCH v3 7/8] mm/zsmalloc: use helper to clear page->flags bit
` [PATCH v3 8/8] mm/zsmalloc: add per-class compact trace event

[patch for-4.7] mm, compaction: prevent VM_BUG_ON when terminating freeing scanner
 2016-07-06  6:50 UTC  (8+ messages)

[PATCH v2 1/8] mm/zsmalloc: modify zs compact trace interface
 2016-07-06  6:21 UTC  (26+ messages)
` [PATCH v2 2/8] mm/zsmalloc: use obj_index to keep consistent with others
` [PATCH v2 3/8] mm/zsmalloc: take obj index back from find_alloced_obj
` [PATCH v2 4/8] mm/zsmalloc: use class->objs_per_zspage to get num of max objects
` [PATCH v2 5/8] mm/zsmalloc: avoid calculate max objects of zspage twice
` [PATCH v2 6/8] mm/zsmalloc: keep comments consistent with code
` [PATCH v2 7/8] mm/zsmalloc: add __init,__exit attribute
` [PATCH v2 8/8] mm/zsmalloc: use helper to clear page->flags bit

[PATCH v3 00/17] make direct compaction more deterministic
 2016-07-06  5:55 UTC  (9+ messages)
` [PATCH v3 09/17] mm, compaction: make whole_zone flag ignore cached scanner positions
` [PATCH v3 12/17] mm, compaction: more reliably increase direct compaction priority
` [PATCH v3 13/17] mm, compaction: use correct watermark when checking allocation success
` [PATCH v3 17/17] mm, vmscan: make compaction_ready() more accurate and readable

[PATCH v4] kasan/quarantine: fix bugs on qlist_move_cache()
 2016-07-06  0:57 UTC  (4+ messages)

is pid_namespace leak in v3.10?
 2016-07-05 14:34 UTC  (2+ messages)

mm: BUG in page_move_anon_rmap
 2016-07-05 13:21 UTC  (3+ messages)

mm: page fault in __do_huge_pmd_anonymous_page
 2016-07-05 13:11 UTC 

[PATCH 0/2][RFC] mm callback for batched pte updates
 2016-07-05 12:00 UTC  (3+ messages)
` [PATCH 1/2] mm: add callback to prepare the update of multiple page table entries
` [PATCH 2/2] s390/mm: use ipte range to invalidate "

mm: GPF in find_get_pages_tag
 2016-07-05 11:39 UTC 

[PATCH 31/31] mm, vmstat: Remove zone and node double accounting by approximating retries
 2016-07-05 10:55 UTC  (2+ messages)

[PATCH 21/31] mm, page_alloc: Wake kswapd based on the highest eligible zone
 2016-07-05 10:49 UTC  (2+ messages)

kmem_cache_alloc fail with unable to handle paging request after pci hotplug remove
 2016-07-05  7:53 UTC  (7+ messages)

[PATCH 30/31] mm, vmstat: print node-based stats in zoneinfo file
 2016-07-05  7:24 UTC 

[PATCH 24/31] mm, vmscan: Avoid passing in classzone_idx unnecessarily to compaction_ready
 2016-07-05  7:10 UTC 

[PATCH 23/31] mm, vmscan: Avoid passing in classzone_idx unnecessarily to shrink_node
 2016-07-05  7:04 UTC 

[RFC PATCH] swap: choose swap device according to numa node
 2016-07-05  6:22 UTC  (4+ messages)
` [RFC RESEND "

[PATCH] kasan: make depot_fetch_stack more robust
 2016-07-05  4:35 UTC  (4+ messages)

[PATCH 10/31] mm, vmscan: remove duplicate logic clearing node congestion and dirty state
 2016-07-05  3:51 UTC 

[PATCH 04/31] mm, vmscan: begin reclaiming pages on a per-node basis
 2016-07-05  3:17 UTC  (3+ messages)

[patch] Allow user.* xattr in tmpfs
 2016-07-05  2:08 UTC  (3+ messages)

[PATCH 1/1] mm: allocate order 0 page from pcb before zone_watermark_ok
 2016-07-05  1:39 UTC  (3+ messages)

[PATCH v5] mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB
 2016-07-04 23:42 UTC  (2+ messages)

[PATCH v3] kasan/quarantine: fix bugs on qlist_move_cache()
 2016-07-04  9:43 UTC  (4+ messages)

[PATCH 0/3][RFC] mm/page:_owner: track page free call chain
 2016-07-04  7:53 UTC  (11+ messages)
` [PATCH 1/3] mm/page_owner: rename page_owner functions
` [PATCH 2/3] mm/page_owner: rename PAGE_EXT_OWNER flag
` [PATCH 3/3] mm/page_owner: track page free call chain

[PATCH 1/8] mm/zsmalloc: modify zs compact trace interface
 2016-07-04  3:32 UTC  (19+ messages)
` [PATCH 2/8] mm/zsmalloc: add per class compact trace event
` [PATCH 3/8] mm/zsmalloc: take obj index back from find_alloced_obj
` [PATCH 4/8] mm/zsmalloc: use class->objs_per_zspage to get num of max objects
` [PATCH 5/8] mm/zsmalloc: avoid calculate max objects of zspage twice
` [PATCH 6/8] mm/zsmalloc: keep comments consistent with code
` [PATCH 7/8] mm/zsmalloc: add __init,__exit attribute
` [PATCH 8/8] mm/zsmalloc: use helper to clear page->flags bit

[RFC PATCH 0/6] fortify oom killer even more
 2016-07-03 21:17 UTC  (10+ messages)
` [RFC PATCH 1/6] oom: keep mm of the killed task available
` [RFC PATCH 5/6] vhost, mm: make sure that oom_reaper doesn't reap memory read by vhost

[PATCH 0/6] [v3] Workaround for Xeon Phi PTE A/D bits erratum
 2016-07-03 18:44 UTC  (11+ messages)
` [PATCH 1/6] x86: fix duplicated X86_BUG(9) macro
` [PATCH 6/6] x86: Fix stray A/D bit setting into non-present PTEs

undefined reference to `printk'
 2016-07-03 15:39 UTC 

[PATCH] mm,oom: use per signal_struct flag rather than clear TIF_MEMDIE
 2016-07-03 13:32 UTC  (18+ messages)

core.c:undefined reference to `fpu_save'
 2016-07-03 11:17 UTC 

{standard input}:122: Error: number (0x9000000080000000) larger than 32 bits
 2016-07-02 23:53 UTC 

[PATCH v2] kasan/quarantine: fix bugs on qlist_move_cache()
 2016-07-02  8:43 UTC  (2+ messages)

[PATCH 0/4] [RFC][v4] Workaround for Xeon Phi PTE A/D bits erratum
 2016-07-01 22:28 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).