linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-09 14:52:20 to 2014-09-11 14:13:25 UTC [more...]

[RFC PATCH 0/6] HMM (heterogeneous memory management) v4
 2014-09-11 14:13 UTC  (4+ messages)
` [RFC PATCH 1/6] mmu_notifier: add event information to address invalidation v4

[PATCH v4 1/2] timer: provide an api for deferrable timeout
 2014-09-11 13:25 UTC  (15+ messages)
` [PATCH v4 2/2] ksm: provide support to use deferrable timers for scanner thread

[patch resend] mm: page_alloc: fix zone allocation fairness on UP
 2014-09-11 12:50 UTC  (4+ messages)

page fault in mem_cgroup_page_lruvec() due to memory hot-add
 2014-09-11 12:29 UTC  (2+ messages)

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

mm: BUG in unmap_page_range
 2014-09-11 11:39 UTC  (26+ messages)
                          ` Trinity and mbind flags (WAS: Re: mm: BUG in unmap_page_range)

[RFC] memory cgroup: my thoughts on memsw
 2014-09-11  9:50 UTC  (16+ messages)

[PATCH] mm/compaction: Fix warning of 'flags' may be used uninitialized
 2014-09-11  9:27 UTC  (5+ messages)

[PATCH v8 00/10] Intel MPX support
 2014-09-11  8:46 UTC  (11+ messages)
` [PATCH v8 01/10] x86, mpx: introduce VM_MPX to indicate that a VMA is MPX specific
` [PATCH v8 02/10] x86, mpx: add MPX specific mmap interface
` [PATCH v8 03/10] x86, mpx: add macro cpu_has_mpx
` [PATCH v8 04/10] x86, mpx: hook #BR exception handler to allocate bound tables
` [PATCH v8 05/10] x86, mpx: extend siginfo structure to include bound violation information
` [PATCH v8 06/10] mips: sync struct siginfo with general version
` [PATCH v8 07/10] x86, mpx: decode MPX instruction to get bound violation information
` [PATCH v8 08/10] x86, mpx: add prctl commands PR_MPX_REGISTER, PR_MPX_UNREGISTER
` [PATCH v8 09/10] x86, mpx: cleanup unused bound tables
` [PATCH v8 10/10] x86, mpx: add documentation on Intel MPX

[PATCH 0/9] pmem: Fixes and farther development (mm: add_persistent_memory)
 2014-09-11  8:39 UTC  (10+ messages)
  ` [PATCH 5/9] mm: Let sparse_{add,remove}_one_section receive a node_id
  ` [PATCH 6/9] mm: New add_persistent_memory/remove_persistent_memory
  ` [PATCH 7/9] pmem: Add support for page structs

[PATCH] mm: softdirty: unmapped addresses between VMAs are clean
 2014-09-11  5:41 UTC  (3+ messages)

[PATCH v10 00/21] Support ext4 on NV-DIMMs
 2014-09-11  4:38 UTC  (9+ messages)
` [PATCH v10 09/21] Replace the XIP page fault handler with the DAX page fault handler
` [PATCH v10 20/21] ext4: Add DAX functionality

lockdep warning when logging in via ssh
 2014-09-11  2:32 UTC  (3+ messages)

[PATCH] memory-hotplug: fix below build warning
 2014-09-11  1:07 UTC  (3+ messages)

[PATCH 0/3 v3] mmu_notifier: Allow to manage CPU external TLBs
 2014-09-11  0:02 UTC  (6+ messages)
` [PATCH 1/3] mmu_notifier: Add mmu_notifier_invalidate_range()
` [PATCH 2/3] mmu_notifier: Call mmu_notifier_invalidate_range() from VMM
` [PATCH 3/3] mmu_notifier: Add the call-back for mmu_notifier_invalidate_range()

[PATCH v2 0/6] Support Write-Through mapping on x86
 2014-09-10 23:24 UTC  (29+ messages)
` [PATCH v2 1/6] x86, mm, pat: Set WT to PA4 slot of PAT MSR
` [PATCH v2 2/6] x86, mm, pat: Change reserve_memtype() to handle WT
` [PATCH v2 3/6] x86, mm, asm-gen: Add ioremap_wt() for WT
` [PATCH v2 4/6] x86, mm: Add set_memory_wt() "
` [PATCH v2 5/6] x86, mm, pat: Add pgprot_writethrough() "
` [PATCH v2 6/6] x86, pat: Update documentation for WT changes

[PATCH 0/3] Improve slab consumption with memoryless nodes
 2014-09-10 22:49 UTC  (10+ messages)
` [PATCH v3] topology: add support for node_to_mem_node() to determine the fallback node
  ` [PATCH 2/3] slub: fallback to node_to_mem_node() node if allocating on memoryless node
    ` [PATCH 3/3] Partial revert of 81c98869faa5 ("kthread: ensure locality of task_struct allocations")

[PATCH] mm: page_alloc: Make paranoid check in move_freepages a VM_BUG_ON
 2014-09-10 20:32 UTC  (3+ messages)

[PATCH 0/5] Reduce sequential read overhead
 2014-09-10 20:32 UTC  (12+ messages)
` [PATCH 6/6] mm: page_alloc: Reduce cost of the fair zone allocation policy
          ` [PATCH] mm: page_alloc: Fix setting of ZONE_FAIR_DEPLETED on UP
              ` [PATCH] mm: page_alloc: Fix setting of ZONE_FAIR_DEPLETED on UP v2

[PATCH] mm/sl[aou]b: make kfree() aware of error pointers
 2014-09-10 19:40 UTC  (21+ messages)

[PATCH] mm: softdirty: addresses before VMAs in PTE holes aren't softdirty
 2014-09-10 18:34 UTC 

regression caused by cgroups optimization in 3.17-rc2
 2014-09-10 17:05 UTC  (13+ messages)

[PATCH 0/2] fuse: fix regression in fuse_get_user_pages()
 2014-09-10 12:24 UTC  (3+ messages)

[RFC] Free the reserved memblock when free cma pages
 2014-09-10  9:02 UTC  (3+ messages)

mmotm 2014-09-09-14-42 uploaded
 2014-09-09 21:43 UTC 

[PATCH 0/6] hugepage migration fixes (v3)
 2014-09-09 19:03 UTC  (7+ messages)
` [PATCH v3 2/6] mm/hugetlb: take page table lock in follow_huge_(addr|pmd|pud)()

[RFC 0/9] pmem: Support for "struct page" with Persistent Memory storage
 2014-09-09 16:29 UTC  (5+ messages)
` [RFC 9/9] prd: Add support for page struct mapping

Service de Pc,lcd,Notebook´s,Carga Mapas Gps
 2014-09-09 15:54 UTC 

[PATCH v2] mm: clear __GFP_FS when PF_MEMALLOC_NOIO is set
 2014-09-09 14:59 UTC 

[PATCH] mm: page_alloc: Default to node-ordering on 64-bit NUMA machines
 2014-09-09 14:52 UTC  (7+ messages)
        ` [PATCH] mm: page_alloc: Default node-ordering on 64-bit NUMA, zone-ordering on 32-bit v2


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