messages from 2016-07-04 05:46:27 to 2016-07-07 10:22:10 UTC [more...]
[PATCH v5] mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB
2016-07-07 10:23 UTC (4+ messages)
[RFC v2 00/13] lockdep: Implement crossrelease feature
2016-07-07 10:16 UTC (15+ messages)
` [RFC v2 01/13] lockdep: Refactor lookup_chain_cache()
` [RFC v2 02/13] lockdep: Add a function building a chain between two hlocks
` [RFC v2 03/13] lockdep: Make check_prev_add can use a stack_trace of other context
` [RFC v2 04/13] lockdep: Make save_trace can copy from other stack_trace
` [RFC v2 05/13] lockdep: Implement crossrelease feature
` [RFC v2 06/13] lockdep: Apply crossrelease to completion
` [RFC v2 07/13] pagemap.h: Remove trailing white space
` [RFC v2 08/13] lockdep: Apply crossrelease to PG_locked lock
` [RFC v2 09/13] cifs/file.c: Remove trailing white space
` [RFC v2 10/13] mm/swap_state.c: "
` [RFC v2 11/13] lockdep: Call lock_acquire(release) when accessing PG_locked manually
` [RFC v2 12/13] lockdep: Make crossrelease use save_stack_trace_norm() instead
` [RFC v2 13/13] lockdep: Add a document describing crossrelease feature
[PATCH 00/31] Move LRU page reclaim from zones to nodes v8
2016-07-07 10:17 UTC (46+ 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 04/31] mm, vmscan: begin reclaiming pages on a per-node basis
` [PATCH 08/31] mm, vmscan: simplify the logic deciding whether kswapd sleeps
` [PATCH 09/31] mm, vmscan: by default have direct reclaim only shrink once per node
` [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 20/31] mm, vmscan: only wakeup kswapd once per node for the requested classzone
` [PATCH 31/31] mm, vmstat: Remove zone and node double accounting by approximating retries
[PATCH 0/9] mm: Hardened usercopy
2016-07-07 10:07 UTC (19+ messages)
` [PATCH 1/9] "
` [PATCH 2/9] x86/uaccess: Enable hardened usercopy
` [PATCH 3/9] ARM: uaccess: "
` [PATCH 4/9] arm64/uaccess: "
` [PATCH 5/9] ia64/uaccess: "
` [PATCH 6/9] powerpc/uaccess: "
` [PATCH 7/9] sparc/uaccess: "
` [PATCH 8/9] mm: SLAB hardened usercopy support
` [PATCH 9/9] mm: SLUB "
[PATCH v3 1/8] mm/zsmalloc: use obj_index to keep consistent with others
2016-07-07 9:08 UTC (13+ 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 v4 1/8] mm/zsmalloc: use obj_index to keep consistent with others
2016-07-07 9:05 UTC (8+ messages)
` [PATCH v4 2/8] mm/zsmalloc: take obj index back from find_alloced_obj
` [PATCH v4 3/8] mm/zsmalloc: use class->objs_per_zspage to get num of max objects
` [PATCH v4 4/8] mm/zsmalloc: avoid calculate max objects of zspage twice
` [PATCH v4 5/8] mm/zsmalloc: keep comments consistent with code
` [PATCH v4 6/8] mm/zsmalloc: add __init,__exit attribute
` [PATCH v4 7/8] mm/zsmalloc: use helper to clear page->flags bit
` [PATCH v4 8/8] mm/zsmalloc: add per-class compact trace event
[RFC PATCH 0/6] fortify oom killer even more
2016-07-07 8:42 UTC (14+ 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
divide error: 0000 [#1] SMP in task_numa_migrate - handle_mm_fault vanilla 4.4.6
2016-07-07 7:42 UTC (13+ messages)
[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 (17+ messages)
` [PATCH 1/8] mm,oom_reaper: Remove pointless kthread_run() failure check
` [PATCH 3/8] mm,oom: Use list of mm_struct used by OOM victims
` [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 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 (3+ 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 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 (8+ messages)
` [PATCH 3/3] mm/page_owner: "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).