linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-30 22:21:59 to 2020-10-02 06:40:07 UTC [more...]

[PATCH 0/5] Speed up mremap on large regions
 2020-10-02  6:39 UTC  (21+ messages)
` [PATCH 1/5] kselftests: vm: Add mremap tests
` [PATCH 2/5] arm64: mremap speedup - Enable HAVE_MOVE_PMD
` [PATCH 3/5] mm: Speedup mremap on 1GB or larger regions
` [PATCH 4/5] arm64: mremap speedup - Enable HAVE_MOVE_PUD
` [PATCH 5/5] x86: "

[PATCH v4 00/11] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-02  6:33 UTC  (6+ messages)
` [PATCH v4 01/11] mm: add Kernel Electric-Fence infrastructure
` [PATCH v4 02/11] x86, kfence: enable KFENCE for x86

[RFC PATCH v3 0/2] mm: remove extra ZONE_DEVICE struct page refcount
 2020-10-02  5:59 UTC  (5+ messages)
` [RFC PATCH v3 1/2] ext4/xfs: add page refcount helper
` [RFC PATCH v3 2/2] mm: remove extra ZONE_DEVICE struct page refcount

[PATCH] mm: memcg/slab: fix slab statistics in !SMP configuration
 2020-10-02  5:34 UTC  (3+ messages)
    ` [kbuild-all] "

[PATCH v13 00/26] Control-flow Enforcement: Shadow Stack
 2020-10-02  2:06 UTC  (3+ messages)
` [PATCH v13 19/26] mm: Re-introduce do_mmap_pgoff()

[linux-next:master] BUILD REGRESSION d39294091fee6b89d9c4a683bb19441b25098330
 2020-10-02  1:35 UTC 

[PATCH 0/2] Broad write-locking of nascent mm in execve
 2020-10-02  1:25 UTC  (3+ messages)
` [PATCH 1/2] mmap locking API: Order lock of nascent mm outside lock of live mm
` [PATCH 2/2] exec: Broadly lock nascent mm until setup_arg_pages()

VM_HUGEPAGE support for XFS
 2020-10-02  1:23 UTC 

[PATCH 2/4] binfmt_elf: Take the mmap lock around find_extend_vma()
 2020-10-01 23:55 UTC  (16+ messages)
` [PATCH 3/4] mmap locking API: Don't check locking if the mm isn't live yet
` [PATCH 4/4] mm/gup: Assert that the mmap lock is held in __get_user_pages()

xarray-add-xas_split-fix-3.patch
 2020-10-01 23:39 UTC 

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

[RFC V2] mm/vmstat: Add events for HugeTLB migration
 2020-10-01 22:16 UTC  (2+ messages)

[PATCH v3 00/39] kasan: add hardware tag-based mode for arm64
 2020-10-01 22:00 UTC  (56+ messages)
` [PATCH v3 01/39] kasan: drop unnecessary GPL text from comment headers
` [PATCH v3 02/39] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [PATCH v3 03/39] kasan: group vmalloc code
` [PATCH v3 04/39] kasan: shadow declarations only for software modes
` [PATCH v3 05/39] kasan: rename (un)poison_shadow to (un)poison_memory
` [PATCH v3 06/39] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [PATCH v3 07/39] kasan: only build init.c for software modes
` [PATCH v3 08/39] kasan: split out shadow.c from common.c
` [PATCH v3 09/39] kasan: define KASAN_GRANULE_PAGE
` [PATCH v3 10/39] kasan: rename report and tags files
` [PATCH v3 11/39] kasan: don't duplicate config dependencies
` [PATCH v3 12/39] kasan: hide invalid free check implementation
` [PATCH v3 13/39] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [PATCH v3 16/39] kasan: rename addr_has_shadow to addr_has_metadata
` [PATCH v3 17/39] kasan: rename print_shadow_for_address to print_memory_metadata
` [PATCH v3 18/39] kasan: kasan_non_canonical_hook only for software modes
` [PATCH v3 19/39] kasan: rename SHADOW layout macros to META
` [PATCH v3 20/39] kasan: separate metadata_fetch_row for each mode
` [PATCH v3 21/39] kasan: don't allow SW_TAGS with ARM64_MTE
` [PATCH v3 22/39] kasan: introduce CONFIG_KASAN_HW_TAGS
` [PATCH v3 32/39] kasan: define KASAN_GRANULE_SIZE for HW_TAGS
` [PATCH v3 33/39] kasan, x86, s390: update undef CONFIG_KASAN
` [PATCH v3 35/39] kasan, arm64: implement HW_TAGS runtime
` [PATCH v3 37/39] kasan, slub: reset tags when accessing metadata
` [PATCH v3 39/39] kasan: add documentation for hardware tag-based mode

[PATCH v4 0/4] mm: allow mapping accounted kernel pages to userspace
 2020-10-01 20:51 UTC  (14+ messages)
` [PATCH v4 1/4] mm: memcontrol: use helpers to access page's memcg data
` [PATCH v4 2/4] mm: memcontrol/slab: use helpers to access slab page's memcg_data
` [PATCH v4 3/4] mm: introduce page memcg flags
` [PATCH v4 4/4] mm: convert page kmemcg type to a page memcg flag

[PATCH 0/4] arm64: Default to 32-bit wide ZONE_DMA
 2020-10-01 20:02 UTC  (11+ messages)
` [PATCH 1/4] of/fdt: Update zone_dma_bits when running in bcm2711
` [PATCH 2/4] dma-direct: Turn zone_dma_bits default value into a define
` [PATCH 3/4] arm64: Default to 32-bit ZONE_DMA
` [PATCH 4/4] mm: Update DMA zones description

[PATCH RFC v2 0/6] Break heap spraying needed for exploiting use-after-free
 2020-10-01 19:48 UTC  (5+ messages)
` [PATCH RFC v2 2/6] mm/slab: Perform init_on_free earlier

