linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-25 12:50:40 to 2015-03-27 16:40:54 UTC [more...]

[PATCH v2 0/4] enhance shmem process and swap accounting
 2015-03-27 16:40 UTC  (4+ messages)
` [PATCH v2 1/4] mm, documentation: clarify /proc/pid/status VmSwap limitations
` [PATCH v2 2/4] mm, proc: account for shmem swap in /proc/pid/smaps
` [PATCH v2 3/4] mm, shmem: Add shmem resident memory accounting

[PATCH 0/4] enhance shmem process and swap accounting
 2015-03-27 16:39 UTC  (4+ messages)
` [PATCH 3/4] mm, shmem: Add shmem resident memory accounting

[PATCH 00/16] Sanitize usage of ->flags and ->mapping for tail pages
 2015-03-27 16:37 UTC  (13+ messages)
` [PATCH 04/16] page-flags: define PG_locked behavior on compound pages
` [PATCH 05/16] page-flags: define behavior of FS/IO-related flags "

[PATCHSET 0/7] perf kmem: Implement page allocation analysis (v5)
 2015-03-27 16:20 UTC  (10+ messages)
` [PATCH 1/7] tracing, mm: Record pfn instead of pointer to struct page
` [PATCH 2/7] perf kmem: Analyze page allocator events also
` [PATCH 3/7] perf kmem: Implement stat --page --caller
` [PATCH 4/7] perf kmem: Support sort keys on page analysis
` [PATCH 5/7] perf kmem: Add --live option for current allocation stat
` [PATCH 6/7] perf kmem: Print gfp flags in human readable string
` [PATCH 7/7] perf kmem: Add kmem.default config option

[patch 00/12] mm: page_alloc: improve OOM mechanism and policy
 2015-03-27 15:05 UTC  (48+ messages)
` [patch 01/12] mm: oom_kill: remove unnecessary locking in oom_enable()
` [patch 02/12] mm: oom_kill: clean up victim marking and exiting interfaces
` [patch 03/12] mm: oom_kill: switch test-and-clear of known TIF_MEMDIE to clear
` [patch 04/12] mm: oom_kill: remove unnecessary locking in exit_oom_victim()
` [patch 05/12] mm: oom_kill: generalize OOM progress waitqueue
` [patch 06/12] mm: oom_kill: simplify OOM killer locking
` [patch 07/12] mm: page_alloc: inline should_alloc_retry()
` [patch 08/12] mm: page_alloc: wait for OOM killer progress before retrying
            ` [patch 08/12] mm: page_alloc: wait for OOM killer progressbefore retrying
` [patch 11/12] mm: page_alloc: do not lock up GFP_NOFS allocations upon OOM
` [patch 12/12] mm: page_alloc: do not lock up low-order "

[RFC] vmstat: Avoid waking up idle-cpu to service shepherd work
 2015-03-27 14:19 UTC  (8+ messages)

[patch 1/2] mm, doc: cleanup and clarify munmap behavior for hugetlb memory
 2015-03-27 13:58 UTC  (4+ messages)
` [patch 2/2] mm, selftests: test return value of munmap for MAP_HUGETLB memory

[patch][resend] MAP_HUGETLB munmap fails with size not 2MB aligned
 2015-03-27 13:51 UTC  (12+ messages)

[PATCH] thp: do not adjust zone water marks if khugepaged is not started
 2015-03-27 11:39 UTC 

[PATCH 1/2] mm: Introducing arch_remap hook
 2015-03-27 11:02 UTC  (24+ messages)
` [PATCH v2 0/2] Tracking user space vDSO remaping
  ` [PATCH v2 2/2] powerpc/mm: Tracking vDSO remap
      ` [PATCH v3 0/2] Tracking user space vDSO remaping
      ` [PATCH v3 1/2] mm: Introducing arch_remap hook
      ` [PATCH v3 2/2] powerpc/mm: Tracking vDSO remap
                    ` [PATCH v4 0/2] Tracking user space vDSO remaping
                    ` [PATCH v4 1/2] mm: Introducing arch_remap hook
                    ` [PATCH v4 2/2] powerpc/mm: Tracking vDSO remap

mm: lru_add_drain_all hangs
 2015-03-27 10:07 UTC  (2+ messages)

[PATCH] mm: Move zone lock to a different cache line than order-0 free page lists
 2015-03-27  9:54 UTC 

[RFC PATCH 00/11] an introduction of library operating system for Linux (LibOS)
 2015-03-27  9:21 UTC  (19+ messages)
` [RFC PATCH 01/11] sysctl: make some functions unstatic to access by arch/lib

[PATCH] mm, trivial: Simplify flag check
 2015-03-27  8:35 UTC 

[withdrawn] zsmalloc-remove-extra-cond_resched-in-__zs_compact.patch removed from -mm tree
 2015-03-27  2:34 UTC  (4+ messages)

[RFCv2] mm: page allocation for less fragmentation
 2015-03-27  0:51 UTC  (7+ messages)

[patch 1/4] fs, jfs: remove slab object constructor
 2015-03-26 22:50 UTC  (10+ messages)
` [patch v2 4/4] mm, mempool: poison elements backed by page allocator

[PATCH] mm: Use GFP_KERNEL allocation for the page cache in page_cache_read
 2015-03-26 21:43 UTC  (8+ messages)

[PATCH 0/3 v3] dax: Fix mmap-write not updating c/mtime
 2015-03-26 20:58 UTC  (17+ messages)
` [PATCH 3/3] RFC: dax: dax_prepare_freeze

[PATCH] mremap: add MREMAP_NOHOLE flag --resend
 2015-03-26 20:45 UTC  (21+ messages)

[PATCH v11 00/21] Add support for NV-DIMMs to ext4
 2015-03-26 19:32 UTC  (5+ messages)
` [PATCH v11 21/21] brd: Rename XIP to DAX
    ` Should implementations of ->direct_access be allowed to sleep?

[PATCH] thp: handle errors in hugepage_init() properly
 2015-03-26 18:58 UTC  (2+ messages)

[PATCH] mm: avoid tail page refcounting on non-THP compound pages
 2015-03-26 15:52 UTC  (2+ messages)

[PATCHSET 0/6] perf kmem: Implement page allocation analysis (v4)
 2015-03-26 14:10 UTC  (8+ messages)
` [PATCH 1/6] tracing, mm: Record pfn instead of pointer to struct page
` [PATCH 2/6] perf kmem: Analyze page allocator events also
` [PATCH 3/6] perf kmem: Implement stat --page --caller
` [PATCH 4/6] perf kmem: Support sort keys on page analysis
` [PATCH 5/6] perf kmem: Add --live option for current allocation stat
` [PATCH 6/6] perf kmem: Print gfp flags in human readable string

arm/ksm: Unable to handle kernel paging request in get_ksm_page() and ksm_scan_thread()
 2015-03-26 13:23 UTC 

[RFCv3] mm: page allocation for less fragmentation
 2015-03-26  8:45 UTC 

[PATCH 0/3 v4] dax: some dax fixes and cleanups
 2015-03-26  7:49 UTC  (9+ messages)
` [PATCH 1/3] mm: New pfn_mkwrite same as page_mkwrite for VM_PFNMAP
` [PATCH 2/3] dax: pfn_mkwrite update c/mtime + freeze protection
` [PATCH 3/3] dax: Unify ext2/4_{dax,}_file_operations
` [FIXME] NOT-GOOD: dax: dax_prepare_freeze

[PATCH v2] mm/memory-failure.c: define page types for action_result() in one place
 2015-03-26  2:02 UTC  (2+ messages)
` [PATCH v3] "

[mmotm:master 326/458] sound/soc/codecs/pcm512x.c:34:0: warning: "DIV_ROUND_CLOSEST_ULL" redefined
 2015-03-25 16:20 UTC  (3+ messages)
` [PATCH] ASoC: pcm512x: use DIV_ROUND_CLOSEST_ULL() from kernel.h

[PATCH] mm/memory-failure.c: define page types for action_result() in one place
 2015-03-25 23:56 UTC  (3+ messages)

[PATCH] mm: avoid tail page refcounting on non-THP compound pages
 2015-03-25 23:09 UTC  (5+ messages)

[PATCHSET 3/3 block/for-4.1/core] writeback: implement foreign cgroup inode bdi_writeback switching
 2015-03-25 22:44 UTC  (2+ messages)
` [PATCH 9/8] writeback: disassociate inodes from dying bdi_writebacks

[PATCHSET 2/3 block/for-4.1/core] writeback: cgroup writeback backpressure propagation
 2015-03-25 22:42 UTC  (7+ messages)
` [PATCH 01/18] memcg: make mem_cgroup_read_{stat|event}() iterate possible cpus instead of online
  ` [PATCH 1.5/18] writeback: clean up wb_dirty_limit()
` [PATCH 07/18] writeback: make __wb_dirty_limit() take dirty_throttle_control
  ` [PATCH v2 07/18] writeback: make __wb_calc_thresh() "
` [PATCH 18/18] mm: vmscan: remove memcg stalling on writeback pages during direct reclaim
  ` [PATCH v2 18/18] mm: vmscan: disable memcg direct reclaim stalling if cgroup writeback support is in use

[mmotm:master 401/458] fs/adfs/super.c:471 adfs_fill_super() error: potential null dereference 'asb->s_map'. (adfs_read_map returns null)
 2015-03-25 20:31 UTC  (2+ messages)

[mmotm:master 219/458] mm/huge_memory.c:1397:3: error: implicit declaration of function 'pmd_mkclean'
 2015-03-25 20:23 UTC  (2+ messages)

[PATCHSET 1/3 v2 block/for-4.1/core] writeback: cgroup writeback support
 2015-03-25 16:01 UTC  (3+ messages)

[PATCH 0/2] mm/zsmalloc: trivial clean up
 2015-03-25 15:09 UTC  (3+ messages)
` [PATCH 1/2] zsmalloc: remove synchronize_rcu from zs_compact()

[PATCH 0/2] zs_object_copy() micro-optimizations
 2015-03-25 15:07 UTC  (3+ messages)
` [PATCH 2/2] zsmalloc: micro-optimize zs_object_copy()

[PATCH] zsmalloc: remove unnecessary insertion/removal of zspage in compaction
 2015-03-25 14:58 UTC 

[PATCH] zsmalloc: fix fatal corruption due to wrong size class selection
 2015-03-25 14:35 UTC  (2+ messages)

[next:master 6096/6547] fs/nilfs2/btree.c:1611 nilfs_btree_seek_key() warn: impossible condition '(start > (~0)) => (0-u64max > u64max)'
 2015-03-25 13:26 UTC  (2+ messages)

[PATCH] mm: fix lockdep build in rcu-protected get_mm_exe_file()
 2015-03-25 12:53 UTC  (13+ messages)
            ` [PATCH v2] prctl: avoid using mmap_sem for exe_file serialization
                ` [PATCH v3] "


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