linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-23 13:02:52 to 2018-10-26 10:57:01 UTC [more...]

[PATCH] mm/page_owner: use vmalloc instead of kmalloc
 2018-10-26 10:56 UTC  (6+ messages)

[PATCH 02/17] prmem: write rare for static allocation
 2018-10-26  9:41 UTC  (18+ messages)
` [PATCH 03/17] prmem: vmalloc support for dynamic allocation
` [PATCH 04/17] prmem: "
` [PATCH 05/17] prmem: shorthands for write rare on common types
` [PATCH 06/17] prmem: test cases for memory protection
` [PATCH 07/17] prmem: lkdtm tests "
` [PATCH 08/17] prmem: struct page: track vmap_area
` [PATCH 09/17] prmem: hardened usercopy

[PATCH 0/9] Allow persistent memory to be used like normal RAM
 2018-10-26  9:03 UTC  (9+ messages)

[RFC PATCH] mm: don't reclaim inodes with many attached pages
 2018-10-26  8:57 UTC  (13+ messages)

[PATCH 0/4] Add support for fast mremap
 2018-10-26  8:52 UTC  (14+ messages)
` [PATCH 1/4] treewide: remove unused address argument from pte_alloc functions (v2)
` [PATCH 2/4] mm: speed up mremap by 500x on large regions (v2)

[PATCH v2 0/2] mm: soft-offline: fix race against page allocation
 2018-10-26  8:46 UTC  (5+ messages)

Caching/buffers become useless after some time
 2018-10-26  8:01 UTC  (16+ messages)

[kvm PATCH v4 0/2] use vmalloc to allocate vmx vcpus
 2018-10-26  7:59 UTC  (3+ messages)
` [kvm PATCH v4 1/2] kvm: vmx: refactor vmx_msrs struct for vmalloc
` [kvm PATCH v4 2/2] kvm: vmx: use vmalloc() to allocate vcpus

[PATCH 1/3] mm, slub: not retrieve cpu_slub again in new_slab_objects()
 2018-10-26  4:33 UTC  (9+ messages)
` [PATCH 2/3] mm, slub: unify access to s->cpu_slab by replacing raw_cpu_ptr() with this_cpu_ptr()
` [PATCH 3/3] mm, slub: make the comment of put_cpu_partial() complete

[PATCH] mm/thp: Correctly differentiate between mapped THP and PMD migration entry
 2018-10-26  1:39 UTC  (11+ messages)

[PATCH RFC v2 0/1] hugetlbfs: Use i_mmap_rwsem for pmd share and fault/trunc
 2018-10-26  0:42 UTC  (3+ messages)
` [PATCH RFC v2 1/1] hugetlbfs: use i_mmap_rwsem for pmd sharing and truncate/fault sync

[PATCH] z3fold: encode object length in the handle
 2018-10-25 19:42 UTC  (2+ messages)

[PATCH 0/2] thp nodereclaim fixes
 2018-10-25 16:45 UTC  (13+ messages)
` [PATCH 2/2] mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask

[PATCH -V6 00/21] swap: Swapout/swapin THP in one piece
 2018-10-25 15:00 UTC  (12+ messages)
` [PATCH -V6 06/21] swap: Support PMD swap mapping when splitting huge PMD
` [PATCH -V6 14/21] swap: Support to move swap account for PMD swap mapping

[PATCH 0/7][V3] drop the mmap_sem when doing IO in the fault path
 2018-10-25 13:58 UTC  (4+ messages)
` [PATCH 7/7] btrfs: drop mmap_sem in mkwrite for btrfs

[PATCH 1/2] mm/zsmalloc.c: check encoded object value overflow for PAE
 2018-10-25 13:43 UTC  (8+ messages)
` [PATCH 2/2] mm/zsmalloc.c: fix zsmalloc ARM LPAE support

[kvm PATCH 1/2] mm: export __vmalloc_node_range()
 2018-10-25 12:58 UTC  (12+ messages)
` [kvm PATCH 0/2] kvm: vmalloc vmx vcpus
  ` [kvm PATCH 2/2] kvm: vmx: use vmalloc() to allocate vcpus

[mm PATCH v3 0/6] Deferred page init improvements
 2018-10-25 12:41 UTC  (9+ messages)
` [mm PATCH v3 4/6] mm: Move hot-plug specific memory init into separate functions and optimize

Memory management issue in 4.18.15
 2018-10-25 11:26 UTC  (4+ messages)

[RFC PATCH 0/2] improve vmalloc allocation
 2018-10-25 10:42 UTC  (20+ messages)

[PATCH v37 0/3] Virtio-balloon: support free page reporting
 2018-10-25 10:18 UTC  (3+ messages)

[PATCH] mm: convert totalram_pages, totalhigh_pages and managed_pages to atomic
 2018-10-25  9:21 UTC  (13+ messages)

[RFC PATCH v2 0/3] oom: rework oom_reaper vs. exit_mmap handoff
 2018-10-25  8:24 UTC  (4+ messages)
` [RFC PATCH v2 1/3] mm, oom: rework mmap_exit vs. oom_reaper synchronization
` [RFC PATCH v2 2/3] mm, oom: keep retrying the oom_reap operation as long as there is substantial memory left
` [RFC PATCH v2 3/3] mm, oom: hand over MMF_OOM_SKIP to exit path if it is guranteed to finish

[PATCHv2 0/2] Fix couple of issues with LDT remap for PTI
 2018-10-25  8:11 UTC  (7+ messages)
` [PATCHv2 1/2] x86/mm: Move LDT remap out of KASLR region on 5-level paging
` [PATCHv2 2/2] x86/ldt: Unmap PTEs for the slot before freeing LDT pages

[PATCH V3 0/5] arm64/mm: Enable HugeTLB migration
 2018-10-25  7:45 UTC  (10+ messages)
` [PATCH V3 1/5] mm/hugetlb: Distinguish between migratability and movability
` [PATCH V3 3/5] mm/hugetlb: Enable arch specific huge page size support for migration
` [PATCH V3 4/5] arm64/mm: Enable HugeTLB migration
` [PATCH V3 5/5] arm64/mm: Enable HugeTLB migration for contiguous bit HugeTLB pages

[PATCH] mm/gup_benchmark: prevent integer overflow in ioctl
 2018-10-25  7:32 UTC  (2+ messages)

[PATCH 0/2] Fix couple of issues with LDT remap for PTI
 2018-10-25  7:26 UTC  (9+ messages)
` [PATCH 1/2] x86/mm: Move LDT remap out of KASLR region on 5-level paging
` [PATCH 2/2] x86/ldt: Unmap PTEs for the slow before freeing LDT

[PATCH] mm,oom: Use timeout based back off
 2018-10-25  7:11 UTC  (4+ messages)

[PATCH] tmpfs: let lseek return ENXIO with a negative offset
 2018-10-25  2:22 UTC 

[kvm PATCH v3 1/1] kvm: vmx: use vmalloc() to allocate vcpus
 2018-10-25  0:08 UTC  (3+ messages)

[PATCH 0/6] HMM updates, improvements and fixes v2
 2018-10-24 23:10 UTC  (3+ messages)
` [PATCH 3/6] mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback

[PATCH] memory_hotplug: fix the panic when memory end is not on the section boundary
 2018-10-24 19:28 UTC  (7+ messages)

[RFC] [PATCH] netfilter: Fix kmemleak false positive reports
 2018-10-24 17:29 UTC 

Redoing eXclusive Page Frame Ownership (XPFO) with isolated CPUs in mind (for KVM to isolate its guests per CPU)
 2018-10-24 15:00 UTC  (12+ messages)

[PATCH 0/6] RFC: gup+dma: tracking dma-pinned pages
 2018-10-24 11:00 UTC  (5+ messages)
` [PATCH 4/6] mm: introduce page->dma_pinned_flags, _count

[kvm PATCH v2 1/1] kvm: vmx: use vmalloc() to allocate vcpus
 2018-10-24  8:34 UTC 

[PATCH V5 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio
 2018-10-24 14:32 UTC  (3+ messages)
` [PATCH V5 1/4] kvm: remove redundant reserved page check

[PATCH] hugetlbfs: dirty pages as they are added to pagecache
 2018-10-24  5:00 UTC  (5+ messages)

[PATCH] kernel:mm/vmstat.c: correct typo in comment to variables for counters
 2018-10-24  1:17 UTC 

[PATCH RESEND V8 0/2] Currently used jhash are slow enough and replace it allow as to make KSM
 2018-10-23 18:25 UTC  (3+ messages)
` [PATCH RESEND V8 1/2] xxHash: create arch dependent 32/64-bit xxhash()
` [PATCH RESEND V8 2/2] ksm: replace jhash2 with xxhash

[PATCH 0/9] psi: pressure stall information for CPU, memory, and IO v4
 2018-10-23 17:41 UTC  (4+ messages)

[PATCH v7 0/7] mm: Merge hmm into devm_memremap_pages, mark GPL-only
 2018-10-23 17:01 UTC  (5+ messages)
` [PATCH v7 1/7] mm, devm_memremap_pages: Mark devm_memremap_pages() EXPORT_SYMBOL_GPL

memcg versus clone(CLONE_VM without CLONE_THREAD)
 2018-10-23 16:55 UTC  (2+ messages)

[PATCH] mm: prototype: rid swapoff of quadratic complexity
 2018-10-23 13:53 UTC  (2+ messages)
` [PATCH RESEND] "

[PATCH v2] mm: Introduce new function vm_insert_kmem_page
 2018-10-23 13:15 UTC  (12+ 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).