linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-10 22:54:23 to 2019-05-14 12:22:09 UTC [more...]

[PATCH] mm/slub: avoid double string traverse in kmem_cache_flags()
 2019-05-14 12:22 UTC  (2+ messages)

[v2 PATCH] mm: mmu_gather: remove __tlb_reset_range() for force flush
 2019-05-14 12:02 UTC  (5+ messages)

[PATCH] mm: Introduce page_size()
 2019-05-14 11:53 UTC  (4+ messages)

[v2 PATCH] mm: mmu_gather: remove __tlb_reset_range() for force flush
 2019-05-14 11:49 UTC  (7+ messages)

[RFC KVM 00/27] KVM Address Space Isolation
 2019-05-14 10:26 UTC  (73+ messages)
` [RFC KVM 01/27] kernel: Export memory-management symbols required for KVM address space isolation
` [RFC KVM 02/27] KVM: x86: Introduce address_space_isolation module parameter
` [RFC KVM 03/27] KVM: x86: Introduce KVM separate virtual address space
` [RFC KVM 04/27] KVM: x86: Switch to KVM address space on entry to guest
` [RFC KVM 05/27] KVM: x86: Add handler to exit kvm isolation
` [RFC KVM 06/27] KVM: x86: Exit KVM isolation on IRQ entry
` [RFC KVM 07/27] KVM: x86: Switch to host address space when may access sensitive data
` [RFC KVM 08/27] KVM: x86: Optimize branches which checks if address space isolation enabled
` [RFC KVM 09/27] kvm/isolation: function to track buffers allocated for the KVM page table
` [RFC KVM 10/27] kvm/isolation: add KVM page table entry free functions
` [RFC KVM 11/27] kvm/isolation: add KVM page table entry offset functions
` [RFC KVM 12/27] kvm/isolation: add KVM page table entry allocation functions
` [RFC KVM 13/27] kvm/isolation: add KVM page table entry set functions
` [RFC KVM 14/27] kvm/isolation: functions to copy page table entries for a VA range
` [RFC KVM 15/27] kvm/isolation: keep track of VA range mapped in KVM address space
` [RFC KVM 16/27] kvm/isolation: functions to clear page table entries for a VA range
` [RFC KVM 17/27] kvm/isolation: improve mapping copy when mapping is already present
` [RFC KVM 18/27] kvm/isolation: function to copy page table entries for percpu buffer
` [RFC KVM 19/27] kvm/isolation: initialize the KVM page table with core mappings
` [RFC KVM 20/27] kvm/isolation: initialize the KVM page table with vmx specific data
` [RFC KVM 21/27] kvm/isolation: initialize the KVM page table with vmx VM data
` [RFC KVM 22/27] kvm/isolation: initialize the KVM page table with vmx cpu data
` [RFC KVM 23/27] kvm/isolation: initialize the KVM page table with the vcpu tasks
` [RFC KVM 24/27] kvm/isolation: KVM page fault handler
` [RFC KVM 25/27] kvm/isolation: implement actual KVM isolation enter/exit
` [RFC KVM 26/27] kvm/isolation: initialize the KVM page table with KVM memslots
` [RFC KVM 27/27] kvm/isolation: initialize the KVM page table with KVM buses

[PATCH RFC 0/4] mm/ksm: add option to automerge VMAs
 2019-05-14  9:12 UTC  (9+ messages)

[PATCH] mm: mmu_gather: remove __tlb_reset_range() for force flush
 2019-05-14  8:58 UTC  (16+ messages)

[PATCH] docs: reorder memory-hotplug documentation
 2019-05-14  8:23 UTC 

[v2 PATCH] mm: vmscan: correct nr_reclaimed for THP
 2019-05-14  6:20 UTC  (5+ messages)

[PATCH V3 0/2] mm/ioremap: Check virtual address alignment
 2019-05-14  5:55 UTC  (4+ messages)
` [PATCH V3 1/2] mm/ioremap: Check virtual address alignment while creating huge mappings

[rgushchin:kmem_reparent.4 170/380] mm/mprotect.c:152:16: error: 'mm' undeclared
 2019-05-14  5:54 UTC 

[rgushchin:kmem_reparent.4 170/380] mm/mprotect.c:138:19: error: 'struct vm_area_struct' has no member named 'mm'
 2019-05-14  5:44 UTC 

[PATCH] mm/nvdimm: Use correct #defines instead of opencoding
 2019-05-14  4:46 UTC  (5+ messages)

[PATCH] mm/nvdimm: Use correct alignment when looking at first pfn from a region
 2019-05-14  4:41 UTC  (3+ messages)

[RFC PATCH] mm/nvdimm: Fix kernel crash on devm_mremap_pages_release
 2019-05-14  4:40 UTC  (4+ messages)

[PATCH] mm/nvdimm: Pick the right alignment default when creating dax devices
 2019-05-14  2:54 UTC 

Maintainer's / Kernel Summit 2019 planning kick-off
 2019-05-13 23:06 UTC 

[GIT PULL] percpu changes for v5.2-rc1
 2019-05-13 22:55 UTC  (2+ messages)

[PATCH 0/2] Two bug-fixes for HMM
 2019-05-13 22:37 UTC  (10+ messages)
` [PATCH 1/2] mm/hmm: support automatic NUMA balancing
` [PATCH 2/2] mm/hmm: Only set FAULT_FLAG_ALLOW_RETRY for non-blocking

[PATCH v8 00/12] mm: Sub-section memory hotplug support
 2019-05-13 21:11 UTC  (5+ messages)
` [PATCH v8 09/12] mm/sparsemem: Support sub-section hotplug

[PATCH] mm/mprotect: fix compilation warning because of unused 'mm' varaible
 2019-05-13 20:54 UTC  (3+ messages)

[PATCH] mem_cgroup: event_list_lock requires irqsave lock
 2019-05-13 20:44 UTC 

[PATCH v3 0/7] mm: reparent slab memory on cgroup removal
 2019-05-13 20:21 UTC  (18+ messages)
` [PATCH v3 1/7] mm: postpone kmem_cache memcg pointer initialization to memcg_link_cache()
` [PATCH v3 2/7] mm: generalize postponed non-root kmem_cache deactivation
` [PATCH v3 3/7] mm: introduce __memcg_kmem_uncharge_memcg()
` [PATCH v3 4/7] mm: unify SLAB and SLUB page accounting
` [PATCH v3 5/7] mm: rework non-root kmem_cache lifecycle management
` [PATCH v3 6/7] mm: reparent slab memory on cgroup removal
` [PATCH v3 7/7] mm: fix /proc/kpagecgroup interface for slab pages

[PATCH v2 0/6] mm/devm_memremap_pages: Fix page release race
 2019-05-13 19:22 UTC  (3+ messages)

[PATCH] fs/writeback: Attach inode's wb to root if needed
 2019-05-13 18:30 UTC  (4+ messages)

[PATCH 0/5] mm/hmm: HMM documentation updates and code fixes
 2019-05-13 18:10 UTC  (10+ messages)
` [PATCH 4/5] mm/hmm: hmm_vma_fault() doesn't always call hmm_range_unregister()

[RFC] simple_lmk: Introduce Simple Low Memory Killer for Android
 2019-05-13 16:45 UTC  (11+ messages)

[PATCH -next v2] mm/hotplug: fix a null-ptr-deref during NUMA boot
 2019-05-13 15:31 UTC  (6+ messages)

[PATCH, RFC 00/62] Intel MKTME enabling
 2019-05-13 14:27 UTC  (4+ messages)
` [PATCH, RFC 03/62] mm/ksm: Do not merge pages with different KeyIDs

Bulk kmalloc
 2019-05-13 12:04 UTC  (4+ messages)

[PATCH v2 00/15] Remove 'order' argument from many mm functions
 2019-05-13 11:42 UTC  (7+ messages)
` [PATCH v2 14/15] mm: Pass order to try_to_free_pages in GFP flags

[PATCH V2 0/2] arm64/mm: Enable memory hot remove
 2019-05-13 10:01 UTC  (4+ messages)

[PATCH] mm: Change count_mm_mlocked_page_nr return type
 2019-05-13  9:15 UTC  (2+ messages)

[PATCH] mm,vmstat: correct pagetypeinfo statistics when show
 2019-05-13  8:53 UTC  (4+ messages)

[RESEND PATCH v2 1/2] memcg, oom: no oom-kill for __GFP_RETRY_MAYFAIL
 2019-05-13  8:51 UTC  (3+ messages)
` [RESEND PATCH v2 2/2] memcg, fsnotify: no oom-kill for remote memcg charging

[PATCH v2 0/8] mm/memory_hotplug: Factor out memory block device handling
 2019-05-13  8:20 UTC  (5+ messages)
` [PATCH v2 3/8] mm/memory_hotplug: arch_remove_memory() and __remove_pages() with CONFIG_MEMORY_HOTPLUG

[PATCH 00/16] treewide: fix match_string() helper when array size
 2019-05-13  7:00 UTC  (8+ messages)
` [PATCH 03/16] lib,treewide: add new match_string() helper/macro

[PATCH v2] mm/vmscan: expose cgroup_ino for memcg reclaim tracepoints
 2019-05-12  8:25 UTC 

[PATCH -next] mm/hotplug: fix a null-ptr-deref during NUMA boot
 2019-05-12  4:34 UTC 

[PATCH] mm/page-writeback: introduce tracepoint for wait_on_page_writeback
 2019-05-11 23:28 UTC  (4+ messages)

[PATCH] mm: vmscan: correct nr_reclaimed for THP
 2019-05-11 22:33 UTC  (7+ messages)

[PATCH] mm: Change count_mm_mlocked_page_nr return type
 2019-05-11  8:10 UTC  (2+ messages)

[PATCH 0/4] RFC: add init_on_alloc/init_on_free boot options
 2019-05-11  7:28 UTC  (5+ messages)
` [PATCH 3/4] gfp: mm: introduce __GFP_NOINIT

[PATCH] mm/vmscan: expose cgroup_ino for memcg reclaim tracepoints
 2019-05-11  0:51 UTC  (3+ messages)

[PATCH] mm/gup.c: Make follow_page_mask static
 2019-05-10 23:59 UTC  (2+ 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).