linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-19 04:45:54 to 2015-10-22 08:24:33 UTC [more...]

[PATCHv12 00/37] THP refcounting redesign
 2015-10-22  8:24 UTC  (3+ messages)
` [PATCHv12 14/37] futex, thp: remove special case for THP in get_futex_key

[PATCH v11 02/14] HMM: add special swap filetype for memory migrated to device v2
 2015-10-22  7:52 UTC 

[PATCH v11 01/14] fork: pass the dst vma to copy_page_range() and its sub-functions
 2015-10-22  7:08 UTC 

kernel oops on mmotm-2015-10-15-15-20
 2015-10-22  4:25 UTC  (7+ messages)

[PATCH 0/8] mm: memcontrol: account socket memory in unified hierarchy
 2015-10-22  4:21 UTC  (9+ messages)
` [PATCH 1/8] mm: page_counter: let page_counter_try_charge() return bool
` [PATCH 2/8] mm: memcontrol: export root_mem_cgroup
` [PATCH 3/8] net: consolidate memcg socket buffer tracking and accounting
` [PATCH 4/8] mm: memcontrol: prepare for unified hierarchy socket accounting
` [PATCH 5/8] mm: memcontrol: account socket memory on unified hierarchy
` [PATCH 6/8] mm: vmscan: simplify memcg vs. global shrinker invocation
` [PATCH 7/8] mm: vmscan: report vmpressure at the level of reclaim activity
` [PATCH 8/8] mm: memcontrol: hook up vmpressure to socket pressure

[PATCH v11 00/15] HMM (Heterogeneous Memory Management)
 2015-10-22  3:23 UTC  (18+ messages)
` [PATCH v11 01/15] mmu_notifier: add event information to address invalidation v8
` [PATCH v11 02/15] mmu_notifier: keep track of active invalidation ranges v5
` [PATCH v11 03/15] mmu_notifier: pass page pointer to mmu_notifier_invalidate_page() v2
` [PATCH v11 04/15] mmu_notifier: allow range invalidation to exclude a specific mmu_notifier
` [PATCH v11 05/15] HMM: introduce heterogeneous memory management v5
` [PATCH v11 06/15] HMM: add HMM page table v4
` [PATCH v11 07/15] HMM: add per mirror "
` [PATCH v11 08/15] HMM: add device page fault support v6
` [PATCH v11 09/15] HMM: add mm page table iterator helpers
` [PATCH v11 10/15] HMM: use CPU page table during invalidation
` [PATCH v11 11/15] HMM: add discard range helper (to clear and free resources for a range)
` [PATCH v11 12/15] HMM: add dirty range helper (toggle dirty bit inside mirror page table) v2
` [PATCH v11 13/15] HMM: DMA map memory on behalf of device driver v2
` [PATCH v11 14/15] HMM: Add support for hugetlb
` [PATCH v11 15/15] HMM: add documentation explaining HMM internals and how to use it

[PATCH] mm/hugetlb: i_mmap_lock_write before unmapping in remove_inode_hugepages
 2015-10-22  1:42 UTC 

[RFC] A couple of questions about the paged I/O sub system
 2015-10-22  1:36 UTC 

[PATCH 0/3] Slub code refine
 2015-10-22  1:09 UTC  (7+ messages)
` [PATCH 1/3] mm/slub: correct the comment in calculate_order()
` [PATCH 2/3] mm/slub: use get_order() instead of fls()
` [PATCH 3/3] mm/slub: calculate start order with reserved in consideration

mm: simplify reclaim path for MADV_FREE
 2015-10-22  0:09 UTC  (2+ messages)

[linux-review:Tycho-Andersen/seccomp-ptrace-add-support-for-dumping-seccomp-filters/20151022-043958 9489/9695] arch/m68k/include/asm/cacheflush_no.h:33:20: error: storage class specified for parameter '__clear_cache_all'
 2015-10-21 23:40 UTC 

[PATCH 0/12] mm: page migration cleanups, and a little mlock
 2015-10-21 23:26 UTC  (29+ messages)
` [PATCH 1/12] mm Documentation: undoc non-linear vmas
` [PATCH 2/12] mm: rmap use pte lock not mmap_sem to set PageMlocked
` [PATCH 3/12] mm: page migration fix PageMlocked on migrated pages
` [PATCH 4/12] mm: rename mem_cgroup_migrate to mem_cgroup_replace_page
` [PATCH 5/12] mm: correct a couple of page migration comments
` [PATCH 6/12] mm: page migration use the put_new_page whenever necessary
` [PATCH 7/12] mm: page migration trylock newpage at same level as oldpage
` [PATCH 8/12] mm: page migration remove_migration_ptes at lock+unlock level
` [PATCH 9/12] mm: simplify page migration's anon_vma comment and flow
` [PATCH 10/12] mm: page migration use migration entry for swapcache too
` [PATCH 11/12] mm: page migration avoid touching newpage until no going back
` [PATCH 12/12] mm: migrate dirty page without clear_page_dirty_for_io etc

[PATCH 26/26] x86, pkeys: Documentation
 2015-10-21 23:22 UTC  (15+ messages)

[PATCH v4 0/4] enhance shmem process and swap accounting
 2015-10-21 22:38 UTC  (5+ messages)
` [PATCH v4 2/4] mm, proc: account for shmem swap in /proc/pid/smaps

