linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-16 08:30:06 to 2015-04-21 10:20:14 UTC [more...]

[PATCH 2/2 V3] memory-hotplug: remove reset_node_managed_pages() and reset_node_managed_pages() in hotadd_new_pgdat()
 2015-04-21 10:15 UTC 

[PATCH 1/2 V3] memory-hotplug: fix BUG_ON in move_freepages()
 2015-04-21 10:15 UTC 

[PATCHSET 1/3 v3 block/for-4.1/core] writeback: cgroup writeback support
 2015-04-21  8:59 UTC  (25+ 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] mm/memory-failure: call shake_page() when error hits thp tail page
 2015-04-21  8:47 UTC  (4+ 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] mm/slab_common: Support the slub_debug boot option on specific object size
 2015-04-21  2:27 UTC  (3+ messages)

mempolicy ref-counting question
 2015-04-20 22:02 UTC 

[RFC PATCH 00/11] an introduction of library operating system for Linux (LibOS)
 2015-04-20 20:43 UTC  (31+ messages)
` [RFC PATCH v2 "
  ` [RFC PATCH v2 01/11] sysctl: make some functions unstatic to access by arch/lib
  ` [RFC PATCH v2 02/11] slab: add private memory allocator header for arch/lib
  ` [RFC PATCH v2 03/11] lib: public headers and API implementations for userspace programs
  ` [RFC PATCH v2 04/11] lib: memory management (kernel glue code)
  ` [RFC PATCH v2 05/11] lib: time handling "
  ` [RFC PATCH v2 06/11] lib: context and scheduling "
  ` [RFC PATCH v2 07/11] lib: sysctl "
  ` [RFC PATCH v2 08/11] lib: other kernel glue layer code
  ` [RFC PATCH v2 09/11] lib: asm-generic files
  ` [RFC PATCH v2 10/11] lib: libos build scripts and documentation
  ` [RFC PATCH v2 11/11] lib: tools used for test scripts
  ` [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 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  (32+ 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)

kernel BUG at mm/swap.c:134! - page dumped because: VM_BUG_ON_PAGE(page_mapcount(page) != 0)
 2015-04-20  0:02 UTC  (7+ 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  (8+ 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  (7+ messages)
` [RFC PATCH 1/4] hugetlbfs: truncate_hugepages() takes a range of pages
` [RFC PATCH 2/4] hugetlbfs: New huge_add_to_page_cache helper routine
` [RFC PATCH 3/4] hugetlbfs: add hugetlbfs_fallocate()
` [RFC PATCH 4/4] mm: madvise allow remove operation for hugetlbfs

[PATCH] mm: fix mprotect() behaviour on VM_LOCKED VMAs
 2015-04-17 12:20 UTC 

about bootmem allocation/freeing flow
 2015-04-17 12:20 UTC 

[PATCH 2/2 V2] memory-hotplug: remove reset_node_managed_pages() and reset_node_managed_pages() in hotadd_new_pgdat()
 2015-04-17 10:50 UTC 

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

[PATCH 2/2] memory-hotplug: remove reset_node_managed_pages() and reset_node_managed_pages() in hotadd_new_pgdat()
 2015-04-17  7:14 UTC 

slub bulk alloc: Extract objects from the per cpu slab
 2015-04-17  6:06 UTC  (8+ messages)
    ` slub: bulk allocation from per cpu partial pages

[patch] mm: vmscan: invoke slab shrinkers from shrink_zone()
 2015-04-17  5:09 UTC  (7+ messages)

[PATCH 1/2] mm/hwpoison-inject: fix refcounting in no-injection case
 2015-04-17  2:08 UTC  (2+ messages)
` [PATCH 2/2] mm/hwpoison-inject: check PageLRU of hpage

[RFC PATCH 0/4] TLB flush multiple pages with a single IPI
 2015-04-16 23:30 UTC  (10+ messages)
` [PATCH 2/4] mm: Send a single IPI to TLB flush multiple pages when unmapping

[RFC PATCH 0/4] TLB flush multiple pages with a single IPI v2
 2015-04-16 19:34 UTC  (15+ 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-16 18:20 UTC  (8+ messages)


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