linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-17 13:16:32 to 2015-04-22 19:01:18 UTC [more...]

[RFC v7 2/2] mm: swapoff prototype: frontswap handling added
 2015-04-22 19:01 UTC  (2+ messages)

[RFC v7 1/2] mm: prototype: rid swapoff of quadratic complexity
 2015-04-22 18:58 UTC  (2+ messages)

[PATCH] mm: fix mprotect() behaviour on VM_LOCKED VMAs
 2015-04-22 18:55 UTC  (2+ messages)

Interacting with coherent memory on external devices
 2015-04-22 18:52 UTC  (21+ messages)

kernel BUG at mm/swap.c:134! - page dumped because: VM_BUG_ON_PAGE(page_mapcount(page) != 0)
 2015-04-22 18:43 UTC  (11+ messages)

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

[PATCH 1/2 V3] memory-hotplug: fix BUG_ON in move_freepages()
 2015-04-22 14:43 UTC  (5+ messages)

[PATCH v2] mm/slab_common: Support the slub_debug boot option on specific object size
 2015-04-22 14:27 UTC  (2+ messages)

[PATCH v2 0/2] zram, zsmalloc: remove obsolete DEBUGs
 2015-04-22  9:18 UTC  (4+ messages)
  ` [PATCH v2 1/2] zram: remove obsolete ZRAM_DEBUG option
  ` [PATCH v2 2/2] zsmalloc: remove obsolete ZSMALLOC_DEBUG

[PATCH] kasan: Remove duplicate definition of the macro KASAN_FREE_PAGE
 2015-04-22  7:02 UTC  (2+ messages)

[PATCH 2/2 V3] memory-hotplug: remove reset_node_managed_pages() and reset_node_managed_pages() in hotadd_new_pgdat()
 2015-04-22  6:27 UTC  (2+ messages)

[RFC PATCH 00/11] an introduction of library operating system for Linux (LibOS)
 2015-04-22  5:33 UTC  (22+ messages)
` [RFC PATCH v2 "
  ` [RFC PATCH v2 02/11] slab: add private memory allocator header for arch/lib
  ` [RFC PATCH v3 00/10] an introduction of library operating system for Linux (LibOS)
    ` [RFC PATCH v3 01/10] sysctl: make some functions unstatic to access by arch/lib
    ` [RFC PATCH v3 02/10] slab: add SLIB (Library memory allocator) for arch/lib
    ` [RFC PATCH v3 03/10] lib: public headers and API implementations for userspace programs
    ` [RFC PATCH v3 04/10] lib: time handling (kernel glue code)
    ` [RFC PATCH v3 05/10] lib: context and scheduling functions (kernel glue code) for libos
    ` [RFC PATCH v3 06/10] lib: sysctl handling (kernel glue code)
    ` [RFC PATCH v3 07/10] lib: other kernel glue layer code
    ` [RFC PATCH v3 08/10] lib: auxially files for auto-generated asm-generic files of libos
    ` [RFC PATCH v3 09/10] lib: libos build scripts and documentation
    ` [RFC PATCH v3 10/10] lib: tools used for test scripts

[PATCH] mm, hwpoison: Add comment describing when to add new cases
 2015-04-21 23:32 UTC  (4+ messages)

[PATCH] mm, hwpoison: Add comment describing when to add new cases
 2015-04-21 23:35 UTC 

[RFC PATCH 0/6] TLB flush multiple pages with a single IPI v3
 2015-04-21 21:17 UTC  (9+ messages)
` [PATCH 1/6] x86, mm: Trace when an IPI is about to be sent
` [PATCH 2/6] mm: Send a single IPI to TLB flush multiple pages when unmapping
` [PATCH 3/6] mm: Defer TLB flush after unmap as long as possible
` [PATCH 4/6] mm, migrate: Drop references to successfully migrated pages at the same time
` [PATCH 5/6] mm, migrate: Batch TLB flushing when unmapping pages for migration
` [PATCH 6/6] mm: Gather more PFNs before sending a TLB to flush unmapped pages

[PATCHSET 1/3 v3 block/for-4.1/core] writeback: cgroup writeback support
 2015-04-21 15:05 UTC  (29+ messages)
` [PATCH 11/49] writeback: move backing_dev_info->state into bdi_writeback
` [PATCH 12/49] writeback: move backing_dev_info->bdi_stat[] "
` [PATCH 13/49] writeback: move bandwidth related fields from backing_dev_info "
` [PATCH 14/49] writeback: s/bdi/wb/ in mm/page-writeback.c
` [PATCH 15/49] writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writeback
` [PATCH 16/49] writeback: reorganize mm/backing-dev.c
` [PATCH 17/49] writeback: separate out include/linux/backing-dev-defs.h
` [PATCH 18/49] bdi: make inode_to_bdi() inline
` [PATCH 19/49] writeback: add @gfp to wb_init()
` [PATCH 20/49] bdi: separate out congested state into a separate struct

mempolicy ref-counting question
 2015-04-21 14:41 UTC  (2+ messages)

[PATCH] mm/slab_common: Support the slub_debug boot option on specific object size
 2015-04-21 14:06 UTC  (4+ messages)

[PATCH 0/3] UserfaultFD: Extension for non cooperative uffd usage
 2015-04-21 12:18 UTC  (4+ messages)
` [PATCH 2/3] uffd: Introduce the v2 API

