linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-17 12:56:44 to 2016-06-21 14:20:04 UTC [more...]

[PATCH 00/27] Move LRU page reclaim from zones to nodes v7
 2016-06-21 14:16 UTC  (23+ messages)
` [PATCH 01/27] mm, vmstat: Add infrastructure for per-node vmstats
` [PATCH 02/27] mm, vmscan: Move lru_lock to the node
` [PATCH 03/27] mm, vmscan: Move LRU lists to node
` [PATCH 04/27] mm, vmscan: Begin reclaiming pages on a per-node basis
` [PATCH 05/27] mm, vmscan: Have kswapd only scan based on the highest requested zone
` [PATCH 06/27] mm, vmscan: Make kswapd reclaim in terms of nodes
` [PATCH 07/27] mm, vmscan: Remove balance gap
` [PATCH 08/27] mm, vmscan: Simplify the logic deciding whether kswapd sleeps
` [PATCH 09/27] mm, vmscan: By default have direct reclaim only shrink once per node
` [PATCH 10/27] mm, vmscan: Remove duplicate logic clearing node congestion and dirty state
` [PATCH 11/27] mm: vmscan: Do not reclaim from kswapd if there is any eligible zone
` [PATCH 12/27] mm, vmscan: Make shrink_node decisions more node-centric
` [PATCH 13/27] mm, memcg: Move memcg limit enforcement from zones to nodes
` [PATCH 14/27] mm, workingset: Make working set detection node-aware
` [PATCH 15/27] mm, page_alloc: Consider dirtyable memory in terms of nodes
` [PATCH 16/27] mm: Move page mapped accounting to the node
` [PATCH 17/27] mm: Rename NR_ANON_PAGES to NR_ANON_MAPPED
` [PATCH 18/27] mm: Move most file-based accounting to the node
` [PATCH 19/27] mm: Move vmscan writes and file write "
` [PATCH 20/27] mm, vmscan: Update classzone_idx if buffer_heads_over_limit
` [PATCH 21/27] mm, vmscan: Only wakeup kswapd once per node for the requested classzone
` [PATCH 22/27] mm: Convert zone_reclaim to node_reclaim

[PATCH] mm/huge_memory: fix the memory leak due to the race
 2016-06-21 14:05 UTC 

mm, oom_reaper: How to handle race with oom_killer_disable() ?
 2016-06-21 13:27 UTC  (6+ messages)

[PATCH v4 0/4] Introduce the latent_entropy gcc plugin
 2016-06-21 12:58 UTC  (6+ messages)
` [PATCH v4 1/4] Add support for passing gcc plugin arguments
` [PATCH v4 2/4] Add the latent_entropy gcc plugin
` [PATCH v4 3/4] Mark functions with the latent_entropy attribute
` [PATCH v4 4/4] Add the extra_latent_entropy kernel parameter

Boot failure on emev2/kzm9d (was: Re: [PATCH v2 11/11] mm/slab: lockless decision to grow cache)
 2016-06-21 12:54 UTC  (11+ messages)

4.6.2 frequent crashes under memory + IO pressure
 2016-06-21 11:47 UTC  (2+ messages)

[PATCH 00/27] Move LRU page reclaim from zones to nodes v7
 2016-06-21 11:43 UTC  (4+ messages)
` [PATCH 01/27] mm, vmstat: Add infrastructure for per-node vmstats
` [PATCH 02/27] mm, vmscan: Move lru_lock to the node
` [PATCH 03/27] mm, vmscan: Move LRU lists to node

[patch] mm, compaction: ignore watermarks when isolating free pages
 2016-06-21 11:43 UTC  (4+ messages)
  ` [patch] mm, compaction: abort free scanner if split fails

[PATCH 03/10] proc, oom_adj: extract oom_score_adj setting into a helper
 2016-06-21 11:17 UTC  (2+ messages)

[PATCH] mm: memcontrol: fix cgroup creation failure after many small jobs
 2016-06-21 10:16 UTC  (12+ messages)
    ` [PATCH 1/3] cgroup: fix idr leak for the first cgroup root
    ` [PATCH 2/3] cgroup: remove unnecessary 0 check from css_from_id()
    ` [PATCH 3/3] mm: memcontrol: fix cgroup creation failure after many small jobs

4.7-rc1: lockdep: inconsistent lock state kcompactd/aio_migratepage/mem_cgroup_migrate
 2016-06-21  9:59 UTC  (6+ messages)
` [PATCH] memcg: mem_cgroup_migrate() may be called with irq disabled

[PATCH v3 01/13] x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()
 2016-06-21  9:54 UTC  (5+ messages)
` [PATCH v3 04/13] mm: Track NR_KERNEL_STACK in KiB instead of number of stacks
` [PATCH v3 05/13] mm: Fix memcg stack accounting for sub-page stacks

[RFC PATCH 0/2] mm: give GFP_REPEAT a better semantic
 2016-06-21  9:29 UTC  (11+ messages)
