linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[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 0/12] mm: page migration cleanups, and a little mlock
 2015-10-21 17:54 UTC  (28+ 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] 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, slub, kasan: enable user tracking by default with KASAN=y
 2015-10-21 16:27 UTC 

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

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

[PATCH 0/3] Slub code refine
 2015-10-21 14:19 UTC  (6+ 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

[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 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 

[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

kernel oops on mmotm-2015-10-15-15-20
 2015-10-21 11:07 UTC  (2+ messages)

[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] mm: vmpressure: fix scan window after SWAP_CLUSTER_MAX increase
 2015-10-21  9:17 UTC  (4+ 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] mm: initialize kmem_cache pointer to NULL
 2015-10-20 22:04 UTC  (2+ messages)

[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  (10+ messages)
` [PATCH 1/3] mm/hugetlb: Define hugetlb_falloc structure for hole punch race
` [PATCH 2/3] mm/hugetlb: Setup hugetlb_falloc during fallocate hole punch
` [PATCH 3/3] mm/hugetlb: page faults check for fallocate hole punch in progress and wait

[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  (14+ 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)

[GIT PULL] workqueue fixes for v4.3-rc5
 2015-10-19  3:51 UTC  (11+ messages)
              ` [PATCH] vmstat_update: ensure work remains on the same core

[linux-next:master 8316/8584] mm/madvise.c:280:9: sparse: incorrect type in initializer (different base types)
 2015-10-18 23:22 UTC 

[RFC][PATCH] Memory allocation watchdog kernel thread
 2015-10-18 12:05 UTC 

[PATCH] mm: cma: Fix incorrect type conversion for size during dma allocation
 2015-10-18  5:10 UTC  (2+ messages)

[PATCH] mm/maccess.c: actually return -EFAULT from strncpy_from_unsafe
 2015-10-17 20:33 UTC  (2+ messages)

[PATCH] mm/hugetlb: make node_hstates array static
 2015-10-17 17:37 UTC 

[PATCH 0/3] mm/powerpc: enabling memory soft dirty tracking
 2015-10-17 13:24 UTC  (12+ messages)
` [PATCH 1/3] mm: clearing pte in clear_soft_dirty()
` [PATCH 2/3] mm: clear_soft_dirty_pmd requires THP
` [PATCH 3/3] powerpc/mm: Add page soft dirty tracking

[RFC][PATCH 0/8] introduce slabinfo extended mode
 2015-10-17  2:22 UTC  (2+ messages)

[PATCH mmotm] mm: use unsigned int for page order fix 2
 2015-10-16 23:07 UTC  (3+ messages)

[PATCH] mm: Make sendfile(2) killable
 2015-10-16 21:05 UTC  (4+ messages)

[PATCH] memcg: include linux/mm.h
 2015-10-16 20:48 UTC  (2+ messages)

[PATCH] ARM: thp: fix unterminated ifdef in header file
 2015-10-16 20:46 UTC  (2+ messages)

[PATCH] mm: skip if required_kernelcore is larger than totalpages
 2015-10-16 16:58 UTC  (4+ messages)

[PATCH 26/26] x86, pkeys: Documentation
 2015-10-16 15:12 UTC  (12+ messages)

[PATCH] mm: reset migratetype if the range spans two pageblocks
 2015-10-16 11:59 UTC  (4+ messages)

[PATCH] zsmalloc: reduce size_class memory usage
 2015-10-16  4:01 UTC 

mmotm 2015-10-15-15-20 uploaded
 2015-10-16  2:28 UTC  (2+ messages)

Multiple potential races on vma->vm_flags
 2015-10-15 16:58 UTC  (15+ messages)

[PATCH 0/6] KSM fixes
 2015-10-15 16:04 UTC  (5+ messages)
` [PATCH 1/6] ksm: fix rmap_item->anon_vma memory corruption and vma user after free
` [PATCH 3/6] ksm: don't fail stable tree lookups if walking over stale stable_nodes
` [PATCH 5/6] ksm: use find_mergeable_vma in try_to_merge_with_ksm_page
` [PATCH 6/6] ksm: unstable_tree_search_insert error checking cleanup

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox