linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-04-03 09:13:30 to 2013-04-05 01:24:41 UTC [more...]

[PATCH, RFC 00/16] Transparent huge page cache
 2013-04-05  1:24 UTC  (7+ messages)

[PATCH v2 00/28] memcg-aware slab shrinking
 2013-04-05  1:20 UTC  (17+ messages)
` [PATCH v2 03/28] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH v2 05/28] dcache: remove dentries from LRU before putting on dispose list
` [PATCH v2 06/28] mm: new shrinker API
` [PATCH v2 08/28] list: add a new LRU list type
` [PATCH v2 21/28] vmscan: also shrink slab in memcg pressure

[RFC][PATCH 0/9] extend hugepage migration
 2013-04-05  1:14 UTC  (12+ messages)
` [PATCH 1/9] migrate: add migrate_entry_wait_huge()

[LSF/MM TOPIC]swap improvements for fast SSD
 2013-04-05  0:17 UTC  (3+ messages)

[RFC PATCH 0/8] Reduce system disruption due to kswapd
 2013-04-05  0:05 UTC  (9+ messages)
` [PATCH 01/10] mm: vmscan: Limit the number of pages kswapd reclaims at each priority

[patch]THP: add split tail pages to shrink page list in page reclaim
 2013-04-04 23:50 UTC  (3+ messages)

[PATCH 0/6] mm/hugetlb: gigantic hugetlb page pools shrink supporting
 2013-04-04 23:41 UTC  (13+ messages)
` [PATCH 1/6] mm/hugetlb: introduce new sysctl knob which control gigantic page pools shrinking
` [PATCH 2/6] mm/hugetlb: update_and_free_page gigantic pages awareness
` [PATCH 3/6] mm/hugetlb: enable gigantic hugetlb page pools shrinking
` [PATCH 4/6] mm/hugetlb: use already exist huge_page_order() instead of h->order
` [PATCH 5/6] mm/hugetlb: remove redundant hugetlb_prefault
` [PATCH 6/6] mm/hugetlb: use already exist interface huge_page_shift

[PATCH] mm: prevent mmap_cache race in find_vma()
 2013-04-04 22:30 UTC  (5+ messages)

[PATCHv8 0/8] zswap: compressed swap caching
 2013-04-04 22:30 UTC  (10+ messages)
` [PATCHv8 1/8] zsmalloc: add to mm/
` [PATCHv8 2/8] zsmalloc: add documentation
` [PATCHv8 3/8] debugfs: add get/set for atomic types
` [PATCHv8 4/8] zswap: add to mm/
` [PATCHv8 5/8] mm: break up swap_writepage() for frontswap backends
` [PATCHv8 6/8] mm: allow for outstanding swap writeback accounting
` [PATCHv8 7/8] zswap: add swap page writeback support
` [PATCHv8 8/8] zswap: add documentation

mm: BUG in do_huge_pmd_wp_page
 2013-04-04 21:54 UTC  (6+ messages)

[PATCH] mm: prevent mmap_cache race in find_vma()
 2013-04-04 20:02 UTC  (30+ messages)
                  ` [patch] compiler: clarify ACCESS_ONCE() relies on compiler implementation

[RFC] DNUMA: Runtime NUMA memory layout reconfiguration
 2013-04-04 19:07 UTC  (4+ messages)
` [RFC][PATCH 00/24] "

[RFC PATCH 0/4] Support vranges on files
 2013-04-04 17:37 UTC  (7+ messages)
` [RFC PATCH 1/4] vrange: Make various vrange.c local functions static
` [RFC PATCH 2/4] vrange: Introduce vrange_root to make vrange structures more flexible
` [RFC PATCH 3/4] vrange: Support fvrange() syscall for file based volatile ranges
` [RFC PATCH 4/4] vrange: Enable purging of file backed "

[PATCH v2, part1 00/29] Use helper functions to simplify memory intialization code
 2013-04-04 15:47 UTC  (3+ messages)
` [PATCH v2, part1 03/29] mm/ARM: use common help functions to free reserved pages

[RFC][PATCH 0/7] memcg: make memcg's life cycle the same as cgroup
 2013-04-04 15:35 UTC  (25+ messages)
` [RFC][PATCH 1/7] memcg: use css_get in sock_update_memcg()
` [RFC][PATCH 2/7] memcg: don't use mem_cgroup_get() when creating a kmemcg cache
` [RFC][PATCH 3/7] memcg: use css_get/put when charging/uncharging kmem
` [RFC][PATCH 4/7] memcg: use css_get/put for swap memcg
` [RFC][PATCH 5/7] cgroup: make sure parent won't be destroyed before its children
` [RFC][PATCH 6/7] memcg: don't need to get a reference to the parent
` [RFC][PATCH 7/7] memcg: kill memcg refcnt

System freezes when RAM is full (64-bit)
 2013-04-04 15:16 UTC  (6+ messages)

[PATCH 0/3] Support memory hot-delete to boot memory
 2013-04-04 14:07 UTC  (10+ messages)
` [PATCH 2/3] resource: Add release_mem_region_adjustable()

[PATCH] THP: Use explicit memory barrier
 2013-04-04 13:45 UTC  (7+ messages)

[PATCH] mm, x86: Do not zero hugetlbfs pages at boot. -v3
 2013-04-04 13:20 UTC 

[PATCH] mm, x86: no zeroing of hugetlbfs pages at boot
 2013-04-04 12:16 UTC  (11+ messages)
  ` [PATCH] mm, x86: Do not zero hugetlbfs pages at boot. -v2

[PATCH -V5 00/25] THP support for PPC64
 2013-04-04  8:38 UTC  (30+ messages)
` [PATCH -V5 01/25] powerpc: Use signed formatting when printing error
` [PATCH -V5 02/25] powerpc: Save DAR and DSISR in pt_regs on MCE
` [PATCH -V5 03/25] powerpc: Don't hard code the size of pte page
` [PATCH -V5 04/25] powerpc: Reduce the PTE_INDEX_SIZE
` [PATCH -V5 05/25] powerpc: Move the pte free routines from common header
` [PATCH -V5 06/25] powerpc: Reduce PTE table memory wastage
` [PATCH -V5 07/25] powerpc: Use encode avpn where we need only avpn values
` [PATCH -V5 08/25] powerpc: Decode the pte-lp-encoding bits correctly
` [PATCH -V5 09/25] powerpc: Fix hpte_decode to use the correct decoding for page sizes
` [PATCH -V5 10/25] powerpc: print both base and actual page size on hash failure
` [PATCH -V5 11/25] powerpc: Print page size info during boot
` [PATCH -V5 12/25] powerpc: Return all the valid pte ecndoing in KVM_PPC_GET_SMMU_INFO ioctl
` [PATCH -V5 13/25] powerpc: Update tlbie/tlbiel as per ISA doc
` [PATCH -V5 14/25] mm/THP: HPAGE_SHIFT is not a #define on some arch
` [PATCH -V5 15/25] mm/THP: Add pmd args to pgtable deposit and withdraw APIs
` [PATCH -V5 16/25] mm/THP: withdraw the pgtable after pmdp related operations
` [PATCH -V5 17/25] powerpc/THP: Implement transparent hugepages for ppc64
` [PATCH -V5 18/25] powerpc/THP: Double the PMD table size for THP
` [PATCH -V5 19/25] powerpc/THP: Differentiate THP PMD entries from HUGETLB PMD entries
` [PATCH -V5 20/25] powerpc/THP: Add code to handle HPTE faults for large pages
` [PATCH -V5 21/25] powerpc: Handle hugepage in perf callchain
` [PATCH -V5 22/25] powerpc/THP: get_user_pages_fast changes
` [PATCH -V5 23/25] powerpc/THP: Enable THP on PPC64
` [PATCH -V5 24/25] powerpc: Optimize hugepage invalidate
` [PATCH -V5 25/25] powerpc: Handle hugepages in kvm

[PATCH] memcg: fix memcg_cache_name() to use cgroup_name()
 2013-04-04  7:06 UTC  (10+ messages)

[PATCH] x86: add phys addr validity check for /dev/mem mmap
 2013-04-04  5:20 UTC  (10+ messages)

page eviction from the buddy cache
 2013-04-04  4:51 UTC  (4+ messages)

[PATCH v7 2/2] mm: replace hardcoded 3% with admin_reserve_pages knob
 2013-04-04  3:50 UTC  (2+ messages)

[PATCH v3 0/3] fix hugepage coredump
 2013-04-04  0:42 UTC  (9+ messages)
` [PATCH v3 1/3] hugetlbfs: stop setting VM_DONTDUMP in initializing vma(VM_HUGETLB)
` [PATCH v3 2/3] fix hugetlb memory check in vma_dump_size()
` [PATCH v3 3/3] hugetlbfs: add swap entry check in follow_hugetlb_page()

[RFC 1/4] mm: Per process reclaim
 2013-04-03 23:46 UTC  (6+ messages)

[UPDATE][PATCH 2/3] resource: Add release_mem_region_adjustable()
 2013-04-03 23:23 UTC 

[PATCH part2 v6 0/3] staging: zcache: Support zero-filled pages more efficiently
 2013-04-03 20:13 UTC  (6+ messages)
` [PATCH v6 1/3] staging: zcache: fix static variables defined in debug.h but used in mutiple C files
` [PATCH v6 2/3] staging: zcache: introduce zero-filled page stat count
` [PATCH v2 3/3] staging: zcache: clean TODO list

Excessive stall times on ext4 in 3.9-rc2
 2013-04-03 15:22 UTC  (8+ messages)

[PATCH] bounce:fix bug, avoid to flush dcache on slab page from jbd2
 2013-04-03 14:42 UTC  (12+ messages)
          ` [PATCH] mm: Make snapshotting pages for stable writes a per-bio operation
              ` [PATCH v3] "

[PATCH 2/2] mm: allow for outstanding swap writeback accounting
 2013-04-03 14:20 UTC  (2+ messages)

NUMA Autobalancing Kernel 3.8
 2013-04-03 14:11 UTC  (7+ messages)

[PATCHv2, RFC 00/30] Transparent huge page cache
 2013-04-03 13:53 UTC  (5+ messages)
` [PATCHv2, RFC 20/30] ramfs: enable transparent "

[patch] mm, memcg: give exiting processes access to memory reserves
 2013-04-03 12:34 UTC  (2+ messages)

[PATCH -v2] memcg: don't do cleanup manually if mem_cgroup_css_online() fails
 2013-04-03  9:48 UTC  (4+ messages)
` [PATCH 1/2] Revert "memcg: avoid dangling reference count in creation failure."
  ` [PATCH 2/2] memcg, kmem: clean up reference count handling on the error path


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