Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-03 17:06:20 to 2015-06-08 12:07:29 UTC [more...]

[Patch V4 00/16] xen: support pv-domains larger than 512GB
 2015-06-08 12:06 UTC  (12+ messages)
` [Patch V4 01/16] xen: sync with xen headers
` [Patch V4 02/16] xen: save linear p2m list address in shared info structure
` [Patch V4 03/16] xen: don't build mfn tree if tools don't need it
` [Patch V4 04/16] xen: eliminate scalability issues from initial mapping setup
` [Patch V4 05/16] xen: move static e820 map to global scope
` [Patch V4 06/16] xen: split counting of extra memory pages from remapping
` [Patch V4 07/16] xen: check memory area against e820 map
` [Patch V4 08/16] xen: find unused contiguous memory area
` [Patch V4 09/16] xen: check for kernel memory conflicting with memory layout
` [Patch V4 10/16] xen: check pre-allocated page tables for conflict with memory map
` [Patch V4 13/16] xen: add explicit memblock_reserve() calls for special pages

[RFC PATCH 00/12] mm: mirrored memory support for page buddy allocations
 2015-06-08 11:52 UTC  (23+ messages)
` [RFC PATCH 01/12] mm: add a new config to manage the code
` [RFC PATCH 02/12] mm: introduce mirror_info
` [RFC PATCH 03/12] mm: introduce MIGRATE_MIRROR to manage the mirrored, pages
` [RFC PATCH 04/12] mm: add mirrored pages to buddy system
` [RFC PATCH 05/12] mm: introduce a new zone_stat_item NR_FREE_MIRROR_PAGES
` [RFC PATCH 06/12] mm: add free mirrored pages info
` [RFC PATCH 07/12] mm: introduce __GFP_MIRROR to allocate mirrored pages
` [RFC PATCH 08/12] mm: use mirrorable to switch allocate mirrored memory
` [RFC PATCH 09/12] mm: enable allocate mirrored memory at boot time
` [RFC PATCH 10/12] mm: add the buddy system interface
` [RFC PATCH 11/12] mm: add the PCP interface
` [RFC PATCH 12/12] mm: let slab/slub/slob use mirrored memory

Corruption with MMOTS slub-bulk-allocation-from-per-cpu-partial-pages.patch
 2015-06-08 10:16 UTC 

[PATCH] slub/slab: fix kmemleak didn't work on some case
 2015-06-08 10:13 UTC  (4+ messages)

[RFC PATCH] slub: RFC: Improving SLUB performance with 38% on NO-PREEMPT
 2015-06-08  9:58 UTC  (5+ messages)

[PATCH] mm/memory hotplug: print the last vmemmap region at the end of hot add memory
 2015-06-08  8:52 UTC  (2+ messages)

[PATCH] oom: always panic on OOM when panic_on_oom is configured
 2015-06-08  8:21 UTC  (5+ messages)

[PATCH] mm/mmap.c: optimization of do_mmap_pgoff function
 2015-06-08  8:17 UTC  (2+ messages)

[PATCHSET 1/3 v4 block/for-4.2/core] writeback: cgroup writeback support
 2015-06-08  5:57 UTC  (4+ messages)
` [PATCH 16/51] writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writeback
    ` [PATCH block/for-4.2-writeback] v9fs: fix error handling in v9fs_session_init()

[tip:x86/mm] drivers/block/pmem: Map NVDIMM in Write-Through mode
 2015-06-07 17:43 UTC 

[tip:x86/mm] x86/mm/pat: Add set_memory_wt() for Write-Through type
 2015-06-07 17:42 UTC 

[tip:x86/mm] x86/mm/pat: Extend set_page_memtype() to support Write-Through type
 2015-06-07 17:42 UTC 

[tip:x86/mm] x86/mm/pat: Add pgprot_writethrough()
 2015-06-07 17:42 UTC 

[tip:x86/mm] video/fbdev, asm/io.h: Remove ioremap_writethrough()
 2015-06-07 17:41 UTC 

[tip:x86/mm] arch/*/io.h: Add ioremap_wt() to all architectures
 2015-06-07 17:41 UTC 

[tip:x86/mm] x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappings
 2015-06-07 17:41 UTC 

[tip:x86/mm] x86/mm: Teach is_new_memtype_allowed() about Write-Through type
 2015-06-07 17:41 UTC 

[tip:x86/mm] x86/mm/pat: Change reserve_memtype() for Write-Through type
 2015-06-07 17:40 UTC 

[tip:x86/mm] x86/mm/pat: Use 7th PAT MSR slot for Write-Through PAT type
 2015-06-07 17:40 UTC 

[tip:x86/mm] x86/mm/pat: Remove pat_enabled() checks
 2015-06-07 17:40 UTC 

[tip:x86/mm] x86/mm/pat: Emulate PAT when it is disabled
 2015-06-07 17:39 UTC 

[tip:x86/mm] x86/mm/pat: Untangle pat_init()
 2015-06-07 17:39 UTC 

[PATCH 1/3] shmem: fix double uncharge in __shmem_file_setup()
 2015-06-07 14:29 UTC  (6+ messages)
` [PATCH 3/3] mm: catch memory commitment underflow

[PATCH v5 0/4] idle memory tracking
 2015-06-07  9:11 UTC  (3+ messages)

[PATCH -next 0/5] ipc: EIDRM/EINVAL returns & misc updates
 2015-06-06 13:38 UTC  (6+ messages)
` [PATCH 1/5] ipc,shm: move BUG_ON check into shm_lock
` [PATCH 2/5] ipc,msg: provide barrier pairings for lockless receive
` [PATCH 3/5] ipc: rename ipc_obtain_object
` [PATCH 4/5] ipc,sysv: make return -EIDRM when racing with RMID consistent
` [PATCH 5/5] ipc,sysv: return -EINVAL upon incorrect id/seqnum

[PATCH RFC] memcg: close the race window between OOM detection and killing
 2015-06-06  0:56 UTC  (11+ messages)

[PATCH] cma: allow concurrent cma pages allocation for multi-cma areas
 2015-06-05 20:15 UTC  (5+ messages)

[RFC 0/4] enable migration of non-LRU pages
 2015-06-05 14:43 UTC  (4+ messages)

[RFC][PATCHv2 0/8] introduce automatic pool compaction
 2015-06-05 12:03 UTC  (9+ messages)
` [RFC][PATCHv2 1/8] zsmalloc: drop unused variable `nr_to_migrate'
` [RFC][PATCHv2 2/8] zsmalloc: partial page ordering within a fullness_list
` [RFC][PATCHv2 3/8] zsmalloc: lower ZS_ALMOST_FULL waterline
` [RFC][PATCHv2 4/8] zsmalloc: always keep per-class stats
` [RFC][PATCHv2 5/8] zsmalloc: introduce zs_can_compact() function
` [RFC][PATCHv2 6/8] zsmalloc: cosmetic compaction code adjustments
` [RFC][PATCHv2 7/8] zsmalloc/zram: move `num_migrated' to zs_pool
` [RFC][PATCHv2 8/8] zsmalloc: register a shrinker to trigger auto-compaction

[PATCH] oom: split out forced OOM killer
 2015-06-05 11:28 UTC  (3+ messages)

[PATCH] zsmalloc: fix a null pointer dereference in destroy_handle_cache()
 2015-06-05 11:11 UTC 

HMM (Heterogeneous Memory Management) v8
 2015-06-05  3:29 UTC  (11+ 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

mmotm 2015-06-04-16-23 uploaded
 2015-06-04 23:24 UTC 

Rules for calling ->releasepage()
 2015-06-04 22:44 UTC  (3+ messages)

[PATCH block/for-4.2/writeback] bdi: fix wrong error return value in cgwb_create()
 2015-06-04 21:20 UTC 

writeback: implement memcg wb_domain
 2015-06-04 21:13 UTC  (2+ messages)

[RFC][PATCH 00/10] zsmalloc auto-compaction
 2015-06-04 14:47 UTC  (24+ 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 07/10] zsmalloc: introduce auto-compact support

[PATCH 0/4] sunrpc: clean up "swapper" xprt handling
 2015-06-04 14:25 UTC  (6+ messages)
` [PATCH 3/4] sunrpc: if we're closing down a socket, clear memalloc on it first

[PATCH] zswap: dynamic pool creation
 2015-06-04 12:13 UTC  (2+ messages)

[PATCH] mm: kmemleak: Fix crashing during kmemleak disabling
 2015-06-04  9:35 UTC  (3+ messages)

[PATCH] of: return NUMA_NO_NODE from fallback of_node_to_nid()
 2015-06-04  5:45 UTC  (5+ messages)

[RFCv3 1/2] device: add dma_params->max_segment_count
 2015-06-04  5:24 UTC  (11+ messages)
` [RFCv3 2/2] dma-buf: add helpers for sharing attacher constraints with dma-parms
            ` [Linaro-mm-sig] "

[PATCH] zram: clear disk io accounting when reset zram device
 2015-06-04  2:32 UTC  (2+ messages)

[PATCH v3 0/6] pmem api, generic ioremap_cache, and memremap
 2015-06-03 23:58 UTC  (9+ messages)
` [PATCH v3 1/6] arch: unify ioremap prototypes and macro aliases
` [PATCH v3 2/6] cleanup IORESOURCE_CACHEABLE vs ioremap()
` [PATCH v3 3/6] arch/*/asm/io.h: add ioremap_cache() to all architectures
` [PATCH v3 4/6] devm: fix ioremap_cache() usage
` [PATCH v3 5/6] arch: introduce memremap_cache() and memremap_wt()
` [PATCH v3 6/6] arch, x86: pmem api for ensuring durability of persistent memory updates

[PATCH -mm 1/2] memcg: remove unused mem_cgroup->oom_wakeups
 2015-06-03 20:32 UTC  (6+ messages)
` [PATCH -mm 2/2] memcg: convert mem_cgroup->under_oom from atomic_t to int
  ` [PATCH v2 "
` [PATCH v2 -mm 1/2] memcg: remove unused mem_cgroup->oom_wakeups

[PATCH v3 0/5] sunrpc: clean up "swapper" xprt handling
 2015-06-03 20:28 UTC  (7+ messages)
` [PATCH v3 1/5] sunrpc: keep a count of swapfiles associated with the rpc_clnt
` [PATCH v3 2/5] sunrpc: make xprt->swapper an atomic_t
` [PATCH v3 3/5] sunrpc: if we're closing down a socket, clear memalloc on it first
` [PATCH v3 4/5] sunrpc: lock xprt before trying to set memalloc on the sockets
` [PATCH v3 5/5] sunrpc: turn swapper_enable/disable functions into rpc_xprt_ops

[PATCH v2 0/5] sunrpc: clean up "swapper" xprt handling
 2015-06-03 19:03 UTC  (6+ messages)
` [PATCH v2 5/5] sunrpc: turn swapper_enable/disable functions into rpc_xprt_ops

[PATCHv6 00/36] THP refcounting redesign
 2015-06-03 17:06 UTC  (37+ messages)
` [PATCHv6 01/36] mm, proc: adjust PSS calculation
` [PATCHv6 02/36] rmap: add argument to charge compound page
` [PATCHv6 03/36] memcg: adjust to support new THP refcounting
` [PATCHv6 04/36] mm, thp: adjust conditions when we can reuse the page on WP fault
` [PATCHv6 05/36] mm: adjust FOLL_SPLIT for new refcounting
` [PATCHv6 06/36] mm: handle PTE-mapped tail pages in gerneric fast gup implementaiton
` [PATCHv6 07/36] thp, mlock: do not allow huge pages in mlocked area
` [PATCHv6 08/36] khugepaged: ignore pmd tables with THP mapped with ptes
` [PATCHv6 09/36] thp: rename split_huge_page_pmd() to split_huge_pmd()
` [PATCHv6 10/36] mm, vmstats: new THP splitting event
` [PATCHv6 11/36] mm: temporally mark THP broken
` [PATCHv6 12/36] thp: drop all split_huge_page()-related code
` [PATCHv6 13/36] mm: drop tail page refcounting
` [PATCHv6 14/36] futex, thp: remove special case for THP in get_futex_key
` [PATCHv6 15/36] ksm: prepare to new THP semantics
` [PATCHv6 16/36] mm, thp: remove compound_lock
` [PATCHv6 17/36] arm64, thp: remove infrastructure for handling splitting PMDs
` [PATCHv6 18/36] arm, "
` [PATCHv6 19/36] mips, "
` [PATCHv6 20/36] powerpc, "
` [PATCHv6 21/36] s390, "
` [PATCHv6 22/36] sparc, "
` [PATCHv6 23/36] tile, "
` [PATCHv6 24/36] x86, "
` [PATCHv6 25/36] mm, "
` [PATCHv6 26/36] mm: rework mapcount accounting to enable 4k mapping of THPs
` [PATCHv6 27/36] mm: differentiate page_mapped() from page_mapcount() for compound pages
` [PATCHv6 28/36] mm, numa: skip PTE-mapped THP on numa fault
` [PATCHv6 29/36] thp: implement split_huge_pmd()
` [PATCHv6 30/36] thp: add option to setup migration entiries during PMD split
` [PATCHv6 31/36] thp, mm: split_huge_page(): caller need to lock page
` [PATCHv6 32/36] thp: reintroduce split_huge_page()
` [PATCHv6 33/36] migrate_pages: try to split pages on qeueuing
` [PATCHv6 34/36] thp: introduce deferred_split_huge_page()
` [PATCHv6 35/36] mm: re-enable THP
` [PATCHv6 36/36] thp: update documentation


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 read-only IMAP folder(s) and NNTP newsgroup(s).