linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-07 13:50:11 to 2023-10-09 15:19:16 UTC [more...]

[PATCH 0/1] mm: hugetlb_vmemmap: use folio argument for hugetlb_vmemmap_* functions
 2023-10-09 15:18 UTC 

[PATCH v6 2/8] hugetlb: restructure pool allocations
 2023-10-09 15:15 UTC  (13+ messages)

[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  (7+ messages)
` [PATCH v2 1/4] bootmem: use kmemleak_free_part_phys in put_page_bootmem
` [PATCH v2 2/4] bootmem: use kmemleak_free_part_phys in free_bootmem_page
` [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 v6 0/9] variable-order, large folios for anonymous memory
 2023-10-09 14:43 UTC  (11+ messages)
` [PATCH v6 4/9] mm: thp: Introduce anon_orders and anon_always_mask sysfs files
` [PATCH v6 6/9] mm: thp: Add "recommend" option for anon_orders

[PATCH v3 0/3] userfaultfd move option
 2023-10-09 14:38 UTC  (5+ 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 net-next v7] net/core: Introduce netdev_core_stats_inc()
 2023-10-09 14:28 UTC  (10+ messages)

[RFC PATCH 0/4] Enable >0 order folio memory compaction
 2023-10-09 14:10 UTC  (6+ 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 v2 00/19] stackdepot: allow evicting stack traces
 2023-10-09 12:35 UTC  (26+ 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 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 v4 0/8] Add printf attribute to kselftest functions
 2023-10-09 10:30 UTC  (3+ messages)
` [PATCH v4 2/8] selftests/cachestat: Fix print_cachestat format
` [PATCH v4 7/8] selftests/mm: Substitute attribute with a macro

[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/3] mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()
 2023-10-09 10:03 UTC  (4+ messages)
` [PATCH v1 3/3] memory: move exclusivity detection in do_wp_page() into wp_can_reuse_anon_folio()

[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 0/5] kasan: assorted fixes and improvements
 2023-10-09  8:47 UTC  (7+ 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 v2] kasan:print the original fault addr when access invalid shadow
 2023-10-09  7:37 UTC 

[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 bpf-next 0/6] bpf: Fixes for per-cpu kptr
 2023-10-08 22:32 UTC  (8+ messages)
` [PATCH bpf-next 1/6] mm/percpu.c: introduce alloc_size_percpu()
` [PATCH bpf-next 3/6] bpf: Use alloc_size_percpu() in bpf_mem_free{_rcu}()
` [PATCH bpf-next 4/6] bpf: Move the declaration of __bpf_obj_drop_impl() to internal.h
` [PATCH bpf-next 5/6] bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()

[PATCH v2 0/5] Remove the XFS mrlock
 2023-10-08 22:17 UTC  (13+ messages)
` [PATCH v2 1/5] locking: Add rwsem_assert_held() and rwsem_assert_held_write()
` [PATCH v2 2/5] mm: Use rwsem assertion macros for mmap_lock
` [PATCH v2 3/5] xfs: Replace xfs_isilocked with xfs_assert_locked
` [PATCH v2 4/5] xfs: Remove mrlock wrapper
` [PATCH v2 5/5] fs: Add inode_assert_locked() and inode_assert_locked_excl()

[PATCH v2 0/6] Handle more faults under the VMA lock
 2023-10-08 22:07 UTC  (13+ messages)
` [PATCH v2 1/6] mm: Make lock_folio_maybe_drop_mmap() VMA lock aware
` [PATCH v2 2/6] mm: Call wp_page_copy() under the VMA lock
` [PATCH v2 3/6] mm: Handle shared faults "
` [PATCH v2 4/6] mm: Handle COW "
` [PATCH v2 5/6] mm: Handle read "
` [PATCH v2 6/6] mm: Handle write faults to RO pages "

[PATCH 0/4] Abstract vma_merge() and split_vma()
 2023-10-08 20:23 UTC  (5+ 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

[RFC PATCH 0/5] hot page swap to zram, cold page swap to swapfile directly
 2023-10-08 11:07 UTC  (7+ messages)
` [RFC PATCH 1/5] mm/swap_slots: cleanup swap slot cache
` [RFC PATCH 2/5] mm: introduce hot and cold anon page flags
` [RFC PATCH 3/5] mm: add VMA hot flag
` [RFC PATCH 4/5] mm: add page implyreclaim flag
` [RFC PATCH 5/5] mm/swapfile: add swapfile_write_enable interface

[PATCH net-next v10 1/6] page_pool: fragment API support for 32-bit arch with 64-bit DMA
 2023-10-08  9:36 UTC  (5+ messages)

[tip:x86/percpu] [x86/percpu] ca42563486: BUG:kernel_failed_in_early-boot_stage,last_printk:Booting_the_kernel(entry_offset:#)
 2023-10-08  9:29 UTC  (4+ messages)

[PATCH v4 0/2] mm: Don't set and reset page count in MEMINIT_EARLY
 2023-10-08  8:57 UTC  (5+ messages)
` [PATCH v4 2/2] mm: Init page count in reserve_bootmem_region when MEMINIT_EARLY

[PATCH v3 0/9] Introduce __mt_dup() to improve the performance of fork()
 2023-10-08  7:54 UTC  (9+ messages)
` [PATCH v3 9/9] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[PATCHv5] mm: optimization on page allocation when CMA enabled
 2023-10-08  7:54 UTC  (3+ messages)

drivers/gpu/drm/nouveau/nouveau_dmem.c:205:13: sparse: sparse: incorrect type in assignment (different base types)
 2023-10-08  2:08 UTC 

[PATCH v3 0/3] permit write-sealed memfd read-only shared mappings
 2023-10-07 20:51 UTC  (4+ messages)
` [PATCH v3 1/3] mm: drop the assumption that VM_SHARED always implies writable
` [PATCH v3 2/3] mm: update memfd seal write check to include F_SEAL_WRITE
` [PATCH v3 3/3] mm: enforce the mapping_map_writable() check after call_mmap()

[PATCH 1/1] mm/damon/sysfs: check DAMOS regions update progress from before_terminate()
 2023-10-07 20:10 UTC  (2+ messages)

[PATCH v2 3/3] mm: perform the mapping_map_writable() check after call_mmap()
 2023-10-07 20:07 UTC  (3+ messages)

[akpm-mm:mm-stable 175/204] mm/list_lru.c:98:7: error: call to undeclared function 'list_lru_from_kmem'; ISO C99 and later do not support implicit function declarations
 2023-10-07 14:08 UTC 


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