linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH/RFC] MM: fix writeback for NFS
 2020-04-06 23:42 UTC  (20+ messages)
` Writeback fixes "
  ` [PATCH 1/2] MM: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
    ` [PATCH 2/2] Deprecate NR_UNSTABLE_NFS, use NR_WRITEBACK
        ` [PATCH 2/2 - v2] MM: Discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead
  ` Writeback fixes for NFS - V2

[PATCH 0/2] mm: few refinements to gfp flags documentation
 2020-04-06 23:40 UTC  (10+ messages)
` [PATCH 1/2] mm: clarify __GFP_MEMALLOC usage
` [PATCH 2/2] mm: make it clear that gfp reclaim modifiers are valid only for sleepable allocations

[PATCH v3] mm, memcg: fix error return value of mem_cgroup_css_alloc()
 2020-04-06 23:23 UTC  (2+ messages)

KASAN: user-memory-access Read in put_page
 2020-04-06 23:21 UTC  (2+ messages)

[PATCH] mm: Add kvfree_sensitive() for freeing sensitive data objects
 2020-04-06 23:20 UTC  (28+ messages)

[PATCH v3 0/5] Optionally randomize kernel stack offset each syscall
 2020-04-06 23:16 UTC  (6+ messages)
` [PATCH v3 1/5] jump_label: Provide CONFIG-driven build state defaults
` [PATCH v3 2/5] init_on_alloc: Unpessimize default-on builds
` [PATCH v3 3/5] stack: Optionally randomize kernel stack offset each syscall
` [PATCH v3 4/5] x86/entry: Enable random_kstack_offset support
` [PATCH v3 5/5] arm64: entry: "

kernel BUG at mm/hugetlb.c:LINE!
 2020-04-06 22:05 UTC  (2+ messages)

Where should I send patch related to mmtests?
 2020-04-06 21:52 UTC 

improve use_mm / unuse_mm
 2020-04-06 21:49 UTC  (13+ messages)
` [PATCH 1/6] amdgpu: a NULL ->mm does not mean a thread is a kthread
` [PATCH 2/6] i915/gvt/kvm: "
` [PATCH 3/6] i915/gvt: remove unused xen bits
` [PATCH 4/6] kernel: move use_mm/unuse_mm to kthread.c
` [PATCH 5/6] kernel: better document the use_mm/unuse_mm API contract
  ` [Intel-gfx] "
` [PATCH 6/6] kernel: set USER_DS in kthread_use_mm

[PATCHv2 0/8] thp/khugepaged improvements and CoW semantics
 2020-04-06 21:30 UTC  (23+ messages)
` [PATCHv2 1/8] khugepaged: Add self test
` [PATCHv2 2/8] khugepaged: Do not stop collapse if less than half PTEs are referenced
` [PATCHv2 3/8] khugepaged: Drain all LRU caches before scanning pages
` [PATCHv2 4/8] khugepaged: Drain LRU add pagevec after swapin
` [PATCHv2 5/8] khugepaged: Allow to callapse a page shared across fork
` [PATCHv2 6/8] khugepaged: Allow to collapse PTE-mapped compound pages
` [PATCHv2 8/8] khugepaged: Introduce 'max_ptes_shared' tunable

Bad rss-counter state from drm/ttm, drm/vmwgfx: Support huge TTM pagefaults
 2020-04-06 21:04 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS ba55f0e014e72f058937bf4e67eec873d5bba8a3
 2020-04-06 21:01 UTC 

[PATCH 00/12] device-dax: Support sub-dividing soft-reserved ranges
 2020-04-06 20:22 UTC  (4+ messages)
` [PATCH 11/12] device-dax: Add dis-contiguous resource support

[PATCH v2] mm: Add kvfree_sensitive() for freeing sensitive data objects
 2020-04-06 20:00 UTC  (3+ messages)

BUG: unable to handle kernel paging request in kernel_get_mempolicy
 2020-04-06 18:16 UTC 

[PATCH 0/3] support setting sysctl parameters from kernel command line
 2020-04-06 17:08 UTC  (11+ messages)
` [PATCH 1/3] kernel/sysctl: "

[PATCH v2] mm, memcg: fix error return value of mem_cgroup_css_alloc()
 2020-04-06 16:51 UTC  (3+ messages)

[PATCH 1/1] rcu/tree: add emergency pool for headless case
 2020-04-06 16:32 UTC  (13+ messages)

[PATCH 0/8] Add a new mmap locking API wrapping mmap_sem calls
 2020-04-06 16:03 UTC  (8+ messages)
` [PATCH 7/8] mmap locking API: add MMAP_LOCK_INITIALIZER
` [PATCH 8/8] mmap locking API: rename mmap_sem to mmap_lock

[PATCH v3 00/10] Add a new mmap locking API wrapping mmap_sem calls
 2020-04-06 15:58 UTC  (11+ messages)
` [PATCH v3 06/10] mmap locking API: convert nested write lock sites
` [PATCH v3 07/10] mmap locking API: add mmap_read_release() and mmap_read_unlock_non_owner()
` [PATCH v3 10/10] mmap locking API: rename mmap_sem to mmap_lock

[PATCH] mm, memcg: fix error return value of mem_cgroup_alloc()
 2020-04-06 14:28 UTC  (8+ messages)

[PATCH] mm/vmalloc: Sanitize __get_vm_area() arguments
 2020-04-06 14:06 UTC  (6+ messages)

[PATCH v8 00/15] Introduce Data Access MONitor (DAMON)
 2020-04-06 13:09 UTC  (16+ messages)
` [PATCH v8 01/15] scripts/spelling: Add a few more typos
` [PATCH v8 02/15] mm/page_ext: Export lookup_page_ext() to GPL modules
` [PATCH v8 03/15] mm: Introduce Data Access MONitor (DAMON)
` [PATCH v8 04/15] mm/damon: Implement region based sampling
` [PATCH v8 05/15] mm/damon: Adaptively adjust regions
` [PATCH v8 06/15] mm/damon: Apply dynamic memory mapping changes
` [PATCH v8 07/15] mm/damon: Implement callbacks
` [PATCH v8 08/15] mm/damon: Implement access pattern recording
` [PATCH v8 09/15] mm/damon: Add debugfs interface
` [PATCH v8 10/15] mm/damon: Add tracepoints
` [PATCH v8 11/15] tools: Add a minimal user-space tool for DAMON
` [PATCH v8 12/15] Documentation/admin-guide/mm: Add a document "
` [PATCH v8 13/15] mm/damon: Add kunit tests
` [PATCH v8 14/15] mm/damon: Add user space selftests
` [PATCH v8 15/15] MAINTAINERS: Update for DAMON

[PATCH] mm/vmalloc: Sanitize __get_vm_area() arguments
 2020-04-06 12:59 UTC  (7+ messages)

[PATCH v5 00/10] workingset protection/detection on the anonymous LRU list
 2020-04-06 11:58 UTC  (6+ messages)
` [PATCH v5 05/10] mm/swap: charge the page when adding to the swap cache
` [PATCH v5 02/10] mm/vmscan: protect the workingset on anonymous LRU

mmotm 2020-04-05-16-45 uploaded
 2020-04-06 11:00 UTC  (4+ messages)
` mmotm 2020-04-05-16-45 uploaded (objtool warning)

mm/mremap.c : WARNING: at mm/mremap.c:211 move_page_tables+0x5b0/0x5d0
 2020-04-06  8:23 UTC  (7+ messages)

[PATCH -V3] /proc/PID/smaps: Add PMD migration entry parsing
 2020-04-06  8:19 UTC  (2+ messages)

[PATCH] mm: use VM_BUG_ON*() helpers to dump more debugging info
 2020-04-06  7:54 UTC  (3+ messages)

[PATCH v4 0/3] initialize deferred pages with interrupts enabled
 2020-04-06  7:02 UTC  (3+ messages)
` [PATCH v4 3/3] mm: call cond_resched() from deferred_init_memmap()

[PATCH v2 1/5] uaccess: Add user_read_access_begin/end and user_write_access_begin/end
 2020-04-05 18:47 UTC  (7+ messages)
` [PATCH v2 5/5] uaccess: Rename user_access_begin/end() to user_full_access_begin/end()

[PATCH] mm, slab_common: Fix a typo in comment "eariler"->"earlier"
 2020-04-05 16:05 UTC 

[mm/debug] f675f2f91d: WARNING:at_mm/debug_vm_pgtable.c:#debug_vm_pgtable
 2020-04-05 14:49 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 57021046c3316f8a6970506b09ec83337a4f5304
 2020-04-05 13:51 UTC 

[PATCH v2 00/22] Avoid IPI while updating page table entries
 2020-04-05 13:37 UTC  (4+ messages)
` [PATCH v2 01/22] powerpc/pkeys: Avoid using lockless page table walk

[PATCH] mm/swapfile: use list_{prev,next}_entry() instead of open-coding
 2020-04-05 13:06 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 25533a084e59597e6dc636ab031e94c8f8d772a5
 2020-04-05 12:30 UTC 

[PATCH V2 0/3] mm/debug: Add more arch page table helper tests
 2020-04-05 12:28 UTC  (3+ messages)

[PATCH 0/3] mm: Fix misuse of parent anon_vma in dup_mmap path
 2020-04-05  1:26 UTC  (5+ messages)
` [PATCH 2/3] Revert "mm/rmap.c: reuse mergeable anon_vma as parent when fork"

[linux-next:pending-fixes] BUILD SUCCESS 0b1e9f1086f336c8255ed310e1c82d26bd42c7d7
 2020-04-04 20:24 UTC 

Linux-mm, Mom of 3 loses 62lbs with morning “hack” (before/after pics)
 2020-04-04  6:29 UTC 

[PATCH] mm/vmalloc: Fix a typo in comment
 2020-04-04  6:01 UTC 

[PATCH 0/2] psi: enhance psi with the help of ebpf
 2020-04-04  2:54 UTC  (7+ messages)

[PATCH] psi: fix randomized calculation in record_times()
 2020-04-04  2:31 UTC  (3+ messages)

[v2 PATCH] mm: thp: don't need drain lru cache when splitting and mlocking THP
 2020-04-03 20:41 UTC 

[PATCH] mm,page_alloc,cma: conditionally prefer cma pageblocks for movable allocations
 2020-04-03 17:50 UTC  (10+ messages)

[PATCH RESEND 1/4] uaccess: Add user_read_access_begin/end and user_write_access_begin/end
 2020-04-03 17:26 UTC  (9+ messages)

[PATCH v3 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA
 2020-04-03 16:36 UTC  (12+ 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