linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-08 22:49:15 to 2016-04-12 10:13:04 UTC [more...]

[PATCH 00/24] Optimise page alloc/free fast paths v2
 2016-04-12 10:12 UTC  (7+ 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

[LSF/MM TOPIC] Ideas for SLUB allocator
 2016-04-12 10:02 UTC 

mmotm woes, mainly compaction
 2016-04-12  9:38 UTC  (6+ messages)

[PATCH] oom: consider multi-threaded tasks in task_will_free_mem
 2016-04-12  9:19 UTC 

[PATCH v2 00/11] mm/slab: reduce lock contention in alloc path
 2016-04-12  8:16 UTC  (14+ 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

[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 v3 00/16] Support non-lru page migration
 2016-04-12  8:00 UTC  (8+ messages)
` [PATCH v3 02/16] mm/compaction: support non-lru movable "
` [PATCH v3 04/16] mm/balloon: use general movable page feature into balloon

[PATCH 0/2] oom detection rework followups
 2016-04-12  7:23 UTC  (5+ 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] mm/vmalloc: Keep a separate lazy-free list
 2016-04-12  6:57 UTC 

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

[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  (7+ messages)
` [PATCH v2 4/4] mm, compaction: direct freepage allocation for async direct compaction

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

[PATCH 1/2] arm64: mem-model: add flatmem model for arm64
 2016-04-11 18:11 UTC  (15+ messages)
` [PATCH 2/2] arm64: mm: make pfn always valid with flat memory

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

[PATCH 00/11] oom detection rework v5
 2016-04-11 16:07 UTC  (25+ 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] 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 0/19] get rid of superfluous __GFP_REPORT
 2016-04-11 15:49 UTC  (24+ 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: "

[PATCH 00/10] Enable HugeTLB page migration on POWER
 2016-04-11 13:51 UTC  (11+ messages)
` [PATCH 02/10] mm/hugetlb: Add PGD based implementation awareness
` [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

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

[PATCH] mm: memcontrol: let v2 cgroups follow changes in system swappiness
 2016-04-11  7:31 UTC  (3+ messages)

Best watches. Pre-summer sale!
 2016-04-11  6:20 UTC 

[PATCH 03/10] mm/hugetlb: Protect follow_huge_(pud|pgd) functions from race
 2016-04-11  6:04 UTC  (2+ messages)

[PATCH] mm: put activate_page_pvecs and others pagevec together
 2016-04-11  1:36 UTC 

[PATCH] mm: put activate_page_pvecs and others pagevec together
 2016-04-11  1:16 UTC 

[PATCH] mm: put activate_page_pvecs and others pagevec together
 2016-04-11  1:16 UTC 

[RFC PATCH v2 1/5] bpf: add PHYS_DEV prog type for early driver filter
 2016-04-10 18:09 UTC  (11+ messages)

[PATCH v2 0/2] lib: lz4: fix for big endian and cleanup
 2016-04-10  2:41 UTC  (5+ messages)
` [PATCH v2 1/2] lib: lz4: fixed zram with lz4 on big endian machines
` [PATCH v2 2/2] lib: lz4: cleanup unaligned access efficiency detection

[PATCH 0/6] preparation for merging the OOM reaper
 2016-04-09 14:04 UTC  (5+ messages)
` [PATCH 5/6] mm,oom: Re-enable OOM killer using timers

[PATCH v6 0/2] mm, thp: Fix unnecessarry resource consuming in swapin
 2016-04-08 23:01 UTC  (3+ messages)
` [PATCH v6 1/2] mm, vmstat: calculate particular vm event
` [PATCH v6 2/2] mm, thp: avoid unnecessary swapin in khugepaged


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