linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-11-03 21:00:07 to 2014-11-06 12:49:56 UTC [more...]

[PATCH 0/4 -v2] OOM vs. freezer interaction fixes
 2014-11-06 12:49 UTC  (22+ messages)
` [PATCH 3/4] OOM, PM: OOM killed task shouldn't escape PM suspend

[PATCH 1/2] mm: page_isolation: check pfn validity before access
 2014-11-06 12:31 UTC  (2+ messages)

CMA alignment question
 2014-11-06 12:29 UTC  (7+ messages)

isolate_freepages_block(): very high intermittent overhead
 2014-11-06 11:53 UTC  (5+ messages)

[PATCH -mm 0/8] memcg: reuse per cgroup kmem caches
 2014-11-06 10:59 UTC  (13+ messages)
` [PATCH -mm 1/8] memcg: do not destroy kmem caches on css offline
` [PATCH -mm 2/8] slab: charge slab pages to the current memory cgroup
` [PATCH -mm 3/8] memcg: decouple per memcg kmem cache from the owner memcg
` [PATCH -mm 4/8] memcg: zap memcg_{un}register_cache
` [PATCH -mm 5/8] memcg: free kmem cache id on css offline
` [PATCH -mm 6/8] memcg: introduce memcg_kmem_should_charge helper
` [PATCH -mm 7/8] slab: introduce slab_free helper
` [PATCH -mm 8/8] slab: recharge slab pages to the allocating memory cgroup

[mmotm:master 143/283] mm/slab.c:3260:4: error: implicit declaration of function 'slab_free'
 2014-11-06  9:28 UTC  (4+ messages)

[PATCH 2/2] mm: page_isolation: fix zone_freepage accounting
 2014-11-06  8:49 UTC  (2+ messages)

UBIFS assert failed in ubifs_set_page_dirty at 1421
 2014-11-06  8:28 UTC  (2+ messages)

[PATCH] mm: slub: fix format mismatches in slab_err() callers
 2014-11-06  8:16 UTC  (4+ messages)
  ` [PATCH v2] "

[mmotm:master 129/283] mm/fremap.c:241:22: error: 'struct address_space' has no member named 'i_mmap_mutex'
 2014-11-06  2:15 UTC 

[3.13.y.z extended stable] Patch "x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAE" has been added to staging queue
 2014-11-06  1:28 UTC 

mmotm 2014-11-05-16-01 uploaded
 2014-11-06  0:03 UTC 

[PATCH] Documentation: vm: Add 1GB large page support information
 2014-11-05 23:07 UTC  (6+ messages)

[PATCH 1/2] lib: bitmap: Added alignment offset for bitmap_find_next_zero_area()
 2014-11-05 21:58 UTC  (4+ messages)
` [PATCH 2/2] mm: cma: Align to physical address, not CMA region position

[PATCH v5 2/7] vfs: Define new syscalls preadv2,pwritev2
 2014-11-05 21:14 UTC  (3+ messages)
` [PATCH v5 4/7] vfs: RWF_NONBLOCK flag for preadv2
` [PATCH v5 7/7] fs: add a flag for per-operation O_DSYNC semantics

Your career won?t stop where it is now with a New Diploma
 2014-11-05 19:49 UTC 

[PATCH] mm: Fix comment before truncate_setsize()
 2014-11-05 17:00 UTC 

[PATCH V5 1/3] powerpc/mm: Add missing pmd accessors
 2014-11-05 16:27 UTC  (3+ messages)
` [PATCH V5 2/3] mm: Update generic gup implementation to handle hugepage directory
` [PATCH V5 3/3] powerpc/mm: Switch to generic RCU get_user_pages_fast

[PATCH v2 -next 00/10] mm: improve usage of the i_mmap lock
 2014-11-05 16:04 UTC  (8+ messages)
` [PATCH 08/10] mm/mremap: share the i_mmap_rwsem
` [PATCH 10/10] mm/hugetlb: "

Early test: hangs in mm/compact.c w. Linus's 12d7aacab56e9ef185c
 2014-11-05 16:02 UTC  (5+ messages)

[RFC/PATCH RESEND -next 00/21] Address sanitizer for kernel (kasan) - dynamic memory error detector
 2014-11-05 14:54 UTC  (13+ messages)
` [PATCH v6 00/11] Kernel address sanitizer - runtime memory debugger
  ` [PATCH v6 01/11] Add kernel address sanitizer infrastructure
  ` [PATCH v6 02/11] x86_64: load_percpu_segment: read irq_stack_union.gs_base before load_segment
  ` [PATCH v6 03/11] x86_64: add KASan support
  ` [PATCH v6 04/11] mm: page_alloc: add kasan hooks on alloc and free paths
  ` [PATCH v6 05/11] mm: slub: introduce virt_to_obj function
  ` [PATCH v6 06/11] mm: slub: share slab_err and object_err functions
  ` [PATCH v6 07/11] mm: slub: introduce metadata_access_enable()/metadata_access_disable()
  ` [PATCH v6 08/11] mm: slub: add kernel address sanitizer support for slub allocator
  ` [PATCH v6 09/11] fs: dcache: manually unpoison dname after allocation to shut up kasan's reports
  ` [PATCH v6 10/11] kmemleak: disable kasan instrumentation for kmemleak
  ` [PATCH] lib: add kasan test module

[PATCHv2 RFC 00/19] THP refcounting redesign
 2014-11-05 14:49 UTC  (20+ messages)
` [PATCH 01/19] mm, thp: drop FOLL_SPLIT
` [PATCH 02/19] thp: cluster split_huge_page* code together
` [PATCH 03/19] mm: change PageAnon() to work on tail pages
` [PATCH 04/19] mm: avoid PG_locked "
` [PATCH 05/19] rmap: add argument to charge compound page
` [PATCH 06/19] mm: store mapcount for compound page separate
` [PATCH 07/19] mm, thp: adjust conditions when we can reuse the page on WP fault
` [PATCH 08/19] mm: prepare migration code for new THP refcounting
` [PATCH 09/19] thp: rename split_huge_page_pmd() to split_huge_pmd()
` [PATCH 10/19] thp: PMD splitting without splitting compound page
` [PATCH 11/19] mm, vmstats: new THP splitting event
` [PATCH 12/19] thp: implement new split_huge_page()
` [PATCH 13/19] mm, thp: remove infrastructure for handling splitting PMDs
` [PATCH 14/19] x86, thp: remove "
` [PATCH 15/19] futex, thp: remove special case for THP in get_futex_key
` [PATCH 16/19] thp: update documentation
` [PATCH 17/19] mlock, thp: HACK: split all pages in VM_LOCKED vma
` [PATCH 18/19] tho, mm: use migration entries to freeze page counts on split
` [PATCH 19/19] mm, thp: remove compound_lock

[PATCH -mm 1/3] memcg: do not abuse memcg_kmem_skip_account
 2014-11-05 13:44 UTC  (3+ messages)
` [PATCH -mm 2/3] memcg: turn memcg_kmem_skip_account into a bit field
` [PATCH -mm 3/3] memcg: only check memcg_kmem_skip_account in __memcg_kmem_get_cache

[PATCH -mm] memcg: don't check mm in __memcg_kmem_{get_cache,newpage_charge}
 2014-11-05 12:26 UTC 

[PATCH -mm] memcg: __mem_cgroup_free: remove stale disarm_static_keys comment
 2014-11-05 10:23 UTC 

[PATCH -mm] memcg: zap kmem_account_flags
 2014-11-05  9:56 UTC 

[PATCH 0/2] Fix node meminfo corruption
 2014-11-05  2:17 UTC  (9+ messages)
` [PATCH 1/2] mem-hotplug: Reset node managed pages when hot-adding a new pgdat
` [PATCH 2/2] mem-hotplug: Fix wrong check for zone->pageset initialization in online_pages()

[PATCH] zram: make rw_page opeartion return 0
 2014-11-05  0:10 UTC 

bdev_read_page
 2014-11-04 23:53 UTC  (3+ messages)

