linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4] fs/writeback: use rcu_barrier() to wait for inflight wb switches going into workqueue when umount
 2019-04-19  1:08 UTC 

[patch V2 00/29] stacktrace: Consolidate stack trace usage
 2019-04-19  0:39 UTC  (57+ messages)
` [patch V2 01/29] tracing: Cleanup stack trace code
` [patch V2 02/29] stacktrace: Provide helpers for common stack trace operations
` [patch V2 03/29] lib/stackdepot: Provide functions which operate on plain storage arrays
` [patch V2 04/29] backtrace-test: Simplify stack trace handling
` [patch V2 05/29] proc: Simplify task stack retrieval
` [patch V2 06/29] latency_top: Simplify stack trace handling
` [patch V2 07/29] mm/slub: Simplify stack trace retrieval
` [patch V2 08/29] mm/kmemleak: Simplify stacktrace handling
` [patch V2 09/29] mm/kasan: "
` [patch V2 10/29] mm/page_owner: Simplify stack trace handling
` [patch V2 11/29] fault-inject: Simplify stacktrace retrieval
` [patch V2 12/29] dma/debug: Simplify stracktrace retrieval
` [patch V2 13/29] btrfs: ref-verify: Simplify stack trace retrieval
` [patch V2 14/29] dm bufio: "
` [patch V2 15/29] dm persistent data: Simplify stack trace handling
` [patch V2 16/29] drm: Simplify stacktrace handling
` [patch V2 17/29] lockdep: Remove unused trace argument from print_circular_bug()
` [patch V2 18/29] lockdep: Move stack trace logic into check_prev_add()
` [patch V2 19/29] lockdep: Simplify stack trace handling
` [patch V2 20/29] tracing: Simplify stacktrace retrieval in histograms
` [patch V2 21/29] tracing: Use percpu stack trace buffer more intelligently
` [patch V2 22/29] tracing: Make ftrace_trace_userstack() static and conditional
` [patch V2 23/29] tracing: Simplify stack trace retrieval
` [patch V2 24/29] tracing: Remove the last struct stack_trace usage
` [patch V2 25/29] livepatch: Simplify stack trace retrieval
` [patch V2 26/29] stacktrace: Remove obsolete functions
` [patch V2 27/29] lib/stackdepot: "
` [patch V2 28/29] stacktrace: Provide common infrastructure
` [patch V2 29/29] x86/stacktrace: Use "

[PATCH v4] fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writeback
 2019-04-19  0:02 UTC  (2+ messages)

mmotm 2019-04-18-16-58 uploaded
 2019-04-18 23:59 UTC 

[PATCH v4 0/2] vmalloc enhancements
 2019-04-18 23:17 UTC  (7+ messages)
` [PATCH v4 1/2] mm: refactor __vunmap() to avoid duplicated call to find_vm_area()

[PATCH v12 00/31] Speculative page faults
 2019-04-18 22:48 UTC  (22+ 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 05/31] mm: prepare for FAULT_FLAG_SPECULATIVE
` [PATCH v12 06/31] mm: introduce pte_spinlock "
` [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 v3] fs/writeback: use rcu_barrier() to wait for inflight wb switches going into workqueue when umount
 2019-04-18 22:32 UTC  (2+ messages)

[PATCH 1/1] lib/test_vmalloc: do not create cpumask_t variable on stack
 2019-04-18 22:10 UTC  (2+ messages)

[PATCH 0/3] RFC: add init_allocations=1 boot option
 2019-04-18 22:08 UTC  (11+ messages)
` [PATCH 1/3] mm: security: introduce the "
` [PATCH 2/3] gfp: mm: introduce __GFP_NOINIT
` [PATCH 3/3] RFC: net: apply __GFP_NOINIT to AF_UNIX sk_buff allocations

[PATCH] memcg: refill_stock for kmem uncharging too
 2019-04-18 21:42 UTC 

[PATCH v3 00/11] Provide generic top-down mmap layout functions
 2019-04-18 21:27 UTC  (35+ 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

[v2 RFC PATCH 0/9] Another Approach to Use PMEM as NUMA Node
 2019-04-18 21:07 UTC  (20+ messages)

[PATCH v3 00/28] userfaultfd: write protection support
 2019-04-18 21:07 UTC  (13+ messages)
` [PATCH v3 04/28] mm: allow VM_FAULT_RETRY for multiple times
` [PATCH v3 07/28] userfaultfd: wp: hook userfault handler to write protection fault
` [PATCH v3 14/28] userfaultfd: wp: handle COW properly for uffd-wp
` [PATCH v3 17/28] userfaultfd: wp: support swap and page migration
` [PATCH v3 25/28] userfaultfd: wp: fixup swap entries in change_pte_range

[PATCH] doc: mm: migration doesn't use FOLL_SPLIT anymore
 2019-04-18 20:30 UTC  (2+ messages)

[tip:x86/urgent] x86/mpx: Fix recursive munmap() corruption
 2019-04-18 19:19 UTC  (3+ messages)

[PATCH 0/5] mm: reparent slab memory on cgroup removal
 2019-04-18 18:27 UTC  (18+ messages)
` [PATCH 1/5] mm: postpone kmem_cache memcg pointer initialization to memcg_link_cache()
` [PATCH 2/5] mm: generalize postponed non-root kmem_cache deactivation
` [PATCH 3/5] mm: introduce __memcg_kmem_uncharge_memcg()
` [PATCH 4/5] mm: rework non-root kmem_cache lifecycle management
` [PATCH 5/5] mm: reparent slab memory on cgroup removal

[PATCH] mm: get_cmdline use arg_lock instead of mmap_sem
 2019-04-18 18:23 UTC  (6+ messages)
` [PATCH] prctl_set_mm: downgrade mmap_sem to read lock

[PATCH v1 00/15] Keep track of GUPed pages in fs and block
 2019-04-18 18:03 UTC  (22+ messages)

[PATCH] mm: use mm.arg_lock in get_cmdline()
 2019-04-18 16:48 UTC  (4+ messages)

[QUESTIONS] THP allocation in NUMA fault migration path
 2019-04-18 16:18 UTC  (3+ messages)

[PATCH 4.19.y 1/2] mm: hide incomplete nr_indirectly_reclaimable in /proc/zoneinfo
 2019-04-18 15:58 UTC  (6+ messages)
` [PATCH 4.19.y 2/2] mm: hide incomplete nr_indirectly_reclaimable in sysfs
  ` Patch "[PATCH 4.19.y 2/2] mm: hide incomplete nr_indirectly_reclaimable in sysfs" has been added to the 4.14-stable tree
  ` Patch "[PATCH 4.19.y 2/2] mm: hide incomplete nr_indirectly_reclaimable in sysfs" has been added to the 4.19-stable tree

v5.1-rc5 s390x WARNING
 2019-04-18 15:25 UTC  (5+ messages)

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

[PATCH] mm/page_alloc: remove unnecessary parameter in rmqueue_pcplist
 2019-04-18 13:08 UTC  (3+ messages)

[PATCH v6 00/12] mm: Sub-section memory hotplug support
 2019-04-18 12:45 UTC  (8+ messages)
` [PATCH v6 11/12] libnvdimm/pfn: Fix fsdax-mode namespace info-block zero-fields

BUG: unable to handle kernel paging request in free_block (5)
 2019-04-18  9:59 UTC 

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

[rgushchin:vmalloc.4 163/322] mm/hmm.c:537:23: error: implicit declaration of function 'pte_index'; did you mean 'page_index'?
 2019-04-17 22:44 UTC 

[PATCH] mm/hmm: add ARCH_HAS_HMM_MIRROR ARCH_HAS_HMM_DEVICE Kconfig
 2019-04-17 21:11 UTC 

[PATCH] mm/hmm: kconfig split HMM address space mirroring from device memory
 2019-04-17 20:32 UTC  (5+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox