linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-13 10:36:31 to 2016-04-15 09:52:56 UTC [more...]

[PATCH] x86/vdso: add mremap hook to vm_special_mapping
 2016-04-15  9:51 UTC  (6+ messages)
` [PATCHv2] "

[PATCH 00/27] Move LRU page reclaim from zones to nodes v5
 2016-04-15  9:13 UTC  (28+ messages)
` [PATCH 01/27] mm, vmstat: Add infrastructure for per-node vmstats
` [PATCH 02/27] mm, vmscan: Move lru_lock to the node
` [PATCH 03/27] mm, vmscan: Move LRU lists to node
` [PATCH 04/27] mm, vmscan: Begin reclaiming pages on a per-node basis
` [PATCH 05/27] mm, vmscan: Have kswapd only scan based on the highest requested zone
` [PATCH 06/27] mm, vmscan: Make kswapd reclaim in terms of nodes
` [PATCH 07/27] mm, vmscan: Remove balance gap
` [PATCH 08/27] mm, vmscan: Simplify the logic deciding whether kswapd sleeps
` [PATCH 09/27] mm, vmscan: By default have direct reclaim only shrink once per node
` [PATCH 10/27] mm, vmscan: Clear congestion, dirty and need for compaction on a per-node basis
` [PATCH 11/27] mm: vmscan: Do not reclaim from kswapd if there is any eligible zone
` [PATCH 12/27] mm, vmscan: Make shrink_node decisions more node-centric
` [PATCH 13/27] mm, memcg: Move memcg limit enforcement from zones to nodes
` [PATCH 14/27] mm, workingset: Make working set detection node-aware
` [PATCH 15/27] mm, page_alloc: Consider dirtyable memory in terms of nodes
` [PATCH 16/27] mm: Move page mapped accounting to the node
` [PATCH 17/27] mm: Rename NR_ANON_PAGES to NR_ANON_MAPPED
` [PATCH 18/27] mm: Move most file-based accounting to the node
` [PATCH 19/27] mm: Move vmscan writes and file write "
` [PATCH 20/27] mm, vmscan: Update classzone_idx if buffer_heads_over_limit
` [PATCH 21/27] mm, vmscan: Only wakeup kswapd once per node for the requested classzone
` [PATCH 22/27] mm: Convert zone_reclaim to node_reclaim
` [PATCH 23/27] mm, vmscan: Add classzone information to tracepoints
` [PATCH 24/27] mm, page_alloc: Remove fair zone allocation policy
` [PATCH 25/27] mm: page_alloc: Cache the last node whose dirty limit is reached
` [PATCH 26/27] mm: vmstat: Replace __count_zone_vm_events with a zone id equivalent
` [PATCH 27/27] mm: vmstat: Account per-zone stalls and pages skipped during reclaim

[PATCH 00/28] Optimise page alloc/free fast paths v3
 2016-04-15  9:07 UTC  (28+ messages)
` [PATCH 01/28] mm, page_alloc: Only check PageCompound for high-order pages
` [PATCH 02/28] mm, page_alloc: Use new PageAnonHead helper in the free page fast path
` [PATCH 03/28] mm, page_alloc: Reduce branches in zone_statistics
` [PATCH 04/28] mm, page_alloc: Inline zone_statistics
` [PATCH 05/28] mm, page_alloc: Inline the fast path of the zonelist iterator
` [PATCH 06/28] mm, page_alloc: Use __dec_zone_state for order-0 page allocation
` [PATCH 07/28] mm, page_alloc: Avoid unnecessary zone lookups during pageblock operations
` [PATCH 08/28] mm, page_alloc: Convert alloc_flags to unsigned
` [PATCH 09/28] mm, page_alloc: Convert nr_fair_skipped to bool
` [PATCH 10/28] mm, page_alloc: Remove unnecessary local variable in get_page_from_freelist
` [PATCH 11/28] mm, page_alloc: Remove unnecessary initialisation "
` [PATCH 13/28] mm, page_alloc: Remove redundant check for empty zonelist
  ` [PATCH 14/28] mm, page_alloc: Simplify last cpupid reset
  ` [PATCH 15/28] mm, page_alloc: Move might_sleep_if check to the allocator slowpath
  ` [PATCH 16/28] mm, page_alloc: Move __GFP_HARDWALL modifications out of the fastpath
  ` [PATCH 17/28] mm, page_alloc: Check once if a zone has isolated pageblocks
  ` [PATCH 18/28] mm, page_alloc: Shorten the page allocator fast path
  ` [PATCH 19/28] mm, page_alloc: Reduce cost of fair zone allocation policy retry
  ` [PATCH 20/28] mm, page_alloc: Shortcut watermark checks for order-0 pages
  ` [PATCH 21/28] mm, page_alloc: Avoid looking up the first zone in a zonelist twice
  ` [PATCH 22/28] mm, page_alloc: Remove field from alloc_context
  ` [PATCH 23/28] mm, page_alloc: Check multiple page fields with a single branch
  ` [PATCH 24/28] mm, page_alloc: Remove unnecessary variable from free_pcppages_bulk
  ` [PATCH 25/28] mm, page_alloc: Inline pageblock lookup in page free fast paths
  ` [PATCH 26/28] cpuset: use static key better and convert to new API
  ` [PATCH 27/28] mm, page_alloc: Defer debugging checks of freed pages until a PCP drain
  ` [PATCH 28/28] mm, page_alloc: Defer debugging checks of pages allocated from the PCP

mmotm woes, mainly compaction
 2016-04-15  8:42 UTC  (6+ messages)

binary execution from DAX mount hang since next-20160407
 2016-04-15  8:38 UTC 

[PATCH 0/19] get rid of superfluous __GFP_REPORT
 2016-04-15  7:44 UTC  (11+ messages)
` [PATCH 01/19] tree wide: get rid of __GFP_REPEAT for order-0 allocations part I
` [PATCH 18/19] crypto: get rid of superfluous __GFP_REPEAT
  ` [PATCH resend] "
` CC in git cover letter vs patches (was Re: [PATCH 0/19] get rid of superfluous __GFP_REPORT)

linux-next crash during very early boot
 2016-04-15  1:25 UTC  (4+ messages)

[PATCH] mm,oom_reaper: Use try_oom_reaper() for reapability test
 2016-04-14 21:59 UTC  (12+ messages)
` [PATCH] mm,oom: Clarify reason to kill other threads sharing the vitctim's memory
    ` [PATCH] mm,oom: Clarify reason to kill other threads sharing thevitctim's memory

[RFC 0/8] userfaultfd: add write protect support
 2016-04-14 21:07 UTC  (3+ messages)
` [RFC 2/8] userfaultfd: support write protection for userfault vma range

[patch] mm, hugetlb_cgroup: round limit_in_bytes down to hugepage size
 2016-04-14 20:22 UTC  (6+ messages)
    ` [patch v2] "

[PATCH 0/1] mm: setting of min_free_kbytes
 2016-04-14 20:08 UTC  (4+ messages)
` [PATCH 1/1] mm: update min_free_kbytes from khugepaged after core initialization

[PATCH] z3fold: the 3-fold allocator for compressed pages
 2016-04-14 18:21 UTC  (7+ messages)

[PATCH 00/10] mm: easy preliminaries to THPagecache
 2016-04-14 17:39 UTC  (5+ messages)
` [PATCH 01/10] mm: update_lru_size warn and reset bad lru_size
` [PATCH 09/10] huge pagecache: mmap_sem is unlocked when truncation splits pmd

[PATCH v3 0/2] Align mmap address for DAX pmd mappings
 2016-04-14 16:48 UTC  (3+ messages)
` [PATCH v3 1/2] dax: add dax_get_unmapped_area for "
` [PATCH v3 2/2] ext2/4, xfs, blk: call dax_get_unmapped_area() for DAX "

post-copy is broken?
 2016-04-14 16:22 UTC 

[PATCH v2 0/9] arm64: optimize virt_to_page and page_address
 2016-04-14 15:33 UTC  (4+ messages)
