linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-21 01:04:54 to 2018-11-22 10:13:09 UTC [more...]

[PATCH] mm, hotplug: protect nr_zones with pgdat_resize_lock()
 2018-11-22 10:12 UTC  (11+ messages)
` [PATCH v2] mm, hotplug: move init_currently_empty_zone() under zone_span_lock protection

[PATCH v2 0/8] mm/kdump: allow to exclude pages that are logically offline
 2018-11-22 10:09 UTC  (10+ messages)
` [PATCH v2 1/8] mm: balloon: update comment about isolation/migration/compaction
` [PATCH v2 2/8] mm: convert PG_balloon to PG_offline
` [PATCH v2 3/8] kexec: export PG_offline to VMCOREINFO
` [PATCH v2 4/8] xen/balloon: mark inflated pages PG_offline
` [PATCH v2 5/8] hv_balloon: "
` [PATCH v2 6/8] vmw_balloon: "
` [PATCH v2 7/8] PM / Hibernate: use pfn_to_online_page()
` [PATCH v2 8/8] PM / Hibernate: exclude all PageOffline() pages
` [PATCH v2] makedumpfile: exclude pages that are logically offline

[PATCH V11 00/19] block: support multi-page bvec
 2018-11-22 10:04 UTC  (43+ messages)
` [PATCH V11 01/19] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V11 02/19] block: introduce multi-page bvec helpers
` [PATCH V11 03/19] block: introduce bio_for_each_bvec()
` [PATCH V11 04/19] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V11 05/19] block: use bio_for_each_bvec() to map sg
` [PATCH V11 06/19] block: introduce bvec_last_segment()
` [PATCH V11 07/19] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V11 08/19] btrfs: use bvec_last_segment to get bio's last page
` [PATCH V11 09/19] btrfs: move bio_pages_all() to btrfs
` [PATCH V11 10/19] block: loop: pass multi-page bvec to iov_iter
` [PATCH V11 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V11 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V11 13/19] block: move bounce_clone_bio into bio.c
` [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split
` [PATCH V11 15/19] block: enable multipage bvecs
` [PATCH V11 16/19] block: always define BIO_MAX_PAGES as 256
` [PATCH V11 17/19] block: document usage of bio iterator helpers
` [PATCH V11 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V11 19/19] block: kill BLK_MQ_F_SG_MERGE

[PATCH] mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init()
 2018-11-22  9:48 UTC 

[RFC PATCH 0/4] mm, memory_hotplug: allocate memmap from hotadded memory
 2018-11-22  9:21 UTC  (2+ messages)

[PATCH] mm/slub: skip node in case there is no slab to acquire
 2018-11-22  9:13 UTC  (4+ messages)
` [PATCH v2] mm/slub: improve performance by skipping checked node in get_any_partial()

[RFC PATCH 0/3] few memory offlining enhancements
 2018-11-22  9:05 UTC  (10+ messages)
` [RFC PATCH 3/3] mm, fault_around: do not take a reference to a locked page

[PATCH v2] kmemleak: Turn kmemleak_lock to raw spinlock on RT
 2018-11-22  9:04 UTC 

[PATCH] mm: use this_cpu_cmpxchg_double in put_cpu_partial
 2018-11-22  9:00 UTC  (8+ messages)
` [LKP] [mm] fb420465c9: kernel_BUG_at_mm/slub.c

[PATCH v2 0/3] iommu/io-pgtable-arm-v7s: Use DMA32 zone for page tables
 2018-11-22  8:26 UTC  (19+ messages)
` [PATCH v2 2/3] mm: Add support for SLAB_CACHE_DMA32
` [PATCH v2 3/3] iommu/io-pgtable-arm-v7s: Request DMA32 memory, and improve debugging

[Bug 201699] New: kmemleak in memcg_create_kmem_cache
 2018-11-22  8:21 UTC  (18+ messages)
    `  "
      `  "
        `  "
          `  "
              ` Re:Re: "
          `  "

[PATCH 0/1] mm/gup: finish consolidating error handling
 2018-11-22  7:48 UTC  (4+ messages)
` [PATCH] "

[RFC] a question about reuse hwpoison page in soft_offline_page()
 2018-11-22  6:42 UTC  (6+ messages)
    ` 答复: "

Make __memblock_free_early a wrapper of memblock_free rather dup it
 2018-11-22  5:27 UTC  (2+ messages)

[PATCH v2] mm: fix swap offset when replacing shmem page
 2018-11-22  5:01 UTC  (5+ messages)
` [PATCH v3] mm: use swp_offset as key in shmem_replace_page()

LPC Traffic Shaping w/ BPF Talk - percpu followup
 2018-11-22  4:01 UTC  (2+ messages)

[PATCH -next 1/2] mm/memfd: make F_SEAL_FUTURE_WRITE seal more robust
 2018-11-22  3:25 UTC  (10+ messages)

[PATCH RESEND 0/2] free order-0 pages through PCP in page_frag_free() and cleanup
 2018-11-22  3:15 UTC  (4+ messages)
` [PATCH v2 RESEND 1/2] mm/page_alloc: free order-0 pages through PCP in page_frag_free()
  ` [PATCH v2 RESEND update "

[PATCH v2 00/17] locking/lockdep: Add a new class of terminal locks
 2018-11-22  2:04 UTC  (4+ messages)
` [PATCH v2 07/17] debugobjects: Move printk out of db lock critical sections

Memory hotplug softlock issue
 2018-11-22  1:53 UTC  (19+ messages)

[PATCH] mm: convert totalram_pages, totalhigh_pages and managed_pages to atomic
 2018-11-22  1:33 UTC 

[PATCH v8 0/7] mm: Merge hmm into devm_memremap_pages, mark GPL-only
 2018-11-22  1:20 UTC  (2+ messages)

[PATCH 0/4] Fragmentation avoidance improvements v4
 2018-11-21 22:07 UTC  (8+ messages)
` [PATCH 1/4] mm, page_alloc: Spread allocations across zones before introducing fragmentation
` [PATCH 2/4] mm: Move zone watermark accesses behind an accessor
` [PATCH 3/4] mm: Reclaim small amounts of memory when an external fragmentation event occurs
` [PATCH 4/4] mm: Stall movable allocations until kswapd progresses during serious external fragmentation event

[PATCH v2 0/6] RFC: gup+dma: tracking dma-pinned pages
 2018-11-21 22:06 UTC  (5+ messages)

[mmotm:master 47/137] htmldocs: mm/memblock.c:1261: warning: Function parameter or member 'out_spfn' not described in '__next_mem_pfn_range_in_zone'
 2018-11-21 20:19 UTC  (3+ messages)

[PATCH 0/9] Use vm_insert_range
 2018-11-21 20:04 UTC  (5+ messages)

find_get_pages_contig
 2018-11-21 18:33 UTC 

[RFC PATCH 0/3] THP eligibility reporting via proc
 2018-11-21 18:01 UTC  (10+ messages)
` [RFC PATCH 1/3] mm, proc: be more verbose about unstable VMA flags in /proc/<pid>/smaps

[PATCH] userfaultfd: convert userfaultfd_ctx::refcount to refcount_t
 2018-11-21 17:42 UTC  (2+ messages)

[PATCH v1 0/8] mm/kdump: allow to exclude pages that are logically offline
 2018-11-21 15:35 UTC  (25+ messages)
` [PATCH v1 1/8] mm: balloon: update comment about isolation/migration/compaction
` [PATCH v1 2/8] mm: convert PG_balloon to PG_offline
` [PATCH v1 3/8] kexec: export PG_offline to VMCOREINFO
` [PATCH v1 5/8] hv_balloon: mark inflated pages PG_offline
` [PATCH v1 6/8] vmw_balloon: "
` [PATCH v1 8/8] PM / Hibernate: exclude all PageOffline() pages
` [PATCH v1] makedumpfile: exclude pages that are logically offline

[PATCH 1/9] mm: Introduce new vm_insert_range API
 2018-11-21 14:29 UTC  (8+ messages)

[PATCH] slab.h: Avoid using & for logical and of booleans
 2018-11-21 13:22 UTC 

[PATCH v15 1/2] Reorganize the oom report in dump_header
 2018-11-21 11:29 UTC  (2+ messages)
` [PATCH v15 2/2] Add oom victim's memcg to the oom context information

[LKP] dd2283f260 [ 97.263072] WARNING:at_kernel/locking/lockdep.c:#lock_downgrade
 2018-11-21 11:17 UTC  (7+ messages)

[PATCH V10 00/19] block: support multi-page bvec
 2018-11-21 10:19 UTC  (15+ messages)
` [PATCH V10 09/19] block: introduce bio_bvecs()

[PATCH V4 0/3] * mm/kvm/vfio/ppc64: Migrate compound pages out of CMA region
 2018-11-21  9:22 UTC  (4+ messages)
` [PATCH V4 1/3] mm: Add get_user_pages_cma_migrate
` [PATCH V4 2/3] powerpc/mm/iommu: Allow migration of cma allocated pages during mm_iommu_get
` [PATCH V4 3/3] powerpc/mm/iommu: Allow large IOMMU page size only for hugetlb backing

[PATCH 7/9] videobuf2/videobuf2-dma-sg.c: Convert to use vm_insert_range
 2018-11-21  7:54 UTC  (2+ messages)

[RFC PATCH v6 00/26] Control-flow Enforcement: Shadow Stack
 2018-11-21  7:24 UTC  (5+ messages)
` [RFC PATCH v6 01/26] Documentation/x86: Add CET description

[PATCH RFC v3 0/4] mm: some enhancements to the page fault mechanism
 2018-11-21  6:21 UTC  (5+ messages)
` [PATCH RFC v3 1/4] mm: gup: rename "nonblocking" to "locked" where proper
` [PATCH RFC v3 2/4] mm: userfault: return VM_FAULT_RETRY on signals
` [PATCH RFC v3 3/4] mm: allow VM_FAULT_RETRY for multiple times
` [PATCH RFC v3 4/4] mm: gup: "

[RFC PATCH v2 0/4] kvmppc: HMM backend driver to manage pages of secure guest
 2018-11-21  5:28 UTC  (5+ messages)
` [RFC PATCH v2 1/4] "
` [RFC PATCH v2 2/4] kvmppc: Add support for shared pages in HMM driver
` [RFC PATCH v2 3/4] kvmppc: H_SVM_INIT_START and H_SVM_INIT_DONE hcalls
` [RFC PATCH v2 4/4] kvmppc: Handle memory plug/unplug to secure VM

[PATCH] mm: use managed_zone() for more exact check in zone iteration
 2018-11-21  3:05 UTC  (3+ 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).