linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-11-13 00:02:10 to 2014-11-19 09:10:36 UTC [more...]

[PATCHv2 RFC 00/19] THP refcounting redesign
 2014-11-19  9:02 UTC  (12+ messages)
` [PATCH 06/19] mm: store mapcount for compound page separate
` [PATCH 10/19] thp: PMD splitting without splitting compound page
` [PATCH 16/19] thp: update documentation
` [PATCH 17/19] mlock, thp: HACK: split all pages in VM_LOCKED vma

mm: shmem: freeing mlocked page
 2014-11-19  4:12 UTC  (7+ messages)

Repeated fork() causes SLAB to grow without bound
 2014-11-19  2:48 UTC  (17+ messages)
          ` [RFC PATCH] "
                ` [PATCH] "

isolate_freepages_block and excessive CPU usage by OSD process
 2014-11-19  1:21 UTC 

[RFC/PATCH RESEND -next 00/21] Address sanitizer for kernel (kasan) - dynamic memory error detector
 2014-11-19  0:44 UTC  (12+ messages)
` [PATCH v6 00/11] Kernel address sanitizer - runtime memory debugger

[PATCH] zram: rely on the bi_end_io for zram_rw_page fails
 2014-11-18 23:52 UTC  (4+ messages)

[PATCH] zsmalloc: correct fragile [kmap|kunmap]_atomic use
 2014-11-18 23:34 UTC  (7+ messages)

[PATCH] mm: frontswap: invalidate expired data on a dup-store failure
 2014-11-18 22:29 UTC  (3+ messages)

[PATCH 1/1] mm/zswap: Deletion of an unnecessary check before the function call "free_percpu"
 2014-11-18 22:17 UTC  (2+ messages)

[PATCH 3/4] OOM, PM: OOM killed task shouldn't escape PM suspend
 2014-11-18 21:10 UTC  (8+ messages)
` [RFC 0/4] OOM vs PM freezer fixes
  ` [RFC 1/4] OOM, PM: Do not miss OOM killed frozen tasks
      ` [RFC 1/2] oom: add helper for setting and clearing TIF_MEMDIE
        ` [RFC 2/2] OOM, PM: make OOM detection in the freezer path raceless

[RFC PATCH 0/7] Replace _PAGE_NUMA with PAGE_NONE protections
 2014-11-18 17:18 UTC  (19+ messages)
` [PATCH 1/7] mm: Add p[te|md] protnone helpers for use by NUMA balancing
` [PATCH 2/7] mm: Convert p[te|md]_numa users to p[te|md]_protnone_numa
` [PATCH 3/7] mm: Convert p[te|md]_mknonnuma and remaining page table manipulations
` [PATCH 4/7] mm: Remove remaining references to NUMA hinting bits and helpers
` [PATCH 5/7] mm: numa: Do not trap faults on the huge zero page
` [PATCH 6/7] x86: mm: Restore original pte_special check
` [PATCH 7/7] mm: numa: Add paranoid check around pte_protnone_numa

[PATCH v3 0/2] Fix node meminfo and zoneinfo corruption
 2014-11-18 16:48 UTC  (5+ messages)
` [PATCH v3 1/2] mem-hotplug: Reset node managed pages when hot-adding a new pgdat
` [PATCH v3 2/2] mem-hotplug: Reset node present "

[PATCH 3.12 070/206] x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAE
 2014-11-18 14:07 UTC 

[PATCH] mm: do not overwrite reserved pages counter at show_mem()
 2014-11-18  3:24 UTC  (4+ messages)

[PATCH v5 0/4] fix freepage count problems in memory isolation
 2014-11-18  3:11 UTC  (5+ messages)
