linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v9 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-06-25 14:57 UTC  (31+ messages)
` [PATCH v9 01/39] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v9 02/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v9 03/39] mman: Add map_shadow_stack() flags
` [PATCH v9 04/39] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v9 05/39] arm64/gcs: Document the ABI "
` [PATCH v9 06/39] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v9 07/39] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v9 08/39] arm64/gcs: Provide put_user_gcs()
` [PATCH v9 09/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v9 10/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v9 11/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v9 12/39] arm64/mm: Map pages for guarded control stack
` [PATCH v9 13/39] KVM: arm64: Manage GCS registers for guests
` [PATCH v9 14/39] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v9 15/39] arm64/idreg: Add overrride for GCS
` [PATCH v9 16/39] arm64/hwcap: Add hwcap "
` [PATCH v9 17/39] arm64/traps: Handle GCS exceptions
` [PATCH v9 18/39] arm64/mm: Handle GCS data aborts
` [PATCH v9 19/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v9 20/39] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v9 21/39] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v9 22/39] arm64/mm: Implement map_shadow_stack()
` [PATCH v9 23/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v9 24/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v9 25/39] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v9 26/39] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v9 27/39] kselftest/arm64: Verify the GCS hwcap
` [PATCH v9 28/39] kselftest: Provide shadow stack enable helpers for arm64
` [PATCH v9 30/39] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v9 31/39] kselftest/arm64: Add framework support for GCS to signal handling tests

[PATCH] netfs: Fix netfs_page_mkwrite() to check folio->mapping is valid
 2024-06-25 14:54 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH v6 00/18] Transparent Contiguous PTEs for User Mappings
 2024-06-25 14:45 UTC  (14+ messages)
` [PATCH v6 18/18] arm64/mm: Automatically fold contpte mappings

[PATCH v8 00/10] enable bs > ps in XFS
 2024-06-25 14:45 UTC  (12+ messages)
` [PATCH v8 01/10] fs: Allow fine-grained control of folio sizes
` [PATCH v8 02/10] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v8 03/10] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v8 04/10] mm: split a folio in minimum folio order chunks
` [PATCH v8 05/10] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v8 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v8 07/10] xfs: use kvmalloc for xattr buffers
` [PATCH v8 08/10] xfs: expose block size in stat
` [PATCH v8 09/10] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v8 10/10] xfs: enable block size larger than page size support

[PATCH v2 0/7] static key support for error injection functions
 2024-06-25 14:41 UTC  (7+ messages)
` [PATCH v2 1/7] fault-inject: add support for static keys around fault injection sites
` [PATCH v2 2/7] error-injection: support static keys around injectable functions
` [PATCH v2 6/7] mm, slab: add static key for should_failslab()

[RFC PATCH] A Summary of VMA scanning improvements explored
 2024-06-25 14:20 UTC  (3+ messages)
` [RFC PATCH 1 1/1] sched/numa: Hot VMA and shared VMA optimization

[PATCH net-next v9 01/13] mm: page_frag: add a test module for page_frag
 2024-06-25 13:52 UTC  (10+ messages)
` [PATCH net-next v9 02/13] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v9 03/13] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [PATCH net-next v9 04/13] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v9 05/13] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
` [PATCH net-next v9 06/13] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
` [PATCH net-next v9 07/13] mm: page_frag: some minor refactoring before adding new API
` [PATCH net-next v9 08/13] mm: page_frag: use __alloc_pages() to replace alloc_pages_node()
` [PATCH net-next v9 10/13] mm: page_frag: introduce prepare/probe/commit API
` [PATCH net-next v9 12/13] mm: page_frag: update documentation for page_frag

[PATCH 00/15] add zpdesc memory descriptor for zswap.zpool
 2024-06-25 13:44 UTC  (7+ messages)

[PATCH] mm/numa_balancing: Teach mpol_to_str about the balancing mode
 2024-06-25 13:26 UTC 

PROBLEM: kernel crashes when running xfsdump since ~6.4
 2024-06-25 13:02 UTC  (18+ messages)

[linux-next:master] BUILD REGRESSION f76698bd9a8ca01d3581236082d786e9a6b72bb7
 2024-06-25 12:55 UTC  (3+ messages)

[PATCH v2] memblock: export memblock_free() to free reserved memory
 2024-06-25 12:16 UTC 

[PATCH] mm: remove partial comments of kswapd_shrink_node head
 2024-06-25 12:15 UTC 

Fwd: [PATCH v2] memblock: export memblock_free() to free reserved memory
 2024-06-25 12:08 UTC 

[LSF/MM/BPF TOPIC] Multi-sized THP performance benchmarks and analysis on ARM64
 2024-06-25 11:12 UTC  (7+ messages)

[PATCH RFC] mm/readahead: Fix repeat initial_readahead
 2024-06-25 10:36 UTC  (3+ messages)

[PATCH 0/10] mm: Fix various readahead quirks
 2024-06-25 10:19 UTC  (11+ messages)
` [PATCH 01/10] readahead: Make sure sync readahead reads needed page
` [PATCH 02/10] filemap: Fix page_cache_next_miss() when no hole found
` [PATCH 03/10] readahead: Properly shorten readahead when falling back to do_page_cache_ra()
` [PATCH 04/10] readahead: Drop pointless index from force_page_cache_ra()
` [PATCH 05/10] readahead: Drop index argument of page_cache_async_readahead()
` [PATCH 06/10] readahead: Drop dead code in page_cache_ra_order()
` [PATCH 07/10] readahead: Drop dead code in ondemand_readahead()
` [PATCH 08/10] readahead: Disentangle async and sync readahead
` [PATCH 09/10] readahead: Fold try_context_readahead() into its single caller
` [PATCH 10/10] readahead: Simplify gotos in page_cache_sync_ra()

[PATCH v3 0/2] mm/zsmalloc: change back to per-size_class lock
 2024-06-25  9:53 UTC  (4+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] mm/zswap: use only one pool in zswap

[PATCH 0/4] mm/filemap: Limit page cache size to that supported by xarray
 2024-06-25  9:06 UTC  (5+ messages)
` [PATCH 1/4] mm/filemap: Make MAX_PAGECACHE_ORDER acceptable to xarray
` [PATCH 2/4] mm/filemap: Skip to allocate PMD-sized folios if needed
` [PATCH 3/4] mm/readahead: Limit page cache size in page_cache_ra_order()
` [PATCH 4/4] mm/shmem: Disable PMD-sized page cache if needed

[PATCH mm-unstable] mm: migrate: folio_ref_freeze() under xas_lock_irq()
 2024-06-25  9:01 UTC  (2+ messages)

[RFC PATCH 0/5] Enhancements to Page Migration with Batch Offloading via DMA
 2024-06-25  8:57 UTC  (4+ messages)

[PATCH v2] vfs: remove redundant smp_mb for thp handling in do_dentry_open
 2024-06-25  8:54 UTC  (3+ messages)

[PATCH v1] memory tier: consolidate the initialization of memory tiers
 2024-06-25  8:46 UTC  (6+ messages)

[linux-next:master] [bpf, x64] f663a03c8e: test-bpf.Tail_call_count_preserved_across_function_calls.fail
 2024-06-25  8:25 UTC  (2+ messages)

[PATCH v2 0/1] tools/mm: Introduce a tool to assess swap entry allocation for thp_swapout
 2024-06-25  8:11 UTC  (6+ messages)

[RFC PATCH v1 0/5] Alternative mTHP swap allocator improvements
 2024-06-25  8:02 UTC  (2+ messages)

[PATCH 0/7] Split list_lru lock into per-cgroup scope
 2024-06-25  7:47 UTC  (3+ messages)

[PATCH mm-unstable] mm: folio_add_new_anon_rmap() careful __folio_set_swapbacked()
 2024-06-25  7:40 UTC  (4+ messages)

[PATCH v2 00/14] mm: memcg: separate legacy cgroup v1 code and put under config option
 2024-06-25  7:19 UTC  (28+ messages)
` [PATCH v2 01/14] mm: memcg: introduce memcontrol-v1.c
` [PATCH v2 02/14] mm: memcg: move soft limit reclaim code to memcontrol-v1.c
` [PATCH v2 03/14] mm: memcg: rename soft limit reclaim-related functions
` [PATCH v2 04/14] mm: memcg: move charge migration code to memcontrol-v1.c
` [PATCH v2 05/14] mm: memcg: rename charge move-related functions
` [PATCH v2 06/14] mm: memcg: move legacy memcg event code into memcontrol-v1.c
` [PATCH v2 07/14] mm: memcg: rename memcg_check_events()
` [PATCH v2 08/14] mm: memcg: move cgroup v1 oom handling code into memcontrol-v1.c
` [PATCH v2 09/14] mm: memcg: rename memcg_oom_recover()
` [PATCH v2 10/14] mm: memcg: move cgroup v1 interface files to memcontrol-v1.c
` [PATCH v2 11/14] mm: memcg: make memcg1_update_tree() static
` [PATCH v2 12/14] mm: memcg: group cgroup v1 memcg related declarations
` [PATCH v2 13/14] mm: memcg: put cgroup v1-related members of task_struct under config option
` [PATCH v2 14/14] MAINTAINERS: add mm/memcontrol-v1.c/h to the list of maintained files

[PATCH v5 0/4] Userspace controls soft-offline pages
 2024-06-25  7:16 UTC  (7+ messages)
` [PATCH v5 1/4] mm/memory-failure: refactor log format in soft offline code
` [PATCH v5 3/4] selftest/mm: test enable_soft_offline behaviors
` [PATCH v5 4/4] docs: mm: add enable_soft_offline sysctl

[PATCH v6 00/23] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
 2024-06-25  5:20 UTC  (4+ messages)
` [PATCH v6 21/23] powerpc/64s: Use contiguous PMD/PUD instead of HUGEPD

[PATCH v2 0/9] support large folio swap-out and swap-in for shmem
 2024-06-25  4:54 UTC  (6+ messages)

回复: Re: [PATCH] migrate_pages: modify max number of pages to migrate in batch
 2024-06-25  4:36 UTC  (2+ messages)

[PATCH v2 0/2] mm/zsmalloc: change back to per-size_class lock
 2024-06-25  4:31 UTC  (4+ messages)
` [PATCH v2 2/2] mm/zswap: use only one pool in zswap

[RFC PATCH v1 0/4] Introduce QPW for per-cpu operations
 2024-06-25  2:57 UTC  (5+ messages)

[PATCH net-next v13 05/13] page_pool: convert to use netmem
 2024-06-25  2:47 UTC  (2+ messages)
` [PATCH net-next v13 06/13] page_pool: devmem support

[PATCH v3 0/2] mm: swap: mTHP swap allocator base on swap cluster order
 2024-06-25  2:43 UTC  (5+ messages)

[PATCH] mm/memory-failure: allow memory allocation from emergency reserves
 2024-06-25  2:23 UTC 

[linux-next:master] [rtnetlink] 5210cbe9a4: hwsim.mesh_sae_failure.fail
 2024-06-25  1:26 UTC 

[syzbot] [kernel?] KASAN: stack-out-of-bounds Read in __show_regs (2)
 2024-06-25  1:22 UTC 

[PATCH] migrate_pages: modify max number of pages to migrate in batch
 2024-06-25  1:17 UTC  (2+ messages)

[linux-next:master 7010/8016] tools/lib/bpf/btf_relocate.c:61:25: sparse: sparse: dubious one-bit signed bitfield
 2024-06-25  0:26 UTC 

[PATCH V2] cgroup/rstat: Avoid thundering herd problem by kswapd across NUMA nodes
 2024-06-25  0:24 UTC  (10+ messages)

[PATCH v2 2/3] mm: use folio_add_new_anon_rmap() if folio_test_anon(folio)==false
 2024-06-24 23:42 UTC  (4+ messages)

[PATCH v6 00/13] Centralize _GNU_SOURCE definition into lib.mk
 2024-06-24 23:26 UTC  (14+ messages)
` [PATCH v6 01/13] selftests/mm: Define _GNU_SOURCE to an empty string
` [PATCH v6 02/13] selftests: Add -D_GNU_SOURCE= to CFLAGS in lib.mk
` [PATCH v6 03/13] selftests/net: Append to lib.mk CFLAGS in Makefile
` [PATCH v6 04/13] selftests/exec: Drop redundant -D_GNU_SOURCE "
` [PATCH v6 05/13] selftests/futex: "
` [PATCH v6 06/13] selftests/intel_pstate: "
` [PATCH v6 07/13] selftests/iommu: "
` [PATCH v6 08/13] selftests/kvm: "
` [PATCH v6 09/13] selftests/proc: "
` [PATCH v6 10/13] selftests/resctrl: "
` [PATCH v6 11/13] selftests/ring-buffer: "
` [PATCH v6 12/13] selftests/riscv: "
` [PATCH v6 13/13] selftests/sgx: Append CFLAGS from lib.mk to HOST_CFLAGS

[PATCH v5 0/6] ptdump: add intermediate directory support
 2024-06-24 22:16 UTC  (4+ messages)
` [PATCH v5 4/6] arm64: indent ptdump by level, aligning attributes
` [PATCH v5 5/6] arm64: exclusive upper bound for ptdump entries
` [PATCH v5 6/6] arm64: add attrs and format to ptdump document

page:  |  | latest

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