linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-15 07:22:13 to 2016-06-16 16:05:42 UTC [more...]

[PATCH 07/10] mm, oom: fortify task_will_free_mem
 2016-06-16 15:53 UTC  (9+ messages)

[PATCH] mm: fix account pmd page to the process
 2016-06-16 16:05 UTC  (4+ messages)

[PATCH 00/27] Move LRU page reclaim from zones to nodes v6
 2016-06-16 16:04 UTC  (35+ messages)
` [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: Clear congestion, dirty and need for compaction on a per-node basis
` [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 01/13] x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()
 2016-06-16 15:33 UTC  (5+ messages)
` [PATCH 04/13] mm: Track NR_KERNEL_STACK in pages instead of number of stacks
` [PATCH 05/13] mm: Move memcg stack accounting to account_kernel_stack

[PATCH] Linux VM workaround for Knights Landing A/D leak
 2016-06-16 15:14 UTC  (10+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 00/10] mm: balance LRU lists based on relative thrashing
 2016-06-16 15:12 UTC  (6+ messages)
` [PATCH 10/10] "

[PATCH 0/2] Reverts to address unixbench regression
 2016-06-16 15:10 UTC  (5+ messages)
` [PATCH 1/2] Revert "mm: make faultaround produce old ptes"

[PATCH v1 0/3] per-process reclaim
 2016-06-16 14:41 UTC  (9+ messages)
