linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCHSET 0/9] perf kmem: Implement page allocation analysis (v6)
 2015-04-07 13:02 UTC  (13+ messages)
` [PATCH 1/9] perf kmem: Respect -i option
` [PATCH 2/9] tracing, mm: Record pfn instead of pointer to struct page
` [PATCH 3/9] perf kmem: Analyze page allocator events also
` [PATCH 4/9] perf kmem: Implement stat --page --caller
` [PATCH 5/9] perf kmem: Support sort keys on page analysis
` [PATCH 6/9] perf kmem: Add --live option for current allocation stat
` [PATCH 7/9] perf kmem: Print gfp flags in human readable string
` [PATCH 8/9] perf kmem: Add kmem.default config option
` [PATCH 9/9] tools lib traceevent: Honor operator priority

[PATCH 0/3 v5] dax: some dax fixes and cleanups
 2015-04-07 12:57 UTC  (8+ messages)
` [PATCH 1/3] mm(v4.1): New pfn_mkwrite same as page_mkwrite for VM_PFNMAP
  ` [PATCH 1/3 v6] "
` [PATCH 2/3] dax: use pfn_mkwrite to update c/mtime + freeze protection
` [PATCH 3/3] dax: Unify ext2/4_{dax,}_file_operations

[PATCH] mm, memcg: sync allocation and memcg charge gfp flags for THP
 2015-04-07 12:19 UTC  (12+ messages)
          ` [PATCH -v2] "
            ` [patch] mm, memcg: sync allocation and memcg charge gfp flags for thp fix fix

[PATCH] mm: Use GFP_KERNEL allocation for the page cache in page_cache_read
 2015-04-07 12:16 UTC  (11+ messages)

[RFC v2 0/3] idle memory tracking
 2015-04-07 12:08 UTC  (5+ messages)
` [RFC v2 1/3] memcg: add page_cgroup_ino helper
` [RFC v2 2/3] proc: add kpagecgroup file
` [RFC v2 3/3] proc: add kpageidle file

[RFC PATCH v3 0/2] tracing: add trace event for memory-failure
 2015-04-07 11:05 UTC  (3+ messages)
` [RFC PATCH v3 1/2] memory-failure: export page_type and action result
` [RFC PATCH v3 2/2] tracing: add trace event for memory-failure

[PATCH] add generic callbacks into compaction
 2015-04-07  0:59 UTC  (2+ messages)

[PATCH] mm: cma: add functions to get region pages counters
 2015-04-06 21:31 UTC  (4+ messages)
    ` [PATCH] mm-cma-add-functions-to-get-region-pages-counters-fix-2

[PATCHSET 3/3 v2 block/for-4.1/core] writeback: implement foreign cgroup inode bdi_writeback switching
 2015-04-06 20:18 UTC  (11+ messages)
` [PATCH 01/10] writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()
` [PATCH 02/10] writeback: make writeback_control track the inode being written back
` [PATCH 03/10] writeback: implement foreign cgroup inode detection
` [PATCH 04/10] truncate: swap the order of conditionals in cancel_dirty_page()
` [PATCH 05/10] writeback: implement [locked_]inode_to_wb_and_lock_list()
` [PATCH 06/10] writeback: implement unlocked_inode_to_wb transaction and use it for stat updates
` [PATCH 07/10] writeback: use unlocked_inode_to_wb transaction in inode_congested()
` [PATCH 08/10] writeback: add lockdep annotation to inode_to_wb()
` [PATCH 09/10] writeback: implement foreign cgroup inode bdi_writeback switching
` [PATCH 10/10] writeback: disassociate inodes from dying bdi_writebacks

[PATCHSET 2/3 v2 block/for-4.1/core] writeback: cgroup writeback backpressure propagation
 2015-04-06 20:07 UTC  (21+ messages)
` [PATCH 01/19] memcg: make mem_cgroup_read_{stat|event}() iterate possible cpus instead of online
` [PATCH 02/19] writeback: clean up wb_dirty_limit()
` [PATCH 03/19] writeback: reorganize [__]wb_update_bandwidth()
` [PATCH 04/19] writeback: implement wb_domain
` [PATCH 05/19] writeback: move global_dirty_limit into wb_domain
` [PATCH 06/19] writeback: consolidate dirty throttle parameters into dirty_throttle_control
` [PATCH 07/19] writeback: add dirty_throttle_control->wb_bg_thresh
` [PATCH 08/19] writeback: make __wb_calc_thresh() take dirty_throttle_control
` [PATCH 09/19] writeback: add dirty_throttle_control->pos_ratio
` [PATCH 10/19] writeback: add dirty_throttle_control->wb_completions
` [PATCH 11/19] writeback: add dirty_throttle_control->dom
` [PATCH 12/19] writeback: make __wb_writeout_inc() and hard_dirty_limit() take wb_domaas a parameter
` [PATCH 13/19] writeback: separate out domain_dirty_limits()
` [PATCH 14/19] writeback: move over_bground_thresh() to mm/page-writeback.c
` [PATCH 15/19] writeback: update wb_over_bg_thresh() to use wb_domain aware operations
` [PATCH 16/19] writeback: implement memcg wb_domain
` [PATCH 17/19] writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changes
` [PATCH 18/19] writeback: implement memcg writeback domain based throttling
` [PATCH 19/19] mm: vmscan: disable memcg direct reclaim stalling if cgroup writeback support is in use

[PATCHSET 1/3 v3 block/for-4.1/core] writeback: cgroup writeback support
 2015-04-06 19:58 UTC  (50+ messages)
` [PATCH 01/49] memcg: add per cgroup dirty page accounting
` [PATCH 02/49] blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.h
` [PATCH 03/49] update !CONFIG_BLK_CGROUP dummies in include/linux/blk-cgroup.h
` [PATCH 04/49] blkcg: always create the blkcg_gq for the root blkcg
` [PATCH 05/49] memcg: add mem_cgroup_root_css
` [PATCH 06/49] blkcg: add blkcg_root_css
` [PATCH 07/49] cgroup, block: implement task_get_css() and use it in bio_associate_current()
` [PATCH 08/49] blkcg: implement task_get_blkcg_css()
` [PATCH 09/49] blkcg: implement bio_associate_blkcg()
` [PATCH 10/49] memcg: implement mem_cgroup_css_from_page()
` [PATCH 11/49] writeback: move backing_dev_info->state into bdi_writeback
` [PATCH 12/49] writeback: move backing_dev_info->bdi_stat[] "
` [PATCH 13/49] writeback: move bandwidth related fields from backing_dev_info "
` [PATCH 14/49] writeback: s/bdi/wb/ in mm/page-writeback.c
` [PATCH 15/49] writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writeback
` [PATCH 16/49] writeback: reorganize mm/backing-dev.c
` [PATCH 17/49] writeback: separate out include/linux/backing-dev-defs.h
` [PATCH 18/49] bdi: make inode_to_bdi() inline
` [PATCH 19/49] writeback: add @gfp to wb_init()
` [PATCH 20/49] bdi: separate out congested state into a separate struct
` [PATCH 21/49] writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK
` [PATCH 22/49] writeback: make backing_dev_info host cgroup-specific bdi_writebacks
` [PATCH 23/49] writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writeback_congested
` [PATCH 24/49] writeback: attribute stats to the matching per-cgroup bdi_writeback
` [PATCH 25/49] writeback: let balance_dirty_pages() work on the matching cgroup bdi_writeback
` [PATCH 26/49] writeback: make congestion functions per bdi_writeback
` [PATCH 27/49] writeback, blkcg: restructure blk_{set|clear}_queue_congested()
` [PATCH 28/49] writeback, blkcg: propagate non-root blkcg congestion state
` [PATCH 29/49] writeback: implement and use inode_congested()
` [PATCH 30/49] writeback: implement WB_has_dirty_io wb_state flag
` [PATCH 31/49] writeback: implement backing_dev_info->tot_write_bandwidth
` [PATCH 32/49] writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into account
` [PATCH 33/49] writeback: don't issue wb_writeback_work if clean
` [PATCH 34/49] writeback: make bdi->min/max_ratio handling cgroup writeback aware
` [PATCH 35/49] writeback: implement bdi_for_each_wb()
` [PATCH 36/49] writeback: remove bdi_start_writeback()
` [PATCH 37/49] writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback's
` [PATCH 38/49] writeback: make writeback_in_progress() take bdi_writeback instead of backing_dev_info
` [PATCH 39/49] writeback: make bdi_start_background_writeback() "
` [PATCH 40/49] writeback: make wakeup_flusher_threads() handle multiple bdi_writeback's
` [PATCH 41/49] writeback: add wb_writeback_work->auto_free
` [PATCH 42/49] writeback: implement bdi_wait_for_completion()
` [PATCH 43/49] writeback: implement wb_wait_for_single_work()
` [PATCH 44/49] writeback: restructure try_writeback_inodes_sb[_nr]()
` [PATCH 45/49] writeback: make writeback initiation functions handle multiple bdi_writeback's
` [PATCH 46/49] writeback: dirty inodes against their matching cgroup bdi_writeback's
` [PATCH 47/49] buffer, writeback: make __block_write_full_page() honor cgroup writeback
` [PATCH 48/49] mpage: make __mpage_writepage() "
` [PATCH 49/49] ext2: enable cgroup writeback support

[PATCH 00/25] treewide: Use bool function return values of true/false not 1/0
 2015-04-06 19:39 UTC  (3+ messages)
` [PATCH 16/25] include/linux: "

[RFC v7 1/2] mm: prototype: rid swapoff of quadratic complexity
 2015-04-06 19:34 UTC  (3+ messages)

Slab infrastructure for bulk object allocation and freeing V3
 2015-04-06 19:07 UTC 

[RFC v7 2/2] mm: swapoff prototype: frontswap handling added
 2015-04-06 18:57 UTC  (3+ messages)

Slab infrastructure for bulk object allocation and freeing V2
 2015-04-06 18:27 UTC  (5+ messages)

kernel BUG at include/linux/page-flags.h:333! from migrate_page_copy(), ... 317! from set_page_dirty()
 2015-04-06 12:04 UTC  (7+ messages)
    ` [PATCH 1/2 mmotm] mm/migrate: check-before-clear PageSwapCache
    ` [PATCH 2/2 mmotm] mm/page-writeback: check-before-clear PageReclaim

[PATCH] mm, mempool: kasan: poison mempool elements
 2015-04-06 11:36 UTC  (4+ messages)

[PATCH] mm/memory: print also a_ops->readpage in print_bad_pte
 2015-04-04 17:02 UTC  (6+ messages)

[PATCH] Documentation/memcg: update memcg/kmem status
 2015-04-04 13:29 UTC  (4+ messages)

[patch 1/2] mm, doc: cleanup and clarify munmap behavior for hugetlb memory
 2015-04-04  9:34 UTC  (6+ messages)
    ` [patch -mm] mm, doc: cleanup and clarify munmap behavior for hugetlb memory fix

[patch] madvise.2: specify MADV_REMOVE returns EINVAL for hugetlbfs
 2015-04-04  7:21 UTC  (2+ messages)

[PATCH] mm: vmscan: do not throttle based on pfmemalloc reserves if node has no reclaimable zones
 2015-04-03 18:50 UTC  (9+ messages)
  ` [PATCH v2] mm: vmscan: do not throttle based on pfmemalloc reserves if node has no reclaimable pages

[PATCH v4 0/7] mtrr, mm, x86: Enhance MTRR checks for huge I/O mapping
 2015-04-03 15:22 UTC  (4+ messages)

[PATCH 0/2] KASan for arm64
 2015-04-03 13:44 UTC  (4+ messages)
` [PATCH 2/2] arm64: add KASan support

The zoned page frame allocator and fix mapped virtual addresses
 2015-04-03 11:03 UTC 

[patch] mm, memcg: sync allocation and memcg charge gfp flags for thp fix fix
 2015-04-03  8:14 UTC 

[patch -mm] mm, doc: cleanup and clarify munmap behavior for hugetlb memory fix
 2015-04-03  7:18 UTC 

[RFC PATCH 00/11] an introduction of library operating system for Linux (LibOS)
 2015-04-03  1:43 UTC  (19+ messages)
` [RFC PATCH 08/11] lib: other kernel glue layer code

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

[patch 00/12] mm: page_alloc: improve OOM mechanism and policy
 2015-04-02 23:01 UTC  (12+ messages)
` [patch 03/12] mm: oom_kill: switch test-and-clear of known TIF_MEMDIE to clear
        ` [patch] android, lmk: avoid setting TIF_MEMDIE if process has already exited

[PATCH] mm/migrate: Mark unmap_and_move() "noinline" to avoid ICE in gcc 4.7.3 (was: Re: Possible regression in gcc 4.7.3 next-20150323 due to "ARM, arm64: kvm: get rid of the bounce page")
 2015-04-02 21:53 UTC  (9+ messages)
            ` [PATCH] mm/migrate: Mark unmap_and_move() "noinline" to avoid ICE in gcc 4.7.3

[PATCH] mm, mempool: use '%zu' for printing 'size_t' variable
 2015-04-02 21:38 UTC  (2+ messages)

[mmotm:master 481/507] kernel/sys.c:1713:19: sparse: incorrect type in initializer (different address spaces)
 2015-04-02 21:02 UTC  (2+ messages)

[memcg:since-3.19 477/542] fs/isofs/compress.c:193:1: warning: 'zisofs_uncompress_block.constprop' uses dynamic stack allocation
 2015-04-02 20:33 UTC  (2+ messages)

mmotm 2015-04-01-14-54 uploaded
 2015-04-02 18:52 UTC  (3+ messages)

[PATCHv4 00/24] THP refcounting redesign
 2015-04-02 15:39 UTC  (6+ messages)
` [PATCHv4 12/24] thp: PMD splitting without splitting compound page

[PATCH 0/9 v2] Helper to abstract vma handling in media layer
 2015-04-02 15:25 UTC  (3+ messages)

[PATCH] mm: cma: add trace events for CMA allocations and freeings
 2015-04-02 13:13 UTC  (4+ messages)
    ` [PATCH] mm-cma-add-trace-events-for-cma-allocations-and-freeings-fix

[PATCH] mm: get page_cache_get_speculative() work on tail pages
 2015-04-02 12:09 UTC  (5+ messages)

[PATCH] thp: do not adjust zone water marks if khugepaged is not started
 2015-04-02 12:08 UTC  (4+ messages)

[PATCH 0/2] Move away from non-failing small allocations
 2015-04-02 11:53 UTC  (5+ messages)

[PATCH] mm: use PageAnon() and PageKsm() helpers in page_anon_vma()
 2015-04-02 11:34 UTC  (9+ messages)

[mmotm:master 223/507] mm/hugetlb.c:940:6: sparse: symbol 'set_page_huge_active' was not declared. Should it be static?
 2015-04-02  1:51 UTC  (2+ messages)
` [PATCH mmotm] set_page_huge_active() can be static

[RFC][PATCH] mm: hugetlb: add stub-like do_hugetlb_numa()
 2015-04-01  4:14 UTC  (7+ messages)
      ` [PATCH] mm: numa: disable change protection for vma(VM_HUGETLB)

page:  |  | latest

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