linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v12 00/20] DAX: Page cache bypass for filesystems on memory storage
 2014-10-24 21:20 UTC  (2+ messages)
` [PATCH v12 02/20] block: Change direct_access calling convention

[PATCH v2 1/2] mm: free compound page with correct order
 2014-10-24 20:13 UTC  (3+ messages)

[patch 1/3] mm: memcontrol: remove bogus NULL check after mem_cgroup_from_task()
 2014-10-24 18:41 UTC  (9+ messages)
` [patch 2/3] mm: memcontrol: pull the NULL check from __mem_cgroup_same_or_subtree()
` [patch 3/3] mm: memcontrol: drop bogus RCU locking from mem_cgroup_same_or_subtree()

[PATCH] x86, cma: reserve dma contiguous area after initmem_init()
 2014-10-24 17:19 UTC  (4+ messages)

[RFC][PATCH 0/6] Another go at speculative page faults
 2014-10-24 17:08 UTC  (27+ messages)
` [RFC][PATCH 3/6] mm: VMA sequence count
` [RFC][PATCH 4/6] SRCU free VMAs

[PATCH] mm, cma: make parameters order consistent in func declaration and definition
 2014-10-24 16:37 UTC  (2+ messages)

[PATCH 0/4] Low/high memory CMA reservation fixes
 2014-10-24 16:34 UTC  (17+ messages)
` [PATCH 1/4] mm: cma: Don't crash on allocation if CMA area can't be activated
` [PATCH 2/4] mm: cma: Always consider a 0 base address reservation as dynamic
` [PATCH 3/4] mm: cma: Ensure that reservations never cross the low/high mem boundary
` [PATCH 4/4] mm: cma: Use %pa to print physical addresses

[PATCH] mm: cma: split cma-reserved in dmesg log
 2014-10-24 16:32 UTC  (12+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] fs: proc: Include cma info in proc/meminfo

[PATCH v2 0/4] Low/high memory CMA reservation fixes
 2014-10-24 16:26 UTC  (6+ messages)
` [PATCH v2 1/4] mm: cma: Don't crash on allocation if CMA area can't be activated
` [PATCH v2 2/4] mm: cma: Always consider a 0 base address reservation as dynamic
` [PATCH v2 3/4] mm: cma: Ensure that reservations never cross the low/high mem boundary
` [PATCH v2 4/4] mm: cma: Use %pa to print physical addresses

[PATCH V2 1/2] mm: Update generic gup implementation to handle hugepage directory
 2014-10-24 16:22 UTC  (9+ messages)

[RFC PATCH 0/9] mm/zbud: support highmem pages
 2014-10-24 15:27 UTC  (3+ messages)

[PATCH v9 00/12] Intel MPX support
 2014-10-24 15:10 UTC  (10+ messages)
` [PATCH v9 05/12] x86, mpx: on-demand kernel allocation of bounds tables
` [PATCH v9 09/12] x86, mpx: decode MPX instruction to get bound violation information
` [PATCH v9 10/12] x86, mpx: add prctl commands PR_MPX_ENABLE_MANAGEMENT, PR_MPX_DISABLE_MANAGEMENT
` [PATCH v9 11/12] x86, mpx: cleanup unused bound tables

[RFC 0/4] [RFC] slub: Fastpath optimization (especially for RT)
 2014-10-24 14:41 UTC  (12+ messages)
` [RFC 1/4] slub: Remove __slab_alloc code duplication
` [RFC 2/4] slub: Use end_token instead of NULL to terminate freelists
` [RFC 3/4] slub: Drop ->page field from kmem_cache_cpu
` [RFC 4/4] slub: Remove preemption disable/enable from fastpath

[PATCH] memcg: Fix NULL pointer deref in task_in_mem_cgroup()
 2014-10-24 13:42 UTC  (7+ messages)

[patch] mm: memcontrol: shorten the page statistics update slowpath
 2014-10-24 13:40 UTC 

[PATCH -mm v2 0/9] Per memcg slab shrinkers
 2014-10-24 10:37 UTC  (10+ messages)
` [PATCH -mm v2 1/9] list_lru: introduce list_lru_shrink_{count,walk}
` [PATCH -mm v2 2/9] fs: consolidate {nr,free}_cached_objects args in shrink_control
` [PATCH -mm v2 3/9] vmscan: shrink slab on memcg pressure
` [PATCH -mm v2 4/9] memcg: rename some cache id related variables
` [PATCH -mm v2 5/9] memcg: add rwsem to sync against memcg_caches arrays relocation
` [PATCH -mm v2 6/9] list_lru: get rid of ->active_nodes
` [PATCH -mm v2 7/9] list_lru: organize all list_lrus to list
` [PATCH -mm v2 8/9] list_lru: introduce per-memcg lists
` [PATCH -mm v2 9/9] fs: make shrinker memcg aware

[PATCH v4 0/4] fix freepage count problems in memory isolation
 2014-10-24  8:26 UTC  (8+ messages)
` [PATCH v4 1/4] mm/page_alloc: fix incorrect isolation behavior by rechecking migratetype
` [PATCH v4 2/4] mm/page_alloc: add freepage on isolate pageblock to correct buddy list
` [PATCH v4 3/4] mm/page_alloc: move migratetype recheck logic to __free_one_page()
` [PATCH v4 4/4] mm/page_alloc: restrict max order of merging on isolated pageblock

[mmotm:master 59/223] fs/ocfs2/aops.c:654:14: warning: comparison of distinct pointer types lacks a cast
 2014-10-24  6:42 UTC 

[PATCH 0/4] (CMA_AGGRESSIVE) Make CMA memory be more aggressive about allocation
 2014-10-24  5:28 UTC  (7+ messages)
` [PATCH 4/4] (CMA_AGGRESSIVE) Update page alloc function

[PATCH RFC] arm/arm64:add CONFIG_HAVE_ARCH_BITREVERSE to support rbit
 2014-10-24  5:10 UTC 

[mmotm:master 27/223] mm/cma.c:283:4: error: implicit declaration of function 'phys_to_virt'
 2014-10-24  0:21 UTC 

mmotm 2014-10-23-16-26 uploaded
 2014-10-23 23:27 UTC 

[PATCH] mm/cma: Make kmemleak ignore CMA regions
 2014-10-23 21:09 UTC  (3+ messages)

[RESEND] [PATCH 0/4] Convert khugepaged to a task_work function
 2014-10-23 19:37 UTC  (7+ messages)
` [PATCH 1/4] Disable khugepaged thread
` [PATCH 2/4] Add pgcollapse controls to task_struct
` [PATCH 3/4] Convert khugepaged scan functions to work with task_work
` [PATCH 4/4] Add /proc files to expose per-mm pgcollapse stats

[RFC] mm: memblock: change default cnt for regions from 1 to 0
 2014-10-23 19:18 UTC  (2+ messages)

[PATCH 0/4] Convert khugepaged to a task_work function
 2014-10-23 18:52 UTC  (11+ messages)
` [PATCH 1/4] Disable khugepaged thread
` [PATCH] Add pgcollapse controls to task_struct
` [PATCH 3/4] Convert khugepaged scan functions to work with task_work
` [PATCH 4/4] Add /proc files to expose per-mm pgcollapse stats
` [PATCH 1/2] Add pgcollapse stat counter to task_struct
` [PATCH 2/2] Add /proc files to expose per-mm pgcollapse stats

[patch] mm: memcontrol: fold mem_cgroup_start_move()/mem_cgroup_end_move()
 2014-10-23 17:53 UTC  (3+ messages)

[PATCH] x86, MCE: support memory error recovery for both UCNA and Deferred error in machine_check_poll
 2014-10-23 17:18 UTC  (3+ messages)

[PATCH] mm: slab/slub: coding style: whitespaces and tabs mixture
 2014-10-23 15:22 UTC  (2+ messages)

[patch] mm: memcontrol: don't pass a NULL memcg to mem_cgroup_end_move()
 2014-10-23 15:13 UTC  (2+ messages)

[patch] mm: memcontrol: inline memcg->move_lock locking
 2014-10-23 15:09 UTC  (2+ messages)

[patch 0/2] mm: memcontrol: fix race between migration and writeback
 2014-10-23 15:03 UTC  (12+ messages)
` [patch 1/2] mm: page-writeback: inline account_page_dirtied() into single caller
` [patch 2/2] mm: memcontrol: fix missed end-writeback page accounting

[patch] mm: memcontrol: uncharge pages on swapout fix
 2014-10-23 14:31 UTC 

[PATCH v3 0/4] mm: new function to forbid zeropage mappings for a process
 2014-10-23 10:19 UTC  (6+ messages)
` [PATCH 2/4] mm: introduce mm_forbids_zeropage function

[mm] BUG: Int 6: CR2 (null)
 2014-10-23  7:46 UTC  (2+ messages)

[patch][resend] MAP_HUGETLB munmap fails with size not 2MB aligned
 2014-10-23  2:26 UTC 

[PATCH] mm: cma: Use %pa to avoid truncating the physical address
 2014-10-23  0:19 UTC 

[PATCH v2] memory-hotplug: Clear pgdat which is allocated by bootmem in try_offline_node()
 2014-10-22 22:45 UTC  (3+ messages)

[PATCH 0/4 -v2] OOM vs. freezer interaction fixes
 2014-10-22 21:18 UTC  (6+ messages)
` [PATCH 3/4] OOM, PM: OOM killed task shouldn't escape PM suspend

[PATCH] mm, hugetlb: correct bit shift in hstate_sizelog
 2014-10-22 20:26 UTC  (7+ messages)

[patch] mm: memcontrol: fix missed end-writeback accounting
 2014-10-22 18:05 UTC  (3+ messages)

Deadlock with CMA and CPU hotplug
 2014-10-22 16:57 UTC 

[patch 0/4] mm: memcontrol: remove the page_cgroup->flags field
 2014-10-22 16:11 UTC  (17+ messages)
` [patch 1/4] mm: memcontrol: uncharge pages on swapout
` [patch 2/4] mm: memcontrol: remove unnecessary PCG_MEMSW memory+swap charge flag
` [patch 3/4] mm: memcontrol: remove unnecessary PCG_MEM memory "
` [patch 4/4] mm: memcontrol: remove unnecessary PCG_USED pc->mem_cgroup valid flag

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox