linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-29 13:33:36 to 2012-07-02 15:51:44 UTC [more...]

[PATCH 00/40] AutoNUMA19
 2012-07-02 15:42 UTC  (137+ 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 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

[PATCH v3 1/3] mm/sparse: optimize sparse_index_alloc
 2012-07-02 15:46 UTC  (9+ messages)
` [PATCH v3 2/3] mm/sparse: fix possible memory leak
` [PATCH v3 3/3] mm/sparse: more check on mem_section number

[PATCH 0/7] Per-cgroup page stat accounting
 2012-07-02 14:49 UTC  (13+ 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

[PATCHv4 0/2] ARM: replace custom consistent dma region with vmalloc
 2012-07-02 14:47 UTC  (6+ messages)
` [PATCHv4 2/2] ARM: dma-mapping: remove custom consistent dma region

[PATCH 00/12] Swap-over-NFS without deadlocking V8
 2012-07-02 14:35 UTC  (10+ messages)
` [PATCH 06/12] mm: Add get_kernel_page[s] for pinning of kernel addresses for I/O
` [PATCH 07/12] mm: Add support for direct_IO to highmem pages
` [PATCH 08/12] nfs: teach the NFS client how to treat PG_swapcache pages
` [PATCH 09/12] nfs: disable data cache revalidation for swapfiles
` [PATCH 10/12] nfs: enable swap on NFS
` [PATCH 11/12] nfs: Prevent page allocator recursions with swap over NFS
` [PATCH 12/12] Avoid dereferencing bd_disk during swap_entry_free for network storage

MMTests 0.04
 2012-07-02 14:32 UTC  (7+ messages)
  ` [MMTests] IO metadata on XFS

[PATCH] mm: setup pageblock_order before it's used by sparse
 2012-07-02 12:41 UTC  (5+ messages)

mmotm 2012-06-29-17-00 uploaded
 2012-07-02 11:57 UTC  (4+ messages)

[PATCH 0/4] Proposed slab patches as basis for memcg
 2012-07-02 10:57 UTC  (5+ messages)
` [PATCH 4/4] make CFLGS_OFF_SLAB visible for all slabs

[PATCH 0/4] cache-specific changes for memcg (preparation)
 2012-07-02 10:57 UTC  (4+ messages)
` [PATCH 3/4] slab: move FULL state transition to an initcall

[PATCH] slab: do not call compound_head() in page_get_cache()
 2012-07-02 10:56 UTC  (3+ messages)

[PATCH] slab: Fix a tpyo in commit 8c138b "slab: Get rid of obj_size macro"
 2012-07-02 10:55 UTC  (5+ messages)

BUG: No init found on NFSROOT
 2012-07-02  5:22 UTC  (6+ messages)
    ` linux-next BUG: held lock freed!

[RFC PATCH 0/12] memory-hotplug : hot-remove physical memory
 2012-07-02  3:01 UTC  (9+ messages)
` [RFC PATCH 2/12] memory-hogplug : check memory offline in offline_pages
` [RFC PATCH 10/12] memory-hotplug : free memmap of sparse-vmemmap

[PATCH v2 0/4] make balloon pages movable by compaction
 2012-07-01 23:36 UTC  (11+ messages)
` [PATCH v2 1/4] mm: introduce compaction and migration for virtio ballooned pages

[PATCH v2 1/3] mm/sparse: optimize sparse_index_alloc
 2012-07-01 13:41 UTC  (10+ messages)
` [PATCH v2 2/3] mm/sparse: fix possible memory leak

mm,numad,rcu: hang on OOM
 2012-07-01  1:15 UTC  (2+ messages)

Buy Ciails and Viarga online!
 2012-06-30 22:27 UTC 

[PATCH v2] KSM: numa awareness sysfs knob
 2012-06-30 12:29 UTC  (10+ messages)

[PATCH -v5 0/6] notifier error injection
 2012-06-30  5:59 UTC  (4+ messages)
` [PATCH -v5 1/6] fault-injection: "
` [PATCH -v5 4/6] memory: memory notifier error injection module
` [PATCH -v5 6/6] fault-injection: add selftests for cpu and memory hotplug

[PATCH -mm v2] mm: have order > 0 compaction start off where it left
 2012-06-30  3:51 UTC  (2+ messages)

memcg: cat: memory.memsw.* : Operation not supported
 2012-06-30  3:45 UTC  (9+ messages)

[PATCH -mm v2 00/11] mm: scalable and unified arch_get_unmapped_area
 2012-06-30  2:42 UTC  (8+ messages)
` [PATCH -mm v2 01/11] mm: track free size between VMAs in VMA rbtree
` [PATCH -mm v2 05/11] mm: get unmapped area from VMA tree
` [PATCH -mm v2 07/11] mm: make cache alignment code generic

[PATCH] vmscan: remove obsolete comment of shrinker
 2012-06-29 22:32 UTC  (3+ messages)

[PATCH 08/20] mm: Optimize fullmm TLB flushing
 2012-06-29 22:11 UTC  (12+ messages)

[RFC][PATCH 1/2] add res_counter_usage_safe
 2012-06-29 21:41 UTC  (4+ messages)
` [RFC][PATCH 2/2] memcg : remove -ENOMEM at page migration

Buy Ciails and Viarga online!
 2012-06-29 21:13 UTC 

[patch 1/3] mm, oom: move declaration for mem_cgroup_out_of_memory to oom.h
 2012-06-29 21:07 UTC  (15+ messages)
` [rfc][patch 3/3] mm, memcg: introduce own oom handler to iterate only over its own threads
` [patch 1/5] mm, oom: move declaration for mem_cgroup_out_of_memory to oom.h
  ` [patch 2/5] mm, oom: introduce helper function to process threads during scan
  ` [patch 3/5] mm, memcg: introduce own oom handler to iterate only over its own threads
  ` [patch 4/5] mm, oom: reduce dependency on tasklist_lock
  ` [patch 5/5] mm, memcg: move all oom handling to memcontrol.c

Early boot panic on machine with lots of memory
 2012-06-29 18:38 UTC  (4+ messages)
` [PATCH for -3.5] memblock: free allocated memblock_reserved_regions later


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