messages from 2016-06-29 07:25:58 to 2016-07-03 02:37:12 UTC [more...]
[PATCH 0/8] Change OOM killer to use list of mm_struct
2016-07-03 2:35 UTC
{standard input}:122: Error: number (0x9000000080000000) larger than 32 bits
2016-07-02 23:53 UTC
[PATCH 0/3][RFC] mm/page:_owner: track page free call chain
2016-07-02 16:16 UTC (4+ 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] kasan/quarantine: fix NULL pointer dereference bug
2016-07-02 8:43 UTC (8+ messages)
` [PATCH v2] kasan/quarantine: fix bugs on qlist_move_cache()
[PATCH 0/4] [RFC][v4] Workaround for Xeon Phi PTE A/D bits erratum
2016-07-01 22:28 UTC (6+ 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-01 20:01 UTC (32+ 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 05/31] mm, vmscan: have kswapd only scan based on the highest requested zone
` [PATCH 06/31] mm, vmscan: make kswapd reclaim in terms of nodes
` [PATCH 07/31] mm, vmscan: remove balance gap
` [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 10/31] mm, vmscan: remove duplicate logic clearing node congestion and dirty state
` [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 13/31] mm, memcg: move memcg limit enforcement from zones to nodes
` [PATCH 14/31] mm, workingset: make working set detection node-aware
` [PATCH 15/31] mm, page_alloc: consider dirtyable memory in terms of nodes
` [PATCH 16/31] mm: move page mapped accounting to the node
` [PATCH 17/31] mm: rename NR_ANON_PAGES to NR_ANON_MAPPED
` [PATCH 18/31] mm: move most file-based accounting to the node
` [PATCH 19/31] mm: move vmscan writes and file write "
` [PATCH 20/31] mm, vmscan: only wakeup kswapd once per node for the requested classzone
` [PATCH 21/31] mm, page_alloc: Wake kswapd based on the highest eligible zone
` [PATCH 22/31] mm: convert zone_reclaim to node_reclaim
` [PATCH 23/31] mm, vmscan: Avoid passing in classzone_idx unnecessarily to shrink_node
` [PATCH 24/31] mm, vmscan: Avoid passing in classzone_idx unnecessarily to compaction_ready
` [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] dma-debug: Track bucket lock state for static checkers
2016-07-01 19:15 UTC
[PATCH 0/6] [v3] Workaround for Xeon Phi PTE A/D bits erratum
2016-07-01 18:12 UTC (23+ messages)
` [PATCH 1/6] x86: fix duplicated X86_BUG(9) macro
` [PATCH 2/6] mm, tlb: add mmu_gather->saw_unset_a_or_d
` [PATCH 3/6] mm: add force_batch_flush to mmu_gather
` [PATCH 4/6] mm: move flush in madvise_free_pte_range()
` [PATCH 5/6] mm: make tlb_flush_mmu_tlbonly() return whether it flushed
` [PATCH 6/6] x86: Fix stray A/D bit setting into non-present PTEs
[PATCH] kasan: make depot_fetch_stack more robust
2016-07-01 17:38 UTC
mm: BUG in page_move_anon_rmap
2016-07-01 16:11 UTC (3+ messages)
[PATCH 00/31] Move LRU page reclaim from zones to nodes v8
2016-07-01 15:37 UTC (32+ 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 05/31] mm, vmscan: have kswapd only scan based on the highest requested zone
` [PATCH 06/31] mm, vmscan: make kswapd reclaim in terms of nodes
` [PATCH 07/31] mm, vmscan: remove balance gap
` [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 10/31] mm, vmscan: remove duplicate logic clearing node congestion and dirty state
` [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 13/31] mm, memcg: move memcg limit enforcement from zones to nodes
` [PATCH 14/31] mm, workingset: make working set detection node-aware
` [PATCH 15/31] mm, page_alloc: consider dirtyable memory in terms of nodes
` [PATCH 16/31] mm: move page mapped accounting to the node
` [PATCH 17/31] mm: rename NR_ANON_PAGES to NR_ANON_MAPPED
` [PATCH 18/31] mm: move most file-based accounting to the node
` [PATCH 19/31] mm: move vmscan writes and file write "
` [PATCH 20/31] mm, vmscan: only wakeup kswapd once per node for the requested classzone
` [PATCH 21/31] mm, page_alloc: Wake kswapd based on the highest eligible zone
` [PATCH 22/31] mm: convert zone_reclaim to node_reclaim
` [PATCH 23/31] mm, vmscan: Avoid passing in classzone_idx unnecessarily to shrink_node
` [PATCH 24/31] mm, vmscan: Avoid passing in classzone_idx unnecessarily to compaction_ready
` [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] kasan/quarantine: fix bugs on qlist_move_cache()
2016-07-01 14:37 UTC (8+ messages)
[PATCH v2] mm: oom: deduplicate victim selection code for memcg and global oom
2016-07-01 11:18 UTC (4+ messages)
[PATCH] mm,oom: use per signal_struct flag rather than clear TIF_MEMDIE
2016-07-01 10:15 UTC (26+ messages)
[RFC PATCH 0/6] fortify oom killer even more
2016-07-01 9:26 UTC (7+ messages)
` [RFC PATCH 1/6] oom: keep mm of the killed task available
` [RFC PATCH 2/6] oom, suspend: fix oom_killer_disable vs. pm suspend properly
` [RFC PATCH 3/6] exit, oom: postpone exit_oom_victim to later
` [RFC PATCH 4/6] oom, oom_reaper: consider mmget_not_zero as a failure
` [RFC PATCH 5/6] vhost, mm: make sure that oom_reaper doesn't reap memory read by vhost
` [RFC PATCH 6/6] oom, oom_reaper: allow to reap mm shared by the kthreads
[PATCH 4/6] mm: move flush in madvise_free_pte_range()
2016-07-01 8:30 UTC
[PATCH 1/8] mm/zsmalloc: modify zs compact trace interface
2016-07-01 6:41 UTC (8+ 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
[patch] Allow user.* xattr in tmpfs
2016-07-01 4:36 UTC
Boot failure on emev2/kzm9d (was: Re: [PATCH v2 11/11] mm/slab: lockless decision to grow cache)
2016-06-30 17:54 UTC (23+ messages)
[PATCH 0/9] [v3] System Calls for Memory Protection Keys
2016-06-30 17:40 UTC (4+ messages)
[PATCH v3 00/17] make direct compaction more deterministic
2016-06-30 15:03 UTC (5+ messages)
` [PATCH v3 02/17] mm, page_alloc: set alloc_flags only once in slowpath
` [PATCH v3 03/17] mm, page_alloc: don't retry initial attempt "
[PATCH] kasan: add newline to messages
2016-06-30 13:48 UTC (2+ messages)
[PATCH 1/1] mm: allocate order 0 page from pcb before zone_watermark_ok
2016-06-30 12:35 UTC (2+ messages)
[PATCH] mmotm: mm-oom-fortify-task_will_free_mem-fix
2016-06-30 8:19 UTC (3+ messages)
[patch] mm, compaction: make sure freeing scanner isn't persistently expensive
2016-06-30 8:16 UTC (6+ messages)
[patch for-4.7] mm, compaction: prevent VM_BUG_ON when terminating freeing scanner
2016-06-30 7:17 UTC (3+ messages)
[PATCH v6 02/12] mm: migrate: support non-lru movable page migration
2016-06-30 6:18 UTC (13+ messages)
` PATCH v6v2 "
` [PATCH v6v3 "
[PATCH 0/3 v1] dax: Clear dirty bits after flushing caches
2016-06-29 20:47 UTC (10+ messages)
` [PATCH 1/3] dax: Make cache flushing protected by entry lock
` [PATCH 2/3] mm: Export follow_pte()
` [PATCH 3/3] dax: Clear dirty entry tags on cache flush
[PATCH v9 00/12] kthread: Kthread worker API improvements
2016-06-29 13:15 UTC (10+ messages)
` [PATCH v9 06/12] kthread: Add kthread_drain_worker()
[linux-next:master 11901/11991] mm/huge_memory.c:604:16: error: invalid storage class for function 'khugepaged_max_ptes_swap_show'
2016-06-29 11:44 UTC (2+ messages)
[PATCHv2 0/6] x86: 32-bit compatible C/R on x86_64
2016-06-29 10:57 UTC (7+ 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 4/6] x86/coredump: use pr_reg size, rather that TIF_IA32 flag
` [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 v3 0/6] Introduce ZONE_CMA
2016-06-29 8:00 UTC (8+ messages)
` [PATCH v3 3/6] mm/cma: populate ZONE_CMA
[PATCH 1/2] MADVISE_FREE, THP: Fix madvise_free_huge_pmd return value after splitting
2016-06-29 7:27 UTC (4+ messages)
` [PATCH 2/2] mm, THP: Clean up return value of madvise_free_huge_pmd
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).