linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-11-09 21:44:56 to 2012-11-13 17:15:16 UTC [more...]

[PATCH 00/31] Latest numa/core patches, v15
 2012-11-13 17:13 UTC  (17+ messages)
` [PATCH 01/31] mm/generic: Only flush the local TLB in ptep_set_access_flags()
` [PATCH 02/31] x86/mm: Only do a local tlb flush "
` [PATCH 03/31] sched, numa, mm: Make find_busiest_queue() a method
` [PATCH 04/31] sched, numa, mm: Describe the NUMA scheduling problem formally
` [PATCH 05/31] sched, numa, mm, s390/thp: Implement pmd_pgprot() for s390
` [PATCH 06/31] mm/thp: Preserve pgprot across huge page split
` [PATCH 07/31] x86/mm: Introduce pte_accessible()
` [PATCH 08/31] mm: Only flush the TLB when clearing an accessible pte
` [PATCH 09/31] sched, numa, mm, MIPS/thp: Add pmd_pgprot() implementation
` [PATCH 10/31] mm/pgprot: Move the pgprot_modify() fallback definition to mm.h
` [PATCH 11/31] mm/mpol: Make MPOL_LOCAL a real policy
` [PATCH 12/31] mm/mpol: Add MPOL_MF_NOOP
` [PATCH 13/31] mm/mpol: Check for misplaced page
` [PATCH 14/31] mm/mpol: Create special PROT_NONE infrastructure
` [PATCH 15/31] mm/mpol: Add MPOL_MF_LAZY
` [PATCH 16/31] numa, mm: Support NUMA hinting page faults from gup/gup_fast

[RFC] rework mem_cgroup iterator
 2012-11-13 16:14 UTC  (7+ messages)
` [RFC 1/5] memcg: synchronize per-zone iterator access by a spinlock
` [RFC 2/5] memcg: rework mem_cgroup_iter to use cgroup iterators
` [RFC 3/5] memcg: simplify mem_cgroup_iter
` [RFC 4/5] memcg: clean up mem_cgroup_iter
` [RFC 5/5] cgroup: remove css_get_next

[PATCH 0/8] Announcement: Enhanced NUMA scheduling with adaptive affinity
 2012-11-13 16:09 UTC  (16+ messages)
` [PATCH 1/8] sched, numa, mm: Introduce sched_feat_numa()
` [PATCH 2/8] sched, numa, mm: Implement THP migration
` [PATCH 3/8] sched, numa, mm: Add credits for NUMA placement
` [PATCH 4/8] sched, numa, mm: Add last_cpu to page flags
` [PATCH 5/8] sched, numa, mm: Add adaptive NUMA affinity support
` [PATCH 6/8] sched, numa, mm: Implement constant, per task Working Set Sampling (WSS) rate
` [PATCH 7/8] sched, numa, mm: Count WS scanning against present PTEs, not virtual memory ranges
` [PATCH 8/8] sched, numa, mm: Implement slow start for working set sampling
` Benchmark results: "Enhanced NUMA scheduling with adaptive affinity"

[patch 00/31] Latest numa/core patches, v15
 2012-11-13 15:52 UTC 

[PATCH 1/1] mm: Export a function to get vm committed memory
 2012-11-13 15:45 UTC 

[RFC PATCH 00/31] Foundation for automatic NUMA balancing V2
 2012-11-13 15:42 UTC  (34+ messages)