` [RFC PATCH 2/2] xfs: map KM_MAYFAIL to __GFP_RETRY_HARD

[PATCH v4] mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB
 2016-06-21  8:18 UTC  (7+ messages)

[PATCH v3 0/6] Introduce ZONE_CMA
 2016-06-21  6:56 UTC  (10+ messages)

[linux-stable-rc:linux-3.10.y 4/144] scripts/asn1_compiler.c:1341:3: warning: enumeration value 'NOT_COMPOUND' not handled in switch
 2016-06-21  6:15 UTC  (2+ messages)

[PATCH v2] more mapcount page as kpage could reduce total replacement times than fewer mapcount one in probability
 2016-06-21  1:57 UTC  (2+ messages)

[PATCH v3] mm/compaction: remove unnecessary order check in direct compact path
 2016-06-21  0:52 UTC  (2+ messages)

[PATCH v2] powerpc/mm: Ensure "special" zones are empty
 2016-06-21  0:40 UTC  (2+ messages)
` [v2] "

[PATCH] mm: slab.h: use ilog2() in kmalloc_index()
 2016-06-20 23:33 UTC 

[PATCH 0/1] introduce page_ref_inc_return
 2016-06-20 23:11 UTC  (3+ messages)
` [PATCH 1/1] mm/page_ref: "

[PATCH v9 00/12] kthread: Kthread worker API improvements
 2016-06-20 20:30 UTC  (23+ messages)
` [PATCH v9 01/12] kthread: Rename probe_kthread_data() to kthread_probe_data()
` [PATCH v9 02/12] kthread: Kthread worker API cleanup
` [PATCH v9 04/12] kthread: Allow to call __kthread_create_on_node() with va_list args
` [PATCH v9 05/12] kthread: Add kthread_create_worker*()
` [PATCH v9 06/12] kthread: Add kthread_drain_worker()
` [PATCH v9 07/12] kthread: Add kthread_destroy_worker()
` [PATCH v9 08/12] kthread: Detect when a kthread work is used by more workers
` [PATCH v9 09/12] kthread: Initial support for delayed kthread work
` [PATCH v9 10/12] kthread: Allow to cancel "
` [PATCH v9 11/12] kthread: Allow to modify delayed "
` [PATCH v9 12/12] kthread: Better support freezable kthread workers

[PATCH v2 01/13] x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()
 2016-06-20 16:05 UTC  (8+ messages)
` [PATCH v2 04/13] mm: Track NR_KERNEL_STACK in KiB instead of number of stacks
` [PATCH v2 05/13] mm: Move memcg stack accounting to account_kernel_stack

[PATCH] MADVISE_FREE, THP: Fix madvise_free_huge_pmd return value after splitting
 2016-06-20 15:48 UTC  (8+ messages)

[PATCH] Delete meaningless check of current_order in __rmqueue_fallback
 2016-06-20 14:35 UTC  (2+ messages)

[PATCH v2 1/7] mm/compaction: split freepages without holding the zone lock
 2016-06-20 13:04 UTC  (8+ messages)
` [PATCH v2 6/7] mm/page_owner: use stackdepot to store stacktrace

[linux-stable-rc:linux-3.14.y 1941/4754] arch/mips/jz4740/irq.c:62:6: error: conflicting types for 'jz4740_irq_suspend'
 2016-06-20 12:46 UTC 

[PATCH 0/10 -v5] Handle oom bypass more gracefully
 2016-06-20 12:43 UTC  (11+ messages)
` [PATCH 01/10] proc, oom: drop bogus task_lock and mm check
` [PATCH 02/10] proc, oom: drop bogus sighand lock
` [PATCH 03/10] proc, oom_adj: extract oom_score_adj setting into a helper
` [PATCH 04/10] mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj
` [PATCH 05/10] mm, oom: skip vforked tasks from being selected
` [PATCH 06/10] mm, oom: kill all tasks sharing the mm
` [PATCH 07/10] mm, oom: fortify task_will_free_mem
` [PATCH 08/10] mm, oom: task_will_free_mem should skip oom_reaped tasks
` [PATCH 09/10] mm, oom_reaper: do not attempt to reap a task more than twice
` [PATCH 10/10] mm, oom: hide mm which is shared with kthread or global init

[linux-stable-rc:linux-3.14.y 1941/4754] arch/mips/kernel/r4k_switch.S:67: Error: opcode not supported on this processor: r4600 (mips3) `sdc1 $f6,1000($4)'
 2016-06-20 12:46 UTC 

[linux-stable-rc:linux-3.14.y 1941/4754] arch/mips/kernel/r4k_switch.S:67: Error: opcode not supported on this processor: r4600 (mips3) `sdc1 $f0,648($4)'
 2016-06-20 12:39 UTC 

[linux-stable-rc:linux-3.18.y 2411/2632] crypto/algif_hash.c:350:13: warning: initialization from incompatible pointer type
 2016-06-20 11:16 UTC 

[PATCHv9-rebased2 01/37] mm, thp: make swapin readahead under down_read of mmap_sem
 2016-06-20 11:15 UTC  (5+ messages)

kernel, mm: NULL deref in copy_process while OOMing
 2016-06-20 11:13 UTC  (6+ messages)

[linux-stable-rc:linux-3.14.y 4656/4754] drivers/media/dvb-frontends/drxd_hard.c:2631:3: warning: this 'if' clause does not guard
 2016-06-20 11:10 UTC 

[linux-stable-rc:linux-3.10.y 4/144] drivers/i2c/busses/i2c-cbus-gpio.c:278:34: warning: 'i2c_cbus_dt_ids' defined but not used
 2016-06-20 11:10 UTC 

[linux-stable-rc:linux-3.10.y 4/144] drivers/block/mtip32xx/mtip32xx.c:2827:1: warning: the frame size of 1092 bytes is larger than 1024 bytes
 2016-06-20 11:05 UTC 

[linux-stable-rc:linux-3.14.y 4656/4754] drivers/acpi/dock.c:54:36: warning: 'dock_device_ids' defined but not used
 2016-06-20 11:02 UTC 

[linux-stable-rc:linux-3.18.y 2411/2632] include/linux/list.h:447:2: warning: this 'for' clause does not guard
 2016-06-20 10:59 UTC 

[linux-stable-rc:linux-3.14.y 4656/4754] arch/x86/pci/sta2x11-fixup.c:186:10: warning: initialization from incompatible pointer type
 2016-06-20 10:57 UTC 

[linux-stable-rc:linux-4.1.y 722/990] drivers/media/i2c/ov2659.c:1054:8: error: implicit declaration of function 'v4l2_subdev_get_try_format'
 2016-06-20 10:43 UTC 

[RFC PATCH] vhost, mm: make sure that oom_reaper doesn't reap memory read by vhost
 2016-06-20  9:35 UTC  (5+ messages)

[PATCH v1 1/2] mm: thp: move pmd check inside ptl for freeze_page()
 2016-06-20  9:32 UTC  (4+ messages)

[PATCH v2 1/1] mm/swap.c: flush lru pvecs on compound page arrival
 2016-06-20  8:30 UTC  (2+ messages)

[PATCH] THP: Fix comments of __pmd_trans_huge_lock
 2016-06-20  8:27 UTC  (2+ messages)

[PATCH] sparse: Track the boundaries of memory sections for accurate checks
 2016-06-20  8:23 UTC  (2+ messages)

[PATCH] zram: add zpool support v2
 2016-06-20  8:00 UTC  (5+ messages)
` [PATCH] zram: update zram to use zpool

[PATCH 00/10] mm: balance LRU lists based on relative thrashing
 2016-06-20  7:42 UTC  (9+ messages)
` [PATCH 10/10] "

[RFC PATCH 1/3] mm, page_alloc: free HIGHATOMIC page directly to the allocator
 2016-06-19  2:49 UTC  (5+ messages)
    ` Fwd: "
` [RFC PATCH 2/3] mm, page_alloc: get page migreate type again when related to highatomic
  ` [RFC PATCH 3/3] mm, page_alloc: prevent merge freepages between highatomic and others

[RFC PATCH 2/3] mm, page_alloc: get page
 2016-06-18 11:54 UTC  (2+ messages)

[RFC 12/18] limits: track RLIMIT_MEMLOCK actual max
 2016-06-18  7:00 UTC  (3+ messages)

[PATCH] mm: fix account pmd page to the process
 2016-06-18  5:07 UTC  (11+ messages)

[PATCH] sysctl: Handle error writing UINT_MAX to u32 fields
 2016-06-18  2:07 UTC  (2+ messages)

[PATCH] mm/compaction: remove local variable is_lru
 2016-06-18  1:48 UTC  (4+ messages)

Remove page migration fallback (was: UBIFS and page migration)
 2016-06-17 20:03 UTC  (9+ messages)
` [PATCH 1/3] mm: Don't blindly assign fallback_migrate_page()

[PATCH v3] mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB
 2016-06-17 18:21 UTC  (5+ messages)

[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
 2016-06-17 15:51 UTC  (8+ messages)
` [RFC PATCH v1 10/18] x86/efi: Access EFI related tables in the clear

[PATCH] mm: update the comment in __isolate_free_page
 2016-06-17 13:58 UTC 

[PATCH v3 0/9] reduce memory usage by page_owner
 2016-06-17 13:34 UTC  (7+ messages)
` [PATCH v3 5/9] tools/vm/page_owner: increase temporary buffer size
` [PATCH v3 7/9] mm/page_owner: avoid null pointer dereference
` [PATCH v3 9/9] mm/page_isolation: clean up confused code

[PATCH 07/10] mm, oom: fortify task_will_free_mem
 2016-06-17 13:29 UTC  (7+ messages)

[PATCH v2] mm: fix account pmd page to the process
 2016-06-17 13:20 UTC  (2+ messages)

[PATCH] mm: fix account pmd page to the process
 2016-06-17 13:04 UTC  (3+ messages)

[PATCH 0/10 -v4] Handle oom bypass more gracefully
 2016-06-17 12:56 UTC  (4+ messages)
` [PATCH 08/10] mm, oom: task_will_free_mem should skip oom_reaped tasks


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