linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-03 19:15:44 to 2019-06-05 11:23:37 UTC [more...]

[RFC V2] mm: Generalize notify_page_fault()
 2019-06-05 11:23 UTC  (6+ messages)

[PATCH v3 00/11] mm/memory_hotplug: Factor out memory block devicehandling
 2019-06-05 10:58 UTC  (25+ messages)
` [PATCH v3 04/11] arm64/mm: Add temporary arch_remove_memory() implementation
` [PATCH v3 05/11] drivers/base/memory: Pass a block_id to init_memory_block()
` [PATCH v3 06/11] mm/memory_hotplug: Allow arch_remove_pages() without CONFIG_MEMORY_HOTREMOVE
` [PATCH v3 07/11] mm/memory_hotplug: Create memory block devices after arch_add_memory()
` [PATCH v3 08/11] mm/memory_hotplug: Drop MHP_MEMBLOCK_API
` [PATCH v3 09/11] mm/memory_hotplug: Remove memory block devices before arch_remove_memory()

[PATCH V3 1/2] zpool: Add malloc_support_movable to zpool_driver
 2019-06-05 10:06 UTC  (2+ messages)
` [PATCH V3 2/2] zswap: Use movable memory if zpool support allocate movable memory

[PATCH uprobe, thp v2 0/5] THP aware uprobe
 2019-06-05 10:02 UTC  (7+ messages)
` [PATCH uprobe, thp v2 1/5] mm: move memcmp_pages() and pages_identical()
` [PATCH uprobe, thp v2 2/5] uprobe: use original page when all uprobes are removed
` [PATCH uprobe, thp v2 3/5] mm, thp: introduce FOLL_SPLIT_PMD
` [PATCH uprobe, thp v2 4/5] uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLIT
` [PATCH uprobe, thp v2 5/5] uprobe: collapse THP pmd after removing all uprobes

[PATCH 0/2] reapply: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
 2019-06-05  9:32 UTC  (10+ messages)
` [PATCH 2/2] Revert "mm, thp: restore node-local hugepage allocations"

[PATCH 0/2] fs: Hole punch vs page cache filling races
 2019-06-05  9:27 UTC  (9+ messages)
` [PATCH 1/2] mm: Add readahead file operation
` [PATCH 2/2] ext4: Fix stale data exposure when read races with hole punch

[PATCHv3 1/2] mm/gup: fix omission of check on FOLL_LONGTERM in get_user_pages_fast()
 2019-06-05  9:10 UTC  (2+ messages)
` [PATCHv3 2/2] mm/gup: rename nr as nr_pinned "

"lib: rework bitmap_parse()" triggers invalid access errors
 2019-06-05  8:01 UTC  (3+ messages)
  ` [EXT] "

question: should_compact_retry limit
 2019-06-05  7:58 UTC  (2+ messages)

[PATCH v4 0/7] mm: reparent slab memory on cgroup removal
 2019-06-05  7:39 UTC  (2+ messages)

[PATCH] mm: Remove VM_BUG_ON in __alloc_pages_node
 2019-06-05  7:03 UTC  (2+ messages)

[PATCH v6 00/10] mm: reparent slab memory on cgroup removal
 2019-06-05  4:35 UTC  (13+ messages)
` [PATCH v6 01/10] mm: add missing smp read barrier on getting memcg kmem_cache pointer
` [PATCH v6 02/10] mm: postpone kmem_cache memcg pointer initialization to memcg_link_cache()
` [PATCH v6 03/10] mm: rename slab delayed deactivation functions and fields
` [PATCH v6 04/10] mm: generalize postponed non-root kmem_cache deactivation
` [PATCH v6 05/10] mm: introduce __memcg_kmem_uncharge_memcg()
` [PATCH v6 06/10] mm: unify SLAB and SLUB page accounting
` [PATCH v6 07/10] mm: synchronize access to kmem_cache dying flag using a spinlock
` [PATCH v6 08/10] mm: rework non-root kmem_cache lifecycle management
` [PATCH v6 09/10] mm: stop setting page->mem_cgroup pointer for slab pages
` [PATCH v6 10/10] mm: reparent slab memory on cgroup removal

[PATCH v5 2/3] mm: init: report memory auto-initialization features at boot time
 2019-06-05  2:58 UTC  (7+ messages)

[rgushchin:kmem_reparent.6 16/236] fs/btrfs/zstd.c:396:35: sparse: sparse: incorrect type in argument 1 (different base types)
 2019-06-05  2:53 UTC 

[PATCH V2 1/2] zpool: Add malloc_support_movable to zpool_driver
 2019-06-05  2:33 UTC  (4+ messages)
` [PATCH V2 2/2] zswap: Add module parameter malloc_movable_if_support

possible deadlock in get_user_pages_unlocked (2)
 2019-06-05  1:16 UTC  (3+ messages)

[RFC PATCH 0/3] psi: support cgroup v1
 2019-06-05  1:15 UTC  (6+ messages)
` [RFC PATCH 1/3] psi: make cgroup psi helpers public
` [RFC PATCH 2/3] psi: cgroup v1 support
` [RFC PATCH 3/3] psi: add cgroup v1 interfaces

mmotm 2019-06-04-16-33 uploaded
 2019-06-04 23:34 UTC 

[rgushchin:kmem_reparent.6 16/236] fs/btrfs/zstd.c:396:28: error: incompatible type for argument 1 of 'ZSTD_initCStream'
 2019-06-04 22:31 UTC 

mmotm 2019-05-29-20-52 uploaded
 2019-06-04 22:28 UTC  (3+ messages)
` mmotm 2019-05-29-20-52 uploaded (mpls)
  ` mmotm 2019-05-29-20-52 uploaded (mpls) +linux-next

[PATCH v3] mm/swap: Fix release_pages() when releasing devmap pages
 2019-06-04 21:42 UTC  (6+ messages)

[PATCH] mm: memcontrol: dump memory.stat during cgroup OOM
 2019-06-04 21:05 UTC 

[PATCH v1 0/4] Introduce MADV_COLD and MADV_PAGEOUT
 2019-06-04 20:38 UTC  (7+ messages)
` [PATCH v1 1/4] mm: introduce MADV_COLD
` [PATCH v1 4/4] mm: introduce MADV_PAGEOUT

[PATCHv2 1/2] mm/gup: fix omission of check on FOLL_LONGTERM in get_user_pages_fast()
 2019-06-04 19:38 UTC  (11+ messages)

[RFC][Patch v10 0/2] mm: Support for page hinting
 2019-06-04 17:12 UTC  (21+ messages)
` [RFC][Patch v10 1/2] mm: page_hinting: core infrastructure
` [RFC][Patch v10 2/2] virtio-balloon: page_hinting: reporting to the host
` [QEMU PATCH] KVM: Support for page hinting

[PATCH -next] arm64/mm: fix a bogus GFP flag in pgd_alloc()
 2019-06-04 14:54 UTC  (4+ messages)

[PATCH V3 0/2] mm/ioremap: Check virtual address alignment
 2019-06-04 14:24 UTC  (3+ messages)
` [PATCH V3 2/2] arm64/mm: Change offset base address in [pud|pmd]_free_[pmd|pte]_page()

[POWERPC][next-20190603] Boot failure : Kernel BUG at mm/vmalloc.c:470
 2019-06-04 14:20 UTC  (4+ messages)

[PATCH v2 10/22] docs: vm: hmm.rst: fix some warnings
 2019-06-04 14:17 UTC 

[PATCH v16 00/16] arm64: untag user pointers passed to the kernel
 2019-06-04 13:09 UTC  (15+ messages)
` [PATCH v16 01/16] uaccess: add untagged_addr definition for other arches
` [PATCH v16 12/16] IB, arm64: untag user pointers in ib_uverbs_(re)reg_mr()

[PATCH v2] uaccess: add noop untagged_addr definition
 2019-06-04 13:01 UTC  (5+ messages)

[PATCH v2] mm/swap: Fix release_pages() when releasing devmap pages
 2019-06-04 12:35 UTC  (4+ messages)

[PATCH] mm: fix trying to reclaim unevicable LRU page
 2019-06-04 12:28 UTC  (3+ messages)

[PATCH v2] kasan: add memory corruption identification for software tag-based mode
 2019-06-04 12:26 UTC 

[RFCv2 0/6] introduce memory hinting API for external process
 2019-06-04 12:06 UTC  (16+ messages)
` [RFCv2 1/6] mm: introduce MADV_COLD

[PATCH] uaccess: add noop untagged_addr definition
 2019-06-04 12:05 UTC  (5+ messages)

[PATCH] Make more redeable the kmalloc function
 2019-06-04 11:48 UTC  (2+ messages)

RFC: switch the remaining architectures to use generic GUP v2
 2019-06-04 11:46 UTC  (11+ messages)
` [PATCH 01/16] uaccess: add untagged_addr definition for other arches
` [PATCH 03/16] mm: simplify gup_fast_permitted

[Bug 203715] New: BUG: unable to handle kernel NULL pointer dereference under stress (possibly related to https://lkml.org/lkml/2019/5/24/292 ?)
 2019-06-04 11:43 UTC  (3+ messages)

[RFC PATCH stable-4.4] coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
 2019-06-04  9:49 UTC 

[PATCH v2 0/7] mm: process_vm_mmap() -- syscall for duplication a process mapping
 2019-06-04  9:32 UTC  (6+ messages)

[PATCH v3 1/6] nvdimm: Consider probe return -EOPNOTSUPP as success
 2019-06-04  9:13 UTC  (6+ messages)
` [PATCH v3 2/6] mm/nvdimm: Add PFN_MIN_VERSION support
` [PATCH v3 3/6] mm/nvdimm: Add page size and struct page size to pfn superblock
` [PATCH v3 4/6] mm/nvdimm: Use correct #defines instead of opencoding
` [PATCH v3 5/6] mm/nvdimm: Pick the right alignment default when creating dax devices
` [PATCH v3 6/6] mm/nvdimm: Use correct alignment when looking at first pfn from a region

[PATCH] mm/mmap: Move common defines to mman-common.h
 2019-06-04  9:09 UTC 

[PATCH] mm/gup: remove unnecessary check against CMA in __gup_longterm_locked()
 2019-06-04  8:50 UTC  (3+ messages)

[PATCH v8 00/12] mm: Sub-section memory hotplug support
 2019-06-04  7:41 UTC  (5+ messages)
` [PATCH v8 09/12] mm/sparsemem: Support sub-section hotplug

[PATCH] zsmalloc: remove unused variable
 2019-06-04  6:58 UTC 

cleanup vmap usage in the dma-mapping layer
 2019-06-04  6:55 UTC  (4+ messages)
` [PATCH 1/3] vmalloc: lift the arm flag for coherent mappings to common code
` [PATCH 2/3] dma-mapping: always use VM_DMA_COHERENT for generic DMA remap
` [PATCH 3/3] dma-mapping: introduce a dma_common_find_pages helper

[PATCH v4 00/14] Provide generic top-down mmap layout functions
 2019-06-04  6:20 UTC  (4+ messages)
` [PATCH v4 05/14] arm64, mm: Make randomization selected by generic topdown mmap layout

[PATCH v1 3/4] mm: account nr_isolated_xxx in [isolate|putback]_lru_page
 2019-06-04  4:51 UTC  (2+ messages)

[PATCH v7 00/12] mm: Sub-section memory hotplug support
 2019-06-04  4:17 UTC  (4+ messages)
` [PATCH v7 09/12] mm/sparsemem: Support sub-section hotplug

[linux-next:master 3906/3985] fs/proc/vmcore.c:59:43: error: expected ')' before 'bool'
 2019-06-03 22:14 UTC  (2+ messages)

[PATCH 00/11] mm: fix page aging across multiple cgroups
 2019-06-03 21:07 UTC  (12+ messages)
` [PATCH 01/11] mm: vmscan: move inactive_list_is_low() swap check to the caller
` [PATCH 02/11] mm: clean up and clarify lruvec lookup procedure
` [PATCH 03/11] mm: vmscan: simplify lruvec_lru_size()
` [PATCH 04/11] mm: vmscan: naming fixes: cgroup_reclaim() and writeback_working()
` [PATCH 05/11] mm: vmscan: replace shrink_node() loop with a retry jump
` [PATCH 06/11] mm: vmscan: turn shrink_node_memcg() into shrink_lruvec()
` [PATCH 07/11] mm: vmscan: split shrink_node() into node part and memcgs part
` [PATCH 08/11] mm: vmscan: harmonize writeback congestion tracking for nodes & memcgs
` [PATCH 09/11] mm: vmscan: move file exhaustion detection to the node level
` [PATCH 10/11] mm: vmscan: detect file thrashing at the reclaim root
` [PATCH 11/11] mm: vmscan: enforce inactive:active ratio "

[PATCH v3 0/4] Some cleanups for the KVA/vmalloc
 2019-06-03 21:06 UTC  (14+ messages)
` [PATCH v3 2/4] mm/vmap: preload a CPU with one object for split purpose
` [PATCH v3 4/4] mm/vmap: move BUG_ON() check to the unlink_va()

[RFC PATCH v5 00/16] Slab Movable Objects (SMO)
 2019-06-03 20:34 UTC  (9+ messages)
` [RFC PATCH v5 16/16] dcache: Add CONFIG_DCACHE_SMO

[BUG BISECT] bug mm/vmalloc.c:470 (mm/vmalloc.c: get rid of one single unlink_va() when merge)
 2019-06-03 19:19 UTC  (6+ messages)

[PATCH v2] mm: add account_locked_vm utility function
 2019-06-03 19:15 UTC  (3+ messages)
` [PATCH v3] "


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