linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-27 21:41:14 to 2012-06-29 01:20:10 UTC [more...]

[PATCH v2 1/3] mm/sparse: optimize sparse_index_alloc
 2012-06-29  1:20 UTC  (16+ messages)
` [PATCH v2 2/3] mm/sparse: fix possible memory leak
` [PATCH v2 3/3] mm/sparse: more check on mem_section number

[PATCH SLUB 1/2] duplicate the cache name in saved_alias list
 2012-06-29  0:45 UTC  (3+ messages)
` [PATCH powerpc 2/2] kfree the cache name of pgtable cache if SLUB is used

[PATCH 0/3] zsmalloc: remove x86 dependency
 2012-06-29  0:19 UTC  (16+ messages)
` [PATCH 2/3] zsmalloc: add generic path and "
` [PATCH 3/3] x86: add local_tlb_flush_kernel_range()

memcg: cat: memory.memsw.* : Operation not supported
 2012-06-29  0:11 UTC  (11+ messages)

needed lru_add_drain_all() change
 2012-06-28 23:42 UTC  (4+ messages)

[PATCH 0/2 v2] fix livelock because of kswapd stop
 2012-06-28 23:34 UTC  (6+ messages)
` [PATCH 1/2 v2] mm: Factor out memory isolate functions
` [PATCH 2/2 v2] memory-hotplug: fix kswapd looping forever problem

[PATCH -mm v2] mm: have order > 0 compaction start off where it left
 2012-06-28 23:27 UTC  (7+ messages)

[PATCH 00/11] kmem controller for memcg: stripped down version
 2012-06-28 22:25 UTC  (8+ messages)
      ` Fork bomb limitation in memcg WAS: "

[PATCH 00/20] Unify TLB gather implementations -v3
 2012-06-28 21:58 UTC  (50+ messages)
` [PATCH 01/20] mm, x86: Add HAVE_RCU_TABLE_FREE support
` [PATCH 02/20] mm: Add optional TLB flush to generic RCU page-table freeing
` [PATCH 03/20] mm, tlb: Remove a few #ifdefs
` [PATCH 04/20] mm, s390: use generic RCU page-table freeing code
` [PATCH 05/20] mm, powerpc: Dont use tlb_flush for external tlb flushes
` [PATCH 06/20] mm, sparc64: "
` [PATCH 07/20] mm, arch: Remove tlb_flush()
` [PATCH 08/20] mm: Optimize fullmm TLB flushing
` [PATCH 09/20] mm, arch: Add end argument to p??_free_tlb()
` [PATCH 10/20] mm: Provide generic range tracking and flushing
` [PATCH 11/20] mm, s390: Convert to use generic mmu_gather
` [PATCH 12/20] mm, arm: Convert arm to generic tlb
` [PATCH 13/20] mm, ia64: Convert ia64 "
` [PATCH 14/20] mm, sh: Convert sh "
` [PATCH 15/20] mm, um: Convert um "
` [PATCH 16/20] mm, avr32: Convert avr32 "
` [PATCH 17/20] mm, mips: Convert mips "
` [PATCH 18/20] mm, parisc: Convert parisc "
` [PATCH 19/20] mm, sparc32: Convert sparc32 "
` [PATCH 20/20] mm, xtensa: Convert xtensa "

[PATCH v2 0/4] make balloon pages movable by compaction
 2012-06-28 21:49 UTC  (5+ messages)
` [PATCH v2 1/4] mm: introduce compaction and migration for virtio ballooned pages
` [PATCH v2 2/4] virtio_balloon: handle concurrent accesses to virtio_balloon struct elements
` [PATCH v2 3/4] virtio_balloon: introduce migration primitives to balloon pages
` [PATCH v2 4/4] mm: add vm event counters for balloon pages compaction

[PATCH] [RESEND] arm: limit memblock base address for early_pte_alloc
 2012-06-28 17:50 UTC  (12+ messages)

[PATCH -mm] mm: have order>0 compaction start off where it left
 2012-06-28 17:25 UTC  (5+ messages)

memory leak in recent (3.x) kernels?
 2012-06-28 17:20 UTC  (2+ messages)

[patch 1/3] mm, oom: move declaration for mem_cgroup_out_of_memory to oom.h
 2012-06-28 17:16 UTC  (9+ messages)
