messages from 2016-02-19 09:20:09 to 2016-02-23 15:18:22 UTC [more...]
[RFC PATCH 00/27] Move LRU page reclaim from zones to nodes v2
2016-02-23 15:18 UTC (18+ messages)
` [PATCH 01/27] mm, page_alloc: Use ac->classzone_idx instead of zone_idx(preferred_zone)
` [PATCH 02/27] mm, vmscan: Check if cpusets are enabled during direct reclaim
` [PATCH 03/27] mm, vmstat: Add infrastructure for per-node vmstats
` [PATCH 04/27] mm, vmscan: Move lru_lock to the node
` [PATCH 05/27] mm, vmscan: Move LRU lists to node
` [PATCH 06/27] mm, vmscan: Begin reclaiming pages on a per-node basis
` [PATCH 07/27] mm, vmscan: Have kswapd only scan based on the highest requested zone
` [PATCH 08/27] mm, vmscan: Make kswapd reclaim in terms of nodes
` [PATCH 09/27] mm, vmscan: Simplify the logic deciding whether kswapd sleeps
` [PATCH 10/27] mm, vmscan: By default have direct reclaim only shrink once per node
` [PATCH 11/27] mm, vmscan: Clear congestion, dirty and need for compaction on a per-node basis
` [PATCH 12/27] mm: vmscan: Do not reclaim from kswapd if there is any eligible zone
` [PATCH 13/27] mm, vmscan: Make shrink_node decisions more node-centric
` [PATCH 14/27] mm, memcg: Move memcg limit enforcement from zones to nodes
` [PATCH 15/27] mm, workingset: Make working set detection node-aware
` [PATCH 16/27] mm, page_alloc: Consider dirtyable memory in terms of nodes
` [PATCH 17/27] mm: Move page mapped accounting to the node
[RFC 0/2] New MAP_PMEM_AWARE mmap flag
2016-02-23 14:22 UTC (25+ messages)
` [RFC 1/2] mmap: Define a new "
` [RFC 2/2] dax: Support "
[RFC PATCH 00/27] Move LRU page reclaim from zones to nodes v2
2016-02-23 13:45 UTC (16+ messages)
` [PATCH 01/27] mm, page_alloc: Use ac->classzone_idx instead of zone_idx(preferred_zone)
` [PATCH 02/27] mm, vmscan: Check if cpusets are enabled during direct reclaim
` [PATCH 03/27] mm, vmstat: Add infrastructure for per-node vmstats
` [PATCH 04/27] mm, vmscan: Move lru_lock to the node
` [PATCH 05/27] mm, vmscan: Move LRU lists to node
` [PATCH 06/27] mm, vmscan: Begin reclaiming pages on a per-node basis
` [PATCH 07/27] mm, vmscan: Have kswapd only scan based on the highest requested zone
` [PATCH 08/27] mm, vmscan: Make kswapd reclaim in terms of nodes
` [PATCH 09/27] mm, vmscan: Simplify the logic deciding whether kswapd sleeps
` [PATCH 10/27] mm, vmscan: By default have direct reclaim only shrink once per node
` [PATCH 11/27] mm, vmscan: Clear congestion, dirty and need for compaction on a per-node basis
` [PATCH 12/27] mm: vmscan: Do not reclaim from kswapd if there is any eligible zone
` [PATCH 13/27] mm, vmscan: Make shrink_node decisions more node-centric
` [PATCH 14/27] mm, memcg: Move memcg limit enforcement from zones to nodes
` [PATCH 15/27] mm, workingset: Make working set detection node-aware
[PATCH 1/1] mm: numa: Quickly fail allocations for NUMA balancing on full nodes
2016-02-23 13:39 UTC
[PATCH] mm,oom: remove shortcuts for SIGKILL and PF_EXITING cases
2016-02-23 13:24 UTC (4+ messages)
[PATCH 0/5] oom reaper v5
2016-02-23 13:21 UTC (9+ messages)
` [PATCH 2/5] oom reaper: handle mlocked pages
` [PATCH 5/5] mm, oom_reaper: implement OOM victims queuing
` [PATCH 6/5] oom, oom_reaper: disable oom_reaper for
` [PATCH 6/5] oom, oom_reaper: disable oom_reaper for oom_kill_allocating_task
[PATCHv2 00/28] huge tmpfs implementation using compound pages
2016-02-23 13:05 UTC (6+ messages)
` [PATCHv2 08/28] mm: postpone page table allocation until do_set_pte()
[PATCH v2] mm,oom: exclude oom_task_origin processes if they are OOM-unkillable
2016-02-23 12:34 UTC (10+ messages)
[RFC][PATCH v2 0/3] mm/zsmalloc: increase objects density and reduce memory wastage
2016-02-23 10:35 UTC (24+ messages)
` [RFC][PATCH v2 1/3] mm/zsmalloc: introduce zs_get_huge_class_size_watermark()
` [RFC][PATCH v2 2/3] zram: use zs_get_huge_class_size_watermark()
` [RFC][PATCH v2 3/3] mm/zsmalloc: increase ZS_MAX_PAGES_PER_ZSPAGE
[BUG] random kernel crashes after THP rework on s390 (maybe also on PowerPC and ARM)
2016-02-23 10:32 UTC (14+ messages)
[PATCH] mm,vmscan: compact memory from kswapd when lots of memory free already
2016-02-23 9:18 UTC (2+ messages)
[PATCH 1/1] mm: meminit: initialise more memory for inode/dentry hash tables in early boot
2016-02-23 9:17 UTC (2+ messages)
[PATCH v2] mm/slab: re-implement pfmemalloc support
2016-02-23 7:27 UTC (3+ messages)
[PATCH v1 0/8] SLAB support for KASAN
2016-02-23 7:23 UTC (16+ messages)
` [PATCH v1 2/8] mm, kasan: SLAB support
` [PATCH v1 8/8] mm: kasan: Initial memory quarantine implementation
[PATCH v3 1/2] mm: introduce page reference manipulation functions
2016-02-23 7:21 UTC (2+ messages)
` [PATCH v3 2/2] mm/page_ref: add tracepoint to track down page reference manipulation
[RFC][PATCH 0/7] System Calls for Memory Protection Keys
2016-02-23 6:45 UTC (9+ messages)
` [RFC][PATCH 2/7] mm: implement new pkey_mprotect() system call
` [RFC][PATCH 3/7] x86, pkeys: make mprotect_key() mask off additional vm_flags
` [RFC][PATCH 4/7] x86: wire up mprotect_key() system call
` [RFC][PATCH 5/7] x86, pkeys: allocation/free syscalls
` [RFC][PATCH 6/7] x86, pkeys: add pkey set/get syscalls
` [RFC][PATCH 7/7] pkeys: add details of system call use to Documentation/
[PATCH v2] mm: scale kswapd watermarks in proportion to memory
2016-02-23 2:23 UTC (4+ messages)
[PATCH V2 00/29] Book3s abstraction in preparation for new MMU model
2016-02-23 2:17 UTC (4+ messages)
[PATCH] mm: add MM_SWAPENTS and page table when calculate tasksize in lowmem_scan()
2016-02-23 0:54 UTC (8+ messages)
[PATCH] nvdimm: use 'u64' for pfn flags
2016-02-22 22:19 UTC (2+ messages)
[PATCH v4 0/5] DAX fixes, move flushing calls to FS
2016-02-22 18:59 UTC (6+ messages)
` [PATCH v4 1/5] block: disable block device DAX by default
` [PATCH v4 2/5] ext2, ext4: only set S_DAX for regular inodes
` [PATCH v4 3/5] ext4: Online defrag not supported with DAX
` [PATCH v4 4/5] dax: give DAX clearing code correct bdev
` [PATCH v4 5/5] dax: move writeback calls into the filesystems
[patch 0/2] vmstat: Speedup and Cleanup
2016-02-22 18:10 UTC (3+ messages)
` [patch 1/2] vmstat: Optimize refresh_cpu_vmstat()
` [patch 2/2] vmstat: Get rid of the ugly cpu_stat_off variable
[PATCH v5 00/20] kthread: Use kthread worker API more widely
2016-02-22 17:33 UTC (25+ messages)
` [PATCH v5 01/20] kthread/smpboot: Do not park in kthread_create_on_cpu()
` [PATCH v5 02/20] kthread: Allow to call __kthread_create_on_node() with va_list args
` [PATCH v5 03/20] kthread: Add create_kthread_worker*()
` [PATCH v5 04/20] kthread: Add drain_kthread_worker()
` [PATCH v5 05/20] kthread: Add destroy_kthread_worker()
` [PATCH v5 06/20] kthread: Detect when a kthread work is used by more workers
` [PATCH v5 07/20] kthread: Initial support for delayed kthread work
` [PATCH v5 08/20] kthread: Allow to cancel "
` [PATCH v5 09/20] kthread: Allow to modify delayed "
` [PATCH v5 10/20] kthread: Better support freezable kthread workers
` [PATCH v5 11/20] mm/huge_page: Convert khugepaged() into kthread worker API
` [PATCH v5 12/20] ring_buffer: Convert benchmark kthreads "
` [PATCH v5 13/20] hung_task: Convert hungtaskd "
` [PATCH v5 14/20] kmemleak: Convert kmemleak kthread "
` [PATCH v5 15/20] ipmi: Convert kipmi "
` [PATCH v5 16/20] IB/fmr_pool: Convert the cleanup thread "
` [PATCH v5 17/20] memstick/r592: Better synchronize debug messages in r592_io kthread
` [PATCH v5 18/20] memstick/r592: convert r592_io kthread into kthread worker API
` [PATCH v5 19/20] thermal/intel_powerclamp: Remove duplicated code that starts the kthread
` [PATCH v5 20/20] thermal/intel_powerclamp: Convert the kthread to kthread worker API
[PATCH] mm,oom: don't kill children of oom_task_origin() process
2016-02-22 11:39 UTC (2+ messages)
[RFC] mm: why we should clear page when do anonymous page fault
2016-02-22 3:12 UTC (2+ messages)
[Bug 99471] System locks with kswapd0 and kworker taking full IO and mem
2016-02-21 12:36 UTC (5+ messages)
[RFC 0/7] Peer-direct memory
2016-02-21 9:06 UTC (8+ messages)
[PATCH V3 00/30] Book3s abstraction in preparation for new MMU model
2016-02-21 0:32 UTC (5+ messages)
` [PATCH V3 01/30] mm: Make vm_get_page_prot arch specific
Problems with THP in v4.5-rc4 on POWER
2016-02-20 14:30 UTC (3+ messages)
[PATCH] mm,oom: kill duplicated oom_unkillable_task() checks
2016-02-20 7:14 UTC (8+ messages)
[PATCH] mm,oom: speed up select_bad_process() loop
2016-02-20 5:49 UTC
Unhelpful caching decisions, possibly related to active/inactive sizing
2016-02-19 22:19 UTC (9+ messages)
[PATCH 1/2] mm: cma: split out in_cma check to separate function
2016-02-19 21:23 UTC (6+ messages)
` [PATCH 2/2] ARM: dma-mapping: fix alloc/free for coherent + CMA + gfp=0
[RFC PATCH] proc: do not include shmem and driver pages in /proc/meminfo::Cached
2016-02-19 21:13 UTC (4+ messages)
[PATCH] mm: scale kswapd watermarks in proportion to memory
2016-02-19 20:20 UTC (5+ messages)
[PATCH 0/5] Fix races & improve the radix tree iterator patterns
2016-02-19 18:02 UTC (3+ messages)
` [PATCH 4/5] mm: Use radix_tree_iter_retry()
[PATCH v4 00/22] kthread: Use kthread worker API more widely
2016-02-19 16:22 UTC (4+ messages)
` [PATCH v4 09/22] kthread: Allow to cancel kthread work
[PATCH v2] [RFC] ARM: modify pgd_t definition for TRANSPARENT_HUGEPAGE_PUD
2016-02-19 16:19 UTC
[PATCH] mm: memcontrol: Pass NULL memcg for oom_badness() check
2016-02-19 14:36 UTC (3+ messages)
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).