linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-24 21:37:29 to 2017-07-26 11:55:10 UTC [more...]

[PATCH v12 0/8] Virtio-balloon Enhancement
 2017-07-26 11:55 UTC  (28+ messages)
` [PATCH v12 5/8] virtio-balloon: VIRTIO_BALLOON_F_SG
` [PATCH v12 6/8] mm: support reporting free page blocks

[RFC PATCH 0/5] mm, memory_hotplug: allocate memmap from hotadded memory
 2017-07-26 11:49 UTC  (9+ messages)
` [RFC PATCH 1/5] mm, memory_hotplug: cleanup memory offline path
` [RFC PATCH 2/5] mm, arch: unify vmemmap_populate altmap handling
` [RFC PATCH 3/5] mm, memory_hotplug: allocate memmap from the added memory range for sparse-vmemmap
` [RFC PATCH 4/5] mm, sparse: complain about implicit altmap usage in vmemmap_populate
` [RFC PATCH 5/5] mm, sparse: rename kmalloc_section_memmap, __kfree_section_memmap

[PATCH] mm: take memory hotplug lock within numa_zonelist_order_handler()
 2017-07-26 11:48 UTC  (3+ messages)

[PATCH 0/10 v2] Ranged pagevec lookup
 2017-07-26 11:47 UTC  (11+ messages)
` [PATCH 01/10] fscache: Remove unused ->now_uncached callback
` [PATCH 02/10] mm: Make pagevec_lookup() update index
` [PATCH 03/10] mm: Implement find_get_pages_range()
` [PATCH 04/10] fs: Fix performance regression in clean_bdev_aliases()
` [PATCH 05/10] ext4: Use pagevec_lookup_range() in ext4_find_unwritten_pgoff()
` [PATCH 06/10] ext4: Use pagevec_lookup_range() in writeback code
` [PATCH 07/10] hugetlbfs: Use pagevec_lookup_range() in remove_inode_hugepages()
` [PATCH 08/10] fs: Use pagevec_lookup_range() in page_cache_seek_hole_data()
` [PATCH 09/10] mm: Use find_get_pages_range() in filemap_range_has_page()
` [PATCH 10/10] mm: Remove nr_pages argument from pagevec_lookup{,_range}()

[PATCH] oom_reaper: close race without using oom_lock
 2017-07-26 11:46 UTC  (7+ messages)

gigantic hugepages vs. movable zones
 2017-07-26 10:50 UTC 

[PATCH] mm,hugetlb: compute page_size_log properly
 2017-07-26 10:07 UTC  (9+ messages)
  ` [RFC PATCH 1/3] mm:hugetlb: Define system call hugetlb size encodings in single file
  ` [RFC PATCH 2/3] mm: arch: Use new hugetlb size encoding definitions
  ` [RFC PATCH 3/3] mm: shm: "

Potential race in TLB flush batching?
 2017-07-26  9:22 UTC  (16+ messages)

[PATCH 0/1] Clarify huge_pte_offset() semantics
 2017-07-26  8:53 UTC  (5+ messages)
` [PATCH 1/1] mm/hugetlb: Make huge_pte_offset() consistent and document behaviour

[PATCH] mm, memcg: reset low limit during memcg offlining
 2017-07-26  8:30 UTC  (7+ messages)

[RESEND PATCH 0/2] userfaultfd: Add feature to request for a signal delivery
 2017-07-26  7:54 UTC  (5+ messages)
` [RESEND PATCH 1/2] "
` [RESEND PATCH 2/2] userfaultfd: selftest: Add tests for UFFD_FREATURE_SIGBUS

[PATCHv2 00/10] Boot-time switching between 4- and 5-level paging
 2017-07-26  7:28 UTC  (5+ messages)
` [PATCHv2 08/10] x86/mm: Replace compile-time checks for 5-level with runtime-time

[PATCH v7 00/16] lockdep: Implement crossrelease feature
 2017-07-26  7:16 UTC  (4+ messages)
` [PATCH v7 08/16] lockdep: Avoid adding redundant direct links of crosslocks

[4.13-rc1] /proc/meminfo reports that Slab: is little used
 2017-07-26  6:28 UTC 

[PATCH V2] selftests/vm: Add tests to validate mirror functionality with mremap
 2017-07-26  5:49 UTC  (4+ messages)

[PATCH] mm, oom: allow oom reaper to race with exit_mmap
 2017-07-26  5:45 UTC  (20+ messages)

[ltc-interlock] [PATCH] hugetlb: Fix hot remove for PowerVM
 2017-07-26  4:35 UTC 

[PATCH v4] mm: Add SLUB free list pointer obfuscation
 2017-07-26  4:12 UTC 

[PATCH -mm -v3 0/6] mm, swap: VMA based swap readahead
 2017-07-26  1:30 UTC  (13+ messages)
` [PATCH -mm -v3 1/6] mm, swap: Add swap cache statistics sysfs interface
` [PATCH -mm -v3 2/6] mm, swap: Add swap readahead hit statistics
` [PATCH -mm -v3 3/6] mm, swap: Fix swap readahead marking
` [PATCH -mm -v3 4/6] mm, swap: VMA based swap readahead
` [PATCH -mm -v3 5/6] mm, swap: Add sysfs interface for "
` [PATCH -mm -v3 6/6] mm, swap: Don't use VMA based swap readahead if HDD is used as swap

[PATCH v3] mm: Add SLUB free list pointer obfuscation
 2017-07-26  0:21 UTC  (4+ messages)
` [v3] "

[HMM 12/15] mm/migrate: new memory migration helper for use with device memory v4
 2017-07-25 22:45 UTC  (12+ messages)

[PATCH v2 00/23] percpu: replace percpu area map allocator with bitmap allocator
 2017-07-25 20:24 UTC  (49+ messages)
` [PATCH v2 01/23] percpu: setup_first_chunk enforce dynamic region must exist
` [PATCH v2 02/23] percpu: introduce start_offset to pcpu_chunk
` [PATCH v2 03/23] percpu: remove has_reserved from pcpu_chunk
` [PATCH v2 04/23] percpu: setup_first_chunk remove dyn_size and consolidate logic
` [PATCH v2 05/23] percpu: unify allocation of schunk and dchunk
` [PATCH v2 06/23] percpu: end chunk area maps page aligned for the populated bitmap
` [PATCH v2 07/23] percpu: setup_first_chunk rename schunk/dchunk to chunk
` [PATCH v2 08/23] percpu: modify base_addr to be region specific
` [PATCH v2 09/23] percpu: combine percpu address checks
` [PATCH v2 10/23] percpu: change the number of pages marked in the first_chunk pop bitmap
` [PATCH v2 11/23] percpu: introduce nr_empty_pop_pages to help empty page accounting
` [PATCH v2 12/23] percpu: increase minimum percpu allocation size and align first regions
` [PATCH v2 13/23] percpu: generalize bitmap (un)populated iterators
` [PATCH v2 14/23] percpu: replace area map allocator with bitmap allocator
  ` [percpu] ec1f2e572e: WARNING:at_lib/list_debug.c:#__list_add_valid
  ` [PATCH updated 14/23] percpu: replace area map allocator with bitmap
` [PATCH v2 15/23] percpu: introduce bitmap metadata blocks
` [PATCH v2 16/23] percpu: add first_bit to keep track of the first free in the bitmap
` [PATCH v2 17/23] percpu: skip chunks if the alloc does not fit in the contig hint
` [PATCH v2 18/23] percpu: keep track of the best offset for contig hints
` [PATCH v2 19/23] percpu: update alloc path to only scan if contig hints are broken
` [PATCH v2 20/23] percpu: update free path to take advantage of contig hints
` [PATCH v2 21/23] percpu: use metadata blocks to update the chunk contig hint
` [PATCH v2 22/23] percpu: update pcpu_find_block_fit to use an iterator
` [PATCH v2 23/23] percpu: update header to contain bitmap allocator explanation

[PATCH 4.12 180/196] percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batch
 2017-07-25 19:22 UTC 

[PATCH 01/21] mm/shmem: introduce shmem_file_setup_with_mnt
 2017-07-25 19:21 UTC  (2+ messages)
` [PATCH 02/21] drm/i915: introduce simple gemfs

[PATCH -mm -v3 00/12] mm, THP, swap: Delay splitting THP after swapped out
 2017-07-25 17:47 UTC  (5+ messages)
` [PATCH -mm -v3 01/12] mm, THP, swap: Support to clear swap cache flag for THP "
` [PATCH -mm -v3 02/12] mm, THP, swap: Support to reclaim swap space "

pcpu allocator on large NUMA machines
 2017-07-25 16:39 UTC  (5+ messages)

[PATCH] [v3] kasan: avoid -Wmaybe-uninitialized warning
 2017-07-25 15:31 UTC  (2+ messages)

[PATCH] [v2] kasan: avoid -Wmaybe-uninitialized warning
 2017-07-25 14:51 UTC  (5+ messages)

[PATCH v6] x86/mm: Improve TLB flush documentation
 2017-07-25 14:44 UTC  (2+ messages)

[RFC PATCH 0/2] Clarify huge_pte_offset() semantics
 2017-07-25 14:37 UTC  (4+ messages)
` [RFC PATCH 1/2] mm/hugetlb: Make huge_pte_offset() consistent between PUD and PMD entries

[PATCH v5 0/5] DAX common 4k zero page
 2017-07-25 14:31 UTC  (8+ messages)
` [PATCH v5 1/5] mm: add vm_insert_mixed_mkwrite()

[PATCH] fs: convert sync_file_range to use errseq_t based error-tracking
 2017-07-25 12:06 UTC  (2+ messages)

[PATCH v2] mm: Drop useless local parameters of __register_one_node()
 2017-07-25 11:15 UTC  (3+ messages)

[PATCH] mm: Always flush VMA ranges affected by zap_page_range v2
 2017-07-25 10:12 UTC 

[PATCH v5 0/2] x86/mm: PCID
 2017-07-25 10:02 UTC  (6+ messages)
` [PATCH v5 1/2] x86/mm: Try to preserve old TLB entries using PCID
` [PATCH v5 2/2] x86/mm: Improve TLB flush documentation

[PATCH] mm: Prevent racy access to tlb_flush_pending
 2017-07-25  9:49 UTC  (5+ messages)

[PATCH v7 06/16] lockdep: Detect and handle hist_lock ring buffer overwrite
 2017-07-25  8:45 UTC  (12+ messages)

[RFC] virtio-mem: paravirtualized memory
 2017-07-25  8:21 UTC  (2+ messages)

[PATCH] zsmalloc: zs_page_migrate: skip unnecessary loops but not return -EBUSY if zspage is not inuse
 2017-07-25  7:26 UTC  (2+ messages)

[PATCH] mm: Always flush VMA ranges affected by zap_page_range
 2017-07-25  3:49 UTC  (2+ messages)

[PATCH 0/2] userfaultfd: Add feature to request for a signal delivery
 2017-07-25  2:30 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] userfaultfd: selftest: Add tests for UFFD_FREATURE_SIGBUS

[PATCH 00/10] percpu: replace percpu area map allocator with bitmap allocator
 2017-07-24 21:37 UTC  (4+ messages)
` [PATCH 09/10] percpu: replace "


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