linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-09 12:47:12 to 2015-04-15 22:20:09 UTC [more...]

[RFC PATCH 0/4] TLB flush multiple pages with a single IPI
 2015-04-15 22:20 UTC  (16+ messages)
` [PATCH 1/4] x86, mm: Trace when an IPI is about to be sent
` [PATCH 2/4] mm: Send a single IPI to TLB flush multiple pages when unmapping
` [PATCH 3/4] mm: Gather more PFNs before sending a TLB to flush unmapped pages
` [PATCH 4/4] mm: migrate: Batch TLB flushing when unmapping pages for migration

[RFC PATCH 0/14] Parallel memory initialisation
 2015-04-15 21:37 UTC  (27+ messages)
` [PATCH 01/14] memblock: Introduce a for_each_reserved_mem_region iterator
` [PATCH 02/14] mm: meminit: Move page initialization into a separate function
` [PATCH 03/14] mm: meminit: Only set page reserved in the memblock region
` [PATCH 04/14] mm: page_alloc: Pass PFN to __free_pages_bootmem
` [PATCH 05/14] mm: meminit: Make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nid
` [PATCH 06/14] mm: meminit: Inline some helper functions
` [PATCH 07/14] mm: meminit: Partially initialise memory if CONFIG_DEFERRED_MEM_INIT is set
` [PATCH 08/14] mm: meminit: Initialise remaining memory in parallel with kswapd
` [PATCH 09/14] mm: meminit: Minimise number of pfn->page lookups during initialisation
` [PATCH 10/14] x86: mm: Enable deferred memory initialisation on x86-64
` [PATCH 11/14] mm: meminit: Control parallel memory initialisation from command line and config
` [PATCH 12/14] mm: meminit: Free pages in large chunks where possible
` [PATCH 13/14] mm: meminit: Reduce number of times pageblocks are set during initialisation
` [PATCH 14/14] mm: meminit: Remove mminit_verify_page_links

hugetlbfs alignment requirements conflicting with documentation
 2015-04-15 21:06 UTC 

[RFC 0/4] Generic file system events interface
 2015-04-15 19:25 UTC  (7+ messages)
` [RFC 1/4] fs: Add generic file system event notifications
` [RFC 2/4] ext4: Add helper function to mark group as corrupted
` [RFC 3/4] ext4: Add support for generic FS events
` [RFC 4/4] shmem: "

[PATCH 0/2] KASan for arm64
 2015-04-15 18:04 UTC  (10+ messages)
` [PATCH 2/2] arm64: add KASan support

advice on bad_page instance
 2015-04-15 15:43 UTC  (5+ messages)

[PATCH] kmemleak: record accurate early log buffer count and report when exceeded
 2015-04-15 15:13 UTC  (2+ messages)

[PATCH] kmemleak: record accurate early log buffer count and report when exceeded
 2015-04-15 15:07 UTC  (2+ messages)

[PATCH] mm/memory-failure: call shake_page() when error hits thp tail page
 2015-04-15 14:22 UTC  (2+ messages)

[RESEND PATCH v3 0/2] Tracking user space vDSO remaping
 2015-04-15 14:16 UTC  (21+ messages)
` [RESEND PATCH v3 1/2] mm: Introducing arch_remap hook
                    ` [PATCH v5 0/3] Tracking user space vDSO remaping
                    ` [PATCH v5 1/3] mm: New mm hook framework
                    ` [PATCH v5 2/3] mm: New arch_remap hook
                    ` [PATCH v5 3/3] powerpc/mm: Tracking vDSO remap
` [RESEND PATCH v3 2/2] "

[RFC 00/11] mm: debug: formatting memory management structs
 2015-04-15 12:52 UTC  (14+ messages)
` [RFC 01/11] mm: debug: format flags in a buffer
` [RFC 02/11] mm: debug: deal with a new family of MM pointers
` [RFC 03/11] mm: debug: dump VMA into a string rather than directly on screen
` [RFC 04/11] mm: debug: dump struct MM "
` [RFC 05/11] mm: debug: dump page "
` [RFC 06/11] mm: debug: clean unused code
` [RFC 07/11] mm: debug: VM_BUG()
` [RFC 08/11] mm: debug: kill VM_BUG_ON_PAGE
` [RFC 09/11] mm: debug: kill VM_BUG_ON_VMA
` [RFC 10/11] mm: debug: kill VM_BUG_ON_MM
` [RFC 11/11] mm: debug: use VM_BUG() to help with debug output

[PATCH 1/4] mm: free swp_entry in madvise_free
 2015-04-15  6:49 UTC  (9+ messages)
` [PATCH 4/4] mm: make every pte dirty on do_swap_page

[Question] ksm: rmap_item pointing to some stale vmas
 2015-04-15  6:22 UTC  (4+ messages)

mm/compaction.c:250:13: warning: 'suitable_migration_target' defined but not used
 2015-04-14 20:00 UTC  (3+ messages)

mlock() on DAX returns -ENOMEM
 2015-04-14 19:44 UTC  (4+ messages)

[patch 00/12] mm: page_alloc: improve OOM mechanism and policy
 2015-04-14 16:55 UTC  (17+ messages)
` [patch 09/12] mm: page_alloc: private memory reserves for OOM-killing allocations
` [patch 10/12] mm: page_alloc: emergency reserve access for __GFP_NOFAIL allocations

[GIT PULL 0/5] perf/core improvements and fixes
 2015-04-14 12:17 UTC  (9+ messages)
` [PATCH 1/5] tracing, mm: Record pfn instead of pointer to struct page
` [PATCH 2/5] perf kmem: Analyze page allocator events also
      ` Re: [GIT PULL 0/5] perf/core improvements and fixes

[PATCH] mm/hugetlb: reduce arch dependent code about huge_pmd_unshare
 2015-04-14  7:35 UTC 

[PATCHSET 0/6] perf kmem: Implement page allocation analysis (v7)
 2015-04-14  5:36 UTC  (8+ messages)
` [PATCH 1/6] perf kmem: Implement stat --page --caller
` [PATCH 2/6] perf kmem: Support sort keys on page analysis
` [PATCH 3/6] perf kmem: Add --live option for current allocation stat
` [PATCH 4/6] perf kmem: Print gfp flags in human readable string
` [PATCH 5/6] perf kmem: Add kmem.default config option
` [PATCH 6/6] perf kmem: Show warning when trying to run stat without record

[RFC PATCH 00/11] an introduction of library operating system for Linux (LibOS)
 2015-04-14  3:20 UTC  (17+ messages)

[PATCHSET 0/9] perf kmem: Implement page allocation analysis (v6)
 2015-04-14  2:17 UTC  (12+ messages)
` [PATCH 3/9] perf kmem: Analyze page allocator events also
` [PATCH 4/9] perf kmem: Implement stat --page --caller
` [PATCH 9/9] tools lib traceevent: Honor operator priority

[PATCH v2] mm: show free pages per each migrate type
 2015-04-13 23:42 UTC  (10+ messages)

[PATCH] of: return NUMA_NO_NODE from fallback of_node_to_nid()
 2015-04-13 16:49 UTC  (10+ messages)

[PATCH RESEND] block:bounce: fix call inc_|dec_zone_page_state on different pages confuse value of NR_BOUNCE
 2015-04-13  7:02 UTC  (2+ messages)

[PATCH] add generic callbacks into compaction
 2015-04-13  1:39 UTC  (3+ messages)

[PATCH 0/3 v5] dax: some dax fixes and cleanups
 2015-04-12  7:49 UTC  (5+ messages)
` [PATCH 1/3 @stable] mm(v4.0): New pfn_mkwrite same as page_mkwrite for VM_PFNMAP

[patch 1/2] mm, doc: cleanup and clarify munmap behavior for hugetlb memory
 2015-04-11 13:26 UTC  (7+ messages)
    ` [patch -mm] mm, doc: cleanup and clarify munmap behavior for hugetlb memory fix

[PATCH] Documentation/memcg: update memcg/kmem status
 2015-04-11 13:24 UTC  (2+ messages)

[RFC PATCH v3 0/2] tracing: add trace event for memory-failure
 2015-04-11 10:41 UTC  (7+ messages)
` [RFC PATCH v3 1/2] memory-failure: export page_type and action result
` [RFC PATCH v3 2/2] tracing: add trace event for memory-failure

slub bulk alloc: Extract objects from the per cpu slab
 2015-04-11  7:25 UTC  (7+ messages)
    ` slub: bulk allocation from per cpu partial pages

[PATCH 2/2][v2] blk-plug: don't flush nested plug lists
 2015-04-11  4:11 UTC  (4+ messages)
        ` [f2fs-dev] "

[PATCH] mm/hugetlb: use pmd_page() in follow_huge_pmd()
 2015-04-10 20:38 UTC  (5+ messages)

[PATCH] mempool: add missing include
 2015-04-09 23:22 UTC  (5+ messages)

[PATCH 1/1 linux-next] slob: statify slob_alloc_node() and remove symbol
 2015-04-09 20:50 UTC  (2+ messages)

[Patch V2 00/15] xen: support pv-domains larger than 512GB
 2015-04-09 13:09 UTC  (6+ messages)
` [Patch V2 10/15] xen: check pre-allocated page tables for conflict with memory map
  ` [Xen-devel] "
` [Patch V2 11/15] xen: check for initrd conflicting with e820 map
  ` [Xen-devel] "


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