linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-25 09:11:18 to 2017-07-26 21:42:55 UTC [more...]

[PATCH v2 00/23] percpu: replace percpu area map allocator with bitmap allocator
 2017-07-26 21:42 UTC  (51+ 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] swap: fix oops during block io poll in swapin path
 2017-07-26 21:31 UTC  (2+ messages)

[PATCH] mm: memcontrol: Cast mismatched enum types passed to memcg state and event functions
 2017-07-26 21:23 UTC  (2+ messages)

[RFC PATCH 0/5] mm, memory_hotplug: allocate memmap from hotadded memory
 2017-07-26 21:06 UTC  (12+ 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

[RFC PATCH] mm/slub: fix a deadlock due to incomplete patching of cpusets_enabled()
 2017-07-26 19:54 UTC  (4+ messages)

[PATCH v2 0/4] mm/gfs2: extend file_* API, and convert gfs2 to errseq_t error reporting
 2017-07-26 19:50 UTC  (8+ messages)
` [PATCH v2 1/4] mm: consolidate dax / non-dax checks for writeback
` [PATCH v2 2/4] mm: add file_fdatawait_range and file_write_and_wait
` [PATCH v2 3/4] fs: convert sync_file_range to use errseq_t based error-tracking
` [PATCH v2 4/4] gfs2: convert to errseq_t based writeback error reporting for fsync

Potential race in TLB flush batching?
 2017-07-26 19:18 UTC  (15+ messages)

[HMM 12/15] mm/migrate: new memory migration helper for use with device memory v4
 2017-07-26 19:14 UTC  (13+ messages)

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

[PATCH] mm,hugetlb: compute page_size_log properly
 2017-07-26 18:48 UTC  (11+ 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: "

[PATCH v3] mm: Add SLUB free list pointer obfuscation
 2017-07-26 17:13 UTC  (8+ messages)
` [v3] "

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

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

[PATCH] mm, oom: allow oom reaper to race with exit_mmap
 2017-07-26 16:43 UTC  (23+ messages)

[v4 0/4] cgroup-aware OOM killer
 2017-07-26 14:50 UTC  (10+ messages)
` [v4 1/4] mm, oom: refactor the TIF_MEMDIE usage
` [v4 2/4] mm, oom: cgroup-aware OOM killer
` [v4 3/4] mm, oom: introduce oom_priority for memory cgroups
` [v4 4/4] mm, oom, docs: describe the cgroup-aware OOM killer

[PATCH v6] x86/mm: Improve TLB flush documentation
 2017-07-26 14:03 UTC  (4+ messages)

[RFC PATCH] mm: memcg: fix css double put in mem_cgroup_iter
 2017-07-26 13:44 UTC  (2+ messages)

[PATCH] mm: take memory hotplug lock within numa_zonelist_order_handler()
 2017-07-26 13:34 UTC  (5+ messages)

[PATCH 0/1] Clarify huge_pte_offset() semantics
 2017-07-26 13:34 UTC  (9+ 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 12:06 UTC  (8+ 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 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)

[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  (9+ messages)
` [PATCH -mm -v3 1/6] mm, swap: Add swap cache statistics sysfs interface
` [PATCH -mm -v3 6/6] mm, swap: Don't use VMA based swap readahead if HDD is used as swap

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

[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  (3+ messages)
` [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  (4+ 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).