linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-11 10:06:09 to 2016-04-12 16:55:48 UTC [more...]

[PATCH v2 00/11] mm/slab: reduce lock contention in alloc path
 2016-04-12 16:55 UTC  (18+ 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 03/11] mm/slab: drain the free slab as much as possible
` [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 06/11] mm/slab: don't keep free slabs if free_objects exceeds free_limit
` [PATCH v2 07/11] mm/slab: racy access/modify the slab color
` [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

[LSF/MM TOPIC] Ideas for SLUB allocator
 2016-04-12 16:01 UTC  (4+ messages)
` [Lsf] "

[PATCH 0/19] get rid of superfluous __GFP_REPORT
 2016-04-12 15:53 UTC  (25+ messages)
` [PATCH 01/19] tree wide: get rid of __GFP_REPEAT for order-0 allocations part I
` [PATCH 02/19] x86: get rid of superfluous __GFP_REPEAT
` [PATCH 03/19] x86/efi: "
` [PATCH 04/19] arm: "
` [PATCH 05/19] arm64: "
` [PATCH 06/19] arc: "
` [PATCH 07/19] mips: "
` [PATCH 08/19] nios2: "
` [PATCH 09/19] parisc: "
` [PATCH 10/19] score: "
` [PATCH 11/19] powerpc: "
` [PATCH 12/19] sparc: "
` [PATCH 13/19] s390: "
` [PATCH 14/19] sh: "
` [PATCH 15/19] tile: "
` [PATCH 16/19] unicore32: "
` [PATCH 17/19] dm: get rid of superfluous gfp flags
` [PATCH 18/19] crypto: get rid of superfluous __GFP_REPEAT
` [PATCH 19/19] jbd2: "

[LSF/MM TOPIC] Generic page-pool recycle facility?
 2016-04-12 15:37 UTC  (28+ messages)
  ` [Lsf-pc] "
    ` [Lsf] "
    ` [Lsf] "

[PATCH 1/2] arm64: mem-model: add flatmem model for arm64
 2016-04-12 15:00 UTC  (19+ 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  (6+ messages)
` [PATCH 1/2] vmscan: consider classzone_idx in compaction_ready
` [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  (28+ messages)
` [PATCH 05/11] mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPED
` [PATCH 06/11] mm, compaction: distinguish between full and partial COMPACT_COMPLETE
` [PATCH 07/11] mm, compaction: Update compaction_result ordering
` [PATCH 08/11] mm, compaction: Simplify __alloc_pages_direct_compact feedback interface
` [PATCH 09/11] mm, compaction: Abstract compaction feedback to helpers
    ` [RFC PATCH] mm: use compaction feedback for thp backoff conditions
` [PATCH 10/11] mm, oom: protect !costly allocations some more
` [PATCH 11/11] mm: consider compaction feedback also for costly allocation

[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 v1] lib/stackdepot.c: allow the stack trace hash to be zero
 2016-04-12 10:46 UTC 

[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] oom: consider multi-threaded tasks in task_will_free_mem
 2016-04-12  9:19 UTC 

[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

[PATCH] mm/vmalloc: Keep a separate lazy-free list
 2016-04-12  6:57 UTC 

[PATCH v7 0/7] SLAB support for KASAN
 2016-04-12  4:51 UTC  (6+ messages)
` [PATCH v7 5/7] mm, kasan: Stackdepot implementation. Enable stackdepot for SLAB

[PATCH v2 0/4] reduce latency of direct async compaction
 2016-04-12  4:49 UTC  (4+ messages)

[PATCH] memory failure: replace 'MCE' with 'Memory failure'
 2016-04-11 23:13 UTC  (2+ messages)

[PATCH v1] mm, kasan: don't call kasan_krealloc() from ksize(). Add a ksize() test
 2016-04-11 17:10 UTC 

[PATCH] x86/vdso: add mremap hook to vm_special_mapping
 2016-04-11 15:54 UTC  (3+ messages)

[PATCH 0/8] System Calls for Memory Protection Keys
 2016-04-11 15:54 UTC  (8+ messages)
` [PATCH 2/8] mm: implement new pkey_mprotect() system call
` [PATCH 3/8] x86, pkeys: make mprotect_key() mask off additional vm_flags
` [PATCH 4/8] x86: wire up mprotect_key() system call
` [PATCH 5/8] x86, pkeys: allocation/free syscalls
` [PATCH 6/8] x86, pkeys: add pkey set/get syscalls
` [PATCH 7/8] pkeys: add details of system call use to Documentation/
` [PATCH 8/8] x86, pkeys: add self-tests

[PATCH 00/10] Enable HugeTLB page migration on POWER
 2016-04-11 13:51 UTC  (7+ messages)
` [PATCH 03/10] mm/hugetlb: Protect follow_huge_(pud|pgd) functions from race
` [PATCH 05/10] powerpc/hugetlb: Split the function 'huge_pte_alloc'

[PATCH 0/3] oom reaper follow ups v1
 2016-04-11 13:43 UTC  (9+ messages)
` [PATCH 2/3] oom, oom_reaper: Try to reap tasks which skip regular OOM killer path
        ` [PATCH 2/3] oom, oom_reaper: Try to reap tasks which skipregular "

[PATCH 00/31] huge tmpfs: THPagecache implemented by teams
 2016-04-11 11:54 UTC  (7+ messages)
` [PATCH 01/31] huge tmpfs: prepare counts in meminfo, vmstat and SysRq-m
` [PATCH 03/31] huge tmpfs: huge=N mount option and /proc/sys/vm/shmem_huge
` [PATCH 09/31] huge tmpfs: avoid premature exposure of new pagetable

[PATCH 00/10] mm: easy preliminaries to THPagecache
 2016-04-11 10:35 UTC  (7+ messages)
` [PATCH 07/10] huge mm: move_huge_pmd does not need new_vma
` [PATCH 08/10] huge pagecache: extend mremap pmd rmap lockout to files
` [PATCH 09/10] huge pagecache: mmap_sem is unlocked when truncation splits pmd


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