[PATCH] mm: fix overly aggressive shmdt() when calls span multiple segments
 2014-11-04 22:20 UTC  (2+ messages)

[PATCH v5 0/8] Support Write-Through mapping on x86
 2014-11-04 22:04 UTC  (9+ messages)
` [PATCH v5 1/8] x86, mm, pat: Set WT to PA7 slot of PAT MSR
` [PATCH v5 2/8] x86, mm, pat, asm: Move [get|set]_page_memtype() to pat.c
` [PATCH v5 3/8] x86, mm, pat: Change reserve_memtype() to handle WT
` [PATCH v5 4/8] x86, mm, asm-gen: Add ioremap_wt() for WT
` [PATCH v5 5/8] x86, mm, pat: Add pgprot_writethrough() "
` [PATCH v5 6/8] x86, mm, pat: Refactor !pat_enabled handling
` [PATCH v5 7/8] x86, mm, asm: Add WT support to set_page_memtype()
` [PATCH v5 8/8] x86, mm: Add set_memory_wt() for WT

18-rc3+: ODEBUG: assert_init not available (active state 0) object type: timer_list hint: stub_timer
 2014-11-04 21:43 UTC 

[PATCH] mm: Improve comment before pagecache_isize_extended()
 2014-11-04 19:37 UTC  (5+ messages)

[patch 1/3] mm: embed the memcg pointer directly into struct page
 2014-11-04 17:46 UTC  (23+ messages)
` [patch 2/3] mm: page_cgroup: rename file to mm/swap_cgroup.c
` [patch 3/3] mm: move page->mem_cgroup bad page handling into generic code

[PATCH] mm: cma: split cma-reserved in dmesg log
 2014-11-04 17:15 UTC  (4+ messages)
` [PATCH v2 1/2] "

[PATCH v9 00/12] Intel MPX support
 2014-11-04 17:02 UTC  (9+ messages)
` [PATCH v9 11/12] x86, mpx: cleanup unused bound tables

[RFC PATCH 0/9] mm/zbud: support highmem pages
 2014-11-04 16:33 UTC  (2+ messages)

[PATCH] tmpfs: truncate prealloc blocks past i_size
 2014-11-04 15:55 UTC  (3+ messages)

[PATCH v4 0/7] Support Write-Through mapping on x86
 2014-11-04 15:22 UTC  (10+ messages)
` [PATCH v4 4/7] x86, mm, pat: Add pgprot_writethrough() for WT

CMA: test_pages_isolated failures in alloc_contig_range
 2014-11-04 14:19 UTC  (10+ messages)
` [PATCH] mm: alloc_contig_range: demote pages busy message from warn to info

Why page fault handler behaved this way? Please help!
 2014-11-04 13:13 UTC  (3+ messages)

[PATCH] mremap: take anon_vma lock in shared mode
 2014-11-04 12:30 UTC  (3+ messages)

[PATCH 0/4] (CMA_AGGRESSIVE) Make CMA memory be more aggressive about allocation
 2014-11-04  9:29 UTC  (10+ messages)

[PATCH v2 for v3.18] mm/compaction: skip the range until proper target pageblock is met
 2014-11-04  8:46 UTC  (2+ messages)

[RFC V5 2/3] arm:add bitrev.h file to support rbit instruction
 2014-11-04  1:45 UTC  (12+ messages)
` [RFC V5 3/3] arm64:add "
        ` [RFC V6 1/3] add CONFIG_HAVE_ARCH_BITREVERSE "
          ` [RFC V6 3/3] arm64:add bitrev.h file "

[PATCH v5 0/4] fix freepage count problems in memory isolation
 2014-11-04  0:44 UTC  (4+ messages)
` [PATCH v5 2/4] mm/page_alloc: add freepage on isolate pageblock to correct buddy list

[PATCH 0/5] Further compaction tuning
 2014-11-04  0:37 UTC  (11+ messages)
` [PATCH 4/5] mm, compaction: always update cached scanner positions
` [PATCH 5/5] mm, compaction: more focused lru and pcplists draining

[RFC patch] mm: hugetlb: fix __unmap_hugepage_range
 2014-11-03 23:36 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).