linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-12 15:39:57 to 2020-10-13 20:00:03 UTC [more...]

[PATCH 0/4] Some more lock_page work
 2020-10-13 19:59 UTC 

[PATCH RFC V3 0/9] PKS: Add Protection Keys Supervisor (PKS) support RFC v3
 2020-10-13 19:44 UTC  (18+ messages)
` [PATCH RFC V3 1/9] x86/pkeys: Create pkeys_common.h
` [PATCH RFC V3 2/9] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [PATCH RFC V3 3/9] x86/pks: Enable Protection Keys Supervisor (PKS)
` [PATCH RFC V3 4/9] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH RFC V3 5/9] x86/pks: Add PKS kernel API
` [PATCH RFC V3 7/9] x86/entry: Preserve PKRS MSR across exceptions
` [PATCH RFC V3 8/9] x86/fault: Report the PKRS state on fault
` [PATCH RFC V3 9/9] x86/pks: Add PKS test code

[PATCH v3 0/2] Add tracepoints around mmap_lock acquisition
 2020-10-13 19:42 UTC  (9+ messages)
` [PATCH v3 1/2] tracing: support "bool" type in synthetic trace events
` [PATCH v3 2/2] mmap_lock: add tracepoints around lock acquisition

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-10-13 19:41 UTC  (19+ messages)
` [PATCH RFC PKS/PMEM 22/58] fs/f2fs: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 24/58] fs/freevxfs: "
` [PATCH RFC PKS/PMEM 33/58] fs/cramfs: "

[PATCH] mm: memcontrol: Remove unused mod_memcg_obj_state()
 2020-10-13 19:28 UTC  (3+ messages)

[PATCH v2 0/3] Actually fix freelist pointer vs redzoning
 2020-10-13 16:44 UTC  (8+ messages)
` [PATCH v2 1/3] mm/slub: Clarify verification reporting
` [PATCH v2 2/3] mm/slub: Fix redzoning for small allocations
` [PATCH v2 3/3] mm/slub: Actually fix freelist pointer vs redzoning

[PATCH] mm: proc: add Sock to /proc/meminfo
 2020-10-13 15:28 UTC  (17+ messages)
  ` [External] "

[PATCH v5 0/4] HWpoison: further fixes and cleanups
 2020-10-13 14:44 UTC  (5+ messages)
` [PATCH v5 1/4] mm,hwpoison: drain pcplists before bailing out for non-buddy zero-refcount page
` [PATCH v5 2/4] mm,hwpoison: take free pages off the buddy freelists
` [PATCH v5 3/4] mm,hwpoison: take free pages off the buddy freelists for hugetlb
` [PATCH v5 4/4] mm,hwpoison: drop unneeded pcplist draining

[PATCH 00/11] Remove assumptions of THP size
 2020-10-13 13:52 UTC  (3+ messages)
` [PATCH 03/11] mm/page_owner: Change split_page_owner to take a count

[PATCH 0/3] Wait for I/O without holding a page reference
 2020-10-13 13:32 UTC  (7+ messages)
` [PATCH 1/3] mm: Pass a sleep state to put_and_wait_on_page_locked
` [PATCH 2/3] mm: Don't hold a page reference while waiting for unlock
` [PATCH 2/3] mm/filemap: "
` [PATCH 3/3] mm: Inline __wait_on_page_locked_async into caller

Performance regressions in "boot_time" tests in Linux 5.8 Kernel
 2020-10-13 13:17 UTC  (5+ messages)

[linux-next:master 14484/14891] WARNING: modpost: vmlinux.o(.text.unlikely+0x2830): Section mismatch in reference from the function pmax_setup_memory_region() to the function .meminit.text:memblock_add()
 2020-10-13 13:07 UTC 

[PATCH v6 23/80] docs: get rid of :c:type explicit declarations for structs
 2020-10-13 12:02 UTC  (4+ messages)
` [PATCH v6 55/80] memblock: get rid of a :c:type leftover
` [PATCH v6 78/80] mm/doc: fix a literal block markup

[PATCH] mm, oom: enable rate-limiting controls for oom dumps
 2020-10-13 11:56 UTC  (11+ messages)

[PATCH v2] mm, oom: enable rate-limiting controls for oom dumps
 2020-10-13 11:18 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS f4dd85cd788b42bad73ffd0ae6d3f954fb746ed6
 2020-10-13 10:49 UTC 

[PATCH 1/2] mm/mprotect: Call arch_validate_prot under mmap_lock and with length
 2020-10-13  9:16 UTC  (7+ messages)

[linux-next:master 620/14813] drivers/gpu/drm/mgag200/mgag200_drv.c:232:9: error: implicit declaration of function 'vmalloc'; did you mean
 2020-10-13  4:18 UTC 

[PATCH 00/13] mm: clean up some lru related pieces
 2020-10-13  2:30 UTC  (5+ messages)

[Question Resend] About z3fold page migration
 2020-10-13  1:46 UTC 

[PATCH 0/6] mremap: move_vma() fixes
 2020-10-13  1:34 UTC  (7+ messages)
` [PATCH 1/6] mm/mremap: Account memory on do_munmap() failure
` [PATCH 2/6] mm/mremap: For MREMAP_DONTUNMAP check security_vm_enough_memory_mm()
` [PATCH 3/6] mremap: Don't allow MREMAP_DONTUNMAP on special_mappings and aio
` [PATCH 4/6] vm_ops: Rename .split() callback to .may_split()
` [PATCH 5/6] mremap: Check if it's possible to split original vma
` [PATCH 6/6] mm: Forbid splitting special mappings

[PATCH FIX v0] mm: memcg/slab: Uncharge during kmem_cache_free_bulk()
 2020-10-13  0:40 UTC  (4+ messages)

[PATCH] mm: memcg/slab: fix slab statistics in !SMP configuration
 2020-10-13  0:31 UTC  (6+ messages)
    ` [kbuild-all] "

[linux-next:master] BUILD REGRESSION 148fdf990dee4efd23c1114811b205de9c966680
 2020-10-12 23:19 UTC 

[RFC][PATCH 0/9] [v4][RESEND] Migrate Pages in lieu of discard
 2020-10-12 21:30 UTC  (2+ messages)

[PATCH v2] mm/hmm: make device private reference counts zero based
 2020-10-12 21:14 UTC  (2+ messages)

[hnaz-linux-mm:master 412/421] drivers/pci/switch/switchtec.c:1075:33: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-10-12 21:13 UTC 

[PATCH v14 00/26] Control-flow Enforcement: Shadow Stack
 2020-10-12 20:48 UTC  (28+ messages)
` [PATCH v14 02/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v14 03/26] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states
` [PATCH v14 04/26] x86/cet: Add control-protection fault handler
` [PATCH v14 05/26] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack
` [PATCH v14 06/26] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [PATCH v14 07/26] x86/mm: Remove _PAGE_DIRTY_HW from kernel RO pages
` [PATCH v14 08/26] x86/mm: Introduce _PAGE_COW
` [PATCH v14 09/26] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v14 10/26] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v14 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY_HW to _PAGE_COW
` [PATCH v14 12/26] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v14 13/26] x86/mm: Shadow Stack page fault error checking
` [PATCH v14 14/26] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v14 15/26] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v14 16/26] mm: Add guard pages around a shadow stack
` [PATCH v14 17/26] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v14 18/26] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v14 19/26] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v14 20/26] x86/cet/shstk: User-mode shadow stack support
` [PATCH v14 21/26] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v14 22/26] binfmt_elf: Define GNU_PROPERTY_X86_FEATURE_1_AND properties
` [PATCH v14 23/26] ELF: Introduce arch_setup_elf_property()
` [PATCH v14 24/26] x86/cet/shstk: Handle thread shadow stack
` [PATCH v14 25/26] x86/cet/shstk: Add arch_prctl functions for "
` [PATCH v14 26/26] mm: Introduce PROT_SHSTK "

[PATCH v5 00/40] kasan: add hardware tag-based mode for arm64
 2020-10-12 20:44 UTC  (41+ messages)
` [PATCH v5 01/40] arm64: Enable armv8.5-a asm-arch option
` [PATCH v5 02/40] arm64: mte: Add in-kernel MTE helpers
` [PATCH v5 03/40] arm64: mte: Reset the page tag in page->flags
` [PATCH v5 04/40] arm64: kasan: Add arch layer for memory tagging helpers
` [PATCH v5 05/40] arm64: mte: Add in-kernel tag fault handler
` [PATCH v5 06/40] arm64: kasan: Enable in-kernel MTE
` [PATCH v5 07/40] arm64: mte: Convert gcr_user into an exclude mask
` [PATCH v5 08/40] arm64: mte: Switch GCR_EL1 in kernel entry and exit
` [PATCH v5 09/40] arm64: kasan: Align allocations for HW_TAGS
` [PATCH v5 10/40] kasan: drop unnecessary GPL text from comment headers
` [PATCH v5 11/40] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [PATCH v5 12/40] kasan: group vmalloc code
` [PATCH v5 13/40] kasan: shadow declarations only for software modes
` [PATCH v5 14/40] kasan: rename (un)poison_shadow to (un)poison_memory
` [PATCH v5 15/40] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [PATCH v5 16/40] kasan: only build init.c for software modes
` [PATCH v5 17/40] kasan: split out shadow.c from common.c
` [PATCH v5 18/40] kasan: define KASAN_GRANULE_PAGE
` [PATCH v5 19/40] kasan: rename report and tags files
` [PATCH v5 20/40] kasan: don't duplicate config dependencies
` [PATCH v5 21/40] kasan: hide invalid free check implementation
` [PATCH v5 22/40] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [PATCH v5 23/40] kasan, arm64: only init shadow for software modes
` [PATCH v5 24/40] kasan, arm64: only use kasan_depth "
` [PATCH v5 25/40] kasan: rename addr_has_shadow to addr_has_metadata
` [PATCH v5 26/40] kasan: rename print_shadow_for_address to print_memory_metadata
` [PATCH v5 27/40] kasan: kasan_non_canonical_hook only for software modes
` [PATCH v5 28/40] kasan: rename SHADOW layout macros to META
` [PATCH v5 29/40] kasan: separate metadata_fetch_row for each mode
` [PATCH v5 30/40] kasan, arm64: don't allow SW_TAGS with ARM64_MTE
` [PATCH v5 31/40] kasan: introduce CONFIG_KASAN_HW_TAGS
` [PATCH v5 32/40] kasan: define KASAN_GRANULE_SIZE for HW_TAGS
` [PATCH v5 33/40] kasan, x86, s390: update undef CONFIG_KASAN
` [PATCH v5 34/40] kasan, arm64: expand CONFIG_KASAN checks
` [PATCH v5 35/40] kasan, arm64: implement HW_TAGS runtime
` [PATCH v5 36/40] kasan, arm64: print report from tag fault handler
` [PATCH v5 37/40] kasan, mm: reset tags when accessing metadata
` [PATCH v5 38/40] kasan, arm64: enable CONFIG_KASAN_HW_TAGS
` [PATCH v5 39/40] kasan: add documentation for hardware tag-based mode
` [PATCH v5 40/40] kselftest/arm64: Check GCR_EL1 after context switch

[PATCH v14 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2020-10-12 20:29 UTC  (10+ messages)
` [PATCH v14 1/7] x86/cet/ibt: Add Kconfig option for user-mode "
` [PATCH v14 2/7] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v14 3/7] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v14 4/7] x86/cet/ibt: ELF header parsing "
` [PATCH v14 5/7] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v14 6/7] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v14 7/7] x86/vdso: Insert endbr32/endbr64 to vDSO

[PATCH] mm/memcg: fix device private memcg accounting
 2020-10-12 17:11 UTC  (5+ messages)

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

[PATCH] mm/msync: exit early when the flags is an MS_ASYNC and start < vm_start
 2020-10-12 16:09 UTC 

[PATCH] mm: memcontrol: localize mem_cgroup_sockets_enabled() check
 2020-10-12 16:04 UTC  (3+ messages)
  ` [External] "


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