linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-11-29 16:07:41 to 2012-12-02 18:44:48 UTC [more...]

[PATCH 00/52] RFC: Unified NUMA balancing tree, v1
 2012-12-02 18:43 UTC  (24+ messages)
` [PATCH 01/52] mm/compaction: Move migration fail/success stats to migrate.c
` [PATCH 02/52] mm/compaction: Add scanned and isolated counters for compaction
` [PATCH 03/52] mm/migrate: Add a tracepoint for migrate_pages
` [PATCH 04/52] mm/numa: define _PAGE_NUMA
` [PATCH 05/52] mm/numa: Add pte_numa() and pmd_numa()
` [PATCH 06/52] mm/numa: Support NUMA hinting page faults from gup/gup_fast
` [PATCH 07/52] mm/numa: split_huge_page: transfer the NUMA type from the pmd to the pte
` [PATCH 08/52] mm/numa: Create basic numa page hinting infrastructure
` [PATCH 09/52] mm/mempolicy: Make MPOL_LOCAL a real policy
` [PATCH 10/52] mm/mempolicy: Add MPOL_MF_NOOP
` [PATCH 11/52] mm/mempolicy: Check for misplaced page
` [PATCH 12/52] mm/migrate: Introduce migrate_misplaced_page()
` [PATCH 13/52] mm/mempolicy: Use _PAGE_NUMA to migrate pages
` [PATCH 14/52] mm/mempolicy: Add MPOL_MF_LAZY
` [PATCH 15/52] mm/mempolicy: Implement change_prot_numa() in terms of change_protection()
` [PATCH 16/52] mm/mempolicy: Hide MPOL_NOOP and MPOL_MF_LAZY from userspace for now
` [PATCH 17/52] mm/numa: Add pte updates, hinting and migration stats
` [PATCH 18/52] mm/numa: Migrate on reference policy
` [PATCH 19/52] sched, numa, mm: Add last_cpu to page flags
` [PATCH 20/52] mm, numa: Implement migrate-on-fault lazy NUMA strategy for regular and THP pages
` [PATCH 21/52] sched: Make find_busiest_queue() a method
` [PATCH 22/52] sched, numa, mm: Add credits for NUMA placement
` [PATCH 23/52] sched, numa, mm: Describe the NUMA scheduling problem formally

[PATCH 00/10] Latest numa/core release, v18
 2012-12-02 17:53 UTC  (28+ messages)
` [PATCH 01/10] sched: Add "task flipping" support
` [PATCH 02/10] sched: Move the NUMA placement logic to a worklet
` [PATCH 03/10] numa, mempolicy: Improve CONFIG_NUMA_BALANCING=y OOM behavior
` [PATCH 04/10] mm, numa: Turn 4K pte NUMA faults into effective hugepage ones
` [PATCH 05/10] sched: Introduce directed NUMA convergence
` [PATCH 06/10] sched: Remove statistical NUMA scheduling
` [PATCH 07/10] sched: Track quality and strength of convergence
` [PATCH 08/10] sched: Converge NUMA migrations
` [PATCH 09/10] sched: Add convergence strength based adaptive NUMA page fault rate
` [PATCH 10/10] sched: Refine the 'shared tasks' memory interleaving logic
  ` [RFC PATCH] mm/migration: Don't lock anon vmas in rmap_walk_anon()
    ` [RFC PATCH] mm/migration: Remove anon vma locking from try_to_unmap() use
            ` [PATCH 1/2] mm/rmap: Convert the struct anon_vma::mutex to an rwsem
            ` [PATCH 2/2] mm/migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable
                ` [PATCH 2/2, v2] "

[PATCH 0/2] numa/core updates
 2012-12-02 16:13 UTC  (3+ messages)
` [PATCH 1/2] sched: Exclude pinned tasks from the NUMA-balancing logic
` [PATCH 2/2] sched: Add RSS filter to NUMA-balancing

[PATCH v2 0/5] Add movablecore_map boot option
 2012-12-02 15:11 UTC  (27+ messages)
