messages from 2016-04-12 04:51:56 to 2016-04-14 15:03:44 UTC [more...]
[PATCH] mm,oom_reaper: Use try_oom_reaper() for reapability test
2016-04-14 15:03 UTC (10+ 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-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 00/10] mm: easy preliminaries to THPagecache
2016-04-14 11:56 UTC (3+ messages)
` [PATCH 01/10] mm: update_lru_size warn and reset bad lru_size
[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] z3fold: the 3-fold allocator for compressed pages
2016-04-14 9:06 UTC (3+ messages)
[PATCH 0/19] get rid of superfluous __GFP_REPORT
2016-04-14 8:51 UTC (10+ messages)
` [PATCH 03/19] x86/efi: get rid of superfluous __GFP_REPEAT
` [PATCH 18/19] crypto: "
` [PATCH resend] "
` CC in git cover letter vs patches (was Re: [PATCH 0/19] get rid of superfluous __GFP_REPORT)
[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 (16+ messages)
` [PATCH v2 01/11] mm/slab: fix the theoretical race by holding proper lock
` [PATCH v2 02/11] mm/slab: remove BAD_ALIEN_MAGIC again
` [PATCH v2 04/11] mm/slab: factor out kmem_cache_node initialization code
` [PATCH v2 05/11] mm/slab: clean-up kmem_cache_node setup
` [PATCH v2 08/11] mm/slab: make cache_grow() handle the page allocated on arbitrary node
` [PATCH v2 09/11] mm/slab: separate cache_grow() to two parts
` [PATCH v2 10/11] mm/slab: refill cpu cache through a new slab without holding a node lock
` [PATCH v2 11/11] mm/slab: lockless decision to grow cache
linux-next crash during very early boot
2016-04-14 1:35 UTC (2+ messages)
[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 (6+ messages)
` [PATCH 01/10] mm/mmap: Replace SHM_HUGE_MASK with MAP_HUGE_MASK inside mmap_pgoff
` [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 "
[PATCH 0/1] mm: setting of min_free_kbytes
2016-04-13 10:36 UTC (3+ messages)
` [PATCH 1/1] mm: update min_free_kbytes from khugepaged after core initialization
[PATCH] x86: add frame annotation for call_rwsem_down_write_failed_killable
2016-04-13 9:57 UTC
[PATCH 00/31] huge tmpfs: THPagecache implemented by teams
2016-04-13 8:58 UTC (5+ messages)
` [PATCH 12/31] huge tmpfs: extend get_user_pages_fast to shmem pmd
[PATCH v1] lib/stackdepot.c: allow the stack trace hash to be zero
2016-04-13 8:51 UTC (2+ messages)
[PATCH v1] mm, kasan: don't call kasan_krealloc() from ksize(). Add a ksize() test
2016-04-13 8:20 UTC (2+ messages)
[LSF/MM TOPIC] Ideas for SLUB allocator
2016-04-12 21:14 UTC (6+ messages)
` [Lsf] "
[LSF/MM TOPIC] Generic page-pool recycle facility?
2016-04-12 17:20 UTC (11+ messages)
` [Lsf-pc] "
` [Lsf] "
[PATCH 1/2] arm64: mem-model: add flatmem model for arm64
2016-04-12 15:00 UTC (15+ messages)
` [PATCH 2/2] arm64: mm: make pfn always valid with flat memory
mmotm woes, mainly compaction
2016-04-12 14:51 UTC (8+ messages)
[memcg:attempts/oom-detection-rework-4.5 363/363] mm/page_alloc.c:3034:4: warning: value computed is not used
2016-04-12 14:25 UTC
[PATCH v3 00/16] Support non-lru page migration
2016-04-12 14:25 UTC (4+ messages)
` [PATCH v3 02/16] mm/compaction: support non-lru movable "
[memcg:attempts/oom-detection-rework-4.5 361/363] mm/page_alloc.c:3429:5: error: implicit declaration of function 'compaction_failed'
2016-04-12 13:29 UTC
[PATCH 0/2] oom detection rework followups
2016-04-12 12:43 UTC (4+ messages)
` [PATCH 2/2] mm, oom, compaction: prevent from should_compact_retry looping for ever for costly orders
[PATCH 00/11] oom detection rework v5
2016-04-12 12:23 UTC (8+ messages)
` [PATCH 09/11] mm, compaction: Abstract compaction feedback to helpers
[PATCH 00/28] Move LRU page reclaim from zones to nodes v4
2016-04-12 10:46 UTC (29+ messages)
` [PATCH 01/28] mm, page_alloc: Use ac->classzone_idx instead of zone_idx(preferred_zone)
` [PATCH 02/28] mm, vmstat: Add infrastructure for per-node vmstats
` [PATCH 03/28] mm, vmscan: Move lru_lock to the node
` [PATCH 04/28] mm, vmscan: Move LRU lists to node
` [PATCH 05/28] mm, vmscan: Begin reclaiming pages on a per-node basis
` [PATCH 06/28] mm, vmscan: Have kswapd only scan based on the highest requested zone
` [PATCH 07/28] mm, vmscan: Make kswapd reclaim in terms of nodes
` [PATCH 08/28] mm, vmscan: Remove balance gap
` [PATCH 09/28] mm, vmscan: Simplify the logic deciding whether kswapd sleeps
` [PATCH 10/28] mm, vmscan: By default have direct reclaim only shrink once per node
` [PATCH 11/28] mm, vmscan: Clear congestion, dirty and need for compaction on a per-node basis
` [PATCH 12/28] mm: vmscan: Do not reclaim from kswapd if there is any eligible zone
` [PATCH 13/28] mm, vmscan: Make shrink_node decisions more node-centric
` [PATCH 14/28] mm, memcg: Move memcg limit enforcement from zones to nodes
` [PATCH 15/28] mm, workingset: Make working set detection node-aware
` [PATCH 16/28] mm, page_alloc: Consider dirtyable memory in terms of nodes
` [PATCH 17/28] mm: Move page mapped accounting to the node
` [PATCH 18/28] mm: Rename NR_ANON_PAGES to NR_ANON_MAPPED
` [PATCH 19/28] mm: Move most file-based accounting to the node
` [PATCH 20/28] mm: Move vmscan writes and file write "
` [PATCH 21/28] mm, vmscan: Update classzone_idx if buffer_heads_over_limit
` [PATCH 22/28] mm, vmscan: Only wakeup kswapd once per node for the requested classzone
` [PATCH 23/28] mm: Convert zone_reclaim to node_reclaim
` [PATCH 24/28] mm, vmscan: Add classzone information to tracepoints
` [PATCH 25/28] mm, page_alloc: Remove fair zone allocation policy
` [PATCH 26/28] mm: page_alloc: Cache the last node whose dirty limit is reached
` [PATCH 27/28] mm: vmstat: Replace __count_zone_vm_events with a zone id equivalent
` [PATCH 28/28] mm: vmstat: Account per-zone stalls and pages skipped during reclaim
[PATCH 00/24] Optimise page alloc/free fast paths v2
2016-04-12 10:12 UTC (25+ messages)
` [PATCH 01/24] mm, page_alloc: Only check PageCompound for high-order pages
` [PATCH 02/24] mm, page_alloc: Use new PageAnonHead helper in the free page fast path
` [PATCH 03/24] mm, page_alloc: Reduce branches in zone_statistics
` [PATCH 04/24] mm, page_alloc: Inline zone_statistics
` [PATCH 05/24] mm, page_alloc: Inline the fast path of the zonelist iterator
` [PATCH 06/24] mm, page_alloc: Use __dec_zone_state for order-0 page allocation
` [PATCH 07/24] mm, page_alloc: Avoid unnecessary zone lookups during pageblock operations
` [PATCH 08/24] mm, page_alloc: Convert alloc_flags to unsigned
` [PATCH 09/24] mm, page_alloc: Convert nr_fair_skipped to bool
` [PATCH 10/24] mm, page_alloc: Remove unnecessary local variable in get_page_from_freelist
` [PATCH 11/24] mm, page_alloc: Remove unnecessary initialisation "
` [PATCH 12/24] mm, page_alloc: Remove unnecessary initialisation from __alloc_pages_nodemask()
` [PATCH 13/24] mm, page_alloc: Remove redundant check for empty zonelist
` [PATCH 14/24] mm, page_alloc: Simplify last cpupid reset
` [PATCH 15/24] mm, page_alloc: Move might_sleep_if check to the allocator slowpath
` [PATCH 16/24] mm, page_alloc: Move __GFP_HARDWALL modifications out of the fastpath
` [PATCH 17/24] mm, page_alloc: Reduce cost of fair zone allocation policy retry
` [PATCH 18/24] mm, page_alloc: Shortcut watermark checks for order-0 pages
` [PATCH 19/24] mm, page_alloc: Avoid looking up the first zone in a zonelist twice
` [PATCH 20/24] mm, page_alloc: Check multiple page fields with a single branch
` [PATCH 21/24] cpuset: use static key better and convert to new API
` [PATCH 22/24] mm, page_alloc: Check once if a zone has isolated pageblocks
` [PATCH 23/24] mm, page_alloc: Remove unnecessary variable from free_pcppages_bulk
` [PATCH 24/24] mm, page_alloc: Do not lookup pcp migratetype during bulk free
[PATCH v6 0/5] Make cpuid <-> nodeid mapping persistent
2016-04-12 8:03 UTC (4+ messages)
` [PATCH v6 5/5] x86, acpi, cpu-hotplug: Set persistent cpuid <-> nodeid mapping when booting
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).