[PATCH 0/4] kvfree_rcu() and _LOCK_NESTING/_PREEMPT_RT
 2020-10-01 19:32 UTC  (8+ messages)
` [RFC-PATCH 2/4] mm: Add __rcu_alloc_page_lockless() func

[PATCH v5 00/17] device-dax: support sub-dividing soft-reserved ranges
 2020-10-01 19:12 UTC  (6+ messages)
` [PATCH v5 01/17] device-dax: make pgmap optional for instance creation

[PATCH v38 11/24] x86/sgx: Add SGX enclave driver
 2020-10-01 18:49 UTC  (3+ messages)

[PATCH RFC 0/1] drm/ttm: Allocate transparent huge pages without clearing __GFP_COMP
 2020-10-01 18:45 UTC  (3+ messages)

[PATCH v3 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-01 18:11 UTC  (11+ messages)
` [PATCH v3 01/10] mm: add Kernel Electric-Fence infrastructure
` [PATCH v3 03/10] arm64, kfence: enable KFENCE for ARM64

[PATCH v13 8/8] x86/vsyscall/64: Fixup Shadow Stack and Indirect Branch Tracking for vsyscall emulation
 2020-10-01 17:26 UTC  (14+ messages)

[RFC PATCH 1/1] vmscan: Support multiple kswapd threads per node
 2020-10-01 16:18 UTC  (3+ messages)

[PATCH] mm: fix some comments in page_alloc.c and mempolicy.c
 2020-10-01 16:17 UTC  (3+ messages)

[PATCH 1/2] mm: Fix remove page fault assumption of compound page size
 2020-10-01 15:22 UTC  (2+ messages)
` [PATCH 2/2] mm: Rename page_order() to buddy_order()

[RFC PATCH v2 00/30] 1GB PUD THP support on x86_64
 2020-10-01 15:14 UTC  (3+ messages)

[PATCH] memcg: introduce per-memcg reclaim interface
 2020-10-01 15:10 UTC  (8+ messages)

[PATCH] mm: swapfile: avoid split_swap_cluster() NULL pointer dereference
 2020-10-01 14:31 UTC  (11+ messages)

[PATCH v3 00/10] ARM: remove set_fs callers and implementation
 2020-10-01 14:12 UTC  (11+ messages)
` [PATCH v3 01/10] mm/maccess: fix unaligned copy_{from,to}_kernel_nofault
` [PATCH v3 02/10] ARM: traps: use get_kernel_nofault instead of set_fs()
` [PATCH v3 03/10] ARM: oabi-compat: add epoll_pwait handler
` [PATCH v3 04/10] ARM: syscall: always store thread_info->syscall
` [PATCH v3 05/10] ARM: oabi-compat: rework epoll_wait/epoll_pwait emulation
` [PATCH v3 06/10] ARM: oabi-compat: rework sys_semtimedop emulation
` [PATCH v3 07/10] ARM: oabi-compat: rework fcntl64() emulation
` [PATCH v3 08/10] ARM: uaccess: add __{get,put}_kernel_nofault
` [PATCH v3 09/10] ARM: provide a TASK_SIZE_MAX definition
` [PATCH v3 10/10] ARM: uaccess: remove set_fs() implementation

[linux-next:pending-fixes] BUILD SUCCESS d069a655f5891c241683eca4c45aad9f977ed5f0
 2020-10-01 13:06 UTC 

[PATCH v3 01/11] xen/manage: keep track of the on-going suspend mode
 2020-10-01 12:43 UTC  (12+ messages)

[PATCH 0/9] disable pcplists during memory offline
 2020-10-01  8:47 UTC  (6+ messages)
` [PATCH 9/9] mm, page_alloc: optionally disable pcplists during page isolation

[PATCH v6 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-10-01  8:14 UTC  (10+ messages)
` [PATCH v6 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation

[PATCH v2 00/12] Overhaul multi-page lookups for THP
 2020-10-01  7:17 UTC  (7+ messages)
` [PATCH v2 12/12] mm/filemap: Return only head pages from find_get_entries

[hnaz-linux-mm:master 286/421] Inconsistent kallsyms data
 2020-10-01  4:55 UTC 

[RFC PATCH 00/24] mm/hugetlb: Free some vmemmap pages of hugetlb page
 2020-10-01  2:57 UTC  (4+ messages)
` [RFC PATCH 05/24] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
    ` [External] "

kernel BUG at mm/mmap.c:LINE!
 2020-10-01  2:57 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION de69ee6df1cfbf3c67787d8504fd21b59da39572
 2020-10-01  0:56 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 8876d85bb9d7e2e0aaca64dafdf22f9faa3e5948
 2020-10-01  0:56 UTC 

mmotm 2020-09-30-17-07 uploaded
 2020-10-01  0:07 UTC 

[PATCH v3 0/4] mm: allow mapping accounted kernel pages to userspace
 2020-09-30 23:44 UTC  (4+ messages)
` [PATCH v3 3/4] mm: introduce page memcg flags

[PATCH 1/4] mm/gup_benchmark: Take the mmap lock around GUP
 2020-09-30 23:21 UTC  (2+ messages)


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