` [PATCH v5 1/4] mm/page_alloc: fix incorrect isolation behavior by rechecking migratetype

[PATCH 0/4] Convert khugepaged to a task_work function
 2014-11-17 21:34 UTC  (8+ messages)

[PATCH] memory-hotplug: remove redundant call of page_to_pfn
 2014-11-17 19:45 UTC  (2+ messages)

[patch stable-3.17] mm, thp: fix collapsing of hugepages on madvise
 2014-11-17 19:20 UTC 

[mmotm:master 120/306] fs/proc/task_mmu.c:474 smaps_account() warn: should 'size << 12' be a 64 bit type?
 2014-11-17 13:03 UTC  (2+ messages)

[PATCH] mm: page_alloc: store updated page migratetype to avoid misusing stale value
 2014-11-17 10:40 UTC 

[PATCH] mm: remove the useless gfp in __memcg_kmem_get_cache
 2014-11-17  3:12 UTC 

[RFC V4 3/3] arm64:add bitrev.h file to support rbit instruction
 2014-11-17  2:38 UTC  (23+ messages)
` [RFC V5 1/3] add CONFIG_HAVE_ARCH_BITREVERSE "
  ` [RFC V5 2/3] arm:add bitrev.h file "
    ` [RFC V5 3/3] arm64:add "
            ` [RFC V6 1/3] add CONFIG_HAVE_ARCH_BITREVERSE "
              ` [RFC V6 2/3] "
                ` [RFC V6 2/3] arm:add bitrev.h file "

[PATCH 0/3] hugetlb: misc small fixes/improvements
 2014-11-17  0:12 UTC  (7+ messages)
` [PATCH 1/3] hugetlb: fix hugepages= entry in kernel-parameters.txt
` [PATCH 2/3] hugetlb: alloc_bootmem_huge_page(): use IS_ALIGNED()
` [PATCH 3/3] hugetlb: hugetlb_register_all_nodes(): add __init marker

How to interpret this OOM situation?
 2014-11-16 17:42 UTC  (4+ messages)
  `  "

isolate_freepages_block and excessive CPU usage by OSD process
 2014-11-15 18:52 UTC  (5+ messages)

[PATCH 00/11] [v11] Intel MPX support
 2014-11-14 18:38 UTC  (16+ messages)
` [PATCH 01/11] x86, mpx: rename cfg_reg_u and status_reg
` [PATCH 02/11] mpx: extend siginfo structure to include bound violation information
` [PATCH 03/11] mips: sync struct siginfo with general version
` [PATCH 04/11] ia64: "
` [PATCH 05/11] x86, mpx: add MPX to disaabled features
` [PATCH 06/11] x86, mpx: introduce VM_MPX to indicate that a VMA is MPX specific
` [PATCH 07/11] x86, mpx: add MPX-specific mmap interface
` [PATCH 08/11] x86, mpx: [new code] decode MPX instruction to get bound violation information
` [PATCH 09/11] x86, mpx: on-demand kernel allocation of bounds tables
` [PATCH 10/11] x86, mpx: cleanup unused bound tables
` [PATCH 11/11] x86, mpx: add documentation on Intel MPX

anon_vma accumulating for certain load still not addressed
 2014-11-14 17:10 UTC  (3+ messages)

[PATCH 1/3] mm/zsmalloc: avoid unregister a NOT-registered zsmalloc zpool driver
 2014-11-14 12:59 UTC  (9+ messages)
` [PATCH 2/3] mm/zsmalloc: add __init/__exit to zs_init/zs_exit
` [PATCH 3/3] mm/zsmalloc: adjust zs_init/zs_exit location

[patch added to the 3.12 stable tree] x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAE
 2014-11-14 12:25 UTC 

[PATCH 0/5] Further compaction tuning
 2014-11-14  8:57 UTC  (21+ 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] mm: fix overly aggressive shmdt() when calls span multiple segments
 2014-11-14  8:20 UTC  (2+ messages)

[PATCH v17 0/7] MADV_FREE support
 2014-11-14  1:52 UTC  (3+ messages)

HMM (heterogeneous memory management) v6
 2014-11-14  1:50 UTC  (16+ messages)
` [PATCH 3/5] lib: lockless generic and arch independent page table (gpt) v2

[PATCH] mm: mincore: add hwpoison page handle
 2014-11-14  1:02 UTC  (3+ messages)

[RFC PATCH 0/5] Resurrect and use struct page extension for some debugging features
 2014-11-14  0:14 UTC  (6+ messages)
` [RFC PATCH 1/5] mm/page_ext: resurrect struct page extending code for debugging

rcu_preempt detected stalls
 2014-11-13 23:10 UTC  (3+ messages)

[PATCH 48/56] mm/shmem: support compiling out splice
 2014-11-13 21:23 UTC 

[RESEND][PATCH V3 0/4] KSM: Mark new vma for deduplication
 2014-11-13 21:01 UTC  (5+ messages)
` [RESEND][PATCH V3 1/4] KSM: Add auto flag new VMA as VM_MERGEABLE
` [RESEND][PATCH V3 2/4] KSM: Add to sysfs - mark_new_vma
` [RESEND][PATCH V3 3/4] KSM: Add config to control mark_new_vma
` [RESEND][PATCH V3 4/4] KSM: mark_new_vma added to Documentation

[RFC PATCH 00/16] Replace smp_read_barrier_depends() with lockless_derefrence()
 2014-11-13 20:07 UTC  (4+ messages)
` [PATCH 13/16] ksm: Replace smp_read_barrier_depends() with lockless_dereference()
` [PATCH 14/16] slab: "

[PATCH 00/11] [v10] Intel MPX support
 2014-11-13 15:29 UTC  (8+ messages)
` [PATCH 08/11] x86, mpx: [new code] decode MPX instruction to get bound violation information
` [PATCH 09/11] x86, mpx: on-demand kernel allocation of bounds tables
` [PATCH 10/11] x86, mpx: cleanup unused bound tables

[PATCH] mm/zram: correct ZRAM_ZERO flag bit position
 2014-11-13 14:55 UTC  (6+ messages)

[PATCH] mm/zswap: add __init to some functions in zswap
 2014-11-13 14:16 UTC  (3+ messages)

[PATCH] mm/zswap: unregister zswap_cpu_notifier_block in cleanup procedure
 2014-11-13 13:55 UTC  (3+ messages)

[Bug 87891] New: kernel BUG at mm/slab.c:2625!
 2014-11-13 13:43 UTC  (6+ messages)
        ` [PATCH] drm/ttm: Avoid memory allocation from shrinker functions

[next:master 6416/6487] fs/exec.c:1507:53: sparse: incorrect type in argument 2 (different address spaces)
 2014-11-13 13:26 UTC 

[PATCH 1/2] mm: page_isolation: check pfn validity before access
 2014-11-13 13:10 UTC  (4+ messages)

Impact of removing VM_EXEC from brk area
 2014-11-13 12:24 UTC 

[PATCH -mm 1/2] memcg: only check memcg_kmem_skip_account in __memcg_kmem_get_cache
 2014-11-13  9:12 UTC  (2+ messages)
` [PATCH -mm 2/2] memcg: turn memcg_kmem_skip_account into a bit field

[PATCH -mm] memcg: zap kmem_account_flags
 2014-11-13  9:10 UTC 

[Bug 87891] New: kernel BUG at mm/slab.c:2625!
 2014-11-13  7:04 UTC  (8+ messages)

[PATCH] zbud, zswap: change module author email
 2014-11-13  3:08 UTC 

[rfc patch] mm: vmscan: invoke slab shrinkers for each lruvec
 2014-11-13  3:06 UTC  (6+ messages)

[mmotm:master 254/306] <stdin>:1250:2: warning: #warning syscall execveat not implemented
 2014-11-13  2:15 UTC 

mmotm 2014-11-12-16-34 uploaded
 2014-11-13  0:36 UTC 


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