linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v11 00/21] Add support for NV-DIMMs to ext4
 2014-10-16 12:21 UTC  (30+ messages)
` [PATCH v11 01/21] axonram: Fix bug in direct_access
` [PATCH v11 02/21] block: Change direct_access calling convention
` [PATCH v11 03/21] mm: Fix XIP fault vs truncate race
` [PATCH v11 04/21] mm: Allow page fault handlers to perform the COW
` [PATCH v11 05/21] vfs,ext2: Introduce IS_DAX(inode)
` [PATCH v11 07/21] dax,ext2: Replace XIP read and write with DAX I/O
` [PATCH v11 08/21] dax,ext2: Replace ext2_clear_xip_target with dax_clear_blocks
` [PATCH v11 09/21] dax,ext2: Replace the XIP page fault handler with the DAX page fault handler
` [PATCH v11 10/21] dax,ext2: Replace xip_truncate_page with dax_truncate_page
` [PATCH v11 11/21] dax: Replace XIP documentation with DAX documentation
` [PATCH v11 12/21] vfs: Remove get_xip_mem
` [PATCH v11 13/21] ext2: Remove ext2_xip_verify_sb()
` [PATCH v11 14/21] ext2: Remove ext2_use_xip
` [PATCH v11 15/21] ext2: Remove xip.c and xip.h

[patch 0/3] mm: memcontrol: lockless page counters v3
 2014-10-16 11:20 UTC  (9+ messages)
` [patch 1/3] mm: memcontrol: lockless page counters
` [patch 2/3] mm: hugetlb_cgroup: convert to "
` [patch 3/3] kernel: res_counter: remove the unused API

mmotm 2014-10-15-16-57 uploaded
 2014-10-16 10:45 UTC  (2+ messages)
` since-3.17 branch opened for mm git tree (was: Re: mmotm 2014-10-15-16-57 uploaded)

[PATCH 1/2] mm: Update generic gup implementation to handle hugepage directory
 2014-10-16  9:25 UTC  (3+ messages)
` [PATCH 2/2] arch/powerpc: Switch to generic RCU get_user_pages_fast

[PATCH 0/4] (CMA_AGGRESSIVE) Make CMA memory be more aggressive about allocation
 2014-10-16  8:55 UTC  (8+ messages)
` [PATCH 1/4] (CMA_AGGRESSIVE) Add CMA_AGGRESSIVE to Kconfig
` [PATCH 2/4] (CMA_AGGRESSIVE) Add argument hibernation to function shrink_all_memory
` [PATCH 3/4] (CMA_AGGRESSIVE) Update reserve custom contiguous area code
` [PATCH 4/4] (CMA_AGGRESSIVE) Update page alloc function

[next:master 11098/11117] lib/lz4/lz4defs.h:46:0: warning: "A32" redefined
 2014-10-16  8:11 UTC 

unaligned accesses in SLAB etc
 2014-10-16  7:22 UTC  (17+ messages)

[PATCH] mm/zbud: init user ops only when it is needed
 2014-10-16  5:48 UTC  (3+ messages)

[PATCH] mm/numa balancing: Rearrange Kconfig entry
 2014-10-16  2:18 UTC 

[mmotm:master 42/137] include/linux/page_counter.h:19:27: error: 'LONG_MAX' undeclared
 2014-10-16  1:22 UTC 

[PATCH] mm: vmscan: count only dirty pages as congested
 2014-10-15 23:16 UTC  (4+ messages)

[PATCH 0/5] Further compaction tuning
 2014-10-15 22:32 UTC  (3+ messages)
` [PATCH 2/5] mm, compaction: simplify deferred compaction

[patch for-3.17] mm, thp: fix collapsing of hugepages on madvise
 2014-10-15 21:13 UTC  (2+ messages)
` [patch resend] "

[PATCH v2 1/2] mm: free compound page with correct order
 2014-10-15 20:07 UTC  (5+ messages)
` [PATCH v2 2/2] mm: verify compound order when freeing a page

[patch 0/5] mm: memcontrol: eliminate charge reparenting v2
 2014-10-15 18:44 UTC  (13+ messages)
` [patch 1/5] mm: memcontrol: convert reclaim iterator to simple css refcounting
` [patch 2/5] mm: memcontrol: take a css reference for each charged page
` [patch 3/5] mm: memcontrol: remove obsolete kmemcg pinning tricks
` [patch 4/5] mm: memcontrol: continue cache reclaim from offlined groups
` [patch 5/5] mm: memcontrol: remove synchroneous stock draining code

[PATCH] smaps should deal with huge zero page exactly same as normal zero page
 2014-10-15 10:30 UTC  (8+ messages)

[PATCH 1/2] mm: free compound page with correct order
 2014-10-15  9:14 UTC  (7+ messages)
` [PATCH 2/2] mm: verify compound order when freeing a page

mmotm 2014-09-22-16-57 uploaded
 2014-10-15  9:03 UTC  (9+ messages)
` [PATCH] mm, debug: mm-introduce-vm_bug_on_mm-fix.patch
  ` [PATCH] mm, debug: mm-introduce-vm_bug_on_mm-fix-fix.patch

[next:master 9391/10970] leds.c:(.exit.text+0x0): multiple definition of `cleanup_module'
 2014-10-15  4:19 UTC 

[PATCH v5] zsmalloc: merge size_class to reduce fragmentation
 2014-10-14 20:54 UTC  (2+ messages)

[BUG] mm, thp: khugepaged can't allocate on requested node when confined to a cpuset
 2014-10-14 17:38 UTC  (9+ messages)

[PATCH V4 0/6] RCU get_user_pages_fast and __get_user_pages_fast
 2014-10-14 16:30 UTC  (11+ messages)
` [PATCH V4 1/6] mm: Introduce a general RCU get_user_pages_fast

[PATCH 1/2] mm: Introduce a general RCU get_user_pages_fast
 2014-10-14 13:42 UTC  (6+ messages)
` [PATCH 2/2] arch/powerpc: Switch to generic "

[RFC PATCH 0/9] mm/zbud: support highmem pages
 2014-10-14 11:59 UTC  (10+ messages)
` [RFC PATCH 1/9] mm/zbud: tidy up a bit
` [RFC PATCH 2/9] mm/zbud: remove buddied list from zbud_pool
` [RFC PATCH 3/9] mm/zbud: remove lru from zbud_header
` [RFC PATCH 4/9] mm/zbud: remove first|last_chunks "
` [RFC PATCH 5/9] mm/zbud: encode zbud handle using struct page
` [RFC PATCH 6/9] mm/zbud: remove list_head for buddied list from zbud_header
` [RFC PATCH 7/9] mm/zbud: drop zbud_header
` [RFC PATCH 8/9] mm/zbud: allow clients to use highmem pages
` [RFC PATCH 9/9] mm/zswap: use highmem pages for compressed pool

[PATCH resend] cgroup/kmemleak: add kmemleak_free() for cgroup deallocations
 2014-10-14 11:50 UTC  (2+ messages)

[PATCH] cgroup/kmemleak: add kmemleak_free() for cgroup deallocations
 2014-10-14 11:49 UTC  (2+ messages)

[PATCH v4] zsmalloc: merge size_class to reduce fragmentation
 2014-10-14  5:15 UTC  (6+ messages)

[PATCH] mm/compaction: avoid premature range skip in isolate_migratepages_range
 2014-10-14  2:26 UTC 

[PATCH v7 00/10] Intel MPX support
 2014-10-14  1:44 UTC  (5+ messages)
` [PATCH v7 08/10] x86, mpx: add prctl commands PR_MPX_REGISTER, PR_MPX_UNREGISTER

[PATCH v1 0/7] Huge page support for DAX
 2014-10-13 20:36 UTC  (11+ messages)
` [PATCH v1 2/7] mm: Prepare for DAX huge pages
` [PATCH v1 5/7] dax: Add huge page fault support

[PATCH 0/3] OOM vs. freezer interaction fixes
 2014-10-13 15:14 UTC  (7+ messages)
` [PATCH 1/3] freezer: check OOM kill while being frozen
` [PATCH 2/3] freezer: remove obsolete comments in __thaw_task()
` [PATCH 3/3] OOM, PM: OOM killed task cannot escape PM suspend

[PATCH] mm: page_alloc: Convert boot printks without log level to pr_info
 2014-10-13 11:30 UTC 

[PATCH for v3.18-rc1] mm/slab: fix unaligned access on sparc64
 2014-10-13  5:58 UTC 

[PATCH 0/4] leverage FAULT_FOLL_ALLOW_RETRY in get_user_pages
 2014-10-12 13:24 UTC  (9+ messages)
` [PATCH 1/4] mm: gup: add FOLL_TRIED
` [PATCH 2/4] mm: gup: add get_user_pages_locked and get_user_pages_unlocked
` [PATCH 3/4] mm: gup: use get_user_pages_fast "

[PATCH 1/1] [mm]: vmalloc: replace printk with pr_warn
 2014-10-12 11:56 UTC 

[PATCH] [mm]: vmscan: replace printk with pr_err
 2014-10-12 11:40 UTC 

[PATCH v9 00/12] Intel MPX support
 2014-10-12  4:41 UTC  (13+ messages)
` [PATCH v9 01/12] x86, mpx: introduce VM_MPX to indicate that a VMA is MPX specific
` [PATCH v9 02/12] x86, mpx: rename cfg_reg_u and status_reg
` [PATCH v9 03/12] x86, mpx: add MPX specific mmap interface
` [PATCH v9 04/12] x86, mpx: add MPX to disaabled features
` [PATCH v9 05/12] x86, mpx: on-demand kernel allocation of bounds tables
` [PATCH v9 06/12] mpx: extend siginfo structure to include bound violation information
` [PATCH v9 07/12] mips: sync struct siginfo with general version
` [PATCH v9 08/12] ia64: "
` [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
` [PATCH v9 12/12] x86, mpx: add documentation on Intel MPX

[patch 0/3] mm: memcontrol: performance fixlets for 3.18
 2014-10-11 23:27 UTC  (9+ messages)
` [patch 3/3] mm: memcontrol: fix transparent huge page allocations under pressure

[PATCH] mm/cma: fix cma bitmap aligned mask computing
 2014-10-10 14:18 UTC  (2+ messages)

[PATCH 00/17] RFC: userfault v2
 2014-10-10  9:39 UTC  (3+ messages)
` [PATCH 14/17] userfaultfd: add new syscall to provide memory externalization

[PATCH] x86, MCE: support memory error recovery for both UCNA and Deferred error in machine_check_poll
 2014-10-10  6:03 UTC 

[PATCH 0/5] mm: poison critical mm/ structs
 2014-10-09 19:11 UTC  (11+ messages)
` [PATCH 5/5] mm: poison page struct

[PATCH resend] arm:extend the reserved memory for initrd to be page aligned
 2014-10-09  7:25 UTC  (3+ messages)

[PATCH] driver/base/node: remove unnecessary kfree of node struct from unregister_one_node
 2014-10-09  5:03 UTC  (3+ messages)

[PATCH v1 0/5] stop anon reclaim when zram is full
 2014-10-08 18:29 UTC  (8+ messages)
` [PATCH v1 4/5] zram: add swap full hint

[patch 0/3] mm: memcontrol: eliminate charge reparenting
 2014-10-08 14:17 UTC  (5+ messages)
` [patch 3/3] mm: memcontrol: continue cache reclaim from offlined groups

page:  |  | latest

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