linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-15 07:48:45 to 2019-10-16 13:55:11 UTC [more...]

[PATCH RFC v3 0/9] virtio-mem: paravirtualized memory
 2019-10-16 13:55 UTC  (14+ messages)
` [PATCH RFC v3 4/9] mm: Export alloc_contig_range() / free_contig_range()
` [PATCH RFC v3 6/9] mm: Allow to offline PageOffline() pages with a reference count of 0
` [PATCH RFC v3 8/9] mm/memory_hotplug: Introduce offline_and_remove_memory()

[PATCH 0/8] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-10-16 13:52 UTC  (15+ messages)
` [PATCH 1/8] kcsan: Add Kernel Concurrency Sanitizer infrastructure
` [PATCH 2/8] objtool, kcsan: Add KCSAN runtime functions to whitelist
` [PATCH 3/8] build, kcsan: Add KCSAN build exceptions
` [PATCH 4/8] seqlock, kcsan: Add annotations for KCSAN
` [PATCH 5/8] seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier
` [PATCH 6/8] asm-generic, kcsan: Add KCSAN instrumentation for bitops
` [PATCH 7/8] locking/atomics, kcsan: Add KCSAN instrumentation
` [PATCH 8/8] x86, kcsan: Enable KCSAN for x86

[PATCH v8 0/5] kasan: support backing vmalloc space with real shadow memory
 2019-10-16 13:22 UTC  (6+ messages)
` [PATCH v8 1/5] "

[PATCH V2] mm/page_alloc: Add alloc_contig_pages()
 2019-10-16 12:41 UTC  (6+ messages)

[PATCH 0/4] Fixes for THP in page cache
 2019-10-16 12:10 UTC  (6+ messages)
` [PATCH 1/4] proc/meminfo: fix output alignment
` [PATCH 2/4] mm/thp: fix node page state in split_huge_page_to_list()
` [PATCH 3/4] mm/thp: allow drop THP from page cache
` [PATCH 4/4] uprobe: only do FOLL_SPLIT_PMD for uprobe register

[PATCH] mm/page_alloc: Make alloc_gigantic_page() available for general use
 2019-10-16 11:49 UTC  (12+ messages)

[PATCH v3 1/3] mm/vmalloc: remove preempt_disable/enable when do preloading
 2019-10-16 11:07 UTC  (6+ messages)
` [PATCH v3 2/3] mm/vmalloc: respect passed gfp_mask "
` [PATCH v3 3/3] mm/vmalloc: add more comments to the adjust_va_to_fit_type()

[PATCH v2 0/5] eldie generated code for folded p4d/pud
 2019-10-16 10:35 UTC  (11+ messages)
` [PATCH v2 1/5] ARC: mm: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v2 2/5] asm-generic/tlb: stub out pud_free_tlb() if nopud
` [PATCH v2 3/5] asm-generic/tlb: stub out p4d_free_tlb() if nop4d
` [PATCH v2 4/5] asm-generic/tlb: stub out pmd_free_tlb() if nopmd
` [PATCH v2 5/5] asm-generic/mm: stub out p{4,d}d_clear_bad() if __PAGETABLE_P{4,u}D_FOLDED

[PATCH] kernel: dma: Make CMA boot parameters __ro_after_init
 2019-10-16 10:11 UTC  (3+ messages)

[PATCH V6 0/2] mm/debug: Add tests validating architecture page table helpers
 2019-10-16  9:54 UTC  (20+ messages)
` [PATCH V6 1/2] mm/page_alloc: Make alloc_gigantic_page() available for general use
` [PATCH V6 2/2] mm/debug: Add tests validating architecture page table helpers

[PATCH] mm: huge_pte_offset() returns pte_t *, not integer
 2019-10-16  9:51 UTC 

[PATCH v2] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2019-10-16  9:18 UTC  (4+ messages)

[PATCH] mm: include <linux/mman.h> for vm_committed_as_batch
 2019-10-16  9:15 UTC 

[PATCH] mm: Unsigned 'nr_pages' always larger than zero
 2019-10-16  9:07 UTC  (5+ messages)

[PATCH v1] drivers/base/memory.c: Drop the mem_sysfs_mutex
 2019-10-16  9:06 UTC  (2+ messages)

[PATCH hmm 00/15] Consolidate the mmu notifier interval_tree and locking
 2019-10-16  8:58 UTC  (18+ messages)
` [PATCH hmm 01/15] mm/mmu_notifier: define the header pre-processor parts even if disabled
` [PATCH hmm 02/15] mm/mmu_notifier: add an interval tree notifier
` [PATCH hmm 03/15] mm/hmm: allow hmm_range to be used with a mmu_range_notifier or hmm_mirror
` [PATCH hmm 04/15] mm/hmm: define the pre-processor related parts of hmm.h even if disabled
` [PATCH hmm 05/15] RDMA/odp: Use mmu_range_notifier_insert()
` [PATCH hmm 06/15] RDMA/hfi1: Use mmu_range_notifier_inset for user_exp_rcv
` [PATCH hmm 07/15] drm/radeon: use mmu_range_notifier_insert
` [PATCH hmm 08/15] xen/gntdev: Use select for DMA_SHARED_BUFFER
` [PATCH hmm 09/15] xen/gntdev: use mmu_range_notifier_insert
` [PATCH hmm 10/15] nouveau: use mmu_notifier directly for invalidate_range_start
` [PATCH hmm 11/15] nouveau: use mmu_range_notifier instead of hmm_mirror
` [PATCH hmm 13/15] drm/amdgpu: Use mmu_range_insert "
` [PATCH hmm 14/15] drm/amdgpu: Use mmu_range_notifier "
` [PATCH hmm 15/15] mm/hmm: remove hmm_mirror and related

[PATCH] mm, soft-offline: convert parameter to pfn
 2019-10-16  8:57 UTC  (6+ messages)

+ mm-hugetlb-make-alloc_gigantic_page-available-for-general-use.patch added to -mm tree
 2019-10-16  8:55 UTC  (14+ messages)

[PATCH] mm/memcontrol: update lruvec counters in mem_cgroup_move_account
 2019-10-16  8:25 UTC  (11+ messages)

+ mm-mmapc-use-is_err_value-to-check-return-value-of-get_unmapped_area.patch added to -mm tree
 2019-10-16  8:10 UTC 

memcgroup lruvec_lru_size scaling issue
 2019-10-16  7:25 UTC  (11+ messages)

[PATCH v5 0/8] Emulated coherent graphics memory take 2
 2019-10-16  6:42 UTC  (6+ messages)
` [PATCH v5 4/8] mm: Add write-protect and clean utilities for address space ranges

[RFC PATCH] mm: Fix a huge pud insertion race during faulting
 2019-10-16  5:59 UTC  (4+ messages)

[PATCH v2] mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_area
 2019-10-16  5:50 UTC  (3+ messages)

[RFC] writeback: add elastic bdi in cgwb bdp
 2019-10-16  2:26 UTC  (5+ messages)

[PATCH] kernel-doc: rename the kernel-doc directive 'functions' to 'specific'
 2019-10-16  0:48 UTC  (11+ messages)

[PATCH] tools/cgroup: add slabinfo.py tool
 2019-10-16  0:15 UTC 

[PATCH] hugetlbfs: add O_TMPFILE support
 2019-10-15 23:37 UTC  (3+ messages)

[PATCH v2 0/3] HMM tests and minor fixes
 2019-10-15 20:48 UTC  (4+ messages)
` [PATCH v2 1/3] mm/hmm: make full use of walk_page_range()
` [PATCH v2 2/3] mm/hmm: allow snapshot of the special zero page
` [PATCH v2 3/3] mm/hmm/test: add self tests for HMM

[PATCH] mm, swap: disallow swapon() on zoned block devices
 2019-10-15 20:43 UTC  (11+ messages)
` [PATCH v2] "
` Project idea: Swap to "

[PATCH 0/3] Allow ZRAM to use any zpool-compatible backend
 2019-10-15 20:00 UTC  (4+ messages)

[PATCH 25/34] mm: Use CONFIG_PREEMPTION
 2019-10-15 19:18 UTC 

[PATCH v1] hugetlbfs: don't access uninitialized memmaps in pfn_range_valid_gigantic()
 2019-10-15 18:34 UTC  (3+ messages)

[PATCH RT] Revert "ARM: Initialize split page table locks for vector page"
 2019-10-15 16:40 UTC  (3+ messages)

Advice on oops - memory trap on non-memory access instruction (invalid CR2?)
 2019-10-15 15:21 UTC  (3+ messages)

[PATCH v2 0/2] mm: Don't access uninitialized memmaps in PFN walkers
 2019-10-15 14:23 UTC  (11+ messages)
` [PATCH v2 2/2] mm/memory-failure.c: Don't access uninitialized memmaps in memory_failure()

[PATCH] hugetlb: Add nohugepages parameter to prevent hugepages creation
 2019-10-15 14:09 UTC  (7+ messages)

[linux-next:master 4446/4746] include/asm-generic/pgtable.h:1193: Error: Unknown opcode: `static'
 2019-10-15 10:32 UTC 

[PATCH 1/1] mm/vmalloc: remove preempt_disable/enable when do preloading
 2019-10-15  9:54 UTC  (8+ messages)

[linux-next:master] BUILD REGRESSION 4eeb5abd245d849a4692325339a94566953363d6
 2019-10-15  9:28 UTC 

[PATCH 1/2] mm/vmstat: add helpers to get vmstat item names for each enum type
 2019-10-15  9:02 UTC  (2+ messages)
` [PATCH 2/2] mm/memcontrol: use vmstat names for printing statistics

[PATCH V2] hugetlb: Add nohugepages parameter to prevent hugepages creation
 2019-10-15  8:38 UTC  (2+ messages)

[RFC, PATCH] mm, thp: Try to bound number of pages on deferred split queue
 2019-10-15  8:09 UTC  (2+ messages)

[PATCH v6 00/14] Provide generic top-down mmap layout functions
 2019-10-15  7:48 UTC  (10+ messages)
` [PATCH v6 14/14] riscv: Make mmap allocation top-down by default


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