linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-03-23 08:20:48 to 2012-03-27 16:20:12 UTC [more...]

[PATCH 00/39] [RFC] AutoNUMA alpha10
 2012-03-27 16:19 UTC  (57+ messages)
` [PATCH 01/39] autonuma: make set_pmd_at always available
` [PATCH 02/39] xen: document Xen is using an unused bit for the pagetables
` [PATCH 03/39] autonuma: define _PAGE_NUMA_PTE and _PAGE_NUMA_PMD
` [PATCH 04/39] autonuma: x86 pte_numa() and pmd_numa()
` [PATCH 05/39] autonuma: generic "
` [PATCH 06/39] autonuma: teach gup_fast about pte_numa
` [PATCH 07/39] autonuma: introduce kthread_bind_node()
` [PATCH 08/39] autonuma: mm_autonuma and sched_autonuma data structures
` [PATCH 09/39] autonuma: define the autonuma flags
` [PATCH 10/39] autonuma: core autonuma.h header
` [PATCH 11/39] autonuma: CPU follow memory algorithm
` [PATCH 12/39] autonuma: add page structure fields
` [PATCH 13/39] autonuma: knuma_migrated per NUMA node queues
` [PATCH 14/39] autonuma: init knuma_migrated queues
` [PATCH 15/39] autonuma: autonuma_enter/exit
` [PATCH 16/39] autonuma: call autonuma_setup_new_exec()
` [PATCH 17/39] autonuma: alloc/free/init sched_autonuma
` [PATCH 18/39] autonuma: alloc/free/init mm_autonuma
` [PATCH 19/39] mm: add unlikely to the mm allocation failure check
` [PATCH 20/39] autonuma: avoid CFS select_task_rq_fair to return -1
` [PATCH 21/39] autonuma: fix selecting task runqueue
` [PATCH 22/39] autonuma: select_task_rq_fair cleanup new_cpu < 0 fix
` [PATCH 23/39] autonuma: teach CFS about autonuma affinity
` [PATCH 24/39] autonuma: fix finding idlest cpu
` [PATCH 25/39] autonuma: fix selecting idle sibling
` [PATCH 26/39] autonuma: select_idle_sibling cleanup target assignment
` [PATCH 27/39] autonuma: core
` [PATCH 28/39] autonuma: follow_page check for pte_numa/pmd_numa
` [PATCH 29/39] autonuma: default mempolicy follow AutoNUMA
` [PATCH 30/39] autonuma: call autonuma_split_huge_page()
` [PATCH 31/39] autonuma: make khugepaged pte_numa aware
` [PATCH 32/39] autonuma: retain page last_nid information in khugepaged
` [PATCH 33/39] autonuma: numa hinting page faults entry points
` [PATCH 34/39] autonuma: reset autonuma page data when pages are freed
` [PATCH 35/39] autonuma: initialize page structure fields
` [PATCH 36/39] autonuma: link mm/autonuma.o and kernel/sched/numa.o
` [PATCH 37/39] autonuma: add CONFIG_AUTONUMA and CONFIG_AUTONUMA_DEFAULT_ENABLED
` [PATCH 38/39] autonuma: boost khugepaged scanning rate
` [PATCH 39/39] autonuma: NUMA scheduler SMT awareness

[PATCHv2 00/14] DMA-mapping framework redesign preparation
 2012-03-27 15:56 UTC  (16+ messages)
` [PATCHv2 01/14] common: dma-mapping: introduce alloc_attrs and free_attrs methods
` [PATCHv2 02/14] X86 & IA64: adapt for dma_map_ops changes
` [PATCHv2 03/14] MIPS: "
` [PATCHv2 04/14] PowerPC: "
` [PATCHv2 05/14] SPARC: "
` [PATCHv2 06/14] Alpha: "
` [PATCHv2 07/14] SH: "
` [PATCHv2 08/14] Microblaze: "
` [PATCHv2 09/14] Unicore32: "
` [PATCHv2 10/14] Hexagon: "
` [PATCHv2 11/14] common: dma-mapping: remove old alloc_coherent and free_coherent methods
` [PATCHv2 12/14] common: dma-mapping: introduce mmap method
` [PATCHv2 13/14] common: DMA-mapping: add WRITE_COMBINE attribute
` [PATCHv2 14/14] common: DMA-mapping: add NON-CONSISTENT attribute

[PATCH] staging: zsmalloc: add user-definable alloc/free funcs
 2012-03-26 15:50 UTC  (5+ messages)

[PATCH] cpuset: mm: Reduce large amounts of memory barrier related damage v3
 2012-03-27 13:14 UTC  (7+ messages)
        ` [PATCH] mm: Optimize put_mems_allowed() usage

[PATCH] mm: extend prefault helpers to fault in more than PAGE_SIZE
 2012-03-27 11:37 UTC  (4+ messages)

[PATCH] mm/memory_failure: Let the compiler add the function name
 2012-03-27 10:17 UTC 

[GIT PULL] DMA-mapping framework updates for 3.4
 2012-03-27  9:59 UTC  (3+ messages)

Why memory.usage_in_bytes is always increasing after every mmap/dirty/unmap sequence
 2012-03-27  8:26 UTC  (8+ messages)

[PATCH 00/16] mm: prepare for converting vm->vm_flags to 64-bit
 2012-03-27  7:50 UTC  (13+ messages)
` [PATCH 08/16] mm/unicore32: use vm_flags_t for vma flags

[PATCH v6 0/7] mm: some simple cleanups
 2012-03-27  7:46 UTC  (16+ messages)
` [PATCH v6 1/7] mm/memcg: scanning_global_lru means mem_cgroup_disabled
` [PATCH v6 2/7] mm/memcg: move reclaim_stat into lruvec
` [PATCH v6 3/7] mm: push lru index into shrink_[in]active_list()
` [PATCH v6 6/7] mm/memcg: kill mem_cgroup_lru_del()
` [PATCH v6 7/7] mm/memcg: use vm_swappiness from target memory cgroup

[PATCH 1/1] mmap.c: find_vma: replace if(mm) check with BUG_ON(!mm)
 2012-03-26 23:52 UTC  (3+ messages)

[PATCH 1/1] mmap.c: find_vma: remove if(mm) check
 2012-03-26 23:49 UTC 

mm: hung task (handle_pte_fault)
 2012-03-26 23:17 UTC  (3+ messages)

[PATCH v2 0/10] Fixes for common mistakes w/ for_each_process and task->mm
 2012-03-26 17:23 UTC  (25+ messages)
` [PATCH 01/10] cpu: Introduce clear_tasks_mm_cpumask() helper
    ` [PATCH v2.1 "
` [PATCH 02/10] arm: Use clear_tasks_mm_cpumask()
` [PATCH 03/10] powerpc: "
` [PATCH 04/10] sh: "
` [PATCH 05/10] blackfin: A couple of task->mm handling fixes
` [PATCH 06/10] blackfin: Fix possible deadlock in decode_address()
` [PATCH 07/10] um: Should hold tasklist_lock while traversing processes
` [PATCH 08/10] um: Fix possible race on task->mm
` [PATCH 09/10] um: Properly check all process' threads for a live mm
` [PATCH 10/10] oom: Make find_lock_task_mm() sparse-aware

kswapd stuck using 100% CPU
 2012-03-26 15:10 UTC  (7+ messages)
` [PATCH] "

[RFC][PATCH 00/26] sched/numa
 2012-03-26 11:42 UTC  (7+ messages)
` [RFC][PATCH 03/26] mm, mpol: add MPOL_MF_LAZY

[PATCHv7 0/9] ARM: DMA-mapping framework redesign
 2012-03-26 11:38 UTC  (10+ messages)
` [PATCHv7 5/9] ARM: dma-mapping: implement dma sg methods on top of any generic dma ops
` [PATCHv7 8/9] ARM: dma-mapping: use alloc, mmap, free from dma_ops
      ` [PATCH 0/2] ARM: dma-mapping: Fix mmap support for coherent buffers
        ` [PATCH 1/2] common: add dma_mmap_from_coherent() function
        ` [PATCH 2/2] arm: dma-mapping: use dma_mmap_from_coherent()

[RFC PATCH 0/6] add kmalloc_align()
 2012-03-26  2:00 UTC  (6+ messages)
` [RFC PATCH 6/6] workqueue: use kmalloc_align() instead of hacking

[PATCH] memcg swap: use mem_cgroup_uncharge_swap
 2012-03-26  1:13 UTC  (3+ messages)

[PATCH] memcg swap: mem_cgroup_move_swap_account never needs fixup
 2012-03-26  1:12 UTC  (5+ messages)

Dowload your Intuit.com invoice
 2012-03-25 22:21 UTC 

[PATCH] mm for fs: add truncate_pagecache_range
 2012-03-25 21:55 UTC  (7+ messages)

Possible Swapfile bug
 2012-03-25 21:21 UTC  (7+ messages)

[RFC] AutoNUMA alpha6
 2012-03-25 13:30 UTC  (15+ messages)

RCU stalls in merge-window (v3.3-6946-gf1d38e4)
 2012-03-24 14:45 UTC 

[PATCH] swapon: check validity of swap_flags
 2012-03-23 21:20 UTC  (3+ messages)

[GIT PULL] staging: ramster: unbreak my heart
 2012-03-23 19:10 UTC  (3+ messages)

[PATCH] pdm_trans_unstable problem
 2012-03-23 16:42 UTC  (2+ messages)
` [PATCH] mm: thp: fixup pmd_trans_unstable() locations

[PATCH] mm: fix testorder interaction between two kswapd patches
 2012-03-23 14:37 UTC  (3+ messages)

[PATCH 1/2] uprobes/core: slot allocation
 2012-03-23 12:45 UTC  (3+ messages)
` [PATCH 2/2] uprobes/core: counter to optimize probe hits

[RFC]swap: don't do discard if no discard option added
 2012-03-23 11:38 UTC  (8+ messages)

[PATCH] memcg: change behavior of moving charges at task move
 2012-03-23  9:45 UTC  (8+ messages)

[RFC][PATCH 0/3] page cgroup diet
 2012-03-23  8:54 UTC  (5+ messages)
` [RFC][PATCH 3/3] memcg: atomic update of memcg pointer and other bits


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