` [PATCH v2 1/5] x86: get pg_data_t's memory from other node

[memcg:since-3.6 493/499] include/trace/events/filemap.h:14:1: sparse: incompatible types for operation (<)
 2012-12-02 14:36 UTC  (2+ messages)

[memcg:since-3.6 341/499] drivers/virtio/virtio_balloon.c:157:2-8: preceding lock on line 136
 2012-12-02 10:49 UTC  (7+ messages)

[RFC] Add mempressure cgroup
 2012-12-01 11:18 UTC  (6+ messages)

[PATCH] mm: protect against concurrent vma expansion
 2012-12-01  6:56 UTC 

kswapd craziness in 3.7
 2012-12-01  0:45 UTC  (13+ messages)

[patch] bdi: add a user-tunable cpu_list for the bdi flusher threads
 2012-11-30 22:15 UTC  (2+ messages)

32/64-bit NUMA consolidation behavior regresion
 2012-11-30 20:55 UTC  (3+ messages)

memory-cgroup bug
 2012-11-30 20:43 UTC  (26+ messages)
                ` [PATCH -mm] memcg: do not trigger OOM from add_to_page_cache_locked
                  ` [PATCH for 3.2.34] "

O_DIRECT on tmpfs (again)
 2012-11-30 19:39 UTC  (7+ messages)

[RFC PATCH 0/2] mm: Add ability to monitor task's memory changes
 2012-11-30 17:55 UTC  (3+ messages)
` [PATCH 1/2] mm: Mark VMA with VM_TRACE bit
` [PATCH 2/2] mm: Generate events when tasks change their memory

[PATCH 00/40] Automatic NUMA Balancing V5
 2012-11-30 16:09 UTC  (6+ messages)
` [PATCH 00/41] Automatic NUMA Balancing V6
  ` [PATCH 00/45] Automatic NUMA Balancing V7
    ` [PATCH 00/46] Automatic NUMA Balancing V8
      ` Results for balancenuma v8, autonuma-v28fast and numacore-20121126

[PATCH 0/4] replace cgroup_lock with local lock in memcg
 2012-11-30 15:59 UTC  (14+ messages)
` [PATCH 1/4] cgroup: warn about broken hierarchies only after css_online
` [PATCH 2/4] memcg: prevent changes to move_charge_at_immigrate during task attach
` [PATCH 3/4] memcg: split part of memcg creation to css_online
` [PATCH 4/4] memcg: replace cgroup_lock with memcg specific memcg_lock

[BUG REPORT] [mm-hotplug, aio] aio ring_pages can't be offlined
 2012-11-30 15:24 UTC  (15+ messages)

[PATCHSET cgroup/for-3.8] cpuset: decouple cpuset locking from cgroup core
 2012-11-30 15:09 UTC  (11+ messages)

kernel BUG at mm/huge_memory.c:212!
 2012-11-30 15:03 UTC  (4+ messages)
` [PATCH 0/2] "
  ` [PATCH 1/2] thp: fix anononymous page accounting in fallback path for COW of HZP
  ` [PATCH 2/2] thp: avoid race on multiple parallel page faults to the same page

MMTests 0.08
 2012-11-30 13:50 UTC 

[PATCH] proc: add /proc/kpagecskip interface
 2012-11-30 11:06 UTC 

rework mem_cgroup iterator
 2012-11-30 10:23 UTC  (12+ messages)
` [patch v2 3/6] memcg: rework mem_cgroup_iter to use cgroup iterators
` [patch v2 4/6] memcg: simplify mem_cgroup_iter
` [patch v2 5/6] memcg: further "
` [patch v2 6/6] cgroup: remove css_get_next

How to specify IOMMU'able devices in DT (was: [RFC 0/5] ARM: dma-mapping: New dma_map_ops to control IOVA more precisely)
 2012-11-30  8:06 UTC  (6+ messages)
  ` How to specify IOMMU'able devices in DT
    ` [PATCH 1/1] ARM: tegra: bus_notifier registers IOMMU devices(was: How to specify IOMMU'able devices in DT)
        ` [PATCH 1/1] ARM: tegra: bus_notifier registers IOMMU devices

[Patch v4 00/12] memory-hotplug: hot-remove physical memory
 2012-11-30  6:37 UTC  (8+ messages)
` [Patch v4 08/12] memory-hotplug: remove memmap of sparse-vmemmap

[RFC PATCH v3 0/3] acpi: Introduce prepare_remove device operation
 2012-11-30  1:09 UTC  (31+ messages)
` [RFC PATCH v3 3/3] acpi_memhotplug: Allow eject to proceed on rebind scenario

[PATCH] tmpfs: support SEEK_DATA and SEEK_HOLE (reprise)
 2012-11-30  0:18 UTC  (9+ messages)

zram, OOM, and speed of allocation
 2012-11-29 22:57 UTC  (6+ messages)

[RFC, PATCH 00/19] Numa aware LRU lists and shrinkers
 2012-11-29 22:09 UTC  (10+ messages)
` [PATCH 17/19] drivers: convert shrinkers to new count/scan API

[PATCH 0/8] Announcement: Enhanced NUMA scheduling with adaptive affinity
 2012-11-29 19:34 UTC  (3+ messages)
` [PATCH 5/8] sched, numa, mm: Add adaptive NUMA affinity support

3.7-rc6 soft lockup in kswapd0
 2012-11-29 17:08 UTC  (3+ 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).