` [PATCH v2 9/9] mm: replace open coded page to virt conversion with page_to_virt()

[PATCH v6 00/20] kthread: Use kthread worker API more widely
 2016-04-14 15:14 UTC  (21+ messages)
` [PATCH v6 01/20] kthread/smpboot: Do not park in kthread_create_on_cpu()
` [PATCH v6 02/20] kthread: Allow to call __kthread_create_on_node() with va_list args
` [PATCH v6 03/20] kthread: Add create_kthread_worker*()
` [PATCH v6 04/20] kthread: Add drain_kthread_worker()
` [PATCH v6 05/20] kthread: Add destroy_kthread_worker()
` [PATCH v6 06/20] kthread: Detect when a kthread work is used by more workers
` [PATCH v6 07/20] kthread: Initial support for delayed kthread work
` [PATCH v6 08/20] kthread: Allow to cancel "
` [PATCH v6 09/20] kthread: Allow to modify delayed "
` [PATCH v6 10/20] kthread: Better support freezable kthread workers
` [PATCH v6 11/20] mm/huge_page: Convert khugepaged() into kthread worker API
` [PATCH v6 12/20] ring_buffer: Convert benchmark kthreads "
` [PATCH v6 13/20] hung_task: Convert hungtaskd "
` [PATCH v6 14/20] kmemleak: Convert kmemleak kthread "
` [PATCH v6 15/20] ipmi: Convert kipmi "
` [PATCH v6 16/20] IB/fmr_pool: Convert the cleanup thread "
` [PATCH v6 17/20] memstick/r592: Better synchronize debug messages in r592_io kthread
` [PATCH v6 18/20] memstick/r592: convert r592_io kthread into kthread worker API
` [PATCH v6 19/20] thermal/intel_powerclamp: Remove duplicated code that starts the kthread
` [PATCH v6 20/20] thermal/intel_powerclamp: Convert the kthread to kthread worker API

[PATCH] mm/vmalloc: Keep a separate lazy-free list
 2016-04-14 14:44 UTC  (4+ messages)

[PATCH 00/19] Radix tree cleanups
 2016-04-14 14:37 UTC  (20+ messages)
` [PATCH 01/19] drivers/hwspinlock: Use correct radix tree API
` [PATCH 02/19] radix-tree: Miscellaneous fixes
` [PATCH 03/19] radix-tree: Split node->path into offset and height
` [PATCH 04/19] radix-tree: Replace node->height with node->shift
` [PATCH 05/19] radix-tree: Remove a use of root->height from delete_node
` [PATCH 06/19] radix tree test suite: Remove dependencies on height
` [PATCH 07/19] radix-tree: Remove root->height
` [PATCH 08/19] radix-tree: Rename INDIRECT_PTR to INTERNAL_NODE
` [PATCH 09/19] radix-tree: Rename ptr_to_indirect() to node_to_entry()
` [PATCH 10/19] radix-tree: Rename indirect_to_ptr() to entry_to_node()
` [PATCH 11/19] radix-tree: Rename radix_tree_is_indirect_ptr()
` [PATCH 12/19] radix-tree: Change naming conventions in radix_tree_shrink
` [PATCH 13/19] radix-tree: Tidy up next_chunk
` [PATCH 14/19] radix-tree: Tidy up range_tag_if_tagged
` [PATCH 15/19] radix-tree: Tidy up __radix_tree_create()
` [PATCH 16/19] radix-tree: Introduce radix_tree_replace_clear_tags()
` [PATCH 17/19] radix-tree: Make radix_tree_descend() more useful
` [PATCH 18/19] dax: move RADIX_DAX_ definitions to dax.c
` [PATCH 19/19] radix-tree: Free up the bottom bit of exceptional entries for reuse

[PATCH v2 00/29] Radix tree multiorder fixes
 2016-04-14 14:16 UTC  (30+ messages)
` [PATCH v2 01/29] radix-tree: Introduce radix_tree_empty
` [PATCH v2 02/29] radix tree test suite: Fix build
` [PATCH v2 03/29] radix tree test suite: Add tests for radix_tree_locate_item()
` [PATCH v2 04/29] radix tree test suite: Allow testing other fan-out values
` [PATCH v2 05/29] radix tree test suite: keep regression test runs short
` [PATCH v2 06/29] radix tree test suite: rebuild when headers change
` [PATCH v2 07/29] radix-tree: remove unused looping macros
` [PATCH v2 08/29] Introduce CONFIG_RADIX_TREE_MULTIORDER
` [PATCH v2 09/29] radix-tree: Add missing sibling entry functionality
` [PATCH v2 10/29] radix-tree: Fix sibling entry insertion
` [PATCH v2 11/29] radix-tree: Fix deleting a multi-order entry through an alias
` [PATCH v2 12/29] radix-tree: Remove restriction on multi-order entries
` [PATCH v2 13/29] radix-tree: Introduce radix_tree_load_root()
` [PATCH v2 14/29] radix-tree: Fix extending the tree for multi-order entries at offset 0
` [PATCH v2 15/29] radix tree test suite: Start adding multiorder tests
` [PATCH v2 16/29] radix-tree: Fix several shrinking bugs with multiorder entries
` [PATCH v2 17/29] radix-tree: Rewrite __radix_tree_lookup
` [PATCH v2 18/29] radix-tree: Fix multiorder BUG_ON in radix_tree_insert
` [PATCH v2 19/29] radix-tree: add support for multi-order iterating
` [PATCH v2 20/29] radix tree test suite: multi-order iteration test
` [PATCH v2 21/29] radix-tree: Rewrite radix_tree_tag_set
` [PATCH v2 22/29] radix-tree: Rewrite radix_tree_tag_clear
` [PATCH v2 23/29] radix-tree: Rewrite radix_tree_tag_get
` [PATCH v2 24/29] radix-tree test suite: add multi-order tag test
` [PATCH v2 25/29] radix-tree: Fix radix_tree_create for sibling entries
` [PATCH v2 26/29] radix-tree: Rewrite radix_tree_locate_item
` [PATCH v2 27/29] radix-tree: Fix radix_tree_range_tag_if_tagged() for multiorder entries
` [PATCH v2 28/29] radix-tree: Fix radix_tree_dump() for multi-order entries
` [PATCH v2 29/29] radix-tree: Add copyright statements

[PATCH v1 00/27] block: cleanup direct access to .bi_vcnt & .bi_io_vec
 2016-04-14 12:02 UTC  (2+ messages)
` [PATCH v1 27/27] mm: page_io.c: use bio_get_base_vec()

[PATCH] z3fold: the 3-fold allocator for compressed pages
 2016-04-14 11:13 UTC 

[PATCH] mm: Disable DEFERRED_STRUCT_PAGE_INIT on !NO_BOOTMEM
 2016-04-14 10:52 UTC  (2+ messages)

[PATCH] cpuset: use static key better and convert to new API
 2016-04-14  8:28 UTC  (3+ messages)
` [PATCH v2] "

[RFC] kmemcheck: warning during boot
 2016-04-14  3:26 UTC 

[PATCH v2 00/11] mm/slab: reduce lock contention in alloc path
 2016-04-14  1:56 UTC  (4+ messages)
` [PATCH v2 01/11] mm/slab: fix the theoretical race by holding proper lock

[PATCH] oom: consider multi-threaded tasks in task_will_free_mem
 2016-04-13 13:45 UTC  (5+ messages)

[PATCH v2] lib/stackdepot.c: allow the stack trace hash to be zero
 2016-04-13 12:07 UTC 

[PATCH v2 1/2] mm, kasan: don't call kasan_krealloc() from ksize()
 2016-04-13 11:20 UTC  (2+ messages)
` [PATCH v2 2/2] mm, kasan: add a ksize() test

[PATCH 00/10] Enable HugeTLB page migration on POWER
 2016-04-13 11:08 UTC  (4+ messages)
` [PATCH 05/10] powerpc/hugetlb: Split the function 'huge_pte_alloc'

[PATCH 2/3] oom, oom_reaper: Try to reap tasks which skip regular OOM killer path
 2016-04-13 11:08 UTC  (6+ messages)
` [PATCH 2/3] oom, oom_reaper: Try to reap tasks which skipregular "


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