` [PATCH 01/31] mm: compaction: Move migration fail/success stats to migrate.c
` [PATCH 02/31] mm: migrate: Add a tracepoint for migrate_pages
` [PATCH 03/31] mm: compaction: Add scanned and isolated counters for compaction
` [PATCH 04/31] mm: numa: define _PAGE_NUMA
` [PATCH 05/31] mm: numa: pte_numa() and pmd_numa()
` [PATCH 06/31] mm: numa: teach gup_fast about pmd_numa
` [PATCH 07/31] mm: numa: split_huge_page: transfer the NUMA type from the pmd to the pte
` [PATCH 08/31] mm: numa: Create basic numa page hinting infrastructure
` [PATCH 09/31] mm: mempolicy: Make MPOL_LOCAL a real policy
` [PATCH 10/31] mm: mempolicy: Add MPOL_MF_NOOP
` [PATCH 11/31] mm: mempolicy: Check for misplaced page
` [PATCH 12/31] mm: migrate: Introduce migrate_misplaced_page()
` [PATCH 13/31] mm: mempolicy: Use _PAGE_NUMA to migrate pages
` [PATCH 14/31] mm: mempolicy: Add MPOL_MF_LAZY
` [PATCH 15/31] mm: numa: Add fault driven placement and migration
` [PATCH 16/31] mm: numa: Only call task_numa_placement for misplaced pages
` [PATCH 17/31] mm: numa: Avoid double faulting after migrating misplaced page
` [PATCH 18/31] mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate
` [PATCH 19/31] mm: sched: numa: Implement slow start for working set sampling
` [PATCH 20/31] mm: numa: Add pte updates, hinting and migration stats
` [PATCH 21/31] mm: numa: Migrate on reference policy
` [PATCH 22/31] x86: mm: only do a local tlb flush in ptep_set_access_flags()
` [PATCH 23/31] x86: mm: drop TLB flush from ptep_set_access_flags
` [PATCH 24/31] mm,generic: only flush the local TLB in ptep_set_access_flags
` [PATCH 25/31] sched: numa: Introduce tsk_home_node()
` [PATCH 26/31] sched: numa: Make mempolicy home-node aware
` [PATCH 27/31] sched: numa: Make find_busiest_queue() a method
` [PATCH 28/31] sched: numa: Implement home-node awareness
` [PATCH 29/31] sched: numa: CPU follows memory
` [PATCH 30/31] mm: numa: Introduce last_nid to the page frame
` [PATCH 31/31] mm: numa: Use a two-stage filter to restrict pages being migrated for unlikely task<->node relationships

[PATCH 1/1] mm: Export a function to read vm_committed_as
 2012-11-13 15:41 UTC  (11+ messages)

[PATCH v2 0/5] minor clean-up and optimize highmem related code
 2012-11-13 15:01 UTC  (9+ messages)
` [PATCH v2 4/5] mm, highmem: makes flush_all_zero_pkmaps() return index of first flushed entry

[RFC PATCH 00/19] Foundation for automatic NUMA balancing
 2012-11-13 14:49 UTC  (25+ messages)
` [PATCH 05/19] mm: numa: pte_numa() and pmd_numa()
` [PATCH 06/19] mm: numa: teach gup_fast about pmd_numa
` [PATCH 08/19] mm: numa: Create basic numa page hinting infrastructure
` [PATCH 12/19] mm: migrate: Introduce migrate_misplaced_page()
` [PATCH 14/19] mm: mempolicy: Add MPOL_MF_LAZY
` [PATCH 15/19] mm: numa: Add fault driven placement and migration

[PATCH] mm: Remove unused variable in alloc_contig_range()
 2012-11-13 14:47 UTC  (2+ messages)

[PATCH 1/1] mm: Export a function to get vm committed memory
 2012-11-13 15:02 UTC 

zram OOM behavior
 2012-11-13 13:31 UTC  (11+ messages)

[PATCH] mm: cma: WARN if freed memory is still in use
 2012-11-13 10:16 UTC  (4+ messages)
  ` [PATCH v2] "

Fwd: Your Flight A676-2633
 2012-11-13  4:23 UTC 

[Patch v4 0/7] acpi,memory-hotplug : implement framework for hot removing memory
 2012-11-13  2:04 UTC  (4+ messages)
` [Patch v4 1/7] acpi,memory-hotplug: introduce a mutex lock to protect the list in acpi_memory_device

[PATCH 1/4] bootmem: remove not implemented function call, bootmem_arch_preferred_node()
 2012-11-13  1:24 UTC  (14+ messages)
` [PATCH 2/4] avr32, kconfig: remove HAVE_ARCH_BOOTMEM
` [PATCH 3/4] bootmem: remove alloc_arch_preferred_bootmem()
` [PATCH 4/4] bootmem: fix wrong call parameter for free_bootmem()

mmotm 2012-11-08-15-17 uploaded
 2012-11-13  0:06 UTC  (5+ messages)
` mmotm 2012-11-08-15-17 uploaded (mm/balloon_compaction.c)
` mmotm 2012-11-08-15-17 uploaded (include/linux/shm.h)
  ` [patch] MM: Support more pagesizes for MAP_HUGETLB/SHM_HUGETLB v7 fix fix fix

[patch 1/2] mm, oom: change type of oom_score_adj to short
 2012-11-12 22:28 UTC  (5+ messages)
` [patch 2/2] mm, oom: fix race when specifying a thread as the oom origin

[PATCHv2] mm: Fix calculation of dirtyable memory
 2012-11-12 21:35 UTC  (4+ messages)
` [PATCH] "
    ` [PATCHv4] "

[PATCH 0/3] fix missing rb_subtree_gap updates on vma insert/erase
 2012-11-12 20:54 UTC  (8+ messages)
` [PATCH 1/3] mm: ensure safe rb_subtree_gap update when inserting new VMA
` [PATCH 2/3] mm: ensure safe rb_subtree_gap update when removing VMA
` [PATCH 3/3] mm: debug code to verify rb_subtree_gap updates are safe

[RFC PATCH 0/3] acpi: Introduce prepare_remove device operation
 2012-11-12 17:20 UTC  (3+ messages)

[PATCH] x86/tlb: correct vmflag test for checking VM_HUGETLB
 2012-11-12 17:17 UTC 

[PATCH] mm: use migrate_prep() instead of migrate_prep_local()
 2012-11-12 16:52 UTC  (2+ messages)

[RFC PATCH 0/8][Sorted-buddy] mm: Linux VM Infrastructure to support Memory Power Management
 2012-11-12 16:14 UTC  (3+ messages)

kswapd0: excessive CPU usage
 2012-11-12 14:50 UTC  (17+ messages)
                      ` [PATCH] Revert "mm: remove __GFP_NO_KSWAPD"

[PATCH 00/16] mm: use augmented rbtrees for finding unmapped areas
 2012-11-12 11:55 UTC  (4+ messages)
` [PATCH 03/16] mm: check rb_subtree_gap correctness

[PATCH] mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls
 2012-11-12 11:03 UTC  (5+ messages)

[PATCH 00/31] numa/core patches
 2012-11-12  9:50 UTC  (6+ messages)

[PATCH] mm: compaction: Fix compiler warning
 2012-11-12  9:47 UTC  (2+ messages)

[PATCH] Add a test program for variable page sizes in mmap/shmget v2
 2012-11-12  9:35 UTC  (3+ messages)

[PATCH] mm: cma: allocate pages from CMA if NR_FREE_PAGES approaches low water mark
 2012-11-12  8:59 UTC 

[PATCH v11 0/7] make balloon pages movable by compaction
 2012-11-12  7:49 UTC  (11+ messages)
` [PATCH v11 5/7] virtio_balloon: introduce migration primitives to balloon pages
` [PATCH v11 7/7] mm: add vm event counters for balloon pages compaction

[PATCH v12 0/7] make balloon pages movable by compaction
 2012-11-11 19:18 UTC  (9+ messages)
` [PATCH v12 1/7] mm: adjust address_space_operations.migratepage() return code
` [PATCH v12 2/7] mm: redefine address_space.assoc_mapping
` [PATCH v12 3/7] mm: introduce a common interface for balloon pages mobility
` [PATCH v12 4/7] mm: introduce compaction and migration for ballooned pages
` [PATCH v12 5/7] virtio_balloon: introduce migration primitives to balloon pages
` [PATCH v12 6/7] mm: introduce putback_movable_pages()
` [PATCH v12 7/7] mm: add vm event counters for balloon pages compaction

[PATCH v5 1/6] mm: teach mm by current context info to not do I/O during memory allocation
 2012-11-11 12:42 UTC 

[PATCH v5 0/6] solve deadlock caused by memory allocation with I/O
 2012-11-11 12:41 UTC  (8+ messages)
` [PATCH v5 1/6] mm: teach mm by current context info to not do I/O during memory allocation
` [PATCH v5 2/6] PM / Runtime: introduce pm_runtime_set_memalloc_noio()
` [PATCH v5 3/6] block/genhd.c: apply pm_runtime_set_memalloc_noio on block devices
` [PATCH v5 4/6] net/core: apply pm_runtime_set_memalloc_noio on network devices
` [PATCH v5 5/6] PM / Runtime: force memory allocation with no I/O during Runtime PM callbcack
` [PATCH v5 6/6] USB: forbid memory allocation with I/O during bus reset

results. 7hxors3
 2012-11-10 17:48 UTC 

No prescription required! Bonus Pills & Reorder Discount! Lowest Prices, Fast Shipping! Best Price & Quality Guaranteed! o02bdo38e
 2012-11-10  0:11 UTC 


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