Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-17 06:29:12 to 2015-06-22 11:35:41 UTC [more...]

[PATCHv6 00/36] THP refcounting redesign
 2015-06-22 11:35 UTC  (16+ messages)
` [PATCHv6 01/36] mm, proc: adjust PSS calculation
` [PATCHv6 26/36] mm: rework mapcount accounting to enable 4k mapping of THPs
` [PATCHv6 29/36] thp: implement split_huge_pmd()
` [PATCHv6 32/36] thp: reintroduce split_huge_page()
` [PATCHv6 33/36] migrate_pages: try to split pages on qeueuing

[PATCH 0/3] memtest cleanups
 2015-06-22 10:43 UTC  (9+ messages)
` [PATCH 1/3] memtest: use kstrtouint instead of simple_strtoul
` [PATCH 2/3] memtest: cleanup log messages
` [PATCH 3/3] memtest: remove unused header files

[PATCH 3/4] dell-laptop: Fix allocating & freeing SMI buffer page
 2015-06-22  8:46 UTC  (2+ messages)

[arc-linux-dev] [PATCH] stmmac: explicitly zero des0 & des1 on init
 2015-06-22  8:34 UTC  (3+ messages)

[PATCH v5 0/6] pmem api, generic ioremap_cache, and memremap
 2015-06-22  8:24 UTC  (7+ messages)
` [PATCH v5 1/6] arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> instead
` [PATCH v5 2/6] arch: unify ioremap prototypes and macro aliases
` [PATCH v5 3/6] cleanup IORESOURCE_CACHEABLE vs ioremap()
` [PATCH v5 4/6] devm: fix ioremap_cache() usage
` [PATCH v5 5/6] arch: introduce memremap_cache() and memremap_wt()
` [PATCH v5 6/6] arch, x86: pmem api for ensuring durability of persistent memory updates

[Question] ksm: rmap_item pointing to some stale vmas
 2015-06-22  5:19 UTC  (7+ messages)

[RFC v2 0/3] mm: make swapin readahead to gain more thp performance
 2015-06-22  1:37 UTC  (9+ messages)
` [RFC v2 1/3] mm: add tracepoint for scanning pages
` [RFC v2 2/3] mm: make optimistic check for swapin readahead
` [RFC v2 3/3] mm: make swapin readahead to improve thp collapse rate

[PATCH 0/3] TLB flush multiple pages per IPI v5
 2015-06-21 20:22 UTC  (8+ messages)

[RFC PATCH 00/25] Move LRU page reclaim from zones to nodes
 2015-06-21 14:04 UTC  (3+ messages)

[PATCH] mm: Fix MAP_POPULATE and mlock() for DAX
 2015-06-20 19:46 UTC  (2+ messages)

[RFC][PATCH 0/5] do not dereference NULL pools in pools' destroy() functions
 2015-06-20 16:25 UTC  (11+ messages)
` [RFC][PATCH 1/5] mm/slab_common: allow NULL cache pointer in kmem_cache_destroy()
` [RFC][PATCH 2/5] mm/mempool: allow NULL `pool' pointer in mempool_destroy()
` [RFC][PATCH 3/5] mm/dmapool: allow NULL `pool' pointer in dma_pool_destroy()

[RFC] panic_on_oom_timeout
 2015-06-20  7:57 UTC  (11+ messages)
` [RFC -v2] panic_on_oom_timeout

HMM (Heterogeneous Memory Management) v8
 2015-06-20  2:34 UTC  (5+ messages)
` [PATCH 06/36] HMM: add HMM page table v2

[RFC v3 0/4] fs: Add generic file system event notifications
 2015-06-19 23:21 UTC  (17+ messages)
` [RFC v3 1/4] "
` [RFC v3 3/4] ext4: Add support for generic FS events
` [RFC v3 4/4] shmem: "

[-tip PATCH v4 0/6] pmem api, generic ioremap_cache, and memremap
 2015-06-19 21:28 UTC  (14+ messages)
` [PATCH v4 1/6] arch: unify ioremap prototypes and macro aliases
` [PATCH v4 3/6] arch/*/asm/io.h: add ioremap_cache() to all architectures
` [PATCH v4 5/6] arch: introduce memremap_cache() and memremap_wt()
` [PATCH v4 6/6] arch, x86: pmem api for ensuring durability of persistent memory updates

[RFC PATCH 00/12] mm: mirrored memory support for page buddy allocations
 2015-06-19 18:42 UTC  (11+ messages)

[PATCH] mm: memcontrol: correct the comment in mem_cgroup_swapout()
 2015-06-19 18:02 UTC  (6+ messages)
      ` [PATCH v2] mm: memcontrol: bring back the VM_BUG_ON() "

[RFC] mm: change irqs_disabled() test to spin_is_locked() in mem_cgroup_swapout
 2015-06-19 18:00 UTC  (6+ messages)
  ` [RFC][PATCH] mm: ifdef out VM_BUG_ON check on PREEMPT_RT_FULL

RAM encryption and key storing in CPU
 2015-06-19 17:22 UTC 

[RESEND PATCH V2 0/3] Allow user to request memory to be locked on page fault
 2015-06-19 16:43 UTC  (6+ messages)
` [RESEND PATCH V2 1/3] Add mmap flag to request pages are locked after "

[PATCHSET 1/3 v4 block/for-4.2/core] writeback: cgroup writeback support
 2015-06-19 15:17 UTC  (8+ messages)
` [PATCH 06/51] memcg: add mem_cgroup_root_css

Write throughput impaired by touching dirty_ratio
 2015-06-19 15:16 UTC 

[PATCH 0/6] Assorted compaction cleanups and optimizations
 2015-06-19 13:58 UTC  (7+ messages)
` [PATCH 1/6] mm, compaction: more robust check for scanners meeting
` [PATCH 2/6] mm, compaction: simplify handling restart position in free pages scanner
` [PATCH 4/6] mm, compaction: always skip compound pages by order in migrate scanner

[PATCH] mm, thp: respect MPOL_PREFERRED policy with non-local node
 2015-06-19 11:26 UTC  (4+ messages)

[patch 1/3] mm, oom: organize oom context into struct
 2015-06-19  7:32 UTC  (6+ messages)
` [patch 2/3] mm, oom: pass an oom order of -1 when triggered by sysrq
` [patch 3/3] mm, oom: do not panic for oom kills triggered from sysrq

[PATCH 0/2] oom: sysrq+f shouldn't not panic the system + cleanup
 2015-06-19  7:13 UTC  (7+ messages)
` [PATCH 1/2] oom: Do not panic when OOM killer is sysrq triggered
` [PATCH 2/2] oom: split out forced OOM killer

Possible broken MM code in dell-laptop.c?
 2015-06-18 21:14 UTC  (8+ messages)

[PATCH] zswap: dynamic pool creation
 2015-06-18 15:57 UTC  (7+ messages)

[RFC V3] net: don't wait for order-3 page allocation
 2015-06-18 15:47 UTC  (8+ messages)

[RFC][PATCH v3 0/7] introduce automatic pool compaction
 2015-06-18 14:43 UTC  (13+ messages)
` [RFC][PATCHv3 1/7] zsmalloc: drop unused variable `nr_to_migrate'
` [RFC][PATCHv3 2/7] zsmalloc: partial page ordering within a fullness_list
` [RFC][PATCHv3 3/7] zsmalloc: always keep per-class stats
` [RFC][PATCHv3 4/7] zsmalloc: introduce zs_can_compact() function
` [RFC][PATCHv3 5/7] zsmalloc: cosmetic compaction code adjustments
` [RFC][PATCHv3 6/7] zsmalloc/zram: move `num_migrated' to zs_pool
` [RFC][PATCHv3 7/7] zsmalloc: register a shrinker to trigger auto-compaction

[PATCH 0/10 v6] Helper to abstract vma handling in media layer
 2015-06-18 14:08 UTC  (11+ messages)
` [PATCH 1/10] [media] vb2: Push mmap_sem down to memops
` [PATCH 2/10] mm: Provide new get_vaddr_frames() helper
` [PATCH 3/10] media: omap_vout: Convert omap_vout_uservirt_to_phys() to use get_vaddr_pfns()
` [PATCH 4/10] vb2: Provide helpers for mapping virtual addresses
` [PATCH 5/10] media: vb2: Convert vb2_dma_sg_get_userptr() to use frame vector
` [PATCH 6/10] media: vb2: Convert vb2_vmalloc_get_userptr() "
` [PATCH 7/10] media: vb2: Convert vb2_dc_get_userptr() "
` [PATCH 8/10] media: vb2: Remove unused functions
` [PATCH 9/10] drm/exynos: Convert g2d_userptr_get_dma_addr() to use get_vaddr_frames()
` [PATCH 10/10] mm: Move get_vaddr_frames() behind a config option

[PATCH 9/9] [media] mm: Move get_vaddr_frames() behind a config option
 2015-06-18 13:44 UTC  (3+ messages)

[RFC][PATCHv2 0/8] introduce automatic pool compaction
 2015-06-18  3:58 UTC  (11+ messages)
` [RFC][PATCHv2 8/8] zsmalloc: register a shrinker to trigger auto-compaction

[PATCH] mm: use srcu for shrinkers
 2015-06-18  1:33 UTC  (3+ messages)

[RFC 0/4] Outsourcing page fault THP allocations to khugepaged
 2015-06-18  1:20 UTC  (7+ messages)
` [RFC 1/4] mm, thp: stop preallocating hugepages in khugepaged
` [RFC 2/4] mm, thp: khugepaged checks for THP allocability before scanning
` [RFC 3/4] mm, thp: try fault allocations only if we expect them to succeed

mm: shmem_zero_setup skip security check and lockdep conflict with XFS
 2015-06-18  0:22 UTC  (4+ messages)

mmotm 2015-06-17-15-20 uploaded
 2015-06-17 22:21 UTC 

[RFC v4 PATCH 0/9] hugetlbfs: add fallocate support
 2015-06-17 22:05 UTC  (4+ messages)
` [RFC v4 PATCH 2/9] mm/hugetlb: expose hugetlb fault mutex for use by fallocate

[PATCH v2 0/5] KASan for arm64
 2015-06-17 21:32 UTC  (6+ messages)
` [PATCH v2 5/5] arm64: add KASan support

[PATCH V3] mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()
 2015-06-17 21:26 UTC 

[RFC 0/3] mm: make swapin readahead to gain more thp performance
 2015-06-17 17:38 UTC  (5+ messages)
` [RFC 3/3] mm: make swapin readahead to improve thp collapse rate

[PATCH V2] mm: kmemleak_alloc_percpu() should follow the gfp from
 2015-06-17 16:18 UTC 

[PATCH V2 0/6] slub: bulk alloc and free for slub allocator
 2015-06-17 15:24 UTC  (9+ messages)
` [PATCH V2 1/6] slub: fix spelling succedd to succeed
` [PATCH V2 2/6] slab: infrastructure for bulk object allocation and freeing
` [PATCH V2 3/6] slub bulk alloc: extract objects from the per cpu slab
` [PATCH V2 4/6] slub: improve bulk alloc strategy
` [PATCH V2 5/6] slub: initial bulk free implementation
` [PATCH V2 6/6] slub: add support for kmem_cache_debug in bulk calls

[PATCHSET 2/3 v3 block/for-4.2/core] writeback: cgroup writeback backpressure propagation
 2015-06-17 14:41 UTC  (3+ messages)
` [PATCH 01/19] memcg: make mem_cgroup_read_{stat|event}() iterate possible cpus instead of online

[RFC] panic_on_oom_timeout
 2015-06-17 12:36 UTC  (7+ messages)

[BUG] fs: inotify_handle_event() reading un-init memory
 2015-06-17 10:17 UTC  (6+ messages)

[PATCHSET v3 0/4] pagemap: make useable for non-privilege users
 2015-06-17  8:11 UTC  (5+ messages)
` [PATCH v3 1/4] pagemap: check permissions and capabilities at open time
` [PATCH v3 2/4] pagemap: add mmap-exclusive bit for marking pages mapped only here

[PATCH v3 4/4] pagemap: switch to the new format and do some cleanup
 2015-06-17  6:40 UTC  (5+ messages)
` [PATCH v4] "

[PATCH 0/7] slub: bulk alloc and free for slub allocator
 2015-06-17  6:29 UTC  (4+ messages)
` [PATCH 6/7] slub: improve bulk alloc strategy


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 read-only IMAP folder(s) and NNTP newsgroup(s).