linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-18 02:17:13 to 2020-09-18 19:48:45 UTC [more...]

[PATCH 0/4] kvfree_rcu() and _LOCK_NESTING/_PREEMPT_RT
 2020-09-18 19:48 UTC  (4+ messages)
` [PATCH 1/4] rcu/tree: Add a work to allocate pages from regular context
` [RFC-PATCH 2/4] mm: Add __rcu_alloc_page_lockless() func
` [PATCH 3/4] rcu/tree: use "

KASAN: null-ptr-deref Read in PageHuge
 2020-09-18 19:42 UTC 

[GIT PULL] percpu fix for v5.9-rc6
 2020-09-18 19:37 UTC  (6+ messages)

[PATCH v12 0/8] Control-flow Enforcement: Indirect Branch Tracking
 2020-09-18 19:32 UTC  (10+ messages)
` [PATCH v12 1/8] x86/cet/ibt: Add Kconfig option for user-mode "
` [PATCH v12 2/8] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v12 3/8] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v12 4/8] x86/cet/ibt: ELF header parsing "
` [PATCH v12 5/8] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v12 6/8] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v12 7/8] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v12 8/8] x86: Disallow vsyscall emulation when CET is enabled

[PATCH v4 0/7] HWpoison: further fixes and cleanups
 2020-09-18 19:27 UTC  (11+ messages)
` [PATCH v4 2/7] mm,hwpoison: Do not set hugepage_or_freepage unconditionally
` [PATCH v4 3/7] mm,hwpoison: Try to narrow window race for free pages

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

[PATCH 00/13] mm: clean up some lru related pieces
 2020-09-18 18:53 UTC  (24+ messages)
` [PATCH 01/13] mm: use add_page_to_lru_list()
` [PATCH 02/13] mm: use page_off_lru()
` [PATCH 03/13] mm: move __ClearPageLRU() into page_off_lru()
` [PATCH 04/13] mm: shuffle lru list addition and deletion functions
` [PATCH 05/13] mm: don't pass enum lru_list to lru list addition functions
` [PATCH 06/13] mm: don't pass enum lru_list to trace_mm_lru_insertion()
` [PATCH 07/13] mm: don't pass enum lru_list to del_page_from_lru_list()
` [PATCH 08/13] mm: rename page_off_lru() to __clear_page_lru_flags()
` [PATCH 09/13] mm: inline page_lru_base_type()
` [PATCH 10/13] mm: VM_BUG_ON lru page flags
` [PATCH 11/13] mm: inline __update_lru_size()
` [PATCH 12/13] mm: make lruvec_lru_size() static
` [PATCH 13/13] mm: enlarge the int parameter of update_lru_size()

[PATCH v5 0/5] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-09-18 18:25 UTC  (3+ messages)

[PATCH 1/4] mm: Trial do_wp_page() simplification
 2020-09-18 17:32 UTC  (25+ messages)

remove alloc_vm_area
 2020-09-18 16:37 UTC  (7+ messages)
` [PATCH 1/6] zsmalloc: switch from alloc_vm_area to get_vm_area
` [PATCH 2/6] mm: add a vmap_pfn function
` [PATCH 3/6] drm/i915: use vmap in shmem_pin_map
` [PATCH 4/6] drm/i915: use vmap in i915_gem_object_map
` [PATCH 5/6] xen/xenbus: use apply_to_page_range directly in xenbus_map_ring_pv
` [PATCH 6/6] x86/xen: open code alloc_vm_area in arch_gnttab_valloc

remove blkdev_get as a public API
 2020-09-18 16:01 UTC  (5+ messages)
` [PATCH 02/14] block: switch register_disk to use blkdev_get_by_dev
` [PATCH 13/14] PM: mm: cleanup swsusp_swap_check

[PATCH v2 00/37] kasan: add hardware tag-based mode for arm64
 2020-09-18 15:52 UTC  (45+ messages)
` [PATCH v2 05/37] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [PATCH v2 07/37] kasan: split out shadow.c from common.c
` [PATCH v2 20/37] kasan: rename tags.c to tags_sw.c
` [PATCH v2 21/37] kasan: introduce CONFIG_KASAN_HW_TAGS
` [PATCH v2 22/37] arm64: mte: Add in-kernel MTE helpers
` [PATCH v2 23/37] arm64: kasan: Add arch layer for memory tagging helpers
` [PATCH v2 27/37] arm64: mte: Switch GCR_EL1 in kernel entry and exit
` [PATCH v2 31/37] kasan, x86, s390: update undef CONFIG_KASAN
` [PATCH v2 33/37] kasan, arm64: implement HW_TAGS runtime
` [PATCH v2 34/37] kasan, arm64: print report from tag fault handler
` [PATCH v2 35/37] kasan, slub: reset tags when accessing metadata

[[PATCH]] mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected by khugepaged
 2020-09-18 15:32 UTC  (11+ messages)

let import_iovec deal with compat_iovecs as well
 2020-09-18 15:16 UTC  (19+ messages)
` [PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
` [PATCH 2/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 3/9] fs: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector
` [PATCH 4/9] fs: handle the compat case in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 7/9] fs: remove compat_sys_vmsplice
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov

[PATCH v38 10/24] mm: Add vm_ops->mprotect()
 2020-09-18 15:09 UTC  (3+ messages)

[PATCH 00/35] kasan: add hardware tag-based mode for arm64
 2020-09-18 14:56 UTC  (4+ messages)
` [PATCH 03/35] kasan: shadow declarations only for software modes

[PATCH v2] MIPS: make userspace mapping young by default
 2020-09-18 14:13 UTC  (2+ messages)

[PATCH 0/4] syscalls: remove compat_alloc_user_space callers
 2020-09-18 13:24 UTC  (5+ messages)
` [PATCH 1/4] x86: add __X32_COND_SYSCALL() macro
` [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

[PATCH v10 00/13] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
 2020-09-18 13:15 UTC  (16+ messages)
` [PATCH v10 01/13] mm: Define pasid in mm
` [PATCH v10 02/13] iommu/ioasid: Add ioasid references
` [PATCH v10 03/13] iommu/sva: Add PASID helpers
` [PATCH v10 04/13] arm64: mm: Pin down ASIDs for sharing mm with devices
` [PATCH v10 05/13] iommu/io-pgtable-arm: Move some definitions to a header
` [PATCH v10 06/13] arm64: cpufeature: Export symbol read_sanitised_ftr_reg()
` [PATCH v10 07/13] iommu/arm-smmu-v3: Move definitions to a header
` [PATCH v10 08/13] iommu/arm-smmu-v3: Share process page tables
` [PATCH v10 09/13] iommu/arm-smmu-v3: Seize private ASID
` [PATCH v10 10/13] iommu/arm-smmu-v3: Check for SVA features
` [PATCH v10 11/13] iommu/arm-smmu-v3: Add SVA device feature
` [PATCH v10 12/13] iommu/arm-smmu-v3: Implement iommu_sva_bind/unbind()
` [PATCH v10 13/13] iommu/arm-smmu-v3: Hook up ATC invalidation to mm ops

[PATCH v2 0/9] ARM: remove set_fs callers and implementation
 2020-09-18 12:46 UTC  (10+ messages)
` [PATCH v2 1/9] mm/maccess: fix unaligned copy_{from,to}_kernel_nofault
` [PATCH v2 2/9] ARM: traps: use get_kernel_nofault instead of set_fs()
` [PATCH v2 3/9] ARM: oabi-compat: add epoll_pwait handler
` [PATCH v2 4/9] ARM: syscall: always store thread_info->syscall
` [PATCH v2 5/9] ARM: oabi-compat: rework epoll_wait/epoll_pwait emulation
` [PATCH v2 6/9] ARM: oabi-compat: rework sys_semtimedop emulation
` [PATCH v2 7/9] ARM: oabi-compat: rework fcntl64() emulation
` [PATCH v2 8/9] ARM: uaccess: add __{get,put}_kernel_nofault
` [PATCH v2 9/9] ARM: uaccess: remove set_fs() implementation

[PATCH v2 0/4] more mm switching vs TLB shootdown and lazy tlb fixes
 2020-09-18 12:18 UTC  (5+ messages)
` [PATCH v2 1/4] mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching race

[PATCH v10 0/6] ACPI: Support Generic Initiator proximity domains
 2020-09-18 12:17 UTC  (2+ messages)

[PATCH v3 0/6] ACPI: Only create NUMA nodes from entries in SRAT or SRAT emulation
 2020-09-18 12:14 UTC  (3+ messages)

[RFC 0/5] disable pcplists during page isolation
 2020-09-18 12:02 UTC  (7+ messages)
` [RFC 3/5] mm, page_alloc(): remove setup_pageset()
` [RFC 4/5] mm, page_alloc: cache pageset high and batch in struct zone

[PATCH v2 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-09-18 11:59 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS fc14a2f595533d6cc1d072694d15821dcd3d6a91
 2020-09-18 11:26 UTC 

[PATCH 00/13] Allow readpage to return a locked page
 2020-09-18 11:19 UTC  (3+ messages)
` [PATCH 02/13] 9p: Tell the VFS that readpage was synchronous
    ` [V9fs-developer] "

[PATCH] Fix incorrect compound page flags store
 2020-09-18  9:35 UTC  (7+ messages)

[PATCH] mm/zbud: remove redundant initialization
 2020-09-18  9:04 UTC 

[PATCH v9 00/29] arm64: Memory Tagging Extension user-space support
 2020-09-18  8:30 UTC  (6+ messages)
` [PATCH v9 29/29] arm64: mte: Add Memory Tagging Extension documentation

[PATCH v6 00/12] HWPOISON: soft offline rework
 2020-09-18  7:58 UTC  (3+ messages)
` [PATCH v6 08/12] mm,hwpoison: Rework soft offline for in-use pages

[PATCH RFC 0/4] mm: place pages to the freelist tail when onling and undoing isolation
 2020-09-18  7:32 UTC  (4+ messages)

[PATCH RFC 0/4] mm: place pages to the freelist tail when onling and undoing isolation
 2020-09-18  7:30 UTC  (12+ messages)
` [PATCH RFC 1/4] mm/page_alloc: convert "report" flag of __free_one_page() to a proper flag
` [PATCH RFC 2/4] mm/page_alloc: place pages to tail in __putback_isolated_page()
` [PATCH RFC 3/4] mm/page_alloc: always move pages to the tail of the freelist in unset_migratetype_isolate()

[v4] mm: khugepaged: avoid overriding min_free_kbytes set by user
 2020-09-18  5:56 UTC  (6+ messages)

[PATCH v2] mm/migrate: correct thp migration stats
 2020-09-18  3:23 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 21/64] mm: pagewalk: fix termination condition in walk_pte_range()
 2020-09-18  2:16 UTC  (3+ messages)
` [PATCH AUTOSEL 4.4 40/64] mm/filemap.c: clear page error before actual read
` [PATCH AUTOSEL 4.4 41/64] mm/mmap.c: initialize align_offset explicitly for vm_unmapped_area


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