Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-07 11:14:30 to 2023-08-08 00:29:58 UTC [more...]

[PATCH v2 00/32] mm: allow pte_offset_map[_lock]() to fail
 2023-08-08  0:29 UTC  (8+ messages)
` [PATCH v2 04/32] mm/pgtable: "

[PATCH 0/2] don't use mapcount() to check large folio sharing
 2023-08-08  0:02 UTC  (6+ messages)

[PATCH v2 00/14] futex: More futex2 bits
 2023-08-08  0:02 UTC  (25+ messages)
` [PATCH v2 01/14] futex: Clarify FUTEX2 flags
` [PATCH v2 02/14] futex: Extend the "
` [PATCH v2 03/14] futex: Flag conversion
` [PATCH v2 04/14] futex: Validate futex value against futex size
` [PATCH v2 05/14] futex: Add sys_futex_wake()
` [PATCH v2 06/14] futex: Add sys_futex_wait()
` [PATCH v2 07/14] futex: Propagate flags into get_futex_key()
` [PATCH v2 08/14] futex: Add flags2 argument to futex_requeue()
` [PATCH v2 09/14] futex: Add sys_futex_requeue()
` [PATCH v2 10/14] mm: Add vmalloc_huge_node()
` [PATCH v2 11/14] futex: Implement FUTEX2_NUMA
` [PATCH v2 12/14] futex: Propagate flags into futex_get_value_locked()
` [PATCH v2 13/14] futex: Enable FUTEX2_{8,16}
` [PATCH v2 14/14] futex,selftests: Extend the futex selftests

[PATCH] mm: memory-failure: use helper macro llist_for_each_entry_safe()
 2023-08-07 23:59 UTC  (2+ messages)

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-07 23:28 UTC  (34+ messages)
` [PATCH v4 18/48] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v4 19/48] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v4 21/48] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v4 22/48] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v4 23/48] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v4 24/48] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v4 25/48] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH v4 26/48] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v4 27/48] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v4 28/48] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v4 29/48] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v4 30/48] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH v4 31/48] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v4 32/48] mbcache: dynamically allocate the mbcache shrinker
` [PATCH v4 33/48] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v4 34/48] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH v4 35/48] nfsd: dynamically allocate the nfsd-client shrinker
` [PATCH v4 36/48] nfsd: dynamically allocate the nfsd-reply shrinker
` [PATCH v4 37/48] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v4 38/48] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH v4 39/48] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v4 40/48] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH v4 41/48] fs: super: dynamically allocate the s_shrink
` [PATCH v4 42/48] mm: shrinker: remove old APIs
` [PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v4 44/48] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v4 45/48] mm: shrinker: make global slab shrink lockless
` [PATCH v4 46/48] mm: shrinker: make memcg "
` [PATCH v4 47/48] mm: shrinker: hold write lock to reparent shrinker nr_deferred
` [PATCH v4 48/48] mm: shrinker: convert shrinker_rwsem to mutex

[RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
 2023-08-07 23:25 UTC  (3+ messages)

[PATCH v4 0/5] variable-order, large folios for anonymous memory
 2023-08-07 23:21 UTC  (22+ messages)
` [PATCH v4 2/5] mm: LARGE_ANON_FOLIO for improved performance

[RFC PATCH v11 27/29] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
 2023-08-07 23:17 UTC  (2+ messages)

[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
 2023-08-07 23:06 UTC  (2+ messages)

[PATCH mm-unstable v9 00/31] Split ptdesc from struct page
 2023-08-07 23:05 UTC  (32+ messages)
` [PATCH mm-unstable v9 01/31] mm: Add PAGE_TYPE_OP folio functions
` [PATCH mm-unstable v9 02/31] pgtable: create struct ptdesc
` [PATCH mm-unstable v9 03/31] mm: add utility functions for ptdesc
` [PATCH mm-unstable v9 04/31] mm: Convert pmd_pgtable_page() callers to use pmd_ptdesc()
` [PATCH mm-unstable v9 05/31] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH mm-unstable v9 06/31] mm: Convert ptlock_ptr() "
` [PATCH mm-unstable v9 07/31] mm: Convert pmd_ptlock_init() "
` [PATCH mm-unstable v9 08/31] mm: Convert ptlock_init() "
` [PATCH mm-unstable v9 09/31] mm: Convert pmd_ptlock_free() "
` [PATCH mm-unstable v9 10/31] mm: Convert ptlock_free() "
` [PATCH mm-unstable v9 11/31] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH mm-unstable v9 12/31] powerpc: Convert various functions to use ptdescs
` [PATCH mm-unstable v9 13/31] x86: "
` [PATCH mm-unstable v9 14/31] s390: Convert various pgalloc "
` [PATCH mm-unstable v9 15/31] mm: remove page table members from struct page
` [PATCH mm-unstable v9 16/31] pgalloc: Convert various functions to use ptdescs
` [PATCH mm-unstable v9 17/31] arm: "
` [PATCH mm-unstable v9 18/31] arm64: "
` [PATCH mm-unstable v9 19/31] csky: Convert __pte_free_tlb() "
` [PATCH mm-unstable v9 20/31] hexagon: "
` [PATCH mm-unstable v9 21/31] loongarch: Convert various functions "
` [PATCH mm-unstable v9 22/31] m68k: "
` [PATCH mm-unstable v9 23/31] mips: "
` [PATCH mm-unstable v9 24/31] nios2: Convert __pte_free_tlb() "
` [PATCH mm-unstable v9 25/31] openrisc: "
` [PATCH mm-unstable v9 26/31] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH mm-unstable v9 27/31] sh: Convert pte_free_tlb() "
` [PATCH mm-unstable v9 28/31] sparc64: Convert various functions "
` [PATCH mm-unstable v9 29/31] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH mm-unstable v9 30/31] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH mm-unstable v9 31/31] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

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

[PATCH v8 0/4] RISC-V: mm: Make SV48 the default address space
 2023-08-07 21:12 UTC  (7+ messages)
` [PATCH v8 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v8 2/4] RISC-V: mm: Add tests for RISC-V mm

DAMON user-space tool (damo) has reached its 100th release
 2023-08-07 20:20 UTC 

[PATCH v2 0/3] lib/vsprintf: Rework header inclusions
 2023-08-07 19:47 UTC  (16+ messages)
` [PATCH v2 1/3] lib/vsprintf: Sort headers alphabetically
` [PATCH v2 2/3] lib/vsprintf: Split out sprintf() and friends
` [PATCH v2 3/3] lib/vsprintf: Declare no_hash_pointers in sprintf.h

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-08-07 19:38 UTC  (14+ messages)
` [PATCH v7 01/13] fs: remove silly warning from current_time
` [PATCH v7 02/13] fs: pass the request_mask to generic_fillattr
` [PATCH v7 03/13] fs: drop the timespec64 arg from generic_update_time
` [PATCH v7 04/13] btrfs: have it use inode_update_timestamps
` [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
` [PATCH v7 06/13] ubifs: have ubifs_update_time use inode_update_timestamps
` [PATCH v7 07/13] xfs: have xfs_vn_update_time gets its own timestamp
` [PATCH v7 08/13] fs: drop the timespec64 argument from update_time
` [PATCH v7 09/13] fs: add infrastructure for multigrain timestamps
` [PATCH v7 10/13] tmpfs: add support "
` [PATCH v7 11/13] xfs: switch to "
` [PATCH v7 12/13] ext4: "
` [PATCH v7 13/13] btrfs: convert "

[linux-next:master 1937/6910] drivers/mtd/nand/raw/qcom_nandc.c:2941 qcom_op_cmd_mapping() error: uninitialized symbol 'ret'
 2023-08-07 19:14 UTC  (8+ messages)

[PATCH 0/4] mm: migrate: more folio conversion
 2023-08-07 18:45 UTC  (10+ messages)
` [PATCH 1/4] mm: migrate: use a folio in add_page_for_migration()

[PATCH v7 7/7] mm/memory_hotplug: Enable runtime update of memmap_on_memory parameter
 2023-08-07 18:35 UTC  (13+ messages)

[linux-next:master] BUILD REGRESSION f7dc24b3413851109c4047b22997bd0d95ed52a2
 2023-08-07 18:21 UTC 

[PATCH] mm/damon: Prevent unnecessary age reset for regions
 2023-08-07 18:14 UTC  (2+ messages)

binfmt_misc & different PE binaries
 2023-08-07 17:08 UTC  (4+ messages)

[PATCH RESEND 0/4] memory tiering: calculate abstract distance based on ACPI HMAT
 2023-08-07 16:55 UTC  (3+ messages)
` [PATCH RESEND 2/4] acpi, hmat: refactor hmat_register_target_initiators()

[PATCH v3 0/7] smaps / mm/gup: fix gup_can_follow_protnone fallout
 2023-08-07 15:36 UTC  (3+ messages)
` [PATCH v3 7/7] selftest/mm: ksm_functional_tests: Add PROT_NONE test

[BUG kernel-5.15] aarch64: __pi_strncmp() out-of-bound error
 2023-08-07 15:32 UTC  (2+ messages)

[PATCH] mm: no need to export mm_kobj
 2023-08-07 15:22 UTC  (2+ messages)

[PATCH 0/7] cleanup with helper macro K()
 2023-08-07 15:20 UTC  (16+ messages)
` [PATCH 1/7] mm: remove redundant K() macro definition
` [PATCH 2/7] mm/swapfile.c: use helper macro K()
` [PATCH 3/7] mm/swap_state.c: "
` [PATCH 4/7] mm/shmem.c: "
` [PATCH 5/7] mm/nommu.c: "
` [PATCH 6/7] mm/mmap.c: "
` [PATCH 7/7] mm/hugetlb.c: "

[PATCH v2 0/4] mm/hugetlb: fix /sys and /proc fs dealing with persistent hugepages
 2023-08-07 15:17 UTC  (5+ messages)
` [PATCH v2 1/4] mm/hugetlb: fix the inconsistency of /proc/sys/vm/nr_huge_pages
` [PATCH v2 2/4] mm/hugeltb: clean up hstate::max_huge_pages

[PATCH 1/2] mm/migrate.c: Fix return code when migration fails
 2023-08-07 13:42 UTC  (8+ messages)
` [PATCH 2/2] selftests/migration: Disable NUMA balancing and check migration status

[PATCH v3 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-07 13:00 UTC  (4+ messages)
` [PATCH v3 21/36] arm64/mm: Implement map_shadow_stack()

[linux-next:pending-fixes] BUILD SUCCESS 6c8c4ff08090acd310317de24d25cce7f24b95ad
 2023-08-07 11:47 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 read-only IMAP folder(s) and NNTP newsgroup(s).