` [PATCH v1 3/3] mm: "

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

[PATCH 0/10 -v4] Handle oom bypass more gracefully
 2016-06-16 13:36 UTC  (22+ messages)
` [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 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

[PATCH] ARM: mm: Speed up page list initialization during boot
 2016-06-16 13:36 UTC  (6+ messages)

[PATCHv9 00/32] THP-enabled tmpfs/shmem using compound pages
 2016-06-16 11:51 UTC  (43+ messages)
` [PATCHv9-rebased2 00/37] "
  ` [PATCHv9-rebased2 01/37] mm, thp: make swapin readahead under down_read of mmap_sem
  ` [PATCHv9-rebased2 02/37] mm-thp-make-swapin-readahead-under-down_read-of-mmap_sem-fix
  ` [PATCHv9-rebased2 03/37] mm, thp: fix locking inconsistency in collapse_huge_page
  ` [PATCHv9-rebased2 04/37] mm-thp-make-swapin-readahead-under-down_read-of-mmap_sem-fix-2-fix
  ` [PATCHv9-rebased2 05/37] khugepaged: recheck pmd after mmap_sem re-acquired
  ` [PATCHv9-rebased2 06/37] thp, mlock: update unevictable-lru.txt
  ` [PATCHv9-rebased2 07/37] mm: do not pass mm_struct into handle_mm_fault
  ` [PATCHv9-rebased2 08/37] mm: introduce fault_env
  ` [PATCHv9-rebased2 09/37] mm: postpone page table allocation until we have page to map
  ` [PATCHv9-rebased2 10/37] rmap: support file thp
  ` [PATCHv9-rebased2 11/37] mm: introduce do_set_pmd()
  ` [PATCHv9-rebased2 12/37] thp, vmstats: add counters for huge file pages
  ` [PATCHv9-rebased2 13/37] thp: support file pages in zap_huge_pmd()
  ` [PATCHv9-rebased2 14/37] thp: handle file pages in split_huge_pmd()
  ` [PATCHv9-rebased2 15/37] thp: handle file COW faults
  ` [PATCHv9-rebased2 16/37] thp: skip file huge pmd on copy_huge_pmd()
  ` [PATCHv9-rebased2 17/37] thp: prepare change_huge_pmd() for file thp
  ` [PATCHv9-rebased2 18/37] thp: run vma_adjust_trans_huge() outside i_mmap_rwsem
  ` [PATCHv9-rebased2 19/37] thp: file pages support for split_huge_page()
  ` [PATCHv9-rebased2 20/37] thp, mlock: do not mlock PTE-mapped file huge pages
  ` [PATCHv9-rebased2 21/37] vmscan: split file huge pages before paging them out
  ` [PATCHv9-rebased2 22/37] page-flags: relax policy for PG_mappedtodisk and PG_reclaim
  ` [PATCHv9-rebased2 23/37] radix-tree: implement radix_tree_maybe_preload_order()
  ` [PATCHv9-rebased2 24/37] filemap: prepare find and delete operations for huge pages
  ` [PATCHv9-rebased2 25/37] truncate: handle file thp
  ` [PATCHv9-rebased2 26/37] mm, rmap: account shmem thp pages
  ` [PATCHv9-rebased2 27/37] shmem: prepare huge= mount option and sysfs knob
  ` [PATCHv9-rebased2 28/37] shmem: get_unmapped_area align huge page
  ` [PATCHv9-rebased2 29/37] shmem: add huge pages support
  ` [PATCHv9-rebased2 30/37] shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappings
  ` [PATCHv9-rebased2 31/37] thp: extract khugepaged from mm/huge_memory.c
  ` [PATCHv9-rebased2 32/37] khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page()
  ` [PATCHv9-rebased2 33/37] shmem: make shmem_inode_info::lock irq-safe
  ` [PATCHv9-rebased2 34/37] khugepaged: add support of collapse for tmpfs/shmem pages
  ` [PATCHv9-rebased2 35/37] thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHE
  ` [PATCHv9-rebased2 36/37] shmem: split huge pages beyond i_size under memory pressure
  ` [PATCHv9-rebased2 37/37] thp: update Documentation/{vm/transhuge,filesystems/proc}.txt

[PATCH] mm: fix account pmd page to the process
 2016-06-16 11:30 UTC 

[PATCH] Revert "mm: rename _count, field of the struct page, to _refcount"
 2016-06-16 11:28 UTC  (7+ messages)

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

[PATCH] mm: fix account pmd page to the process
 2016-06-16 11:28 UTC 

[PATCH v9 00/12] kthread: Kthread worker API improvements
 2016-06-16 11:17 UTC  (13+ 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 03/12] kthread/smpboot: Do not park in kthread_create_on_cpu()
` [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] mm: fix account pmd page to the process
 2016-06-16 11:17 UTC 

[PATCH] mm: fix account pmd page to the process
 2016-06-16 11:16 UTC 

[PATCH] mm: fix account pmd page to the process
 2016-06-16 11:13 UTC 

[RFC 03/18] memcontrol: present maximum used memory also for cgroup-v2
 2016-06-16 10:27 UTC  (6+ messages)

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

[next-20160615] kernel BUG at mm/rmap.c:1251!
 2016-06-16 10:18 UTC  (7+ messages)

[PATCHv9-rebased2 11/37] mm: introduce do_set_pmd()
 2016-06-16 10:17 UTC  (2+ messages)

[PATCH v7 00/12] Support non-lru page migration
 2016-06-16 10:09 UTC  (11+ messages)

[PATCHv9-rebased2 01/37] mm, thp: make swapin readahead under down_read of mmap_sem
 2016-06-16 10:08 UTC  (2+ messages)

kernel, mm: NULL deref in copy_process while OOMing
 2016-06-16  9:39 UTC  (2+ messages)

[RFC PATCH 0/3] mm, thp: convert from optimistic to conservative
 2016-06-16  9:08 UTC  (4+ messages)
` [RFC PATCH 2/3] "

[PATCH] mm: fix account pmd page to the process
 2016-06-16  7:47 UTC 

[patch] mm, compaction: ignore watermarks when isolating free pages
 2016-06-16  7:15 UTC  (2+ messages)

[PATCH v6 00/12] Support non-lru page migration
 2016-06-16  5:37 UTC  (10+ messages)
` [PATCH v6 02/12] mm: migrate: support non-lru movable "
  ` PATCH v6v2 "
    ` [PATCH v6v3 "

[PATCH] mm: memcontrol: fix cgroup creation failure after many small jobs
 2016-06-16  3:42 UTC 

mmotm 2016-06-15-16-18 uploaded
 2016-06-15 23:19 UTC 

[PATCH] zram: add zpool support
 2016-06-15 23:17 UTC  (6+ messages)
` [PATCH] zram: add zpool support v2
  ` [PATCH] zram: update zram to use zpool

[PATCH v3 0/4] Introduce the latent_entropy gcc plugin
 2016-06-15 23:10 UTC  (9+ messages)
` [PATCH v3 2/4] Add "

[mel:mm-vmscan-node-lru-v7r3 38/200] slub.c:undefined reference to `cache_random_seq_create'
 2016-06-15 22:53 UTC  (8+ messages)

Playing with virtually mapped stacks (with guard pages!)
 2016-06-15 17:49 UTC  (4+ messages)

[PATCH v3] mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB
 2016-06-15 16:50 UTC  (2+ messages)

[PATCH v2] mm/page_alloc: remove unnecessary order check in __alloc_pages_direct_compact
 2016-06-15 16:41 UTC  (4+ messages)

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

[PATCH] mm: fix account pmd page to the process
 2016-06-15 14:48 UTC 

[PATCH] Linux VM workaround for Knights Landing A/D leak
 2016-06-15 13:06 UTC  (3+ messages)

[PATCH] mm/compaction: remove unnecessary order check in try_to_compact_pages()
 2016-06-15  8:46 UTC  (2+ messages)

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

Xfs lockdep warning with for-dave-for-4.6 branch
 2016-06-15  7:21 UTC  (11+ messages)


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