linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-24 08:23:15 to 2018-10-29 10:08:37 UTC [more...]

[PATCH 0/2] thp nodereclaim fixes
 2018-10-29 10:08 UTC  (18+ messages)
` [PATCH 1/2] mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
` [PATCH 2/2] mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask

[PATCH v3] mm/page_owner: use kvmalloc instead of kmalloc
 2018-10-29  8:17 UTC  (3+ messages)

memcg oops: memcg_kmem_charge_memcg()->try_charge()->page_counter_try_charge()->BOOM
 2018-10-29  6:00 UTC 

[PATCHv2] mm/page_owner: use kvmalloc instead of kmalloc
 2018-10-29  2:30 UTC  (2+ messages)

[kvm PATCH v4 0/2] use vmalloc to allocate vmx vcpus
 2018-10-29  1:58 UTC  (8+ 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 0/4] Add support for fast mremap
 2018-10-28 22:40 UTC  (18+ 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 1/2] mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
 2018-10-28 21:45 UTC  (14+ messages)

[PATCH RESEND] c6x: switch to NO_BOOTMEM
 2018-10-28 16:30 UTC  (3+ messages)
  ` [Linux-c6x-dev] "

[PATCH] mm: simplify get_next_ra_size
 2018-10-28 11:05 UTC  (5+ messages)

a31acd3ee8 ("x86/mm: Page size aware flush_tlb_mm_range()"): BUG: KASAN: stack-out-of-bounds in __unwind_start
 2018-10-28  2:09 UTC 

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

Caching/buffers become useless after some time
 2018-10-27  6:42 UTC  (18+ messages)

[RFC PATCH 0/2] oom, memcg: do not report racy no-eligible OOM
 2018-10-27  1:10 UTC  (6+ messages)
` [RFC PATCH 2/2] memcg: do not report racy no-eligible OOM tasks

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

[PATCHv3 0/3] Fix couple of issues with LDT remap for PTI
 2018-10-26 12:28 UTC  (4+ messages)
` [PATCHv3 1/3] x86/mm: Move LDT remap out of KASLR region on 5-level paging
` [PATCHv3 2/3] x86/ldt: Unmap PTEs for the slot before freeing LDT pages
` [PATCHv3 3/3] x86/ldt: Remove unused variable in map_ldt_struct()

[PATCH 4.18] Revert "mm: slowly shrink slabs with a relatively small number of objects"
 2018-10-26 11:18 UTC 

[PATCH 0/7][V3] drop the mmap_sem when doing IO in the fault path
 2018-10-26  9:47 UTC  (5+ messages)
` [PATCH 7/7] btrfs: drop mmap_sem in mkwrite for btrfs

[PATCH v1 0/4]mm: convert totalram_pages, totalhigh_pages and managed pages to atomic
 2018-10-26 11:01 UTC  (5+ messages)
` [PATCH v1 1/4] mm: Fix multiple evaluvations of totalram_pages and managed_pages
` [PATCH v1 2/4] mm: Convert zone->managed_pages to atomic variable
` [PATCH v1 3/4] mm: convert totalram_pages and totalhigh_pages variables to atomic
` [PATCH v1 4/4] mm: Remove managed_page_count spinlock

[PATCH v1 0/4]mm: convert totalram_pages, totalhigh_pages and managed pages to atomic
 2018-10-26 11:00 UTC  (5+ messages)
` [PATCH v1 1/4] mm: Fix multiple evaluvations of totalram_pages and managed_pages
` [PATCH v1 2/4] mm: Convert zone->managed_pages to atomic variable
` [PATCH v1 3/4] mm: convert totalram_pages and totalhigh_pages variables to atomic
` [PATCH v1 4/4] mm: Remove managed_page_count spinlock

[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  (15+ messages)
` [PATCH 03/17] prmem: vmalloc support for dynamic allocation
` [PATCH 05/17] prmem: shorthands for write rare on common types
` [PATCH 06/17] prmem: test cases for memory protection
` [PATCH 08/17] prmem: struct page: track vmap_area

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

[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 -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 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 2/2] kvm: vmx: use vmalloc() to allocate vcpus
 2018-10-25 12:58 UTC  (5+ messages)

[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  (16+ 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  (8+ 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] 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 


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