[PATCH] mm, hugetlbfs: Fix new warning in fault-time huge page allocation
 2015-10-21 21:56 UTC 

mmotm 2015-10-21-14-41 uploaded
 2015-10-21 21:42 UTC 

[PATCH] mm, slub, kasan: enable user tracking by default with KASAN=y
 2015-10-21 20:37 UTC  (2+ messages)

[PATCH] mm: initialize kmem_cache pointer to NULL
 2015-10-21 20:32 UTC  (3+ messages)

[PATCH v11 00/14] HMM anomymous memory migration to device memory
 2015-10-21 21:10 UTC  (15+ messages)
` [PATCH v11 01/14] fork: pass the dst vma to copy_page_range() and its sub-functions
` [PATCH v11 02/14] HMM: add special swap filetype for memory migrated to device v2
` [PATCH v11 03/14] HMM: add new HMM page table flag (valid device memory)
` [PATCH v11 04/14] HMM: add new HMM page table flag (select flag)
` [PATCH v11 05/14] HMM: handle HMM device page table entry on mirror page table fault and update
` [PATCH v11 06/14] HMM: mm add helper to update page table when migrating memory back v2
` [PATCH v11 07/14] HMM: mm add helper to update page table when migrating memory v2
` [PATCH v11 08/14] HMM: new callback for copying memory from and to device "
` [PATCH v11 09/14] HMM: allow to get pointer to spinlock protecting a directory
` [PATCH v11 10/14] HMM: split DMA mapping function in two
` [PATCH v11 11/14] HMM: add helpers for migration back to system memory v3
` [PATCH v11 12/14] HMM: fork copy migrated memory into system memory for child process
` [PATCH v11 13/14] HMM: CPU page fault on migrated memory
` [PATCH v11 14/14] HMM: add mirror fault support for system to device memory migration v3

[PATCH] mm: vmpressure: fix scan window after SWAP_CLUSTER_MAX increase
 2015-10-21 20:05 UTC  (6+ messages)

[PATCH] mm: memcontrol: eliminate root memory.current
 2015-10-21 18:49 UTC 

[PATCH] mm: Introduce kernelcore=reliable option
 2015-10-21 18:17 UTC  (5+ messages)

[PATCH] mm,vmscan: Use accurate values for zone_reclaimable() checks
 2015-10-21 17:16 UTC  (8+ messages)

[PATCH] kasan: always taint kernel on report
 2015-10-21 16:28 UTC 

[PATCH] mm, hugetlb: use memory policy when available
 2015-10-21 15:12 UTC  (3+ messages)

[linux-review:Tetsuo-Handa/mm-vmscan-Use-accurate-values-for-zone_reclaimable-checks/20151021-203036 9489/9695] arch/arm/include/asm/glue-cache.h:133:20: error: storage class specified for parameter 'nop_flush_icache_all'
 2015-10-21 14:13 UTC 

[linux-review:Tetsuo-Handa/mm-vmscan-Use-accurate-values-for-zone_reclaimable-checks/20151021-203036 9489/9695] include/linux/cpu.h:48:13: error: storage class specified for parameter 'unregister_cpu'
 2015-10-21 14:04 UTC 

[linux-review:Tetsuo-Handa/mm-vmscan-Use-accurate-values-for-zone_reclaimable-checks/20151021-203036 9356/9695] mm/hugetlb.c:1583:13: sparse: symbol '__alloc_buddy_huge_page_no_mpol' was not declared. Should it be static?
 2015-10-21 12:58 UTC  (2+ messages)
` [RFC PATCH] mm, hugetlb: __alloc_buddy_huge_page_no_mpol() can be static

[linux-review:Tetsuo-Handa/mm-vmscan-Use-accurate-values-for-zone_reclaimable-checks/20151021-203036 9489/9695] arch/sh/include/asm/cacheflush.h:22:15: error: storage class specified for parameter 'local_flush_cache_all'
 2015-10-21 13:58 UTC 

[linux-review:Tetsuo-Handa/mm-vmscan-Use-accurate-values-for-zone_reclaimable-checks/20151021-203036 9489/9695] include/linux/uaccess.h:88:13: error: storage class specified for parameter '__probe_kernel_read'
 2015-10-21 13:48 UTC 

[PATCH 4.3-rc6] proc: fix oom_adj value read from /proc/<pid>/oom_adj
 2015-10-21  9:37 UTC  (3+ messages)
  ` 答复: "

