linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-16 13:46:49 to 2019-04-17 16:39:16 UTC [more...]

[v2 RFC PATCH 0/9] Another Approach to Use PMEM as NUMA Node
 2019-04-17 16:39 UTC  (24+ messages)

[RFC PATCH v9 00/13] Add support for eXclusive Page Frame Ownership
 2019-04-17 16:15 UTC  (3+ messages)
` [RFC PATCH v9 03/13] mm: Add support for eXclusive Page Frame Ownership (XPFO)

+ mm-memcontrol-make-cgroup-stats-and-events-query-api-explicitly-local.patch added to -mm tree
 2019-04-17 16:03 UTC 

+ mm-fix-inactive-list-balancing-between-numa-nodes-and-cgroups.patch added to -mm tree
 2019-04-17 15:52 UTC 

[PATCH] mm: fix false-positive OVERCOMMIT_GUESS failures
 2019-04-17 15:05 UTC  (4+ messages)

[PATCH] mm: get_cmdline use arg_lock instead of mmap_sem
 2019-04-17 14:55 UTC  (4+ messages)

[PATCH] drm/nouveau: Fix DEVICE_PRIVATE dependencies
 2019-04-17 14:38 UTC  (2+ messages)

[PATCH v8 00/20] Convert x86 & arm64 to use generic page walk
 2019-04-17 14:34 UTC  (7+ messages)
      ` [RFC PATCH 1/3] mm: Add generic ptdump
        ` [RFC PATCH 2/3] arm64: mm: Switch to using generic pt_dump
        ` [RFC PATCH 3/3] x86: "

[PATCH 0/9] Emulated coherent graphics memory
 2019-04-17 14:28 UTC  (11+ messages)
` [PATCH 1/9] mm: Allow the [page|pfn]_mkwrite callbacks to drop the mmap_sem
` [PATCH 2/9] mm: Add an apply_to_pfn_range interface

[PATCH V2 0/2] arm64/mm: Enable memory hot remove
 2019-04-17 14:21 UTC  (5+ messages)
` [PATCH V2 2/2] "

[mmotm:master 253/317] arch/mips/kernel/../../../fs/binfmt_elf.c:1140:7: error: 'elf_interpreter' undeclared; did you mean 'interpreter'?
 2019-04-17 14:09 UTC  (3+ messages)

[PATCH v4] mm/hotplug: treat CMA pages as unmovable
 2019-04-17 14:06 UTC  (2+ messages)

[PATCH] slab: remove store_stackinfo()
 2019-04-17 14:01 UTC  (8+ messages)
` [tip:x86/irq] mm/slab: Remove store_stackinfo()

[PATCH v1 0/4] mm/memory_hotplug: Better error handling when removing memory
 2019-04-17 13:56 UTC  (17+ messages)
` [PATCH v1 1/4] mm/memory_hotplug: Release memory resource after arch_remove_memory()
  ` [PATCH] mm/memory_hotplug: Fixup "Release memory resource after arch_remove_memory()"
` [PATCH v1 2/4] mm/memory_hotplug: Make unregister_memory_section() never fail
` [PATCH v1 3/4] mm/memory_hotplug: Make __remove_section() "

[PATCH 2/3] mm: separate memory allocation and actual work in alloc_vmap_area()
 2019-04-17 13:36 UTC  (9+ messages)
` [PATCH 3/3] mm: show number of vmalloc pages in /proc/meminfo
` [PATCH 0/3] vmalloc enhancements

[PATCH 0/1] mm: Remove the SLAB allocator
 2019-04-17 13:38 UTC  (11+ messages)

[RFC PATCH] mm/workingset : judge file page activity via timestamp
 2019-04-17 13:37 UTC  (10+ messages)

vmscan.c: Reclaim unevictable pages
 2019-04-17 11:39 UTC  (2+ messages)

[PATCH] mm: security: introduce CONFIG_INIT_HEAP_ALL
 2019-04-17 11:03 UTC  (5+ messages)

[PATCH v2] ARC: fix memory nodes topology in case of highmem enabled
 2019-04-17 10:46 UTC 

[PATCH] crypto: testmgr - allocate buffers with __GFP_COMP
 2019-04-17  9:54 UTC  (7+ messages)

[mmotm:master 163/317] mm/hmm.c:537:8: error: implicit declaration of function 'pmd_pfn'; did you mean 'pte_pfn'?
 2019-04-17  9:18 UTC 

[PATCH] module: add stub for within_module
 2019-04-17  8:59 UTC  (7+ messages)
` [PATCH v2] module: add stubs for within_module functions

v5.1-rc5 s390x WARNING
 2019-04-17  8:54 UTC  (2+ messages)

[PATCHv2 0/4] z3fold: support page migration
 2019-04-17  8:39 UTC  (5+ messages)
` [PATCHV2 1/4] z3fold: introduce helper functions
` [PATCHv2 2/4] z3fold: improve compression by extending search
` [PATCHv2 3/4] z3fold: add structure for buddy handles
` [PATCHv2 4/4] z3fold: support page migration

[LSF/MM TOPIC] guarantee natural alignment for kmalloc()?
 2019-04-17  8:07 UTC  (5+ messages)

[mmotm:master 253/317] fs/binfmt_elf.c:1140:7: error: 'elf_interpreter' undeclared
 2019-04-17  8:02 UTC 

[PATCH 0/4] z3fold: support page migration
 2019-04-17  7:41 UTC  (2+ messages)

[mmotm:master 18/317] mm/vmscan.c:2966:14: error: implicit declaration of function 'lruvec_page_state_local'; did you mean 'lruvec_page_state'?
 2019-04-17  6:44 UTC 

[PATCH v4] fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writeback
 2019-04-17  5:45 UTC 

[PATCH v3 00/11] Provide generic top-down mmap layout functions
 2019-04-17  5:22 UTC  (12+ messages)
` [PATCH v3 01/11] mm, fs: Move randomize_stack_top from fs to mm
` [PATCH v3 02/11] arm64: Make use of is_compat_task instead of hardcoding this test
` [PATCH v3 03/11] arm64: Consider stack randomization for mmap base only when necessary
` [PATCH v3 04/11] arm64, mm: Move generic mmap layout functions to mm
` [PATCH v3 05/11] arm: Properly account for stack randomization and stack guard gap
` [PATCH v3 06/11] arm: Use STACK_TOP when computing mmap base address
` [PATCH v3 07/11] arm: Use generic mmap top-down layout
` [PATCH v3 08/11] mips: Properly account for stack randomization and stack guard gap
` [PATCH v3 09/11] mips: Use STACK_TOP when computing mmap base address
` [PATCH v3 10/11] mips: Use generic mmap top-down layout
` [PATCH v3 11/11] riscv: Make mmap allocation top-down by default

mmotm 2019-04-16-22-01 uploaded
 2019-04-17  5:02 UTC 

next/master boot bisection: next-20190215 on beaglebone-black
 2019-04-17  3:30 UTC  (28+ messages)

[PATCH] init: Initialize jump labels before command line option parsing
 2019-04-17  3:24 UTC  (5+ messages)

[PATCH v1 00/15] Keep track of GUPed pages in fs and block
 2019-04-17  2:03 UTC  (23+ messages)
` [PATCH v1 10/15] block: add gup flag to bio_add_page()/bio_add_pc_page()/__bio_add_page()

[PATCH v2] fs/fs-writeback: wait isw_nr_in_flight to be zero when umount
 2019-04-17  1:04 UTC  (3+ messages)

[PATCH 0/6] convert locked_vm from unsigned long to atomic64_t
 2019-04-16 23:33 UTC  (6+ messages)
` [PATCH 1/6] mm: change locked_vm's type "

[PATCH v3 2/5] nds32: Use the correct style for SPDX License Identifier
 2019-04-16 18:35 UTC  (2+ messages)

[patch V3 01/32] mm/slab: Fix broken stack trace storage
 2019-04-16 15:16 UTC  (12+ messages)
      ` [patch V4 "
                    ` [patch V5 01/32] mm/slab: Remove "

[PATCH v3] mm/hotplug: treat CMA pages as unmovable
 2019-04-16 15:12 UTC  (2+ messages)

[PATCHv2 0/2] HMAT memroy hotplug support
 2019-04-16 15:01 UTC  (4+ messages)
` [PATCHv2 2/2] hmat: Register attributes for memory hot add

[PATCH v12 00/31] Speculative page faults
 2019-04-16 14:41 UTC  (34+ messages)
` [PATCH v12 01/31] mm: introduce CONFIG_SPECULATIVE_PAGE_FAULT
` [PATCH v12 02/31] x86/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [PATCH v12 03/31] powerpc/mm: set ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [PATCH v12 04/31] arm64/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [PATCH v12 06/31] mm: introduce pte_spinlock for FAULT_FLAG_SPECULATIVE
` [PATCH v12 07/31] mm: make pte_unmap_same compatible with SPF
` [PATCH v12 08/31] mm: introduce INIT_VMA()
` [PATCH v12 09/31] mm: VMA sequence count
` [PATCH v12 10/31] mm: protect VMA modifications using "
` [PATCH v12 11/31] mm: protect mremap() against SPF hanlder
` [PATCH v12 12/31] mm: protect SPF handler against anon_vma changes
` [PATCH v12 13/31] mm: cache some VMA fields in the vm_fault structure
` [PATCH v12 14/31] mm/migrate: Pass vm_fault pointer to migrate_misplaced_page()
` [PATCH v12 15/31] mm: introduce __lru_cache_add_active_or_unevictable
` [PATCH v12 16/31] mm: introduce __vm_normal_page()
` [PATCH v12 17/31] mm: introduce __page_add_new_anon_rmap()
` [PATCH v12 18/31] mm: protect against PTE changes done by dup_mmap()
` [PATCH v12 19/31] mm: protect the RB tree with a sequence lock
` [PATCH v12 20/31] mm: introduce vma reference counter
` [PATCH v12 21/31] mm: Introduce find_vma_rcu()
` [PATCH v12 22/31] mm: provide speculative fault infrastructure
` [PATCH v12 23/31] mm: don't do swap readahead during speculative page fault
` [PATCH v12 24/31] mm: adding speculative page fault failure trace events
` [PATCH v12 25/31] perf: add a speculative page fault sw event
` [PATCH v12 26/31] perf tools: add support for the SPF perf event
` [PATCH v12 27/31] mm: add speculative page fault vmstats
` [PATCH v12 28/31] x86/mm: add speculative pagefault handling
` [PATCH v12 29/31] powerpc/mm: add speculative page fault
` [PATCH v12 30/31] arm64/mm: "
` [PATCH v12 31/31] mm: Add a speculative page fault switch in sysctl


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