linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-21 09:30:16 to 2020-09-22 08:03:11 UTC [more...]

[PATCH 0/4] kvfree_rcu() and _LOCK_NESTING/_PREEMPT_RT
 2020-09-22  8:03 UTC  (12+ messages)
` [RFC-PATCH 2/4] mm: Add __rcu_alloc_page_lockless() func
` [PATCH 4/4] rcu/tree: Use schedule_delayed_work() instead of WQ_HIGHPRI queue

[PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
 2020-09-22  7:57 UTC  (10+ messages)

More filesystem need this fix (xfs: use MMAPLOCK around filemap_map_pages())
 2020-09-22  7:54 UTC  (11+ messages)

[PATCH] mm/memcontrol: Add the drop_cache interface for cgroup v2
 2020-09-22  7:27 UTC  (10+ messages)

[PATCH] mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEED
 2020-09-22  7:23 UTC  (4+ messages)

[PATCH 0/5] mm: Break COW for pinned pages during fork()
 2020-09-22  7:11 UTC  (18+ messages)
` [PATCH 1/5] mm: Introduce mm_struct.has_pinned
` [PATCH 2/5] mm/fork: Pass new vma pointer into copy_page_range()
` [PATCH 3/5] mm: Rework return value for copy_one_pte()
` [PATCH 4/5] mm: Do early cow for pinned pages during fork() for ptes
` [PATCH 5/5] mm/thp: Split huge pmds/puds if they're pinned when fork()

[v4] mm: khugepaged: avoid overriding min_free_kbytes set by user
 2020-09-22  7:07 UTC  (8+ messages)

[RFC -V2] autonuma: Migrate on fault among multiple bound nodes
 2020-09-22  6:54 UTC 

[PATCH v4 1/8] kernel/resource: make release_mem_region_adjustable() never fail
 2020-09-22  6:22 UTC  (3+ messages)
` [PATCH] kernel/resource: Fix use of ternary condition in release_mem_region_adjustable

remove alloc_vm_area
 2020-09-22  6:22 UTC  (11+ messages)
` [PATCH 1/6] zsmalloc: switch from alloc_vm_area to get_vm_area
` [PATCH 3/6] drm/i915: use vmap in shmem_pin_map
` [PATCH 6/6] x86/xen: open code alloc_vm_area in arch_gnttab_valloc

[PATCH v18 00/32] per memcg lru_lock
 2020-09-22  6:13 UTC  (27+ messages)
` [PATCH v18 15/32] mm/lru: move lock into lru_note_cost
` [PATCH v18 16/32] mm/lru: introduce TestClearPageLRU
` [PATCH v18 17/32] mm/compaction: do page isolation first in compaction
` [PATCH v18 19/32] mm/swap.c: serialize memcg changes in pagevec_lru_move_fn
` [PATCH v18 20/32] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v18 21/32] mm/lru: introduce the relock_page_lruvec function
` [PATCH v18 22/32] mm/vmscan: use relock for move_pages_to_lru
` [PATCH v18 23/32] mm/lru: revise the comments of lru_lock
` [PATCH v18 24/32] mm/pgdat: remove pgdat lru_lock
` [PATCH v18 25/32] mm/mlock: remove lru_lock on TestClearPageMlocked in munlock_vma_page

[PATCH v38 10/24] mm: Add vm_ops->mprotect()
 2020-09-22  5:35 UTC  (14+ messages)
` [PATCH v38 11/24] x86/sgx: Add SGX enclave driver

[PATCH] mm/shmem.c: Fix the missing unaccount on the failed path
 2020-09-22  5:27 UTC  (3+ messages)

[PATCH] mmap_lock: add tracepoints around lock acquisition
 2020-09-22  4:09 UTC  (4+ messages)

Rare memory leakage
 2020-09-22  3:43 UTC  (2+ messages)

[PATCH 0/2] mm,swap: skip swap readahead for instant IO (like zswap)
 2020-09-22  3:13 UTC  (4+ messages)
` [PATCH 1/2] mm,swap: extract swap single page readahead into its own function
` [PATCH 2/2] mm,swap: skip swap readahead if page was obtained instantaneously

[for-next][PATCH 11/26] kprobes: Use module_name() macro
 2020-09-22  1:24 UTC 

[PATCH v12 0/8] Control-flow Enforcement: Indirect Branch Tracking
 2020-09-21 23:48 UTC  (18+ messages)
` [PATCH v12 1/8] x86/cet/ibt: Add Kconfig option for user-mode "
` [PATCH v12 8/8] x86: Disallow vsyscall emulation when CET is enabled

kernel panic with latest linux-mm
 2020-09-21 23:32 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION b10b8ad862118bf42c28a98b0f067619aadcfb23
 2020-09-21 23:19 UTC 

[PATCH 1/2] vmalloc: Free pages as a batch
 2020-09-21 22:46 UTC  (2+ messages)
` [PATCH 2/2] vfree: Update documentation

[PATCH v3 00/11] Fix PM hibernation in Xen guests
 2020-09-21 21:54 UTC  (8+ messages)
` [PATCH v3 01/11] xen/manage: keep track of the on-going suspend mode

remove blkdev_get as a public API v2
 2020-09-21 21:46 UTC  (3+ messages)
` [PATCH 11/14] PM: rewrite is_hibernate_resume_dev to not require an inode

[patch RFC 00/15] mm/highmem: Provide a preemptible variant of kmap_atomic & friends
 2020-09-21 19:58 UTC  (12+ messages)

Machine lockups on extreme memory pressure
 2020-09-21 18:35 UTC 

bdi cleanups v6
 2020-09-21 18:18 UTC  (6+ messages)
` [PATCH 03/13] bcache: inherit the optimal I/O size

[RESEND PATCH] mm/mmap: Fix Add inline munmap_vma_range() for code readability
 2020-09-21 18:07 UTC 

[PATCH stable v4.19] mm: memcg: fix memcg reclaim soft lockup
 2020-09-21 18:06 UTC 

[PATCH stable v5.4] mm: memcg: fix memcg reclaim soft lockup
 2020-09-21 18:05 UTC 

[PATCH v9 0/3] introduce memory hinting API for external process
 2020-09-21 17:55 UTC  (4+ messages)
` [PATCH v9 3/3] mm/madvise: introduce process_madvise() syscall: an external memory hinting API

[PATCH] memcg: introduce per-memcg reclaim interface
 2020-09-21 17:50 UTC  (3+ messages)

[PATCH v3 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-09-21 17:48 UTC  (19+ messages)
` [PATCH v3 01/10] mm: add Kernel Electric-Fence infrastructure
` [PATCH v3 02/10] x86, kfence: enable KFENCE for x86
` [PATCH v3 03/10] arm64, kfence: enable KFENCE for ARM64
` [PATCH v3 04/10] mm, kfence: insert KFENCE hooks for SLAB
` [PATCH v3 05/10] mm, kfence: insert KFENCE hooks for SLUB
` [PATCH v3 06/10] kfence, kasan: make KFENCE compatible with KASAN
` [PATCH v3 07/10] kfence, kmemleak: make KFENCE compatible with KMEMLEAK
` [PATCH v3 08/10] kfence, lockdep: make KFENCE compatible with lockdep
` [PATCH v3 09/10] kfence, Documentation: add KFENCE documentation
` [PATCH v3 10/10] kfence: add test suite

let import_iovec deal with compat_iovecs as well
 2020-09-21 16:31 UTC  (17+ messages)
` [PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag

[PATCH 1/4] mm: Trial do_wp_page() simplification
 2020-09-21 16:31 UTC  (27+ messages)

let import_iovec deal with compat_iovecs as well v2
 2020-09-21 16:27 UTC  (25+ messages)
` [PATCH 01/11] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 02/11] mm: call import_iovec() instead of rw_copy_check_uvector() in process_vm_rw()
` [PATCH 03/11] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c and mark it static
` [PATCH 04/11] iov_iter: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector
` [PATCH 05/11] iov_iter: merge the compat case into rw_copy_check_uvector
` [PATCH 06/11] iov_iter: handle the compat case in import_iovec
` [PATCH 07/11] fs: remove various compat readv/writev helpers
` [PATCH 08/11] fs: remove the compat readv/writev syscalls
` [PATCH 09/11] fs: remove compat_sys_vmsplice
` [PATCH 10/11] mm: remove compat_process_vm_{readv,writev}
` [PATCH 11/11] security/keys: remove compat_keyctl_instantiate_key_iov

[RFC PATCH 2/2] PM: hibernate: introduce opportunistic memory reclaim
 2020-09-21 16:27 UTC  (4+ messages)

[PATCH stable v5.8] mm: memcg: fix memcg reclaim soft lockup
 2020-09-21 16:15 UTC  (3+ messages)

[RFC PATCH] mm/page_alloc.c: clean code by merging two functions
 2020-09-21 15:58 UTC  (3+ messages)

[PATCH] mm/page_poison.c: replace bool variable with static key
 2020-09-21 15:29 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 3d0d0d2eb359e332fbe7962a5fa62e8c85961243
 2020-09-21 13:21 UTC 

[PATCH] mm: swap: Use memset to fill the swap_map with SWAP_HAS_CACHE
 2020-09-21 12:22 UTC 

[PATCH] mm: fix some comments formatting
 2020-09-21 12:20 UTC  (2+ messages)

[PATCH -next] mm/madvise: remove duplicate include
 2020-09-21 12:11 UTC  (2+ messages)

[PATCH v2 00/11] Fixup page directory freeing
 2020-09-21 12:01 UTC  (3+ messages)
` [PATCH v2 01/11] asm-generic/tlb: Fix MMU_GATHER_TABLE_FREE

[PATCH v2] mm: mmap: Use helper function allow_write_access() in __remove_shared_vm_struct()
 2020-09-21 11:58 UTC 

[PATCH 00/13] mm: clean up some lru related pieces
 2020-09-21 11:16 UTC  (7+ messages)
` [PATCH 02/13] mm: use page_off_lru()


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