linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-29 23:12:56 to 2014-06-02 22:20:14 UTC [more...]

[PATCHv3 0/6] mm/zpool: add common api for zswap to use zbud/zsmalloc
 2014-06-02 22:19 UTC  (2+ messages)
` [PATCHv4 "

[PATCH 00/10] mm: pagewalk: huge page cleanups and VMA passing
 2014-06-02 21:53 UTC  (13+ messages)
` [PATCH 01/10] mm: pagewalk: consolidate vma->vm_start checks
` [PATCH 02/10] mm: pagewalk: always skip hugetlbfs except when explicitly handled
` [PATCH 03/10] mm: pagewalk: have generic code keep track of VMA
` [PATCH 04/10] mm: pagewalk: add page walker for mincore()
` [PATCH 05/10] mm: mincore: clean up hugetlbfs handling (part 1)
` [PATCH 06/10] mm: mincore: clean up hugetlbfs handler (part 2)
` [PATCH 07/10] mm: pagewalk: kill check for hugetlbfs inside /proc pagemap code
` [PATCH 08/10] mm: pagewalk: add locked pte walker
` [PATCH 09/10] mm: pagewalk: use new locked walker for /proc/pid/smaps
` [PATCH 10/10] mm: pagewalk: use locked walker for /proc/pid/numa_maps

[PATCH 0/4] pagecache scanning with /proc/kpagecache
 2014-06-02 21:51 UTC  (21+ messages)
` [RFC][PATCH 0/3] mm: introduce fincore()
  ` [PATCH 1/3] replace PAGECACHE_TAG_* definition with enumeration
  ` [PATCH 2/3] mm: introduce fincore()
  ` [PATCH 3/3] selftest: add test code for fincore()

[PATCH 0/5] mm: i_mmap_mutex to rwsem
 2014-06-02 20:31 UTC  (4+ messages)

[PATCH] mm, compaction: properly signal and act upon lock and need_sched() contention
 2014-06-02 20:09 UTC  (10+ messages)
` [PATCH v2] "
          ` [PATCH -mm] mm, compaction: properly signal and act upon lock and need_sched() contention - fix

[PATCH v2 0/3] File Sealing & memfd_create()
 2014-06-02 17:50 UTC  (21+ messages)
` [PATCH v2 1/3] shm: add sealing API
` [PATCH v2 2/3] shm: add memfd_create() syscall

[PATCH 0/4] slab: common kmem_cache_cpu functions V1
 2014-06-02 17:43 UTC  (11+ messages)
` [PATCH 1/4] slab common: Add functions for kmem_cache_node access
` [PATCH 2/4] slub: Use new node functions
` [PATCH 3/4] slab: Use get_node function
` [PATCH 4/4] slab: Use for_each_kmem_cache_node function

[PATCH] improve __GFP_COLD/__GFP_ZERO interaction
 2014-06-02 15:54 UTC  (5+ messages)

[PATCH -mm 0/8] memcg/slab: reintroduce dead cache self-destruction
 2014-06-02 15:24 UTC  (30+ messages)
` [PATCH -mm 1/8] memcg: cleanup memcg_cache_params refcnt usage
` [PATCH -mm 2/8] memcg: destroy kmem caches when last slab is freed
` [PATCH -mm 3/8] memcg: mark caches that belong to offline memcgs as dead
` [PATCH -mm 4/8] slub: never fail kmem_cache_shrink
` [PATCH -mm 5/8] slab: remove kmem_cache_shrink retval
` [PATCH -mm 6/8] slub: do not use cmpxchg for adding cpu partials when irqs disabled
` [PATCH -mm 7/8] slub: make dead caches discard free slabs immediately
` [PATCH -mm 8/8] slab: reap dead memcg caches aggressively

[PATCH] mm/page-writeback.c: remove outdated comment
 2014-06-02 14:29 UTC  (2+ messages)

[PATCH v2 0/3] Aggressively allocate the pages on cma reserved memory
 2014-06-02 14:05 UTC  (20+ messages)
` [PATCH v2 2/3] CMA: aggressively allocate the pages on cma reserved memory when not used
` [PATCH v2 3/3] CMA: always treat free cma pages as non-free on watermark checking

[PATCH] swap: Delete the "last_in_cluster < scan_base" loop in the body of scan_swap_map()
 2014-06-02 11:54 UTC 

sleeping function warning from __put_anon_vma
 2014-06-02  9:30 UTC  (6+ messages)

TASK_SIZE for !MMU
 2014-06-02  8:51 UTC 

[PATCH v3] zram: remove global tb_lock with fine grain lock
 2014-06-02  0:43 UTC  (3+ messages)

mm,console: circular dependency between console_sem and zone lock
 2014-06-01 14:08 UTC  (3+ messages)

[PATCH] gpu/drm/ttm: Use mutex_lock_killable() for shrinker functions
 2014-05-31  3:02 UTC  (11+ messages)
              ` [PATCH 1/5] gpu/drm/ttm: Fix possible division by 0 in ttm_dma_pool_shrink_scan()
                ` [PATCH 2/5] gpu/drm/ttm: Choose a pool to shrink correctly "
                  ` [PATCH 3/5] gpu/drm/ttm: Use mutex_trylock() to avoid deadlock inside shrinker functions
                    ` [PATCH 4/5] gpu/drm/ttm: Fix possible stack overflow by recursive shrinker calls
                      ` [PATCH 5/5] gpu/drm/ttm: Pass GFP flags in order to avoid deadlock

[PATCH 1/2] ftrace: print stack usage right before Oops
 2014-05-31  2:06 UTC  (42+ messages)
` [RFC 2/2] x86_64: expand kernel stack to 16K

[PATCH] page_alloc: skip cpuset enforcement for lower zone allocations
 2014-05-30 21:43 UTC  (14+ messages)
` [PATCH] page_alloc: skip cpuset enforcement for lower zone allocations (v2)
    ` [PATCH] page_alloc: skip cpuset enforcement for lower zone allocations (v3)
      ` [PATCH] page_alloc: skip cpuset enforcement for lower zone allocations (v4)
          ` [PATCH] page_alloc: skip cpuset enforcement for lower zone allocations (v5)

[PATCH 1/2] memory-failure: Send right signal code to correct thread
 2014-05-30 19:52 UTC  (7+ messages)
              ` [PATCH] mm/memory-failure.c: support dedicated thread to handle SIGBUS(BUS_MCEERR_AO) thread

[PATCH] mm/memory-failure.c: support dedicated thread to handle SIGBUS(BUS_MCEERR_AO) thread
 2014-05-30 18:24 UTC  (7+ messages)
` [PATCH 0/3] HWPOISON: improve memory error handling for multithread process
  ` [PATCH 1/3] memory-failure: Send right signal code to correct thread
  ` [PATCH 2/3] memory-failure: Don't let collect_procs() skip over processes for MF_ACTION_REQUIRED
  ` [PATCH 3/3] mm/memory-failure.c: support dedicated thread to handle SIGBUS(BUS_MCEERR_AO)

MIGRATE_RESERVE pages in show_mem function problems
 2014-05-30 14:59 UTC  (2+ messages)

[PATCH] vmstat: on demand updates from differentials V7
 2014-05-30 14:00 UTC  (5+ messages)

BUG at mm/memory.c:1489!
 2014-05-30 12:02 UTC  (13+ messages)
    ` [PATCH] hugetlb: restrict hugepage_migration_support() to x86_64 (Re: BUG at mm/memory.c:1489!)
          ` [PATCH 1/2] hugetlb: restrict hugepage_migration_support() to x86_64
          ` [PATCH 2/2] hugetlb: rename hugepage_migration_support() to ..._supported()

[PATCH] swap: Avoid scanning invalidated region for cheap seek
 2014-05-30  7:41 UTC  (3+ messages)

[RFC 2/2] x86_64: expand kernel stack to 16K
 2014-05-30  6:56 UTC  (10+ messages)
` virtio ring cleanups, which save stack on older gcc
  ` [PATCH 4/4] virtio_ring: unify direct/indirect code paths

Ask for help on the memory allocation for process shared mutex (resend with plain text)
 2014-05-30  2:57 UTC 

Ask for help on the memory allocation for process shared mutex
 2014-05-30  2:43 UTC 

[PATCH v2] zram: remove global tb_lock with fine grain lock
 2014-05-30  1:09 UTC  (5+ messages)

[PATCH] vmalloc: use rcu list iterator to reduce vmap_area_lock contention
 2014-05-30  0:43 UTC  (4+ messages)

[PATCH v3] ARM: mm: support big-endian page tables
 2014-05-30  0:13 UTC  (7+ 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).