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

[RFC PATCH 0/4] sched+mm: Track lazy active mm existence with hazard pointers
 2024-10-02 15:36 UTC  (9+ messages)
` [RFC PATCH 1/4] compiler.h: Introduce ptr_eq() to preserve address dependency
` [RFC PATCH 2/4] Documentation: RCU: Refer to ptr_eq()
` [RFC PATCH 3/4] hp: Implement Hazard Pointers
` [RFC PATCH 4/4] sched+mm: Use hazard pointers to track lazy active mm existence

[PATCH 0/5] Remove PageKsm()
 2024-10-02 15:25 UTC  (6+ messages)
` [PATCH 1/5] ksm: Use a folio in try_to_merge_one_page()
` [PATCH 2/5] ksm: Convert cmp_and_merge_page() to use a folio
` [PATCH 3/5] ksm: Convert should_skip_rmap_item() to take "
` [PATCH 4/5] mm: Add PageAnonNotKsm()
` [PATCH 5/5] mm: Remove PageKsm()

[PATCH 0/2] Introduce ptr_eq() to preserve address dependency
 2024-10-02 15:24 UTC  (12+ messages)
` [PATCH 1/2] compiler.h: "

[PATCH v8 00/29] Generic `Allocator` support for Rust
 2024-10-02 15:20 UTC  (24+ messages)
` [PATCH v8 01/29] rust: alloc: add `Allocator` trait
` [PATCH v8 04/29] rust: alloc: implement `ReallocFunc`
` [PATCH v8 05/29] rust: alloc: make `allocator` module public
` [PATCH v8 06/29] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH v8 08/29] rust: alloc: implement `Vmalloc` allocator
` [PATCH v8 09/29] rust: alloc: implement `KVmalloc` allocator
` [PATCH v8 11/29] rust: alloc: implement kernel `Box`
` [PATCH v8 15/29] rust: alloc: introduce `ArrayLayout`
` [PATCH v8 16/29] rust: alloc: implement kernel `Vec` type
` [PATCH v8 25/29] rust: alloc: implement `Cmalloc` in module allocator_test

[PATCH] gup: Convert FOLL_TOUCH case in follow_page_pte() to folio
 2024-10-02 15:13 UTC 

[RFC PATCH v1 0/2] Userspace Can Control Memory Failure Recovery
 2024-10-02 15:02 UTC  (2+ messages)

[PATCH v2 00/15] timers: Cleanup delay/sleep related mess
 2024-10-02 15:02 UTC  (3+ messages)

[PATCH slab hotfixes v2 0/2] slub kunit tests fixes for 6.12
 2024-10-02 14:44 UTC  (8+ messages)
` [PATCH slab hotfixes v2 1/2] mm, slab: suppress warnings in test_leak_destroy kunit test
` [PATCH slab hotfixes v2 2/2] slub/kunit: skip test_kfree_rcu when the slub kunit test is built-in

[RFC] exec: add a flag for "reasonable" execveat() comm
 2024-10-02 14:34 UTC  (3+ messages)

[PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
 2024-10-02 14:26 UTC  (2+ messages)

[PATCH v8 00/12] fs: multigrain timestamp redux
 2024-10-02 14:16 UTC  (8+ messages)
` [PATCH v8 01/12] timekeeping: add interfaces for handling timestamps with a floor value
` [PATCH v8 02/12] fs: add infrastructure for multigrain timestamps

[PATCH v3 1/2] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
 2024-10-02 14:09 UTC  (5+ messages)

mm/failslab.c:19:5: error: redefinition of 'should_failslab'
 2024-10-02 14:02 UTC 

[linux-next:master 789/2025] kismet: WARNING: unmet direct dependencies detected for DRM_BRIDGE_CONNECTOR when selected by DRM_IMX_LDB
 2024-10-02 13:52 UTC 

[PATCH v8 14/21] mm/mmap: Avoid zeroing vma tree in mmap_region()
 2024-10-02 13:23 UTC  (8+ messages)

[PATCH 0/6] Filesystem page flags cleanup
 2024-10-02 13:11 UTC  (8+ messages)
` [PATCH 1/6] fs: Move clearing of mappedtodisk to buffer.c
` [PATCH 2/6] nilfs2: Convert nilfs_copy_buffer() to use folios
` [PATCH 3/6] mm: Remove PageMappedToDisk
` [PATCH 4/6] btrfs: Switch from using the private_2 flag to owner_2
` [PATCH 5/6] ceph: Remove call to PagePrivate2()
` [PATCH 6/6] migrate: Remove references to Private2

[linux-next:master 1287/2025] arch/powerpc/boot/dts/fsl/b4420qds.dtb: localbus@ffe124000: board-control@3,0: 'oneOf' conditional failed, one must be fixed:
 2024-10-02 13:11 UTC 

[PATCH v8 00/11] fs: multigrain timestamp redux
 2024-10-02 12:41 UTC  (13+ messages)
` [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper

[syzbot] [mm?] possible deadlock in upgrade_mmap_lock_carefully
 2024-10-02 12:14 UTC  (4+ messages)

[PATCH 1/1] mm/slab: remove duplicate check in create_cache()
 2024-10-02 12:09 UTC  (2+ messages)

[linux-next:master 1760/2025] drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.c:517: warning: Function parameter or struct member 'ip_block' not described in 'jpeg_v1_0_sw_fini'
 2024-10-02 11:59 UTC 

[PATCH] mm, slub: prefetch freelist in ___slab_alloc()
 2024-10-02 11:57 UTC  (5+ messages)

[linux-next:master 1413/2025] drivers/gpu/drm/i915/gvt/aperture_gm.c:326:9: sparse: sparse: Using plain integer as NULL pointer
 2024-10-02 11:39 UTC 

[PATCH v4 0/3] Refactor __kmem_cache_create() and fix memory leak
 2024-10-02 11:35 UTC  (8+ messages)
` [PATCH v4 3/3] mm/slub: Fix memory leak of kobj->name in sysfs_slab_add()

next-20241001: WARNING: at mm/list_lru.c:77 list_lru_del (mm/list_lru.c:212 mm/list_lru.c:200)
 2024-10-02 11:28 UTC  (4+ messages)

[PATCH v8 14/21] mm/mmap: Avoid zeroing vma tree in mmap_region()
 2024-10-02 11:19 UTC 

[PATCH v3 bpf-next 0/3] bpf: Add kmem_cache iterator and kfunc
 2024-10-02 10:54 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/3] bpf: Add kmem_cache iterator
` [PATCH v3 bpf-next 2/3] mm/bpf: Add bpf_get_kmem_cache() kfunc
` [PATCH v3 bpf-next 3/3] selftests/bpf: Add a test for kmem_cache_iter

[PATCH v2 0/5] mm/slub: Improve data handling of krealloc() when orig_size is enabled
 2024-10-02 10:42 UTC  (2+ messages)

[PATCH v3] SLUB: Add support for per object memory policies
 2024-10-02 10:32 UTC  (2+ messages)

[linux-next:master 1759/2025] drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.c:485: warning: Function parameter or struct member 'ip_block' not described in 'jpeg_v1_0_sw_init'
 2024-10-02 10:03 UTC 

[PATCH net v2 2/2] page_pool: fix IOMMU crash when driver has already unbound
 2024-10-02  8:23 UTC  (7+ messages)

[linux-next:master 969/1347] arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dtb: /i2c@ff110000/rt5651@1a: failed to match any schema with compatible: ['realtek,rt5651']
 2024-10-02  8:19 UTC  (2+ messages)

[linux-next:master 1757/2025] drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c:49: warning: Function parameter or struct member 'ip_block' not described in 'jpeg_v2_0_early_init'
 2024-10-02  8:10 UTC 

mm/zswap.c:744:52: error: 'struct zswap_lruvec_state' has no member named 'nr_disk_swapins'
 2024-10-02  8:00 UTC 

[PATCH] btrfs: root memcgroup for metadata filemap_add_folio()
 2024-10-02  7:41 UTC  (4+ messages)

[PATCH hotfix 6.12 RESEND] mm/mmap: correct error handling in mmap_region()
 2024-10-02  7:39 UTC 

[PATCH hotfix 6.12] mm/mmap: correct error handling in mmap_region()
 2024-10-02  7:36 UTC  (5+ messages)

[syzbot] [mm?] KCSAN: data-race in __delete_from_swap_cache / __try_to_reclaim_swap
 2024-10-02  7:26 UTC 

[PATCH v2 tip/perf/core 0/5] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-10-02  7:25 UTC  (8+ messages)
` [PATCH v2 tip/perf/core 1/5] mm: introduce mmap_lock_speculation_{start|end}
` [PATCH v2 tip/perf/core 2/5] mm: switch to 64-bit mm_lock_seq/vm_lock_seq on 64-bit architectures
` [PATCH v2 tip/perf/core 3/5] fs: add back RCU-delayed freeing of FMODE_BACKING file
` [PATCH v2 tip/perf/core 4/5] uprobes: simplify find_active_uprobe_rcu() VMA checks
` [PATCH v2 tip/perf/core 5/5] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution

[PATCH] secretmem: disable memfd_secret() if arch cannot set direct map
 2024-10-02  5:11 UTC  (3+ messages)

[syzbot] [mm?] INFO: rcu detected stall in x64_sys_call
 2024-10-02  4:18 UTC  (2+ messages)

[PATCH 3/3] zsmalloc: replace kmap_atomic with kmap_local_page
 2024-10-02  3:38 UTC  (3+ messages)

[PATCH v2 0/1] remove SWAP_MAP_SHMEM
 2024-10-02  2:13 UTC  (10+ messages)
` [PATCH v2 1/1] swap: shmem: "

[linux-next:master 1097/1347] drivers/gpu/drm/i915/i915_gpu_error.c:2415:9: sparse: sparse: Using plain integer as NULL pointer
 2024-10-02  2:09 UTC 

[PATCH] mm: avoid unconditional one-tick sleep when swapcache_prepare fails
 2024-10-02  1:57 UTC  (7+ messages)

[PATCH v4 00/10] tmpfs: Add case-insensitive support for tmpfs
 2024-10-02  1:40 UTC  (4+ messages)
` [PATCH v4 07/10] tmpfs: Add casefold lookup support

[PATCH v9 0/7] mm: zswap swap-out of large folios
 2024-10-01 23:44 UTC  (11+ messages)
` [PATCH v9 6/7] mm: zswap: Support large folios in zswap_store()

[syzbot] [mm?] KASAN: out-of-bounds Read in copy_from_kernel_nofault
 2024-10-01 23:25 UTC  (2+ messages)

[RFC PATCH 14/39] KVM: guest_memfd: hugetlb: initialization and cleanup
 2024-10-01 23:00 UTC  (2+ messages)

[v6 PATCH 1/2] hugetlb: arm64: add mte support
 2024-10-01 22:52 UTC  (2+ messages)
` [v6 PATCH 2/2] selftests: arm64: add hugetlb mte tests

[PATCH v10 0/7] mm: zswap swap-out of large folios
 2024-10-01 22:23 UTC  (10+ messages)
` [PATCH v10 6/7] mm: zswap: Support large folios in zswap_store()

mm/damon/reclaim.c:252:15: error: implicit declaration of function 'damon_commit_ctx'
 2024-10-01 22:17 UTC  (2+ messages)

[linux-next:master 838/1347] arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dtb: wifi@0: 'vddrfacmn-supply' is a required property
 2024-10-01 21:57 UTC 

[PATCH 00/33] riscv control-flow integrity for usermode
 2024-10-01 21:46 UTC  (4+ messages)
` [PATCH 17/33] prctl: arch-agnostic prctl for shadow stack

[linux-next:master] BUILD REGRESSION 77df9e4bb2224d8ffbddec04c333a9d7965dad6c
 2024-10-01 21:42 UTC 

Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
 2024-10-01 21:10 UTC  (6+ messages)

[linux-next:pending-fixes 45/157] rust/helpers/mutex.c:11:6: sparse: sparse: symbol 'rust_helper___mutex_init' was not declared. Should it be static?
 2024-10-01 20:24 UTC 

[PATCH v12 00/17] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-10-01 19:47 UTC  (3+ messages)
` [PATCH v12 10/17] cxl/memfeature: Add CXL memory device patrol scrub control feature

DAMON Quaterly News Letter (2024 Q3)
 2024-10-01 19:14 UTC 

[RFC/PATCH bpf-next 0/3] bpf: Add kmem_cache iterator and kfunc (v2)
 2024-10-01 18:23 UTC  (5+ messages)
` [RFC/PATCH bpf-next 1/3] bpf: Add kmem_cache iterator

[PATCH V2] mm/gup: folio_split_user_page_pin
 2024-10-01 17:17 UTC  (4+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox