messages from 2013-07-25 10:46:44 to 2013-07-29 19:00:28 UTC [more...]
[PATCH 0/5] Add rbtree postorder iteration functions, runtime tests, and update zswap to use
2013-07-29 17:41 UTC (10+ messages)
` [PATCH 1/5] rbtree: add postorder iteration functions
` [PATCH 2/5] rbtree: add rbtree_postorder_for_each_entry_safe() helper
` [PATCH 3/5] rbtree_test: add test for postorder iteration
` [PATCH 4/5] rbtree: allow tests to run as builtin
` [PATCH 5/5] mm/zswap: use postorder iteration when destroying rbtree
[patch 0/6] improve memcg oom killer robustness
2013-07-29 19:01 UTC (25+ messages)
` [patch 1/6] arch: mm: remove obsolete init OOM protection
` [patch 2/6] arch: mm: do not invoke OOM killer on kernel fault OOM
` [patch 3/6] arch: mm: pass userspace fault flag to generic fault handler
` [patch 4/6] x86: finish user fault error path with fatal signal
` [patch 5/6] mm: memcg: enable memcg OOM killer only for user faults
` [patch 6/6] mm: memcg: do not trap chargers with full callstack on OOM
` [patch 3.2] memcg OOM robustness (x86 only)
[PATCH 00/18] mm, hugetlb: remove a hugetlb_instantiation_mutex
2013-07-29 18:53 UTC (28+ messages)
` [PATCH 01/18] mm, hugetlb: protect reserved pages when softofflining requests the pages
` [PATCH 02/18] mm, hugetlb: change variable name reservations to resv
` [PATCH 03/18] mm, hugetlb: unify region structure handling
` [PATCH 04/18] mm, hugetlb: region manipulation functions take resv_map rather list_head
` [PATCH 05/18] mm, hugetlb: protect region tracking via newly introduced resv_map lock
` [PATCH 06/18] mm, hugetlb: remove vma_need_reservation()
` [PATCH 07/18] mm, hugetlb: pass has_reserve to dequeue_huge_page_vma()
` [PATCH 08/18] mm, hugetlb: do hugepage_subpool_get_pages() when avoid_reserve
` [PATCH 09/18] mm, hugetlb: unify has_reserve and avoid_reserve to use_reserve
` [PATCH 10/18] mm, hugetlb: call vma_has_reserve() before entering alloc_huge_page()
` [PATCH 11/18] mm, hugetlb: move down outside_reserve check
` [PATCH 12/18] mm, hugetlb: remove a check for return value of alloc_huge_page()
` [PATCH 13/18] mm, hugetlb: grab a page_table_lock after page_cache_release
` [PATCH 14/18] mm, hugetlb: clean-up error handling in hugetlb_cow()
` [PATCH 15/18] mm, hugetlb: move up anon_vma_prepare()
` [PATCH 16/18] mm, hugetlb: return a reserved page to a reserved pool if failed
` [PATCH 17/18] mm, hugetlb: retry if we fail to allocate a hugepage with use_reserve
` [PATCH 18/18] mm, hugetlb: remove a hugetlb_instantiation_mutex
[PATCH 2/2] mm: page_alloc: Add unlikely for MAX_ORDER check
2013-07-29 18:44 UTC (2+ messages)
[PATCH v3 0/8] memcg, cgroup: kill css_id
2013-07-29 18:31 UTC (12+ messages)
` [PATCH v3 1/8] cgroup: convert cgroup_ida to cgroup_idr
` [PATCH v3 2/8] cgroup: document how cgroup IDs are assigned
` [PATCH v3 3/8] cgroup: implement cgroup_from_id()
` [PATCH v3 4/8] memcg: convert to use cgroup_is_descendant()
` [PATCH v3 5/8] memcg: convert to use cgroup id
` [PATCH v3 6/8] memcg: fail to create cgroup if the cgroup id is too big
` [PATCH v3 7/8] memcg: stop using css id
` [PATCH v3 8/8] cgroup: kill css_id
[patch 0/3] mm: improve page aging fairness between zones/nodes
2013-07-29 17:48 UTC (11+ messages)
` [patch 1/3] mm: vmscan: fix numa reclaim balance problem in kswapd
` [patch 3/3] mm: page_alloc: fair zone allocator policy
[PATCH 00/21] Arrange hotpluggable memory as ZONE_MOVABLE
2013-07-29 17:10 UTC (22+ messages)
` [PATCH 14/21] x86, acpi, numa: Reserve hotpluggable memory at early time
` [PATCH 17/21] page_alloc, mem-hotplug: Improve movablecore to {en|dis}able using SRAT
` [PATCH 18/21] x86, numa: Synchronize nid info in memblock.reserve with numa_meminfo
Possible deadloop in direct reclaim?
2013-07-29 16:46 UTC (11+ messages)
hugepage related lockdep trace
2013-07-29 15:20 UTC (10+ messages)
[PATCH] mm: Save soft-dirty bits on file pages
2013-07-29 15:02 UTC (15+ messages)
[PATCH] truncate: drop 'oldsize' truncate_pagecache() parameter
2013-07-29 12:09 UTC
[PATCH 0/18] Basic scheduler support for automatic NUMA balancing V5
2013-07-29 10:10 UTC (7+ messages)
` [PATCH 02/18] sched: Track NUMA hinting faults on per-node basis
` [PATCH 15/18] sched: Set preferred NUMA node based on number of private faults
` [PATCH] mm, sched, numa: Create a per-task MPOL_INTERLEAVE policy
[PATCH v3 0/9] mm, hugetlb: clean-up and possible bug fix
2013-07-29 9:43 UTC (17+ messages)
` [PATCH v3 1/9] mm, hugetlb: move up the code which check availability of free huge page
` [PATCH v3 2/9] mm, hugetlb: trivial commenting fix
` [PATCH v3 3/9] mm, hugetlb: clean-up alloc_huge_page()
` [PATCH v3 4/9] mm, hugetlb: fix and clean-up node iteration code to alloc or free
` [PATCH v3 5/9] mm, hugetlb: remove redundant list_empty check in gather_surplus_pages()
` [PATCH v3 6/9] mm, hugetlb: do not use a page in page cache for cow optimization
` [PATCH v3 7/9] mm, hugetlb: add VM_NORESERVE check in vma_has_reserves()
` [PATCH v3 8/9] mm, hugetlb: remove decrement_hugepage_resv_vma()
` [PATCH v3 9/9] mm, hugetlb: decrement reserve count if VM_NORESERVE alloc page cache
[PATCH 0/2] hugepage: optimize page fault path locking
2013-07-29 6:18 UTC (5+ messages)
` [PATCH 1/2] hugepage: protect file regions with rwsem
` [PATCH 2/2] hugepage: allow parallelization of the hugepage fault path
[PATCH RFC] pram: persistent over-kexec memory file system
2013-07-28 14:31 UTC (7+ messages)
mincore() & fincore()
2013-07-27 20:08 UTC (6+ messages)
[PATCH resend] drop_caches: add some documentation and info message
2013-07-26 21:37 UTC (2+ messages)
[RFC PATCH 0/2] vmpslice support for zero-copy gifting of pages
2013-07-26 16:47 UTC (6+ messages)
` [RFC PATCH 1/2] vmsplice unmap gifted pages for recipient
` [RFC PATCH 2/2] Add limited zero copy to vmsplice
[PATCH v5.1] Soft limit rework
2013-07-26 16:04 UTC (9+ messages)
` [PATCH v5.1 1/8] memcg, vmscan: integrate soft reclaim tighter with zone shrinking code
` [PATCH v5.1 2/8] memcg: Get rid of soft-limit tree infrastructure
` [PATCH v5.1 3/8] vmscan, memcg: Do softlimit reclaim also for targeted reclaim
` [PATCH v5.1 4/8] memcg: enhance memcg iterator to support predicates
` [PATCH v5.1 5/8] memcg: track children in soft limit excess to improve soft limit
` [PATCH v5.1 6/8] memcg, vmscan: Do not attempt soft limit reclaim if it would not scan anything
` [PATCH v5.1 7/8] memcg: Track all children over limit in the root
` [PATCH v5.1 8/8] memcg, vmscan: do not fall into reclaim-all pass too quickly
Linux Plumbers IO & File System Micro-conference
2013-07-26 14:35 UTC (5+ messages)
[trivial PATCH] treewide: Fix printks with 0x%#
2013-07-26 5:35 UTC (2+ messages)
[PATCH] mm: Fix potential NULL pointer dereference
2013-07-26 5:21 UTC
[PATCH] mm: Fix potential NULL pointer dereference
2013-07-26 2:00 UTC (6+ messages)
[patch] Revert "page-writeback.c: subtract min_free_kbytes from dirtyable memory"
2013-07-25 23:30 UTC (2+ messages)
[PATCH v3] mm/hotplug, x86: Disable ARCH_MEMORY_PROBE by default
2013-07-25 23:04 UTC
[PATCH v2] mm/hotplug, x86: Disable ARCH_MEMORY_PROBE by default
2013-07-25 22:36 UTC (13+ messages)
[PATCH for 3.2] memcg: do not trap chargers with full callstack on OOM
2013-07-25 21:50 UTC (13+ messages)
` [patch 3/5] x86: finish fault error path with fatal signal
[PATCH 1/1] Drivers: base: memory: Export symbols for onlining memory blocks
2013-07-25 16:35 UTC (16+ messages)
[PATCH] mm: Save soft-dirty bits on swapped pages
2013-07-25 16:02 UTC (14+ messages)
[RFC 0/4] Transparent on-demand struct page initialization embedded in the buddy allocator
2013-07-25 13:52 UTC (7+ messages)
` [RFC 4/4] Sparse initialization of struct page array
[RFC][PATCH 0/2] s390/kvm: add kvm support for guest page hinting v2
2013-07-25 10:58 UTC (3+ messages)
` [PATCH 2/2] s390/kvm: support collaborative memory management
[mmots][next-20130725] "ipc,shm: dont leave do_shmat with rcu lock held" needs a refresh
2013-07-25 10:53 UTC
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).