linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-18 11:54:39 to 2017-01-22 03:48:03 UTC [more...]

core.c:undefined reference to `fpu_save'
 2017-01-22  3:47 UTC 

[PATCH] mm: extend zero pages to same element pages for zram
 2017-01-22  2:58 UTC  (4+ messages)

[PATCH] mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
 2017-01-21 14:33 UTC  (2+ messages)

[ATTEND] many topics
 2017-01-21 13:16 UTC  (8+ messages)

[PATCH v2 0/4] fix premature OOM regression in 4.7+ due to cpuset races
 2017-01-21 12:22 UTC  (6+ messages)
` [PATCH v2 1/4] mm, page_alloc: fix check for NULL preferred_zone
` [PATCH v2 2/4] mm, page_alloc: fix fast-path race with cpuset update or removal
` [PATCH v2 3/4] mm, page_alloc: move cpuset seqcount checking to slowpath
` [PATCH v2 4/4] mm, page_alloc: fix premature OOM when racing with cpuset mems update

[mmotm:master 186/293] WARNING: mm/built-in.o(.text+0x4f528): Section mismatch in reference from the function section_deactivate() to the function .init.text:section_active_mask.part.3()
 2017-01-21  7:51 UTC 

[RFC PATCH 0/2] fix unbounded too_many_isolated
 2017-01-21  7:42 UTC  (17+ messages)
` [RFC PATCH 1/2] mm, vmscan: account the number of isolated pages per zone
` [RFC PATCH 2/2] mm, vmscan: do not loop on too_many_isolated for ever

[mmotm:master 159/293] mm/page_alloc.c:3546:15: warning: 'alloc_flags' may be used uninitialized in this function
 2017-01-21  4:01 UTC 

mmotm 2017-01-20-16-20 uploaded
 2017-01-21  0:21 UTC 

[PATCH v3 00/12] mm: sub-section memory hotplug support
 2017-01-20 17:56 UTC  (15+ messages)
` [PATCH v3 01/12] mm: fix type width of section to/from pfn conversion macros
` [PATCH v3 02/12] mm, devm_memremap_pages: use multi-order radix for ZONE_DEVICE lookups
` [PATCH v3 03/12] mm: introduce struct mem_section_usage to track partial population of a section
` [PATCH v3 04/12] mm: introduce common definitions for the size and mask "
` [PATCH v3 05/12] mm: cleanup sparse_init_one_section() return value
` [PATCH v3 06/12] mm: track active portions of a section at boot
` [PATCH v3 07/12] mm: fix register_new_memory() zone type detection
` [PATCH v3 08/12] mm: convert kmalloc_section_memmap() to populate_section_memmap()
` [PATCH v3 09/12] mm: prepare for hot-{add, remove} of sub-section ranges
` [PATCH v3 10/12] mm: support section-unaligned ZONE_DEVICE memory ranges
` [PATCH v3 11/12] mm: enable section-unaligned devm_memremap_pages()
` [PATCH v3 12/12] libnvdimm, pfn, dax: stop padding pmem namespaces to section alignment

[PATCH] truncate: use i_blocksize()
 2017-01-20 17:39 UTC  (2+ messages)

[PATCH v6 kernel 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
 2017-01-20 16:34 UTC  (19+ messages)
` [PATCH v6 kernel 2/5] virtio-balloon: define new feature bit and head struct
    ` [virtio-dev] "
` [PATCH v6 kernel 3/5] virtio-balloon: speed up inflate/deflate process

[PATCH v3 1/1] mm/ksm: documentation for coloured zero pages deduplication
 2017-01-20 15:52 UTC 

[PATCH 0/4] Use per-cpu allocator for !irq requests and prepare for a bulk allocator v4
 2017-01-20 15:26 UTC  (6+ messages)
` [PATCH 3/4] mm, page_alloc: Drain per-cpu pages from workqueue context
` [PATCH 4/4] mm, page_alloc: Only use per-cpu allocator for irq-safe requests

[PATCH 0/6 v3] kvmalloc
 2017-01-20 13:41 UTC  (5+ messages)
` [PATCH 5/6] treewide: use kv[mz]alloc* rather than opencoded variants

[PATCH 1/3] mm: alloc_contig_range: allow to specify GFP mask
 2017-01-20 13:35 UTC  (6+ messages)
` [PATCH 2/3] mm: cma_alloc: "
` [PATCH 3/3] mm: wire up GFP flag passing in dma_alloc_from_contiguous

Linux 4.10-rc2 arm: dmesg flooded with alloc_contig_range: [X, Y) PFNs busy
 2017-01-20 13:34 UTC  (2+ messages)

[PATCH 0/3] memblock: physical memory list cleanups
 2017-01-20 12:34 UTC  (4+ messages)
` [PATCH 1/3] memblock: let memblock_type_name know about physmem type
` [PATCH 2/3] memblock: also dump physmem list within __memblock_dump_all
` [PATCH 3/3] memblock: embed memblock type name within struct memblock_type

[PATCH] mm: add arch-independent testcases for RODATA
 2017-01-20 11:17 UTC  (5+ messages)

[patch -mm] mm, page_alloc: warn_alloc nodemask is NULL when cpusets are disabled
 2017-01-20 10:02 UTC  (8+ messages)
  ` [patch] mm, oom: header "
      ` [patch -mm] mm, oom: header nodemask is NULL when cpusets are disabled fix

[RFC] HWPOISON: soft offlining for non-lru movable page
 2017-01-20  9:52 UTC  (5+ messages)

[PATCH v5 00/13] lockdep: Implement crossrelease feature
 2017-01-20  9:08 UTC  (17+ messages)
` [PATCH v5 01/13] lockdep: Refactor lookup_chain_cache()
` [PATCH v5 02/13] lockdep: Fix wrong condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKS
` [PATCH v5 03/13] lockdep: Add a function building a chain between two classes
` [PATCH v5 04/13] lockdep: Refactor save_trace()
` [PATCH v5 05/13] lockdep: Pass a callback arg to check_prev_add() to handle stack_trace
` [PATCH v5 06/13] lockdep: Implement crossrelease feature
` [PATCH v5 07/13] lockdep: Make print_circular_bug() aware of crossrelease
` [PATCH v5 08/13] lockdep: Apply crossrelease to completions
` [PATCH v5 09/13] pagemap.h: Remove trailing white space
` [PATCH v5 10/13] lockdep: Apply crossrelease to PG_locked locks
` [PATCH v5 11/13] lockdep: Apply lock_acquire(release) on __Set(__Clear)PageLocked
` [PATCH v5 12/13] lockdep: Move data of CONFIG_LOCKDEP_PAGELOCK from page to page_ext
` [PATCH v5 13/13] lockdep: Crossrelease feature documentation
  ` [REVISED DOCUMENT] "

[PATCH 0/3 -v3] GFP_NOFAIL cleanups
 2017-01-20  8:33 UTC  (5+ messages)
` [PATCH 2/3] mm, oom: do not enfore OOM killer for __GFP_NOFAIL automatically

[PATCH v2] mm: add arch-independent testcases for RODATA
 2017-01-20  7:45 UTC  (3+ messages)

[PATCH v2 1/1] mm/ksm: improve deduplication of zero pages with colouring
 2017-01-19 23:33 UTC  (3+ messages)

[PATCH 1/6] mm: introduce kv[mz]alloc helpers
 2017-01-19 21:28 UTC  (16+ messages)

[PATCH] mm/hugetlb.c: fix reservation race when freeing surplus pages
 2017-01-19 18:16 UTC  (2+ messages)

[PATCH 0/3] userfaultfd: non-cooperative: add madvise() event for MADV_REMOVE request
 2017-01-19 18:15 UTC  (7+ messages)
` [PATCH 1/3] userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVE
` [PATCH 2/3] userfaultfd: non-cooperative: add madvise() event for MADV_REMOVE request
` [PATCH 3/3] userfaultfd: non-cooperative: selftest: enable REMOVE event test for shmem

[Bug 192571] zswap + zram enabled BUG
 2017-01-19 15:36 UTC  (11+ messages)
            ` [PATCH] zswap: change BUG to WARN in zswap_writeback_entry

[RFC v2] HWPOISON: soft offlining for non-lru movable page
 2017-01-19 14:59 UTC 

[LSF/MM TOPIC] wmark based pro-active compaction
 2017-01-19 14:18 UTC  (5+ messages)

[RFC PATCH 0/5] pro-active compaction
 2017-01-19 13:39 UTC  (9+ messages)
` [RFC PATCH 1/5] mm/vmstat: retrieve suitable free pageblock information just once
` [RFC PATCH 3/5] mm: introduce exponential moving average to unusable free index
` [RFC PATCH 5/5] mm/compaction: run the compaction whenever fragmentation ratio exceeds the threshold

[PATCH -next] init/main: Init jump_labels before they are used to build zonelists
 2017-01-19  9:56 UTC  (2+ messages)

[PATCH 0/1] userfaultfd: shmem: avoid a lockup resulting from corrupted page->flags
 2017-01-19  9:50 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/8 v3] scope GFP_NOFS api
 2017-01-19  9:44 UTC  (11+ messages)
` [PATCH 8/8] Revert "ext4: fix wrong gfp type under transaction"

[PATCH v7 00/12] Support non-lru page migration
 2017-01-19  8:16 UTC  (7+ messages)
` [PATCH v7 11/12] zsmalloc: page migration support

[PATCH v4 00/15] lockdep: Implement crossrelease feature
 2017-01-19  2:47 UTC  (18+ messages)
` [PATCH v4 05/15] lockdep: Make check_prev_add can use a separate stack_trace
` [PATCH v4 15/15] lockdep: Crossrelease feature documentation

[PATCH RFC] mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU
 2017-01-19  0:00 UTC  (4+ messages)

mmotm 2017-01-18-14-57 uploaded
 2017-01-18 22:58 UTC 

[PATCH] mm/mempolicy.c: do not put mempolicy before using its nodemask
 2017-01-18 21:34 UTC  (4+ messages)

+ mm-swap-add-cluster-lock-v5.patch added to -mm tree
 2017-01-18 21:18 UTC  (3+ messages)

[PATCHSET v2] slab: make memcg slab destruction scalable
 2017-01-18 21:01 UTC  (5+ messages)

[PATCH v5 0/9] mm/swap: Regular page swap optimizations
 2017-01-18 18:15 UTC  (7+ messages)
` [PATCH v5 7/9] mm/swap: Add cache for swap slots allocation
  ` [Update][PATCH "

[PATCH v1 1/1] mm/ksm: improve deduplication of zero pages with colouring
 2017-01-18 18:11 UTC  (6+ messages)

[LSF/MM TOPIC] Future direction of DAX
 2017-01-18 17:22 UTC  (3+ messages)

[PATCH 0/3] follow up nodereclaim for 32b fix
 2017-01-18 16:48 UTC  (5+ messages)
` [PATCH 2/3] mm, vmscan: consider eligible zones in get_scan_count
` [PATCH 3/3] Revert "mm: bail out in shrink_inactive_list()"

[RFC 0/4] fix premature OOM due to cpuset races
 2017-01-18 16:23 UTC  (3+ messages)
` [RFC 5/4] mm, page_alloc: fix premature OOM due to vma mempolicy update

[PATCH] mm: respect pre-allocated storage mapping for memmap
 2017-01-18 15:39 UTC  (6+ messages)

[PATCH net-next] mlx4: support __GFP_MEMALLOC for rx
 2017-01-18 15:24 UTC  (4+ messages)

[LSF/MM TOPIC] mm patches review bandwidth
 2017-01-18 12:29 UTC  (3+ messages)

[PATCH, RESEND 1/4] mm: drop zap_details::ignore_dirty
 2017-01-18 12:24 UTC  (4+ messages)
` [PATCH, RESEND 2/4] mm: drop zap_details::check_swap_entries
` [PATCH, RESEND 3/4] mm: drop unused argument of zap_page_range()
` [PATCH, RESEND 4/4] oom-reaper: use madvise_dontneed() logic to decide if unmap the VMA


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