` [rfc][patch 3/3] mm, memcg: introduce own oom handler to iterate only over its own threads

[PATCH v3][0/6] memcg: prevent -ENOMEM in pre_destroy()
 2012-06-28 16:06 UTC  (6+ messages)

[PATCH 00/40] AutoNUMA19
 2012-06-28 15:13 UTC  (45+ messages)
` [PATCH 01/40] mm: add unlikely to the mm allocation failure check
` [PATCH 02/40] autonuma: make set_pmd_at always available
` [PATCH 03/40] autonuma: export is_vma_temporary_stack() even if CONFIG_TRANSPARENT_HUGEPAGE=n
` [PATCH 04/40] xen: document Xen is using an unused bit for the pagetables
` [PATCH 05/40] autonuma: define _PAGE_NUMA_PTE and _PAGE_NUMA_PMD
` [PATCH 06/40] autonuma: x86 pte_numa() and pmd_numa()
` [PATCH 07/40] autonuma: generic "
` [PATCH 08/40] autonuma: teach gup_fast about pte_numa
` [PATCH 09/40] autonuma: introduce kthread_bind_node()
` [PATCH 10/40] autonuma: mm_autonuma and sched_autonuma data structures
` [PATCH 11/40] autonuma: define the autonuma flags
` [PATCH 12/40] autonuma: core autonuma.h header
` [PATCH 13/40] autonuma: CPU follow memory algorithm
` [PATCH 14/40] autonuma: add page structure fields
` [PATCH 15/40] autonuma: knuma_migrated per NUMA node queues
` [PATCH 16/40] autonuma: init knuma_migrated queues
` [PATCH 17/40] autonuma: autonuma_enter/exit
` [PATCH 18/40] autonuma: call autonuma_setup_new_exec()
` [PATCH 19/40] autonuma: alloc/free/init sched_autonuma
` [PATCH 20/40] autonuma: alloc/free/init mm_autonuma
` [PATCH 21/40] autonuma: avoid CFS select_task_rq_fair to return -1
` [PATCH 22/40] autonuma: teach CFS about autonuma affinity
` [PATCH 23/40] autonuma: sched_set_autonuma_need_balance
` [PATCH 24/40] autonuma: core
` [PATCH 25/40] autonuma: follow_page check for pte_numa/pmd_numa
` [PATCH 26/40] autonuma: default mempolicy follow AutoNUMA
` [PATCH 27/40] autonuma: call autonuma_split_huge_page()
` [PATCH 28/40] autonuma: make khugepaged pte_numa aware
` [PATCH 29/40] autonuma: retain page last_nid information in khugepaged
` [PATCH 30/40] autonuma: numa hinting page faults entry points
` [PATCH 31/40] autonuma: reset autonuma page data when pages are freed
` [PATCH 32/40] autonuma: initialize page structure fields
` [PATCH 33/40] autonuma: link mm/autonuma.o and kernel/sched/numa.o
` [PATCH 34/40] autonuma: add CONFIG_AUTONUMA and CONFIG_AUTONUMA_DEFAULT_ENABLED
` [PATCH 35/40] autonuma: boost khugepaged scanning rate
` [PATCH 36/40] autonuma: page_autonuma
` [PATCH 37/40] autonuma: page_autonuma change #include for sparse
` [PATCH 38/40] autonuma: autonuma_migrate_head[0] dynamic size
` [PATCH 39/40] autonuma: bugcheck page_autonuma fields on newly allocated pages
` [PATCH 40/40] autonuma: shrink the per-page page_autonuma struct size

excessive CPU utilization by isolate_freepages?
 2012-06-28 15:30 UTC  (12+ messages)

[PATCH 00/12] Swap-over-NFS without deadlocking V7
 2012-06-28 12:49 UTC  (5+ messages)
` [PATCH 10/12] nfs: enable swap on NFS

[PATCH 1/2] memcg: remove MEMCG_NR_FILE_MAPPED
 2012-06-28 11:32 UTC  (9+ messages)
` [PATCH 2/2] memcg: add per cgroup dirty pages accounting

[PATCH 0/7] Per-cgroup page stat accounting
 2012-06-28 11:06 UTC  (9+ messages)
` [PATCH 1/7] memcg: update cgroup memory document
` [PATCH 2/7] memcg: remove MEMCG_NR_FILE_MAPPED
` [PATCH 3/7] Make TestSetPageDirty and dirty page accounting in one func
` [PATCH 4/7] Use vfs __set_page_dirty interface instead of doing it inside filesystem
` [PATCH 5/7] memcg: add per cgroup dirty pages accounting
` [PATCH 6/7] memcg: add per cgroup writeback "
` [PATCH 7/7] memcg: print more detailed info while memcg oom happening

[RFC][PATCH 1/2] add res_counter_usage_safe
 2012-06-28 10:57 UTC  (3+ messages)
` [RFC][PATCH 2/2] memcg : remove -ENOMEM at page migration

[PATCH 0/2] fix and deprecate use_hierarchy file
 2012-06-28  9:12 UTC  (9+ messages)
` [PATCH 2/2] memcg: first step towards hierarchical controller

[RFC PATCH 0/12] memory-hotplug : hot-remove physical memory
 2012-06-28  8:38 UTC  (20+ messages)
` [RFC PATCH 1/12] memory-hotplug : rename remove_memory to offline_memory
` [RFC PATCH 2/12] memory-hogplug : check memory offline in offline_pages
` [RFC PATCH 4/12] memory-hotplug : remove /sys/firmware/memmap/X sysfs

[announce] pagemap-demo-ng tools
 2012-06-28  8:04 UTC  (2+ 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).