linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-08 22:06:56 to 2023-10-10 00:10:01 UTC [more...]

[PATCH v2 0/5] mm: improve performance of accounted kernel memory allocations
 2023-10-10  0:09 UTC 

[PATCH v6 2/8] hugetlb: restructure pool allocations
 2023-10-10  0:07 UTC  (16+ messages)

[PATCH v2] kasan:print the original fault addr when access invalid shadow
 2023-10-10  0:00 UTC  (2+ messages)

[PATCH 0/3] align maple tree write paths
 2023-10-09 22:25 UTC  (5+ messages)
` [PATCH 1/3] maple_tree: introduce mas_prealloc_calc()
` [PATCH 2/3] maple_tree: use preallocations in mas_store_gfp()
` [PATCH 3/3] maple_tree: use preallocations in mas_erase()

[PATCH 0/4] various improvements to the GUP interface
 2023-10-09 22:24 UTC  (11+ messages)
` [PATCH 1/4] mm: make __access_remote_vm() static
` [PATCH 2/4] mm/gup: explicitly define and check internal GUP flags, disallow FOLL_TOUCH
` [PATCH 3/4] mm/gup: make failure to pin an error if FOLL_NOWAIT not specified
` [PATCH 4/4] mm/gup: adapt get_user_page_vma_remote() to never return NULL

[PATCH v2 0/5] Abstract vma_merge() and split_vma()
 2023-10-09 20:53 UTC  (6+ messages)
` [PATCH v2 1/5] mm: move vma_policy() and anon_vma_name() decls to mm_types.h
` [PATCH v2 2/5] mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al
` [PATCH v2 3/5] mm: make vma_merge() and split_vma() internal
` [PATCH v2 4/5] mm: abstract merge for new VMAs into vma_merge_new_vma()
` [PATCH v2 5/5] mm: abstract VMA merge and extend into vma_merge_extend() helper

[linux-next:master 8423/10591] fs/gfs2/super.c:1543:17: sparse: sparse: incompatible types in comparison expression (different address spaces):
 2023-10-09 20:50 UTC 

[PATCH 0/1] Large folio migration fix and questions on migration stats
 2023-10-09 20:32 UTC  (2+ messages)
` [PATCH 1/1] mm/migrate: correct nr_failed in migrate_pages_sync()

[linux-next:master 10184/10591] mm/gup.c:3446 pin_user_pages_fd() warn: unsigned 'start' is never less than zero
 2023-10-09 20:07 UTC 

[PATCH v6 0/9] variable-order, large folios for anonymous memory
 2023-10-09 20:04 UTC  (10+ messages)
` [PATCH v6 6/9] mm: thp: Add "recommend" option for anon_orders

[PATCH 0/5] kasan: assorted fixes and improvements
 2023-10-09 19:50 UTC  (12+ messages)
` [PATCH 2/5] kasan: unify printk prefixes
` [PATCH 3/5] kasan: use unchecked __memset internally
` [PATCH 4/5] kasan: fix and update KUNIT_EXPECT_KASAN_FAIL comment
` [PATCH 5/5] Documentation: *san: drop "the" from article titles

[PATCH v2 00/19] stackdepot: allow evicting stack traces
 2023-10-09 19:39 UTC  (27+ messages)
` [PATCH v2 07/19] lib/stackdepot: rework helpers for depot_alloc_stack
` [PATCH v2 10/19] lib/stackdepot: store free stack records in a freelist
` [PATCH v2 11/19] lib/stackdepot: use read/write lock
` [PATCH v2 12/19] lib/stackdepot: use list_head for stack record links
` [PATCH v2 13/19] kmsan: use stack_depot_save instead of __stack_depot_save
` [PATCH v2 14/19] lib/stackdepot, kasan: add flags to __stack_depot_save and rename
` [PATCH v2 15/19] lib/stackdepot: add refcount for records
` [PATCH v2 17/19] kasan: remove atomic accesses to stack ring entries
` [PATCH v2 18/19] kasan: check object_size in kasan_complete_mode_report_info
` [PATCH v2 19/19] kasan: use stack_depot_put for tag-based modes

[PATCH v2 0/5] Remove the XFS mrlock
 2023-10-09 18:27 UTC  (5+ messages)
` [PATCH v2 3/5] xfs: Replace xfs_isilocked with xfs_assert_locked
` [PATCH v2 4/5] xfs: Remove mrlock wrapper

[PATCH 0/4] Abstract vma_merge() and split_vma()
 2023-10-09 18:22 UTC  (13+ messages)
` [PATCH 1/4] mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al
` [PATCH 2/4] mm: make vma_merge() and split_vma() internal
` [PATCH 3/4] mm: abstract merge for new VMAs into vma_merge_new_vma()
` [PATCH 4/4] mm: abstract VMA extension and merge into vma_merge_extend() helper

[linux-next:master 10253/10591] drivers/fpga/xilinx-pr-decoupler.c:94:34: warning: unused variable 'xlnx_pr_decoupler_of_match'
 2023-10-09 18:19 UTC 

[PATCH v3 0/3] userfaultfd move option
 2023-10-09 17:56 UTC  (9+ messages)
` [PATCH v3 1/3] mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()
` [PATCH v3 2/3] userfaultfd: UFFDIO_MOVE uABI
` [PATCH v3 3/3] selftests/mm: add UFFDIO_MOVE ioctl test

[PATCH v4 0/4] riscv: tlb flush improvements
 2023-10-09 17:53 UTC  (5+ messages)
` [PATCH v4 1/4] riscv: Improve flush_tlb()
` [PATCH v4 2/4] riscv: Improve flush_tlb_range() for hugetlb pages

[PATCH 7/7] block, drivers: make lots of attribute_group globals const
 2023-10-09 17:40 UTC  (3+ messages)

[RFC PATCH 0/2] Introduce a way to expose the interpreted file with binfmt_misc
 2023-10-09 17:37 UTC  (3+ messages)

[PATCH v4 0/8] Add printf attribute to kselftest functions
 2023-10-09 17:28 UTC  (4+ messages)
` [PATCH v4 2/8] selftests/cachestat: Fix print_cachestat format
` [PATCH v4 7/8] selftests/mm: Substitute attribute with a macro

[PATCH bpf-next 0/6] bpf: Fixes for per-cpu kptr
 2023-10-09 16:56 UTC  (8+ messages)
` [PATCH bpf-next 1/6] mm/percpu.c: introduce alloc_size_percpu()
` [PATCH bpf-next 2/6] bpf: Re-enable unit_size checking for global per-cpu allocator
` [PATCH bpf-next 4/6] bpf: Move the declaration of __bpf_obj_drop_impl() to internal.h

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-10-09 16:42 UTC  (3+ messages)
` [RFC PATCH v12 05/33] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-10-09 16:40 UTC  (3+ messages)
` [RFC PATCH v2 14/20] x86/kvm: Make kvm_async_pf_enabled __ro_after_init

[PATCH v1 0/3] mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()
 2023-10-09 16:38 UTC  (5+ messages)
` [PATCH v1 3/3] memory: move exclusivity detection in do_wp_page() into wp_can_reuse_anon_folio()

[PATCH v2 00/89] fs: new accessor methods for inode atime and mtime
 2023-10-09 16:09 UTC  (2+ messages)

[RFC PATCH 0/4] Enable >0 order folio memory compaction
 2023-10-09 15:52 UTC  (8+ messages)

[PATCH 0/1] mm: hugetlb_vmemmap: use folio argument for hugetlb_vmemmap_* functions
 2023-10-09 15:18 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v5 0/2] mm: use memmap_on_memory semantics for dax/kmem
 2023-10-09 15:15 UTC  (7+ messages)
` [PATCH v5 1/2] mm/memory_hotplug: split memmap_on_memory requests across memblocks

[PATCH v2 0/4] Some bugfix about kmemleak
 2023-10-09 14:58 UTC  (5+ messages)
` [PATCH v2 3/4] mm/kmemleak: fix partially freeing unknown object warning
` [PATCH v2 4/4] mm/kmemleak: fix print format of pointer in pr_debug()

[PATCH] mm: hugetlb: Only prep and add allocated folios for non-gigantic pages
 2023-10-09 14:56 UTC 

[PATCH v1 00/20] Permission Overlay Extension
 2023-10-09 14:49 UTC  (4+ messages)
` [PATCH v1 15/20] arm64: add POE signal support

[PATCH net-next v7] net/core: Introduce netdev_core_stats_inc()
 2023-10-09 14:28 UTC  (10+ messages)

high IRQ latency due to pcp draining
 2023-10-09 13:25 UTC 

[PATCH v4] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
 2023-10-09 13:23 UTC  (8+ messages)

[PATCH v6 00/38] arm64/gcs: Provide support for GCS in userspace
 2023-10-09 12:09 UTC  (39+ messages)
` [PATCH v6 01/38] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v6 02/38] prctl: arch-agnostic prctl for shadow stack
` [PATCH v6 03/38] mman: Add map_shadow_stack() flags
` [PATCH v6 04/38] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v6 05/38] arm64/gcs: Document the ABI "
` [PATCH v6 06/38] arm64/sysreg: Add new system registers for GCS
` [PATCH v6 07/38] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v6 08/38] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v6 09/38] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v6 10/38] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v6 11/38] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v6 12/38] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v6 13/38] arm64/mm: Map pages for guarded control stack
` [PATCH v6 14/38] KVM: arm64: Manage GCS registers for guests
` [PATCH v6 15/38] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v6 16/38] arm64/idreg: Add overrride for GCS
` [PATCH v6 17/38] arm64/hwcap: Add hwcap "
` [PATCH v6 18/38] arm64/traps: Handle GCS exceptions
` [PATCH v6 19/38] arm64/mm: Handle GCS data aborts
` [PATCH v6 20/38] arm64/gcs: Context switch GCS state for EL0
` [PATCH v6 21/38] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v6 22/38] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v6 23/38] arm64/mm: Implement map_shadow_stack()
` [PATCH v6 24/38] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v6 25/38] arm64/signal: Expose GCS state in signal frames
` [PATCH v6 26/38] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v6 27/38] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v6 28/38] kselftest/arm64: Verify the GCS hwcap
` [PATCH v6 29/38] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v6 30/38] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v6 31/38] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v6 32/38] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v6 33/38] kselftest/arm64: Add very basic GCS test program
` [PATCH v6 34/38] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v6 35/38] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v6 36/38] selftests/arm64: Add GCS signal tests
` [PATCH v6 37/38] kselftest/arm64: Add a GCS stress test
` [PATCH v6 38/38] kselftest/arm64: Enable GCS for the FP stress tests

[syzbot] [wireguard?] WARNING in kthread_unpark
 2023-10-09 11:51 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 35a9dc47bcc822953d70a503ab9fb581d724b58e
 2023-10-09 11:22 UTC 

[RESEND PATCH] mm: slab: Do not create kmalloc caches smaller than arch_slab_minalign()
 2023-10-09 11:20 UTC  (3+ messages)

[PATCH v4 00/10] Introduce __mt_dup() to improve the performance of fork()
 2023-10-09 11:06 UTC  (12+ messages)
` [PATCH v4 01/10] maple_tree: Add mt_free_one() and mt_attr() helpers
` [PATCH v4 02/10] maple_tree: Introduce {mtree,mas}_lock_nested()
` [PATCH v4 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()
` [PATCH v4 04/10] radix tree test suite: Align kmem_cache_alloc_bulk() with kernel behavior
` [PATCH v4 05/10] maple_tree: Add test for mtree_dup()
` [PATCH v4 06/10] maple_tree: Update the documentation of maple tree
` [PATCH v4 07/10] maple_tree: Skip other tests when BENCH is enabled
` [PATCH v4 08/10] maple_tree: Update check_forking() and bench_forking()
` [PATCH v4 09/10] maple_tree: Preserve the tree attributes when destroying maple tree
` [PATCH v4 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[PATCH 01/10] userfaultfd.2: briefly mention two-step feature handshake process
 2023-10-09 11:01 UTC  (20+ messages)
` [PATCH 02/10] userfaultfd.2: reword to account for new fault resolution ioctls
` [PATCH 03/10] userfaultfd.2: comment on feature detection in the example program
` [PATCH 05/10] ioctl_userfaultfd.2: describe two-step feature handshake
` [PATCH 06/10] ioctl_userfaultfd.2: describe missing UFFDIO_API feature flags
` [PATCH 07/10] ioctl_userfaultfd.2: correct and update UFFDIO_API ioctl error codes
` [PATCH 08/10] ioctl_userfaultfd.2: clarify the state of the uffdio_api structure on error
` [PATCH 10/10] ioctl_userfaultfd.2: document new UFFDIO_POISON ioctl

[PATCH v2] mm/mprotect: allow unfaulted VMAs to be unaccounted on mprotect()
 2023-10-09 10:46 UTC  (2+ messages)

[PATCH v1 1/1] xarray: fix the data-race in xas_find_chunk() by using READ_ONCE()
 2023-10-09 10:15 UTC  (11+ messages)

[PATCH v1 0/4] mm/ksm: Add ksm advisor
 2023-10-09  9:48 UTC  (4+ messages)

[PATCH v2 0/5] userfaultfd man page updates
 2023-10-09  9:12 UTC  (13+ messages)
` [PATCH v2 1/5] ioctl_userfaultfd.2: describe two-step feature handshake
` [PATCH v2 2/5] ioctl_userfaultfd.2: correct and update UFFDIO_API ioctl error codes
` [PATCH v2 3/5] ioctl_userfaultfd.2: clarify the state of the uffdio_api structure on error
` [PATCH v2 4/5] ioctl_userfaultfd.2: fix / update UFFDIO_REGISTER error code list
` [PATCH v2 5/5] ioctl_userfaultfd.2: document new UFFDIO_POISON ioctl

[PATCH next] iov_iter: fix copy_page_from_iter_atomic()
 2023-10-09  7:36 UTC  (6+ messages)
` [PATCH v7 08/12] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
  ` [PATCH v7 00/12] iov_iter: Convert the iterator macros into inline funcs

[PATCH] memcg: add interface to force disable swap
 2023-10-09  7:34 UTC  (7+ messages)

[PATCH 0/8] shmem,tmpfs: general maintenance
 2023-10-09  0:15 UTC  (5+ messages)
` [PATCH 8/8] shmem,percpu_counter: add _limited_add(fbc, limit, amount)

[PATCH v2 0/6] Handle more faults under the VMA lock
 2023-10-08 22:07 UTC  (3+ messages)
` [PATCH v2 6/6] mm: Handle write faults to RO pages "


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