[PATCH] mm/memory-failure: call shake_page() when error hits thp tail page
 2015-04-21  8:47 UTC  (3+ messages)

[patch for-4.0] mm, thp: really limit transparent hugepage allocation to local node
 2015-04-21  7:31 UTC  (6+ messages)
` [patch v2 "

[PATCHSET 0/6] perf kmem: Implement page allocation analysis (v8)
 2015-04-21  4:55 UTC  (7+ 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

[PATCH] mm, hwpoison: Remove obsolete "Notebook" todo list
 2015-04-21  4:20 UTC  (2+ messages)

[PATCH] mm: soft-offline: fix num_poisoned_pages counting on concurrent events
 2015-04-21  4:18 UTC 

[PATCH 1/2 V2] memory-hotplug: fix BUG_ON in move_freepages()
 2015-04-21  1:31 UTC  (17+ messages)

[PATCH v4 0/3] tracing: add trace event for memory-failure
 2015-04-20 19:53 UTC  (5+ messages)
` [PATCH v4 1/3] memory-failure: export page_type and action result
` [PATCH v4 2/3] memory-failure: change type of action_result's param 3 to enum
` [PATCH v4 3/3] tracing: add trace event for memory-failure

[PATCH v4 1/4] slab: Correct size_index table before replacing the bootstrap kmem_cache_node
 2015-04-20 16:16 UTC  (4+ messages)
` [PATCH v5] "

[RFC 0/4] Generic file system events interface
 2015-04-20 10:32 UTC  (19+ messages)
` [RFC 1/4] fs: Add generic file system event notifications

[PATCH 0/2] KASan for arm64
 2015-04-20  6:48 UTC  (8+ messages)
` [PATCH 2/2] arm64: add KASan support

[Patch V3 00/15] xen: support pv-domains larger than 512GB
 2015-04-20  5:23 UTC  (16+ messages)
` [Patch V3 01/15] xen: sync with xen headers
` [Patch V3 02/15] xen: save linear p2m list address in shared info structure
` [Patch V3 03/15] xen: don't build mfn tree if tools don't need it
` [Patch V3 04/15] xen: eliminate scalability issues from initial mapping setup
` [Patch V3 05/15] xen: move static e820 map to global scope
` [Patch V3 06/15] xen: split counting of extra memory pages from remapping
` [Patch V3 07/15] xen: check memory area against e820 map
` [Patch V3 08/15] xen: find unused contiguous memory area
` [Patch V3 09/15] xen: check for kernel memory conflicting with memory layout
` [Patch V3 10/15] xen: check pre-allocated page tables for conflict with memory map
` [Patch V3 11/15] xen: check for initrd conflicting with e820 map
` [Patch V3 12/15] mm: provide early_memremap_ro to establish read-only mapping
` [Patch V3 13/15] xen: move p2m list if conflicting with e820 map
` [Patch V3 14/15] xen: allow more than 512 GB of RAM for 64 bit pv-domains
` [Patch V3 15/15] xen: remove no longer needed p2m.h

[RFC PATCH 0/14] Parallel memory initialisation
 2015-04-20  3:15 UTC  (2+ messages)

[RFC PATCH 4/4] mm: madvise allow remove operation for hugetlbfs
 2015-04-18 16:16 UTC  (3+ messages)

[PATCH] mm/shmem.c: Add new seal to memfd: F_SEAL_WRITE_NONCREATOR
 2015-04-18 12:13 UTC  (7+ messages)

[PATCH] thp: cleanup how khugepaged enters freezer
 2015-04-17 18:59 UTC 

[RFC PATCH 3/4] hugetlbfs: add hugetlbfs_fallocate()
 2015-04-17 17:14 UTC  (2+ messages)

[RFC PATCH 0/4] hugetlbfs: add fallocate support
 2015-04-17 16:53 UTC  (4+ messages)
` [RFC PATCH 4/4] mm: madvise allow remove operation for hugetlbfs


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