[PATCH V7] mm: memory hot-add: memory can not be added to movable zone defaultly
 2015-10-21  9:20 UTC  (6+ messages)

[PATCH] fixup! mm: simplify reclaim path for MADV_FREE
 2015-10-21  8:59 UTC  (2+ messages)

[PATCH] ovs: do not allocate memory from offline numa node
 2015-10-21  8:55 UTC  (11+ messages)
    ` [ovs-dev] "

[PATCH 1/2] mm/slub: correct the comment in calculate_order()
 2015-10-21  8:09 UTC  (6+ messages)
` [PATCH 2/2] mm/slub: use get_order() instead of fls()

[MM PATCH V4 0/6] Further optimizing SLAB/SLUB bulking
 2015-10-21  7:57 UTC  (4+ messages)
` [MM PATCH V4 6/6] slub: optimize bulk slowpath free by detached freelist

[PATCH 0/5] MADV_FREE refactoring and fix KSM page
 2015-10-21  7:50 UTC  (14+ messages)
` [PATCH 1/5] mm: MADV_FREE trivial clean up
` [PATCH 2/5] mm: skip huge zero page in MADV_FREE
` [PATCH 3/5] mm: clear PG_dirty to mark page freeable
` [PATCH 4/5] mm: simplify reclaim path for MADV_FREE
` [PATCH 5/5] mm: mark stable page dirty in KSM

[PATCH v2 0/4] hugetlbfs fallocate hole punch race with page faults
 2015-10-21  1:02 UTC  (7+ messages)
` [PATCH v2 1/4] mm/hugetlb: Define hugetlb_falloc structure for hole punch race
` [PATCH v2 2/4] mm/hugetlb: Setup hugetlb_falloc during fallocate hole punch
` [PATCH v2 3/4] mm/hugetlb: page faults check for fallocate hole punch in progress and wait
` [PATCH v2 4/4] mm/hugetlb: Unmap pages to remove if page fault raced with hole punch

[PATCH] mm, hugetlbfs: optimize when NUMA=n
 2015-10-20 23:56 UTC 

mmotm 2015-10-20-16-33 uploaded
 2015-10-20 23:34 UTC 

[PATCH v8 03/14] lru_add_drain_all: factor out lru_add_drain_needed
 2015-10-20 20:36 UTC 

[RFC PATCH] iommu/vt-d: Add IOTLB flush support for kernel addresses
 2015-10-20 16:17 UTC  (3+ messages)

[PATCH] mm: vmscan: count slab shrinking results after each shrink_slab()
 2015-10-20 15:43 UTC  (4+ messages)

[PATCH 0/7] userfault21 update
 2015-10-20 13:44 UTC  (4+ messages)

[PATCH v2] arm64: Add support for PTE contiguous bit
 2015-10-20 12:16 UTC  (2+ messages)

[PATCH 0/3] hugetlbfs fallocate hole punch race with page faults
 2015-10-20  3:12 UTC  (8+ messages)
` [PATCH 2/3] mm/hugetlb: Setup hugetlb_falloc during fallocate hole punch

[PATCH v2 00/20] get_user_pages() for dax mappings
 2015-10-19 22:53 UTC  (3+ messages)
` [PATCH v2 05/20] x86, mm: introduce vmem_altmap to augment vmemmap_populate()

[PATCH] arm64: Add support for PTE contiguous bit
 2015-10-19 18:43 UTC  (3+ messages)

[PATCH] mm: do not inc NR_PAGETABLE if ptlock_init failed
 2015-10-19 13:20 UTC  (3+ messages)

Can't we use timeout based OOM warning/killing?
 2015-10-19 12:57 UTC  (13+ messages)
    ` Silent hang up caused by pages being not scanned?

[RFC v2 0/3] zsmalloc: make its pages can be migrated
 2015-10-19 12:08 UTC  (5+ messages)
` [RFC v2 1/3] migrate: new struct migration and add it to struct page

[linux-next:master 8306/9341] include/linux/huge_mm.h:110:4: warning: passing argument 2 of '__split_huge_pmd' makes pointer from integer without a cast
 2015-10-19 12:04 UTC 

[PATCH 1/3] memcg: simplify charging kmem pages
 2015-10-19  8:09 UTC  (9+ messages)
` [PATCH 2/3] memcg: unify slab and other kmem pages charging
` [PATCH 3/3] memcg: simplify and inline __mem_cgroup_from_kmem

[PATCH mmotm] mm: dont split thp page when syscall is called fix 4
 2015-10-19  6:33 UTC  (2+ messages)


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