messages from 2016-04-14 14:21:58 to 2016-04-16 00:24:32 UTC [more...]
[PATCHv7 00/29] THP-enabled tmpfs/shmem using compound pages
2016-04-16 0:23 UTC (10+ messages)
` [PATCHv7 01/29] thp, mlock: update unevictable-lru.txt
` [PATCHv7 02/29] mm: do not pass mm_struct into handle_mm_fault
` [PATCHv7 03/29] mm: introduce fault_env
` [PATCHv7 04/29] mm: postpone page table allocation until we have page to map
` [PATCHv7 06/29] mm: introduce do_set_pmd()
` [PATCHv7 07/29] thp, vmstats: add counters for huge file pages
` [PATCHv7 11/29] thp: skip file huge pmd on copy_huge_pmd()
` [PATCHv7 12/29] thp: prepare change_huge_pmd() for file thp
` [PATCHv7 13/29] thp: run vma_adjust_trans_huge() outside i_mmap_rwsem
[PATCH] mm: SLAB freelist randomization
2016-04-15 22:47 UTC (4+ messages)
post-copy is broken?
2016-04-15 22:19 UTC (6+ messages)
making a COW mapping on the fly from existing vma
2016-04-15 20:18 UTC
FlameGraph of mlx4 early drop with order-0 pages
2016-04-15 19:40 UTC
[Bug 107771] New: Single process tries to use more than 1/2 physical RAM, OS starts thrashing
2016-04-15 19:31 UTC (2+ messages)
[PATCH v2 0/5] dax: handling of media errors
2016-04-15 19:13 UTC (22+ messages)
` [PATCH v2 1/5] block, dax: pass blk_dax_ctl through to drivers
` [PATCH v2 2/5] dax: fallback from pmd to pte on error
` [PATCH v2 3/5] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH v2 4/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH v2 5/5] dax: handle media errors in dax_do_io
[PATCH] mm: thp: correct split_huge_pages file permission
2016-04-15 18:47 UTC (2+ messages)
[PATCH 0/19] get rid of superfluous __GFP_REPORT
2016-04-15 18:41 UTC (8+ messages)
` [PATCH 01/19] tree wide: get rid of __GFP_REPEAT for order-0 allocations part I
` [PATCH 17/19] dm: get rid of superfluous gfp flags
[PATCH] x86/vdso: add mremap hook to vm_special_mapping
2016-04-15 16:58 UTC (15+ messages)
` [PATCHv2] "
` [PATCHv3 1/2] "
` [PATCHv3 2/2] x86: rename is_{ia32,x32}_task to in_{ia32,x32}_syscall
` [PATCHv4 1/2] x86/vdso: add mremap hook to vm_special_mapping
` [PATCHv4 2/2] x86: rename is_{ia32,x32}_task to in_{ia32,x32}_syscall
[PATCH v2] lib/stackdepot.c: allow the stack trace hash to be zero
2016-04-15 16:27 UTC (2+ messages)
[PATCH v4 1/2] shmem: Support for registration of driver/file owner specific ops
2016-04-15 16:09 UTC (2+ messages)
` [Intel-gfx] "
[PATCH v2 1/2] mm, kasan: don't call kasan_krealloc() from ksize()
2016-04-15 15:59 UTC (4+ messages)
` [PATCH v2 2/2] mm, kasan: add a ksize() test
[PATCH 18/19] crypto: get rid of superfluous __GFP_REPEAT
2016-04-15 14:37 UTC (3+ messages)
` [PATCH resend] "
linux-next crash during very early boot
2016-04-15 14:10 UTC (5+ messages)
[patch] mm, hugetlb_cgroup: round limit_in_bytes down to hugepage size
2016-04-15 13:24 UTC (7+ messages)
` [patch v2] "
[PATCH 00/28] Optimise page alloc/free fast paths v3
2016-04-15 13:08 UTC (30+ 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
[PATCH] mm,oom_reaper: Use try_oom_reaper() for reapability test
2016-04-15 12:11 UTC (13+ 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
[PATCH] mm/vmalloc: Keep a separate lazy-free list
2016-04-15 11:54 UTC (7+ messages)
` [PATCH v2] "
Terrible disk performance when files cached > 4GB
2016-04-15 9:59 UTC
[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
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
[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 0/1] mm: setting of min_free_kbytes
2016-04-14 20:08 UTC (3+ 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 (3+ messages)
` [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 "
[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 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 (4+ messages)
` [PATCH v2 08/29] Introduce CONFIG_RADIX_TREE_MULTIORDER
` [PATCH v2 12/29] radix-tree: Remove restriction on multi-order entries
` [PATCH v2 17/29] radix-tree: Rewrite __radix_tree_lookup
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).