linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-06 02:31:48 to 2016-07-08 09:37:46 UTC [more...]

[PATCH 00/34] Move LRU page reclaim from zones to nodes v9
 2016-07-08  9:34 UTC  (15+ messages)
` [PATCH 01/34] mm, vmstat: add infrastructure for per-node vmstats
` [PATCH 02/34] mm, vmscan: move lru_lock to the node
` [PATCH 03/34] mm, vmscan: move LRU lists to node
` [PATCH 04/34] mm, mmzone: clarify the usage of zone padding
` [PATCH 05/34] mm, vmscan: begin reclaiming pages on a per-node basis
` [PATCH 06/34] mm, vmscan: have kswapd only scan based on the highest requested zone
` [PATCH 07/34] mm, vmscan: make kswapd reclaim in terms of nodes
` [PATCH 08/34] mm, vmscan: remove balance gap
` [PATCH 09/34] mm, vmscan: simplify the logic deciding whether kswapd sleeps
` [PATCH 10/34] mm, vmscan: by default have direct reclaim only shrink once per node
` [PATCH 11/34] mm, vmscan: remove duplicate logic clearing node congestion and dirty state
` [PATCH 12/34] mm: vmscan: do not reclaim from kswapd if there is any eligible zone
` [PATCH 13/34] mm, vmscan: make shrink_node decisions more node-centric
` [PATCH 14/34] mm, memcg: move memcg limit enforcement from zones to nodes

[PATCH 0/9] mm: Hardened usercopy
 2016-07-08  9:22 UTC  (36+ 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 "
    ` [kernel-hardening] "

[PATCH 0/9] [REVIEW-REQUEST] [v4] System Calls for Memory Protection Keys
 2016-07-08  7:18 UTC  (20+ messages)
` [PATCH 1/9] x86, pkeys: add fault handling for PF_PK page fault bit
` [PATCH 2/9] mm: implement new pkey_mprotect() system call
` [PATCH 3/9] x86, pkeys: make mprotect_key() mask off additional vm_flags
` [PATCH 4/9] x86: wire up mprotect_key() system call
` [PATCH 5/9] x86, pkeys: allocation/free syscalls
` [PATCH 6/9] x86, pkeys: add pkey set/get syscalls
` [PATCH 7/9] generic syscalls: wire up memory protection keys syscalls
` [PATCH 8/9] pkeys: add details of system call use to Documentation/
` [PATCH 9/9] x86, pkeys: add self-tests

[PATCH 00/31] Move LRU page reclaim from zones to nodes v8
 2016-07-08  2:44 UTC  (35+ messages)
` [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 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/4] [RFC][v4] Workaround for Xeon Phi PTE A/D bits erratum
 2016-07-08  0:19 UTC  (5+ messages)
` [PATCH 1/4] x86, swap: move swap offset/type up in PTE to work around erratum
` [PATCH 2/4] x86, pagetable: ignore A/D bits in pte/pmd/pud_none()
` [PATCH 3/4] x86: disallow running with 32-bit PTEs to work around erratum
` [PATCH 4/4] x86: use pte_none() to test for empty PTE

[PATCH 00/31] Move LRU page reclaim from zones to nodes v8
 2016-07-07 23:27 UTC  (2+ messages)

[RFC][PATCH] x86, pkeys: scalable pkey_set()/pkey_get()
 2016-07-07 23:09 UTC 

[PATCH] mm: fix vm-scalability regression in cgroup-aware workingset code
 2016-07-07 19:40 UTC  (4+ messages)
` [PATCH rebase] "

[PATCH 0/8] Change OOM killer to use list of mm_struct
 2016-07-07 16:54 UTC  (27+ 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 5/8] mm,oom: Remove unused signal_struct->oom_victims
` [PATCH 6/8] mm,oom_reaper: Stop clearing TIF_MEMDIE on remote thread
` [PATCH 8/8] mm,oom_reaper: Make OOM reaper use list of mm_struct

[RFC PATCH 0/6] fortify oom killer even more
 2016-07-07 16:46 UTC  (18+ 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] mm,oom: use per signal_struct flag rather than clear TIF_MEMDIE
 2016-07-07 16:42 UTC  (12+ messages)

[PATCH v2 0/6] Change OOM killer to use list of mm_struct
 2016-07-07 16:07 UTC  (7+ messages)
` [PATCH 1/6] mm,oom_reaper: Reduce find_lock_task_mm() usage
` [PATCH 2/6] mm,oom_reaper: Do not attempt to reap a task twice
` [PATCH 3/6] mm,oom: Use list of mm_struct used by OOM victims
` [PATCH 4/6] mm,oom_reaper: Make OOM reaper use list of mm_struct
` [PATCH 5/6] mm,oom: Remove OOM_SCAN_ABORT case and signal_struct->oom_victims
` [PATCH 6/6] mm,oom: Stop clearing TIF_MEMDIE on remote thread

[linux-stable-rc:linux-3.14.y 1941/4787] arch/mips/kernel/r4k_fpu.S:68: Error: opcode not supported on this processor: mips3 (mips3) `sdc1 $f0,272+0($4)'
 2016-07-07 15:01 UTC 

[linux-stable-rc:linux-3.14.y 4656/4787] drivers/hid/hid-input.c:1087:2: note: in expansion of macro 'if'
 2016-07-07 12:09 UTC 

[PATCHv2 0/6] x86: 32-bit compatible C/R on x86_64
 2016-07-07 11:11 UTC  (13+ 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

[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 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

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)

[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 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  (2+ messages)

[PATCH v2 1/8] mm/zsmalloc: modify zs compact trace interface
 2016-07-06  6:21 UTC  (17+ 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 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 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


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