linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-27 14:19:04 to 2015-05-31 09:48:05 UTC [more...]

[PATCH v11 0/12] Support Write-Through mapping on x86
 2015-05-31  9:48 UTC  (20+ messages)
` [PATCH v11 1/12] x86, mm, pat: Cleanup init flags in pat_init()
` [PATCH v11 2/12] x86, mm, pat: Refactor !pat_enabled handling
    ` [PATCH 1/4] x86/pat: Untangle pat_init()
      ` [PATCH 2/4] x86/pat: Merge pat_init_cache_modes() into its caller
      ` [PATCH 3/4] x86/pat: Emulate PAT when it is disabled
` [PATCH v11 3/12] x86, mm, pat: Set WT to PA7 slot of PAT MSR
` [PATCH v11 4/12] x86, mm, pat: Change reserve_memtype() for WT
` [PATCH v11 5/12] x86, asm: Change is_new_memtype_allowed() "
` [PATCH v11 6/12] x86, mm, asm-gen: Add ioremap_wt() "
` [PATCH v11 7/12] arch/*/asm/io.h: Add ioremap_wt() to all architectures
` [PATCH v11 8/12] video/fbdev, asm/io.h: Remove ioremap_writethrough()
` [PATCH v11 9/12] x86, mm, pat: Add pgprot_writethrough() for WT
` [PATCH v11 10/12] x86, mm, asm: Add WT support to set_page_memtype()
` [PATCH v11 11/12] x86, mm: Add set_memory_wt() for WT
` [PATCH v11 12/12] drivers/block/pmem: Map NVDIMM with ioremap_wt()

HMM (Heterogeneous Memory Management) v8
 2015-05-31  6:56 UTC  (14+ messages)
` [PATCH 01/36] mmu_notifier: add event information to address invalidation v7
` [PATCH 02/36] mmu_notifier: keep track of active invalidation ranges v3
` [PATCH 03/36] mmu_notifier: pass page pointer to mmu_notifier_invalidate_page()
` [PATCH 05/36] HMM: introduce heterogeneous memory management v3

[next:master 7235/7555] mm/cma.c:186:27: note: in expansion of macro 'max'
 2015-05-31  5:41 UTC 

kernel bug(VM_BUG_ON_PAGE) with 3.18.13 in mm/migrate.c
 2015-05-31  1:39 UTC  (5+ messages)

[PATCH v2 0/4] pmem api, generic ioremap_cache, and memremap
 2015-05-30 21:39 UTC  (9+ messages)
` [PATCH v2 1/4] arch/*/asm/io.h: add ioremap_cache() to all architectures
` [PATCH v2 2/4] devm: fix ioremap_cache() usage
` [PATCH v2 3/4] arch: introduce memremap()
` [PATCH v2 4/4] arch, x86: cache management apis for persistent memory

[PATCH 0/4] sunrpc: clean up "swapper" xprt handling
 2015-05-30 19:38 UTC  (8+ messages)
` [PATCH 1/4] sunrpc: keep a count of swapfiles associated with the rpc_clnt
` [PATCH 2/4] sunrpc: make xprt->swapper an atomic_t
` [PATCH 3/4] sunrpc: if we're closing down a socket, clear memalloc on it first
` [PATCH 4/4] sunrpc: lock xprt before trying to set memalloc on the sockets

[next:master 7235/7555] mm/page_alloc.c:654:15: note: in expansion of macro 'min'
 2015-05-30 12:47 UTC 

[PATCH] zram: clear disk io accounting when reset zram device
 2015-05-30  4:16 UTC  (4+ messages)

[PATCH v10 0/12] Support Write-Through mapping on x86
 2015-05-29 22:32 UTC  (31+ messages)
` [PATCH v10 1/12] x86, mm, pat: Set WT to PA7 slot of PAT MSR
` [PATCH v10 2/12] x86, mm, pat: Change reserve_memtype() for WT
` [PATCH v10 3/12] x86, asm: Change is_new_memtype_allowed() "
` [PATCH v10 4/12] x86, mm, asm-gen: Add ioremap_wt() "
` [PATCH v10 5/12] arch/*/asm/io.h: Add ioremap_wt() to all architectures
` [PATCH v10 6/12] video/fbdev, asm/io.h: Remove ioremap_writethrough()
` [PATCH v10 7/12] x86, mm, pat: Add pgprot_writethrough() for WT
` [PATCH v10 8/12] x86, mm, asm: Add WT support to set_page_memtype()
` [PATCH v10 9/12] x86, mm: Add set_memory_wt() for WT
` [PATCH v10 10/12] x86, mm, pat: Cleanup init flags in pat_init()
` [PATCH v10 11/12] x86, mm, pat: Refactor !pat_enabled handling
` [PATCH v10 12/12] drivers/block/pmem: Map NVDIMM with ioremap_wt()

[PATCH] frontswap: allow multiple backends
 2015-05-29 22:07 UTC  (2+ messages)

[PATCH] zpool: add zpool_has_pool()
 2015-05-29 21:37 UTC  (2+ messages)

[PATCH] zpool: add EXPORT_SYMBOL for functions
 2015-05-29 21:37 UTC  (6+ messages)

[RFC] mm: change irqs_disabled() test to spin_is_locked() in mem_cgroup_swapout
 2015-05-29 21:26 UTC  (4+ messages)

[next:master 7235/7555] mm/page_alloc.c:654:121: warning: comparison of distinct pointer types lacks a cast
 2015-05-29 20:32 UTC  (2+ messages)

[PATCH] mm/oom: Suppress unnecessary "sharing same memory" message
 2015-05-29 17:20 UTC  (9+ messages)
          ` [PATCH] mm/oom: Suppress unnecessary "sharing same memory"message

[RFC 0/3] get rid of mm_struct::owner
 2015-05-29 15:26 UTC  (14+ messages)
` [RFC 3/3] memcg: "

[PATCH] zpool: change pr_info to pr_debug
 2015-05-29 15:07 UTC 

[RFC][PATCH 00/10] zsmalloc auto-compaction
 2015-05-29 15:05 UTC  (11+ messages)
` [RFC][PATCH 01/10] zsmalloc: drop unused variable `nr_to_migrate'
` [RFC][PATCH 02/10] zsmalloc: always keep per-class stats
` [RFC][PATCH 03/10] zsmalloc: introduce zs_can_compact() function
` [RFC][PATCH 04/10] zsmalloc: cosmetic compaction code adjustments
` [RFC][PATCH 05/10] zsmalloc: add `num_migrated' to zs_pool
` [RFC][PATCH 06/10] zsmalloc: move compaction functions
` [RFC][PATCH 07/10] zsmalloc: introduce auto-compact support
` [RFC][PATCH 08/10] zsmalloc: export zs_pool `num_migrated'
` [RFC][PATCH 09/10] zram: remove `num_migrated' from zram_stats
` [RFC][PATCH 10/10] zsmalloc: lower ZS_ALMOST_FULL waterline

[RESEND PATCH 0/3] Allow user to request memory to be locked on page fault
 2015-05-29 14:13 UTC  (4+ messages)
` [RESEND PATCH 1/3] Add flag to request pages are locked after "
` [RESEND PATCH 2/3] Add mlockall flag for locking pages on fault
` [RESEND PATCH 3/3] Add tests for lock "

[RFC 0/7 -v2] memcg cleanups + get rid of mm_struct::owner
 2015-05-29 11:57 UTC  (8+ messages)
` [RFC -v2 1/7] memcg: export struct mem_cgroup
` [RFC -v2 2/7] memcg: get rid of extern for functions in memcontrol.h
` [RFC -v2 3/7] memcg, mm: move mem_cgroup_select_victim_node into vmscan
` [RFC -v2 4/7] memcg: restructure mem_cgroup_can_attach()
` [RFC -v2 5/7] memcg, tcp_kmem: check for cg_proto in sock_update_memcg
` [RFC -v2 6/7] memcg: get rid of mm_struct::owner
` [RFC -v2 7/7] memcg: get rid of mem_cgroup_from_task

[PATCH] memcg: do not call reclaim if !__GFP_WAIT
 2015-05-29  6:55 UTC  (4+ messages)

[PATCH v3 0/3] alloc_huge_page/hugetlb_reserve_pages race
 2015-05-29  1:49 UTC  (8+ messages)
` [PATCH v3 1/3] mm/hugetlb: document the reserve map/region tracking routines
` [PATCH v3 2/3] mm/hugetlb: compute/return the number of regions added by region_add()
` [PATCH v3 3/3] mm/hugetlb: handle races in alloc_huge_page and hugetlb_reserve_pages

[PATCH 0/9 v5] Helper to abstract vma handling in media layer
 2015-05-28 23:24 UTC  (3+ messages)
` [PATCH 2/9] mm: Provide new get_vaddr_frames() helper

mmotm 2015-05-28-15-39 uploaded
 2015-05-28 22:40 UTC 

Buy licensed sex pills.individual take-off ec-6422
 2015-05-28 19:09 UTC 

[PATCHSET 3/3 v4 block/for-4.2/core] writeback: implement foreign cgroup inode bdi_writeback switching
 2015-05-28 18:50 UTC  (10+ messages)
` [PATCH 1/9] writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()
` [PATCH 2/9] writeback: make writeback_control track the inode being written back
` [PATCH 3/9] writeback: implement foreign cgroup inode detection
` [PATCH 4/9] writeback: implement [locked_]inode_to_wb_and_lock_list()
` [PATCH 5/9] writeback: implement unlocked_inode_to_wb transaction and use it for stat updates
` [PATCH 6/9] writeback: use unlocked_inode_to_wb transaction in inode_congested()
` [PATCH 7/9] writeback: add lockdep annotation to inode_to_wb()
` [PATCH 8/9] writeback: implement foreign cgroup inode bdi_writeback switching
` [PATCH 9/9] writeback: disassociate inodes from dying bdi_writebacks

[PATCH] mm/memory_hotplug: set zone->wait_table to null after free it
 2015-05-28 18:31 UTC  (2+ messages)

Interacting with coherent memory on external devices
 2015-05-28 18:18 UTC  (11+ messages)

swap: nfs: Sleeping function called from an rcu read section in nfs_swap_activate
 2015-05-28 16:35 UTC  (9+ messages)

[PATCH 0/5] Remove s390 sw-emulated hugepages and cleanup
 2015-05-28 13:59 UTC  (7+ messages)
` [PATCH 1/5] s390/mm: make hugepages_supported a boot time decision
` [PATCH 2/5] mm/hugetlb: remove unused arch hook prepare/release_hugepage
` [PATCH 3/5] mm/hugetlb: remove arch_prepare/release_hugepage from arch headers
` [PATCH 4/5] s390/hugetlb: remove dead code for sw emulated huge pages
` [PATCH 5/5] s390/mm: forward check for huge pmds to pmd_large()

[PATCH] OOM: print points as unsigned int
 2015-05-28 13:03 UTC  (2+ messages)

[PATCHSET 3/3 v3 block/for-4.2/core] writeback: implement foreign cgroup inode bdi_writeback switching
 2015-05-28  0:03 UTC  (3+ messages)
` [PATCH 7/9] writeback: add lockdep annotation to inode_to_wb()
  ` [PATCH v5 "

[PATCHSET 1/3 v4 block/for-4.2/core] writeback: cgroup writeback support
 2015-05-28  0:00 UTC  (7+ messages)
` [PATCH 11/51] memcg: implement mem_cgroup_css_from_page()
  ` [PATCH v2 "
  ` [PATCH v3 "
  ` [PATCH v4 "

[PATCH] mm/migrate: Avoid migrate mmaped compound pages
 2015-05-27 23:54 UTC 

[PATCH] mm/migrate: Avoid migrate mmaped compound pages
 2015-05-27 23:52 UTC 

[RFC PATCH 2/2] arm64: Implement vmalloc based thread_info allocator
 2015-05-27 16:08 UTC  (14+ messages)

[RFC PATCH 1/2] kernel/fork.c: add a function to calculate page address from thread_info
 2015-05-27 15:19 UTC  (3+ messages)

[PATCH v5 6/6] mtrr, mm, x86: Enhance MTRR checks for KVA huge page mapping
 2015-05-27 14:19 UTC  (2+ messages)
  ` [tip:x86/mm] x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpers

[PATCH v5 5/6] mtrr, x86: Clean up mtrr_type_lookup()
 2015-05-27 14:19 UTC  (2+ messages)
  ` [tip:x86/mm] x86/mm/mtrr: "

[PATCH v5 4/6] mtrr, x86: Define MTRR_TYPE_INVALID for mtrr_type_lookup()
 2015-05-27 14:18 UTC  (2+ messages)
  ` [tip:x86/mm] x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRs

[PATCH v5 3/6] mtrr, x86: Fix MTRR state checks in mtrr_type_lookup()
 2015-05-27 14:18 UTC  (2+ messages)
  ` [tip:x86/mm] x86/mm/mtrr: "

[PATCH v5 2/6] mtrr, x86: Fix MTRR lookup to handle inclusive entry
 2015-05-27 14:18 UTC  (2+ messages)
  ` [tip:x86/mm] x86/mm/mtrr: Fix MTRR lookup to handle an "


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