linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2] smaps should deal with huge zero page exactly same as normal zero page
 2014-10-28 15:44 UTC  (4+ messages)

Deadlock with CMA and CPU hotplug
 2014-10-28  9:49 UTC  (2+ messages)

isolate_freepages_block(): very high intermittent overhead
 2014-10-28  8:59 UTC  (4+ messages)

Does slow_virt_to_phys() work with vmalloc() in the case of 32bit-PAE and 2MB page?
 2014-10-28  8:50 UTC  (2+ messages)

[PATCH v4 0/4] fix freepage count problems in memory isolation
 2014-10-28  7:37 UTC  (11+ 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 0/5] Further compaction tuning
 2014-10-28  7:16 UTC  (11+ messages)
` [PATCH 1/5] mm, compaction: pass classzone_idx and alloc_flags to watermark checking
` [PATCH 4/5] mm, compaction: always update cached scanner positions
` [PATCH 5/5] mm, compaction: more focused lru and pcplists draining

[PATCH] x86, cma: reserve dma contiguous area after initmem_init()
 2014-10-28  6:39 UTC  (4+ messages)
` [tip:x86/urgent] x86, cma: Reserve DMA "

[PATCH v9 00/12] Intel MPX support
 2014-10-28  5:58 UTC  (20+ 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][PATCH 0/6] Another go at speculative page faults
 2014-10-28  5:32 UTC  (15+ messages)
` [RFC][PATCH 4/6] SRCU free VMAs

[PATCH 00/10] mm: improve usage of the i_mmap lock
 2014-10-28  2:02 UTC  (14+ messages)
` [PATCH 01/10] mm,fs: introduce helpers around the i_mmap_mutex
` [PATCH 02/10] mm: use new helper functions "
` [PATCH 03/10] mm: convert i_mmap_mutex to rwsem
` [PATCH 04/10] mm/rmap: share the i_mmap_rwsem
` [PATCH 05/10] uprobes: "
` [PATCH 06/10] mm/xip: "
` [PATCH 07/10] mm/memory-failure: "
` [PATCH 08/10] mm/mremap: "
` [PATCH 09/10] mm/nommu: "
` [PATCH 10/10] mm/hugetlb: "

[PATCH RFC] arm/arm64:add CONFIG_HAVE_ARCH_BITREVERSE to support rbit
 2014-10-28  1:34 UTC  (7+ messages)
` [RFC V2] arm/arm64:add CONFIG_HAVE_ARCH_BITREVERSE to support rbit instruction
  ` [RFC V3] "

[PATCH V3 1/2] mm: Update generic gup implementation to handle hugepage directory
 2014-10-28  1:32 UTC  (5+ messages)
` [PATCH V3 2/2] arch/powerpc: Switch to generic RCU get_user_pages_fast

[Bug 86831] New: wrong count of dirty pages when using AIO
 2014-10-27 23:46 UTC 

rcu_preempt detected stalls
 2014-10-27 23:44 UTC 

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

[PATCH v4 0/7] Support Write-Through mapping on x86
 2014-10-27 22:55 UTC  (8+ messages)
` [PATCH v4 1/7] x86, mm, pat: Set WT to PA7 slot of PAT MSR
` [PATCH v4 2/7] x86, mm, pat: Change reserve_memtype() to handle WT
` [PATCH v4 3/7] x86, mm, asm-gen: Add ioremap_wt() for WT
` [PATCH v4 4/7] x86, mm, pat: Add pgprot_writethrough() "
` [PATCH v4 5/7] x86, mm, pat: Refactor !pat_enabled handling
` [PATCH v4 6/7] x86, mm, asm: Add WT support to set_page_memtype()
` [PATCH v4 7/7] x86, mm: Add set_memory_wt() for WT

CMA: test_pages_isolated failures in alloc_contig_range
 2014-10-27 20:38 UTC  (2+ messages)

[mmotm:master 59/223] fs/ocfs2/aops.c:654:14: warning: comparison of distinct pointer types lacks a cast
 2014-10-27 20:18 UTC  (2+ messages)

Progress on system crash traces with LTTng using DAX and pmem
 2014-10-27 18:48 UTC  (2+ messages)

[PATCH V2 1/2] mm: Update generic gup implementation to handle hugepage directory
 2014-10-27 18:41 UTC  (10+ messages)

[RFC/PATCH RESEND -next 00/21] Address sanitizer for kernel (kasan) - dynamic memory error detector
 2014-10-27 17:20 UTC  (17+ messages)
` [PATCH v5 00/12] Kernel address sanitizer - runtime memory debugger
  ` [PATCH v5 01/12] Add kernel address sanitizer infrastructure
  ` [PATCH v5 02/12] kasan: Add support for upcoming GCC 5.0 asan ABI changes
  ` [PATCH v5 03/12] x86_64: load_percpu_segment: read irq_stack_union.gs_base before load_segment
  ` [PATCH v5 04/12] x86_64: add KASan support
  ` [PATCH v5 05/12] mm: page_alloc: add kasan hooks on alloc and free paths
  ` [PATCH v5 06/12] mm: slub: introduce virt_to_obj function
  ` [PATCH v5 07/12] mm: slub: share slab_err and object_err functions
  ` [PATCH v5 08/12] mm: slub: introduce metadata_access_enable()/metadata_access_disable()
  ` [PATCH v5 09/12] mm: slub: add kernel address sanitizer support for slub allocator
  ` [PATCH v5 10/12] fs: dcache: manually unpoison dname after allocation to shut up kasan's reports
  ` [PATCH v5 11/12] kmemleak: disable kasan instrumentation for kmemleak
  ` [PATCH v5 12/12] lib: add kasan test module

[PATCH RESEND 0/4] Simplify cpuset API and fix cpuset check in SL[AU]B
 2014-10-27 15:56 UTC  (5+ messages)
` [PATCH RESEND 2/4] cpuset: simplify cpuset_node_allowed API

[RFC] mm: memblock: change default cnt for regions from 1 to 0
 2014-10-27 14:38 UTC  (4+ messages)

[RFC 0/4] [RFC] slub: Fastpath optimization (especially for RT)
 2014-10-27 13:53 UTC  (9+ messages)

[PATCH] mm, cma: make parameters order consistent in func declaration and definition
 2014-10-27 12:13 UTC  (3+ messages)

[PATCH v2 0/4] Low/high memory CMA reservation fixes
 2014-10-27 12:13 UTC  (9+ 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] mm: memcontrol: shorten the page statistics update slowpath
 2014-10-27 10:08 UTC  (2+ messages)

[PATCH] zram: avoid NULL pointer access in concurrent situation
 2014-10-27  2:03 UTC 

[PATCH 1/2] zram: make max_used_pages reset work correctly
 2014-10-27  1:23 UTC  (3+ messages)

[RFC PATCH 1/1] mem-hotplug: Reset node managed pages when hot-adding a new pgdat
 2014-10-26 23:43 UTC  (2+ messages)

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

Kswapd 100% CPU since 3.8 on Sandybridge
 2014-10-26 18:20 UTC  (4+ messages)

[PATCH 1/2] slab: print slabinfo header in seq show
 2014-10-26 14:23 UTC  (2+ messages)
` [PATCH 2/2] memcg: use generic slab iterators for showing slabinfo

[PATCH 2/2] zram: avoid NULL pointer access when reading mem_used_total
 2014-10-26  5:41 UTC  (3+ messages)

UKSM: What's maintainers think about it?
 2014-10-26  4:32 UTC 

[PATCH v12 00/20] DAX: Page cache bypass for filesystems on memory storage
 2014-10-24 21:20 UTC  (21+ messages)
` [PATCH v12 01/20] axonram: Fix bug in direct_access
` [PATCH v12 02/20] block: Change direct_access calling convention
` [PATCH v12 03/20] mm: Fix XIP fault vs truncate race
` [PATCH v12 04/20] mm: Allow page fault handlers to perform the COW
` [PATCH v12 05/20] vfs,ext2: Introduce IS_DAX(inode)
` [PATCH v12 06/20] dax,ext2: Replace XIP read and write with DAX I/O
` [PATCH v12 07/20] dax,ext2: Replace ext2_clear_xip_target with dax_clear_blocks
` [PATCH v12 08/20] dax,ext2: Replace the XIP page fault handler with the DAX page fault handler
` [PATCH v12 09/20] dax,ext2: Replace xip_truncate_page with dax_truncate_page
` [PATCH v12 10/20] dax: Replace XIP documentation with DAX documentation
` [PATCH v12 11/20] vfs: Remove get_xip_mem
` [PATCH v12 12/20] ext2: Remove ext2_xip_verify_sb()
` [PATCH v12 13/20] ext2: Remove ext2_use_xip
` [PATCH v12 14/20] ext2: Remove xip.c and xip.h
` [PATCH v12 15/20] vfs,ext2: Remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX
` [PATCH v12 16/20] ext2: Remove ext2_aops_xip
` [PATCH v12 17/20] ext2: Get rid of most mentions of XIP in ext2
` [PATCH v12 18/20] dax: Add dax_zero_page_range
` [PATCH v12 19/20] ext4: Add DAX functionality
` [PATCH v12 20/20] brd: Rename XIP to DAX

[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 0/4] Low/high memory CMA reservation fixes
 2014-10-24 16:34 UTC  (5+ messages)
` [PATCH 1/4] mm: cma: Don't crash on allocation if CMA area can't be activated

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

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

[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

page:  |  | latest

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