[PATCH 00/27] Move LRU page reclaim from zones to nodes v6
2016-06-16 7:44 UTC (18+ messages)
` [PATCH 01/27] mm, vmstat: Add infrastructure for per-node vmstats
` [PATCH 02/27] mm, vmscan: Move lru_lock to the 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] mm, compaction: ignore watermarks when isolating free pages
2016-06-16 7:15 UTC (2+ messages)
[PATCHv9-rebased2 01/37] mm, thp: make swapin readahead under down_read of mmap_sem
2016-06-16 6:52 UTC
[PATCH v7 00/12] Support non-lru page migration
2016-06-16 6:47 UTC (9+ messages)
[PATCH 0/10 -v4] Handle oom bypass more gracefully
2016-06-16 6:34 UTC (19+ 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 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 v1 0/3] per-process reclaim
2016-06-16 4:21 UTC (11+ messages)
` [PATCH v1 3/3] mm: "
[PATCH] mm: memcontrol: fix cgroup creation failure after many small jobs
2016-06-16 3:42 UTC
[PATCH v3] mm/compaction: remove unnecessary order check in direct compact path
2016-06-16 2:42 UTC
[PATCH] ARM: mm: Speed up page list initialization during boot
2016-06-16 2:18 UTC (5+ messages)
[PATCHv9 00/32] THP-enabled tmpfs/shmem using compound pages
2016-06-16 0:43 UTC (40+ 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 01/13] x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()
2016-06-16 0:28 UTC (3+ 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
[RFC PATCH 0/2] mm: give GFP_REPEAT a better semantic
2016-06-16 0:23 UTC (3+ messages)
` [RFC PATCH 2/2] xfs: map KM_MAYFAIL to __GFP_RETRY_HARD
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 (12+ messages)
` [PATCH v3 1/4] Add support for passing gcc plugin arguments
` [PATCH v3 2/4] Add the latent_entropy gcc plugin
` [PATCH v3 3/4] Mark functions with the latent_entropy attribute
` [PATCH v3 4/4] Add the extra_latent_entropy kernel parameter
[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)
[PATCH] Linux VM workaround for Knights Landing A/D leak
2016-06-15 20:26 UTC (35+ messages)
` [PATCH v2] "
Playing with virtually mapped stacks (with guard pages!)
2016-06-15 17:49 UTC (4+ messages)
kernel, mm: NULL deref in copy_process while OOMing
2016-06-15 16:50 UTC
[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
[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
2016-06-15 13:17 UTC (6+ messages)
` [RFC PATCH v1 10/18] x86/efi: Access EFI related tables in the clear
[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 (8+ messages)
Xfs lockdep warning with for-dave-for-4.6 branch
2016-06-15 7:21 UTC (11+ messages)
[RFC PATCH 0/3] mm, thp: convert from optimistic to conservative
2016-06-15 6:40 UTC (6+ messages)
` [RFC PATCH 1/3] mm, thp: revert allocstall comparing
` [RFC PATCH 2/3] mm, thp: convert from optimistic to conservative
[PATCH v2 1/7] mm/compaction: split freepages without holding the zone lock
2016-06-15 2:27 UTC (5+ messages)
[PATCH 00/10] mm: balance LRU lists based on relative thrashing
2016-06-15 2:23 UTC (5+ messages)
` [PATCH 10/10] "
[PATCH v2] more mapcount page as kpage could reduce total replacement times than fewer mapcount one in probability
2016-06-15 1:56 UTC
[PATCH v1 3/3] mm: per-process reclaim
2016-06-15 0:46 UTC (2+ messages)
[PATCH v2 0/3] Introduce the latent_entropy gcc plugin
2016-06-14 22:31 UTC (6+ messages)
` [PATCH v2 1/3] Add "
[PATCH] more mapcount page as kpage could reduce total replacement times than fewer mapcount one in probability
2016-06-14 22:14 UTC (2+ messages)
mm: BUG: KASAN: use-after-free in unmapped_area_topdown
2016-06-14 22:01 UTC
mm: BUG allocating pages
2016-06-14 21:56 UTC
[RFC PATCH 1/2] mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_HARD with more useful semantic
2016-06-14 18:54 UTC (7+ messages)
[RFC 03/18] memcontrol: present maximum used memory also for cgroup-v2
2016-06-14 17:15 UTC (5+ messages)
[PATCH 06/27] mm, vmscan: Make kswapd reclaim in terms of nodes
2016-06-14 14:52 UTC (2+ messages)
[PATCH 04/27] mm, vmscan: Begin reclaiming pages on a per-node basis
2016-06-14 14:47 UTC (2+ messages)
BUG: using smp_processor_id() in preemptible [00000000] code]
2016-06-14 9:08 UTC (5+ messages)
[PATCH 0/2] Reverts to address unixbench regression
2016-06-14 8:42 UTC (3+ messages)
` [PATCH 1/2] Revert "mm: make faultaround produce old ptes"
` [PATCH 2/2] Revert "mm: disable fault around on emulated access bit architecture"
[PATCH RFC] slub: reap free slabs periodically
2016-06-14 8:13 UTC (3+ messages)
[PATCH] mm/zsmalloc: add trace events for zs_compact
2016-06-14 8:03 UTC (9+ messages)
[PATCH] mm, slaub: Add __GFP_ATOMIC to the GFP reclaim mask
2016-06-14 6:36 UTC (2+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox