linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-25 19:43:11 to 2020-09-28 17:55:25 UTC [more...]

[RFC PATCH v2 00/30] 1GB PUD THP support on x86_64
 2020-09-28 17:54 UTC  (2+ messages)
` [RFC PATCH v2 04/30] mm: add new helper functions to allocate one PMD page with 512 PTE pages

[PATCH 1/5] mm: Introduce mm_struct.has_pinned
 2020-09-28 17:54 UTC  (26+ messages)

[PATCH v13 8/8] x86/vsyscall/64: Fixup Shadow Stack and Indirect Branch Tracking for vsyscall emulation
 2020-09-28 17:37 UTC  (4+ messages)

[PATCH v11 0/6] ACPI: Support Generic Initiator proximity domains
 2020-09-28 17:35 UTC  (8+ messages)
` [PATCH v11 1/6] ACPI: Support Generic Initiator only domains
` [PATCH v11 2/6] x86: Support Generic Initiator only proximity domains
` [PATCH v11 3/6] ACPI: Let ACPI know we support Generic Initiator Affinity Structures
` [PATCH v11 4/6] ACPI: HMAT: Fix handling of changes from ACPI 6.2 to ACPI 6.3
` [PATCH v11 5/6] node: Add access1 class to represent CPU to memory characteristics
` [PATCH v11 6/6] docs: mm: numaperf.rst Add brief description for access class 1

[PATCH v10 00/13] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
 2020-09-28 17:23 UTC  (3+ messages)

[PATCH v38 10/24] mm: Add vm_ops->mprotect()
 2020-09-28 16:48 UTC  (17+ messages)

[PATCH 00/22] add Object Storage Media Pool (mpool)
 2020-09-28 16:45 UTC  (23+ messages)
` [PATCH 01/22] mpool: add utility routines and ioctl definitions
` [PATCH 02/22] mpool: add in-memory struct definitions
` [PATCH 03/22] mpool: add on-media "
` [PATCH 04/22] mpool: add pool drive component which handles mpool IO using the block layer API
` [PATCH 05/22] mpool: add space map component which manages free space on mpool devices
` [PATCH 06/22] mpool: add on-media pack, unpack and upgrade routines
` [PATCH 07/22] mpool: add superblock management routines
` [PATCH 08/22] mpool: add pool metadata routines to manage object lifecycle and IO
` [PATCH 09/22] mpool: add mblock lifecycle management and IO routines
` [PATCH 10/22] mpool: add mlog IO utility routines
` [PATCH 11/22] mpool: add mlog lifecycle management and IO routines
` [PATCH 12/22] mpool: add metadata container or mlog-pair framework
` [PATCH 13/22] mpool: add utility routines for mpool lifecycle management
` [PATCH 14/22] mpool: add pool metadata routines to create persistent mpools
` [PATCH 15/22] mpool: add mpool lifecycle management routines
` [PATCH 16/22] mpool: add mpool control plane utility routines
` [PATCH 17/22] mpool: add mpool lifecycle management ioctls
` [PATCH 18/22] mpool: add object "
` [PATCH 19/22] mpool: add support to mmap arbitrary collection of mblocks
` [PATCH 20/22] mpool: add support to proactively evict cached mblock data from the page-cache
` [PATCH 21/22] mpool: add documentation
` [PATCH 22/22] mpool: add Kconfig and Makefile

[PATCH v6] mm/zswap: move to use crypto_acomp API for hardware acceleration
 2020-09-28 15:24 UTC  (3+ messages)

[PATCH] mm: remove unused early_pfn_valid()
 2020-09-28 14:49 UTC  (2+ messages)

[PATCH] mm: __do_fault: fix pte_alloc_one spelling
 2020-09-28 14:48 UTC  (2+ messages)

Can we remove the checking of CONFIG_ARCH_HAS_PTE_SPECIAL in __vm_insert_mixed?
 2020-09-28 14:37 UTC 

(no subject)
 2020-09-28 14:30 UTC 

[PATCH -next 0/5] mm/kmemleak:support for percpu memory leak detect
 2020-09-28 14:16 UTC  (5+ messages)
` [PATCH -next 3/5] mm/kmemleak: Add support "

5.9-rc7 null ptr deref in __i915_gem_userptr_get_pages_worker
 2020-09-28 13:49 UTC  (7+ messages)
      ` [PATCH] mm: do not rely on mm == current->mm in __get_user_pages_locked

[PATCH 0/8] selftests/vm: gup_test, hmm-tests, assorted improvements
 2020-09-28 13:02 UTC  (11+ messages)
` [PATCH 1/8] mm/gup_benchmark: rename to mm/gup_test
` [PATCH 2/8] selftests/vm: use a common gup_test.h
` [PATCH 3/8] selftests/vm: rename run_vmtests --> run_vmtests.sh
` [PATCH 4/8] selftests/vm: minor cleanup: Makefile and gup_test.c
` [PATCH 5/8] selftests/vm: only some gup_test items are really benchmarks
` [PATCH 6/8] selftests/vm: gup_test: introduce the dump_pages() sub-test
` [PATCH 7/8] selftests/vm: run_vmtest.sh: update and clean up gup_test invocation
` [PATCH 8/8] selftests/vm: hmm-tests: remove the libhugetlbfs dependency

[PATCH RFC 0/4] mm: place pages to the freelist tail when onling and undoing isolation
 2020-09-28 12:53 UTC  (5+ messages)
` [PATCH RFC 4/4] mm/page_alloc: place pages to tail in __free_pages_core()

remove alloc_vm_area v2
 2020-09-28 12:37 UTC  (5+ messages)

drivers/net/ethernet/renesas/sh_eth.c:885:37: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-09-28 12:26 UTC 

SPARC version of arch_validate_prot() looks broken (UAF read)
 2020-09-28 12:14 UTC 

[PATCH v3 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-09-28 11:53 UTC  (4+ messages)
` [PATCH v3 03/10] arm64, kfence: enable KFENCE for ARM64

[RFC PATCH 0/5] DAMON: Make coexistable with Idle Page Tracking
 2020-09-28 10:35 UTC  (6+ messages)
` [RFC PATCH 1/5] mm/damon: Separate components and apply fine-grained dependencies
` [RFC PATCH 2/5] mm/damon: Separate DAMON schemes application to primitives
` [RFC PATCH 3/5] mm/damon: Move recording feature from core to dbgfs
` [RFC PATCH 4/5] mm/page_idle: Avoid interferences from concurrent users
` [RFC PATCH 5/5] mm/damon/primitives: Make coexistable with Idle Page Tracking

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

[PATCH v2 for v5.9] mm/page_alloc: handle a missing case for memalloc_nocma_{save/restore} APIs
 2020-09-28  8:50 UTC 

[PATCH v2] mm: cma: indefinitely retry allocations in cma_alloc
 2020-09-28  7:39 UTC  (5+ messages)

[linux-next:master 11080/11173] drivers/media/common/saa7146/saa7146_hlp.c:648:5: warning: stack frame size of 1072 bytes in function 'saa7146_enable_overlay'
 2020-09-28  7:03 UTC  (2+ messages)

IOVA allocation dependency between firmware buffer and remaining buffers
 2020-09-28  6:52 UTC  (12+ messages)

[PATCH V3] MIPS: make userspace mapping young by default
 2020-09-28  6:39 UTC  (2+ messages)

[RFC] mm/vmstat: Add events for HugeTLB migration
 2020-09-28  3:32 UTC  (3+ messages)

[PATCH v2 0/4] mm: Break COW for pinned pages during fork()
 2020-09-27 19:35 UTC  (9+ messages)
` [PATCH v2 1/4] mm: Introduce mm_struct.has_pinned
` [PATCH v2 2/4] mm/fork: Pass new vma pointer into copy_page_range()
` [PATCH v2 3/4] mm: Do early cow for pinned pages during fork() for ptes
` [PATCH v2 4/4] mm/thp: Split huge pmds/puds if they're pinned when fork()

[PATCH v3] mm: cma: indefinitely retry allocations in cma_alloc
 2020-09-27 19:23 UTC  (5+ messages)

[PATCH] mm/vmscan: fix comments for isolate_lru_page()
 2020-09-27 17:39 UTC 

REGRESSION: 37f4a24c2469: blk-mq: centralise related handling into blk_mq_get_driver_tag
 2020-09-27 17:38 UTC  (7+ messages)

[PATCH] mm/vmalloc.c: check the addr first
 2020-09-27 16:33 UTC 

[PATCH] mm/vmalloc.c: update the comment in __vmalloc_area_node()
 2020-09-27 15:54 UTC 

[PATCH] mm/vmalloc.c: fix the comment of find_vm_area
 2020-09-27 15:30 UTC 

[PATCH] mm: Remove useless out label in __swap_writepage()
 2020-09-27 12:40 UTC 

[PATCH] mm: Fix incomplete comment in lru_cache_add_inactive_or_unevictable()
 2020-09-27 12:22 UTC 

[PATCH 1/9] mm/maccess: fix unaligned copy_{from,to}_kernel_nofault
 2020-09-27  9:25 UTC  (2+ messages)

[PATCH] mm: swapfile: avoid split_swap_cluster() NULL pointer dereference
 2020-09-27  5:33 UTC  (12+ messages)

[PATCH] mm: Do not deactivate when the cgroup has plenty inactive page
 2020-09-27  2:39 UTC  (3+ messages)

8c96f1bc6f ("mm/kmemleak: turn kmemleak_lock and object->lock .."): [ 154.341837] WARNING: possible circular locking dependency detected
 2020-09-27  1:30 UTC 

[PATCH 1/5] mm: Introduce mm_struct.has_pinned
 2020-09-27  0:41 UTC  (2+ messages)
` [mm] 698ac7610f: will-it-scale.per_thread_ops 8.2% improvement

[PATCH v2] mm/hmm/test: use after free in dmirror_allocate_chunk()
 2020-09-26 22:17 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v2] page_alloc: Fix freeing non-compound pages
 2020-09-26 21:39 UTC 

[PATCH 0/4] syscalls: remove compat_alloc_user_space callers
 2020-09-26 21:10 UTC  (10+ messages)
` [PATCH 2/4] kexec: remove compat_sys_kexec_load syscall
` [PATCH 3/4] mm: remove compat_sys_move_pages
` [PATCH 4/4] mm: remove compat numa syscalls

[RFC PATCH 0/2] Remove shrinker's nr_deferred
 2020-09-26 20:31 UTC  (6+ messages)

[PATCH v2 0/9] ARM: remove set_fs callers and implementation
 2020-09-26 18:30 UTC  (7+ messages)
` [PATCH v2 5/9] ARM: oabi-compat: rework epoll_wait/epoll_pwait emulation

incoming
 2020-09-26 17:32 UTC  (11+ messages)
` [patch 1/9] mm, THP, swap: fix allocating cluster for swapfile by mistake
` [patch 2/9] mm: memcontrol: fix missing suffix of workingset_restore
` [patch 3/9] mm/gup: fix gup_fast with dynamic page table folding
` [patch 4/9] mm/migrate: correct thp migration stats
` [patch 5/9] lib/string.c: implement stpcpy
` [patch 6/9] lib/memregion.c: include memregion.h
` [patch 7/9] arch/x86/lib/usercopy_64.c: fix __copy_user_flushcache() cache writeback
` [patch 8/9] mm: replace memmap_context by meminit_context
` [patch 9/9] mm: don't rely on system state to detect hot-plug operations

[PATCH v4 1/6] timer: kasan: record timer stack
 2020-09-26 17:11 UTC  (7+ messages)

[PATCH 1/2] mempolicy: Rename MPOL_F_MORON to MPOL_F_MOPRON
 2020-09-26 16:29 UTC  (2+ messages)

a saner API for allocating DMA addressable pages v3
 2020-09-26 15:25 UTC  (5+ messages)
` [PATCH 17/18] dma-iommu: implement ->alloc_noncoherent

[RFC-PATCH 2/4] mm: Add __rcu_alloc_page_lockless() func
 2020-09-26 14:37 UTC  (11+ messages)

[PATCH] mm: slab: fix potential double free in ___cache_free
 2020-09-26 14:13 UTC 

[PATCH] mm,z3fold: use xx_zalloc instead xx_alloc and memset
 2020-09-26 10:08 UTC 

general protection fault in madvise_cold_or_pageout_pte_range
 2020-09-26  8:36 UTC  (3+ messages)

[PATCH 0/3 v2] tracing/mm: Add tracepoint_enabled() helper function for headers
 2020-09-26  6:55 UTC  (9+ messages)
` [PATCH 1/3 v2] tracepoints: Add helper to test if tracepoint is enabled in a header
` [PATCH 2/3 v2] mm/page_ref: Convert the open coded tracepoint enabled to the new helper
` [PATCH 3/3 v2] x86: Use tracepoint_enabled() for msr tracepoints instead of open coding it

[RFC PATCH v2 0/2] mm: remove extra ZONE_DEVICE struct page refcount
 2020-09-26  6:41 UTC  (7+ messages)
` [PATCH 1/2] ext4/xfs: add page refcount helper
` [PATCH 2/2] mm: remove extra ZONE_DEVICE struct page refcount

[PATCH v19 00/20] per memcg lru_lock
 2020-09-26  6:14 UTC  (7+ messages)
` [PATCH v19 03/20] mm/thp: move lru_add_page_tail func to huge_memory.c
` [PATCH v19 06/20] mm/thp: narrow lru locking
` [PATCH v19 07/20] mm/vmscan: remove unnecessary lruvec adding

[PATCH] mm,slab_common: use list_for_each_entry in dump_unreclaimable_slab()
 2020-09-26  4:34 UTC 

[PATCH] mm,oom_kill: fix the comment of is_dump_unreclaim_slabs()
 2020-09-26  4:15 UTC 

[PATCH v5 00/17] device-dax: support sub-dividing soft-reserved ranges
 2020-09-26  3:31 UTC  (7+ messages)
` [PATCH v5 15/17] device-dax: add an 'align' attribute

kernel BUG at include/linux/mm.h:LINE! (6)
 2020-09-26  3:21 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 20dc779fdefc40bf7dd9736cea01704f29228fae
 2020-09-26  0:03 UTC 

[PATCH] nios2: Take mmap lock in cacheflush syscall
 2020-09-25 23:13 UTC 

[PATCH] nds32: Take mmap lock in cacheflush syscall
 2020-09-25 22:57 UTC 

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


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