linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-08-02 19:06:05 to 2013-08-05 22:06:21 UTC [more...]

[patch 0/7] improve memcg oom killer robustness v2
 2013-08-05 22:06 UTC  (13+ messages)
` [patch 1/7] arch: mm: remove obsolete init OOM protection
` [patch 2/7] arch: mm: do not invoke OOM killer on kernel fault OOM
` [patch 3/7] arch: mm: pass userspace fault flag to generic fault handler
` [patch 4/7] x86: finish user fault error path with fatal signal
` [patch 5/7] mm: memcg: enable memcg OOM killer only for user faults
` [patch 6/7] mm: memcg: rework and document OOM waiting and wakeup
` [patch 7/7] mm: memcg: do not trap chargers with full callstack on OOM

[PATCH V5 0/8] Add memcg dirty/writeback page accounting
 2013-08-05 21:58 UTC  (20+ messages)
` [PATCH V5 2/8] fs/ceph: vfs __set_page_dirty_nobuffers interface instead of doing it inside filesystem
` [PATCH V5 3/8] memcg: check for proper lock held in mem_cgroup_update_page_stat
` [PATCH V5 5/8] memcg: add per cgroup writeback pages accounting
` [PATCH V5 7/8] memcg: don't account root memcg page stats if only root exists

[PATCH] memcg: don't initialize kmem-cache destroying work for root caches
 2013-08-05 21:41 UTC  (5+ messages)

perf, percpu: panic in account_event
 2013-08-05 21:19 UTC 

[PATCH 1/4] mm, page_alloc: add likely macro to help compiler optimization
 2013-08-05 20:52 UTC  (14+ messages)
` [PATCH 2/4] mm, migrate: allocation new page lazyily in unmap_and_move()
` [PATCH 4/4] swap: clean-up #ifdef in page_mapping()

[PATCH 8/8] prepare to remove /proc/sys/vm/hugepages_treat_as_movable
 2013-08-05 20:27 UTC  (2+ messages)
` [PATCH 9/8] hugetlb: add pmd_huge_support() to migrate only pmd-based hugepage

[PATCH V2] cma: use macro PFN_DOWN when converting size to pages
 2013-08-05 19:58 UTC  (2+ messages)

[PATCH 0/9] adding compaction to zone_reclaim_mode v3
 2013-08-05 19:44 UTC  (20+ messages)
` [PATCH 1/9] mm: zone_reclaim: remove ZONE_RECLAIM_LOCKED
` [PATCH 2/9] mm: zone_reclaim: compaction: scan all memory with /proc/sys/vm/compact_memory
` [PATCH 3/9] mm: zone_reclaim: compaction: don't depend on kswapd to invoke reset_isolation_suitable
` [PATCH 4/9] mm: zone_reclaim: compaction: reset before initializing the scan cursors
` [PATCH 5/9] mm: compaction: don't require high order pages below min wmark
` [PATCH 6/9] mm: zone_reclaim: compaction: increase the high order pages in the watermarks
` [PATCH 7/9] mm: zone_reclaim: compaction: export compact_zone_order()
` [PATCH 8/9] mm: zone_reclaim: after a successful zone_reclaim check the min watermark
` [PATCH 9/9] mm: zone_reclaim: compaction: add compaction to zone_reclaim_mode

[PATCHSET cgroup/for-3.12] cgroup: make cgroup_event specific to memcg
 2013-08-05 19:44 UTC  (17+ messages)
` [PATCH 1/5] cgroup: implement CFTYPE_NO_PREFIX
` [PATCH 2/5] cgroup: export __cgroup_from_dentry() and __cgroup_dput()
  ` [PATCH v2 2/5] cgroup: make __cgroup_from_dentry() and __cgroup_dput() global
` [PATCH 3/5] cgroup, memcg: move cgroup_event implementation to memcg
  ` [PATCH v2 "
` [PATCH 4/5] cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcg
` [PATCH 5/5] memcg: rename cgroup_event to mem_cgroup_event
  ` [PATCH v2 "

[RFC 0/3] Add madvise(..., MADV_WILLWRITE)
 2013-08-05 19:44 UTC  (4+ messages)
` [RFC 1/3] mm: Add MADV_WILLWRITE to indicate that a range will be written to
` [RFC 2/3] fs: Add block_willwrite
` [RFC 3/3] ext4: Implement willwrite for the delalloc case

[PATCH 0/18] Basic scheduler support for automatic NUMA balancing V5
 2013-08-05 19:36 UTC  (8+ messages)
` [PATCH] sched, numa: Use {cpu, pid} to create task groups for shared faults
      ` [PATCH -v3] "
        ` [PATCH] mm, numa: Do not group on RO pages
          ` [PATCH] numa,sched: use group fault statistics in numa placement

[RFC PATCH 0/6] Improving munlock() performance for large non-THP areas
 2013-08-05 17:31 UTC  (10+ messages)
` [RFC PATCH 1/6] mm: putback_lru_page: remove unnecessary call to page_lru_base_type()
` [RFC PATCH 2/6] mm: munlock: remove unnecessary call to lru_add_drain()
` [RFC PATCH 3/6] mm: munlock: batch non-THP page isolation and munlock+putback using pagevec
` [RFC PATCH 4/6] mm: munlock: batch NR_MLOCK zone state updates
` [RFC PATCH 5/6] mm: munlock: bypass per-cpu pvec for putback_lru_page
` [RFC PATCH 6/6] mm: munlock: remove redundant get_page/put_page pair on the fast path

swap behavior during fast allocation
 2013-08-05 18:30 UTC  (3+ messages)

[PATCH v2 RESEND 00/18] Arrange hotpluggable memory as ZONE_MOVABLE
 2013-08-05 15:12 UTC  (14+ messages)
` [PATCH v2 RESEND 05/18] x86, ACPICA: Split acpi_boot_table_init() into two parts
` [PATCH v2 RESEND 07/18] x86, ACPI: Also initialize signature and length when parsing root table
` [PATCH v2 RESEND 13/18] x86, numa, mem_hotplug: Skip all the regions the kernel resides in

[PATCH v2 00/18] Arrange hotpluggable memory as ZONE_MOVABLE
 2013-08-05 13:38 UTC  (3+ messages)

[PATCHv5 00/23] Transparent huge page cache: phase 1, everything but mmap()
 2013-08-05 13:29 UTC  (29+ messages)
` [PATCH 01/23] radix-tree: implement preload for multiple contiguous elements
` [PATCH 02/23] memcg, thp: charge huge cache pages
` [PATCH 03/23] thp: compile-time and sysfs knob for thp pagecache
` [PATCH 04/23] thp, mm: introduce mapping_can_have_hugepages() predicate
` [PATCH 05/23] thp: represent file thp pages in meminfo and friends
` [PATCH 06/23] thp, mm: rewrite add_to_page_cache_locked() to support huge pages
` [PATCH 07/23] mm: trace filemap: dump page order
` [PATCH 08/23] block: implement add_bdi_stat()
` [PATCH 09/23] thp, mm: rewrite delete_from_page_cache() to support huge pages
` [PATCH 10/23] thp, mm: warn if we try to use replace_page_cache_page() with THP
` [PATCH 11/23] thp, mm: handle tail pages in page_cache_get_speculative()
` [PATCH 12/23] thp, mm: add event counters for huge page alloc on file write or read
` [PATCH 13/23] thp, mm: allocate huge pages in grab_cache_page_write_begin()
` [PATCH 14/23] thp, mm: naive support of thp in generic_perform_write
` [PATCH 15/23] mm, fs: avoid page allocation beyond i_size on read
` [PATCH 16/23] thp, mm: handle transhuge pages in do_generic_file_read()
` [PATCH 17/23] thp, libfs: initial thp support
` [PATCH 18/23] thp: libfs: introduce simple_thp_release()
` [PATCH 19/23] truncate: support huge pages
` [PATCH 20/23] thp: handle file pages in split_huge_page()
` [PATCH 21/23] thp: wait_split_huge_page(): serialize over i_mmap_mutex too
` [PATCH 22/23] thp, mm: split huge page on mmap file page
` [PATCH 23/23] ramfs: enable transparent huge page cache

[patch v2 0/3] mm: improve page aging fairness between zones/nodes
 2013-08-05 13:11 UTC  (12+ messages)
` [patch v2 3/3] mm: page_alloc: fair zone allocator policy

[RFC 0/4] Transparent on-demand struct page initialization embedded in the buddy allocator
 2013-08-05  9:58 UTC  (5+ messages)
` [RFC v2 0/5] "
  ` [RFC v2 4/5] Only set page reserved in the memblock region

[PATCH] mm/Kconfig: add MMU dependency for MIGRATION
 2013-08-05  9:20 UTC  (7+ messages)
          ` [PATCH v2] "

[PATCH 1/2] cma: use macro PFN_DOWN when converting size to pages
 2013-08-05  9:05 UTC  (3+ messages)

[PATCH] MM: Make Contiguous Memory Allocator depends on MMU
 2013-08-05  9:04 UTC  (11+ messages)

[PATCH 2/2] cma: adjust goto branch in function cma_create_area()
 2013-08-05  8:55 UTC  (2+ messages)

[PATCH 0/2] cma: do some clean up
 2013-08-05  8:30 UTC 

[resend] [PATCH] mm: vmscan: fix do_try_to_free_pages() livelock
 2013-08-05  7:41 UTC  (5+ messages)

[PATCH 00/18] mm, hugetlb: remove a hugetlb_instantiation_mutex
 2013-08-05  7:36 UTC  (17+ messages)
` [PATCH 01/18] mm, hugetlb: protect reserved pages when softofflining requests the pages
` [PATCH 17/18] mm, hugetlb: retry if we fail to allocate a hugepage with use_reserve

[PATCH resend] drop_caches: add some documentation and info message
 2013-08-05  7:20 UTC  (10+ messages)

[patch 0/2] Soft-dirty page tracker improvemens
 2013-08-05  5:43 UTC  (11+ messages)
` [patch 1/2] [PATCH] mm: Save soft-dirty bits on swapped pages

[PATCH 0/8] Correct memory hot add/remove for powerpc
 2013-08-05  3:13 UTC  (9+ messages)
` [PATCH 2/8] Mark powerpc memory resources as busy
` [PATCH 3/8] Add all memory via sysfs probe interface at once

Possible deadloop in direct reclaim?
 2013-08-04 23:50 UTC  (21+ messages)

[PATCH] Revert "mm/memory-hotplug: fix lowmem count overflow when offline pages"
 2013-08-04  7:49 UTC  (3+ messages)

RFC: named anonymous vmas
 2013-08-03 23:54 UTC  (6+ messages)

+ thp-mm-locking-tail-page-is-a-bug.patch added to -mm tree
 2013-08-03 22:13 UTC 

[patch 0/6] improve memcg oom killer robustness
 2013-08-03 16:30 UTC  (4+ messages)
` [patch 3.2] memcg OOM robustness (x86 only)

[PATCH 1/2] mm, vmalloc: remove useless variable in vmap_block
 2013-08-03  0:46 UTC  (7+ messages)
` [PATCH 2/2] mm, vmalloc: use well-defined find_last_bit() func


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