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

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-22 13:56 UTC  (3+ messages)
` [PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem

[PATCH 0/2] execve scalability issues, part 1
 2023-08-22 13:37 UTC  (17+ messages)
` [PATCH 1/2] pcpcntr: add group allocation/free
` [PATCH 2/2] fork: group allocation of per-cpu counters for mm struct
  ` [PATCH 1/7] mm: Make folios_put() the basis of release_pages()
    ` [PATCH 2/7] mm: Convert free_unref_page_list() to use folios
    ` [PATCH 3/7] mm: Add free_unref_folios()
    ` [PATCH 4/7] mm: Use folios_put() in __folio_batch_release()
    ` [PATCH 5/7] memcg: Add mem_cgroup_uncharge_batch()
    ` [PATCH 6/7] mm: Remove use of folio list from folios_put()
    ` [PATCH 7/7] mm: Use free_unref_folios() in put_pages_list()

[PATCH 0/3] memcg: non-unified flushing for userspace stats
 2023-08-22 13:01 UTC  (7+ messages)
` [PATCH 1/3] mm: memcg: properly name and document unified stats flushing
` [PATCH 2/3] mm: memcg: add a helper for non-unified "
` [PATCH 3/3] mm: memcg: use non-unified stats flushing for userspace reads

[linux-next:master 7361/11453] drivers/gpu/drm/ttm/tests/ttm_pool_test.c:231:37: warning: cast to pointer from integer of different size
 2023-08-22 12:58 UTC  (4+ messages)

[linux-next:master 11511/11761] versioncheck: ./samples/bpf/spintest.bpf.c: 8 linux/version.h not needed
 2023-08-22 12:37 UTC 

[PATCH v1 0/3] udmabuf: Add support for page migration out of movable zone or CMA
 2023-08-22 12:23 UTC  (4+ messages)

[PATCH rfc -next v2 00/10] mm: convert to generic VMA lock-based page fault
 2023-08-22 12:12 UTC  (4+ messages)
` [PATCH rfc v2 05/10] powerpc: mm: use try_vma_locked_page_fault()

[PATCH v1] docs/zh_CN: add zh_CN translation for memory-barriers.txt
 2023-08-22 12:09 UTC  (5+ messages)

[PATCH v2] mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()
 2023-08-22 12:08 UTC  (4+ messages)

[RESEND PATCH V3] NUMA:Improve the efficiency of calculating pages loss
 2023-08-22 11:49 UTC  (3+ messages)

[RFC]: shmem fd for non-DMA buffer sharing cross drivers
 2023-08-22 11:14 UTC 

[PATCH v2 0/5] memfd: cleanups for vm.memfd_noexec
 2023-08-22  9:10 UTC  (6+ messages)
` [PATCH v2 3/5] memfd: improve userspace warnings for missing exec-related flags

[PATCH v2 0/4] Extend migrate_misplaced_page() to support batch migration
 2023-08-22  9:02 UTC  (7+ messages)
` [PATCH v2 1/4] mm: migrate: factor out migration validation into numa_page_can_migrate()
` [PATCH v2 2/4] mm: migrate: move the numamigrate_isolate_page() into do_numa_page()
` [PATCH v2 3/4] mm: migrate: change migrate_misplaced_page() to support multiple pages migration
` [PATCH v2 4/4] mm: migrate: change to return the number of pages migrated successfully

[PATCH] shmem: add support for user extended attributes
 2023-08-22  9:01 UTC  (7+ messages)

[PATCH vfs.tmpfs 0/5] tmpfs: user xattrs and direct IO
 2023-08-22  8:58 UTC  (8+ messages)
        ` [PATCH vfs.tmpfs] tmpfs,xattr: GFP_KERNEL_ACCOUNT for simple xattrs
          ` (subset) "

[RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)
 2023-08-22  8:15 UTC  (15+ messages)

[PATCH] mm: fix draining remote pageset
 2023-08-22  8:09 UTC  (10+ messages)

[linux-next:pending-fixes 34/128] arch/arc/kernel/setup.c:82:13: warning: variable 'atomic' set but not used
 2023-08-22  8:03 UTC 

[PATCH v2 0/5] use refcount+RCU method to implement lockless slab shrink (part 1)
 2023-08-22  7:54 UTC  (2+ messages)

[RFC PATCH 0/4] Convert perf ringbuffer to folios
 2023-08-22  7:54 UTC  (6+ messages)
` [RFC PATCH 1/4] perf: Convert perf_mmap_(alloc,free)_page "
` [RFC PATCH 2/4] mm: Add vmalloc_user_node()
` [RFC PATCH 3/4] perf: Use vmalloc_to_folio()
` [RFC PATCH 4/4] perf: Use folios for the aux ringbuffer & pagefault path

[PATCH RESEND 0/4] memory tiering: calculate abstract distance based on ACPI HMAT
 2023-08-22  7:36 UTC  (28+ messages)
` [PATCH RESEND 1/4] memory tiering: add abstract distance calculation algorithms management
` [PATCH RESEND 3/4] acpi, hmat: calculate abstract distance with HMAT
` [PATCH RESEND 4/4] dax, kmem: calculate abstract distance with general interface

[PATCH 5.4 0/1] mm: allow a controlled amount of unfairness in the page lock
 2023-08-22  7:08 UTC  (3+ messages)
` [PATCH 5.4 1/1] "

[PATCH v4] mm: oom: introduce cpuset oom
 2023-08-22  6:31 UTC  (4+ messages)

[PATCH v3] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
 2023-08-22  5:20 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH] procfs: Fix /proc/self/maps output for 32-bit kernel and compat tasks
 2023-08-22  5:11 UTC  (2+ messages)

[PATCH v2 00/13] Remove _folio_dtor and _folio_order
 2023-08-22  3:32 UTC  (4+ messages)
` [PATCH v2 07/13] mm: Remove HUGETLB_PAGE_DTOR

[linux-next:master 11118/11453] arch/powerpc/platforms/pseries/lpar.c:2024:36: error: '%ld' directive writing between 1 and 20 bytes into a region of size 12
 2023-08-22  3:24 UTC 

[PATCH mm-unstable] mm/khugepaged: fix collapse_pte_mapped_thp() versus uffd
 2023-08-22  2:51 UTC  (4+ messages)

drivers/firmware/efi/test/efi_test.c:187:13: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-08-22  2:50 UTC 

[PATCH v2] mm: vmscan: reclaim anon pages if there are swapcache pages
 2023-08-22  2:49 UTC 

[PATCH rfc v2 01/10] mm: add a generic VMA lock-based page fault handler
 2023-08-22  2:33 UTC  (3+ messages)

[PATCH v2 0/8] mm: migrate: more folio conversion and unify
 2023-08-22  2:22 UTC  (3+ messages)
` [PATCH v2 2/8] mm: migrate: remove THP mapcount check in numamigrate_isolate_page()

[PATCH 0/9] Fixes and cleanups to compaction
 2023-08-22  1:57 UTC  (17+ messages)
` [PATCH 6/9] mm/compaction: rename is_via_compact_memory to compaction_with_allocation_order
` [PATCH 7/9] mm/compaction: factor out code to test if we should run compaction for target order
  ` [PATCH 4/9] mm/compaction: simplify pfn iteration in isolate_freepages_range

[linux-next:master 10448/11214] arch/microblaze/include/asm/cacheflush.h:77:13: warning: 'flush_dcache_folio' defined but not used
 2023-08-22  1:55 UTC  (3+ messages)

[PATCH v5 0/7] Optimize mremap during mutual alignment within PMD
 2023-08-22  1:55 UTC  (8+ messages)
` [PATCH v5 1/7] mm/mremap: Optimize the start addresses in move_page_tables()
` [PATCH v5 2/7] mm/mremap: Allow moves within the same VMA
` [PATCH v5 3/7] selftests: mm: Fix failure case when new remap region was not found
` [PATCH v5 4/7] selftests: mm: Add a test for mutually aligned moves > PMD size
` [PATCH v5 5/7] selftests: mm: Add a test for remapping to area immediately after existing mapping
` [PATCH v5 6/7] selftests: mm: Add a test for remapping within a range
` [PATCH v5 7/7] selftests: mm: Add a test for moving from an offset from start of mapping

[PATCH RFC 0/2] mm/page_alloc: free_pcppages_bulk safeguard
 2023-08-22  1:27 UTC  (3+ messages)

[PATCH] maple_tree: shrink struct maple_tree from 24 to 16 bytes on LP64
 2023-08-22  1:15 UTC  (2+ messages)

drivers/firmware/efi/test/efi_test.c:187:13: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-08-22  1:04 UTC 

[PATCH v2 1/2] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
 2023-08-21 23:34 UTC  (3+ messages)

[PATCH] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
 2023-08-21 22:59 UTC  (13+ messages)
` [EXTERNAL] "

[linux-next:master 6682/11453] drivers/gpu/drm/amd/amdgpu/amdgpu_doorbell_mgr.c:123: warning: Function parameter or member 'doorbell_index' not described in 'amdgpu_doorbell_index_on_bar'
 2023-08-21 22:52 UTC 

[PATCH 1/2] mm/page_alloc: remove unnecessary inner __get_pfnblock_flags_mask
 2023-08-21 21:24 UTC  (3+ messages)
  ` [PATCH 2/2] mm/page_alloc: use get_pfnblock_migratetype to avoid extra page_to_pfn

[PATCH 0/8] mm: page_alloc: freelist migratetype hygiene
 2023-08-21 21:22 UTC  (14+ messages)
` [PATCH 1/8] mm: page_alloc: use get_pfnblock_migratetype where pfn available
` [PATCH 2/8] mm: page_alloc: remove pcppage migratetype caching
` [PATCH 3/8] mm: page_alloc: fix highatomic landing on the wrong buddy list
` [PATCH 4/8] mm: page_alloc: fix up block types when merging compatible blocks
` [PATCH 5/8] mm: page_alloc: move free pages when converting block during isolation
` [PATCH 6/8] mm: page_alloc: fix move_freepages_block() range error
` [PATCH 7/8] mm: page_alloc: fix freelist movement during block conversion
` [PATCH 8/8] mm: page_alloc: consolidate free page accounting

[linux-next:master 11244/11453] drivers/acpi/acpi_processor.c:354:46: warning: '%X' directive writing between 1 and 8 bytes into a region of size 5
 2023-08-21 21:20 UTC 

[linux-next:master 10115/10848] arch/microblaze/include/asm/cacheflush.h:77:13: warning: 'flush_dcache_folio' defined but not used
 2023-08-21 21:07 UTC 

[PATCH] mm: memcg: provide accurate stats for userspace reads
 2023-08-21 20:58 UTC  (14+ messages)

[linux-next:master 6858/11453] arch/loongarch/kernel/asm-offsets.c:172:6: warning: no previous prototype for 'output_thread_lbt_defines'
 2023-08-21 20:19 UTC 

[linux-next:master 10698/11453] ld.lld: error: undefined symbol: extcon_find_edev_by_node
 2023-08-21 20:06 UTC 

[RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
 2023-08-21 19:49 UTC  (2+ messages)

[PATCH v3 00/13] mm: free retracted page table by RCU
 2023-08-21 19:48 UTC  (4+ messages)
` [PATCH v3 10/13] mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()
  ` [BUG] "

[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
 2023-08-21 19:33 UTC  (3+ messages)

[PATCH v6] mm/filemap: remove hugetlb special casing in filemap.c
 2023-08-21 18:33 UTC  (2+ messages)

[linux-next:master 10295/10848] arch/x86/kernel/crash.c:232:12: warning: 'prepare_elf_headers' defined but not used
 2023-08-21 18:02 UTC  (2+ messages)

[linux-next:master 10809/11214] fs/smb/server/smb2pdu.c:4149: warning: Excess function parameter 'infoclass_size' description in 'buffer_check_err'
 2023-08-21 17:43 UTC 

[linux-next:master 8460/11453] ERROR: modpost: "__aeabi_uldivmod" [drivers/watchdog/xilinx_wwdt.ko] undefined!
 2023-08-21 17:32 UTC 

[syzbot] [mm?] KASAN: slab-out-of-bounds Read in mt_validate_nulls
 2023-08-21 17:02 UTC  (2+ messages)

[PATCH] mm: Wire up tail page poisoning over ->mappings
 2023-08-21 16:48 UTC  (5+ messages)

[linux-next:master 11347/11453] fs/dlm/debug_fs.c:1031:50: warning: '_queued_asts' directive output may be truncated writing 12 bytes into a region of size between 8 and 72
 2023-08-21 16:39 UTC 

[linux-next:master 9545/11453] fs/fuse/dir.c:353:6: warning: no previous prototype for function 'fuse_valid_size'
 2023-08-21 16:29 UTC 

[PATCH] secretmem: Conert page_is_secretmem() to folio_is_secretmem()
 2023-08-21 16:14 UTC  (4+ messages)

[PATCH mm-unstable v1 0/4] mm/swap: stop using page->private on tail pages for THP_SWAP + cleanups
 2023-08-21 16:08 UTC  (5+ messages)
` [PATCH mm-unstable v1 1/4] mm/swap: stop using page->private on tail pages for THP_SWAP
` [PATCH mm-unstable v1 2/4] mm/swap: use dedicated entry for swap in folio
` [PATCH mm-unstable v1 3/4] mm/swap: inline folio_set_swap_entry() and folio_swap_entry()
` [PATCH mm-unstable v1 4/4] mm/huge_memory: work on folio->swap instead of page->private when splitting folio

[PATCH v2 0/2] selftests: cachestat: fix run on older kernels
 2023-08-21 16:05 UTC  (3+ messages)
` [PATCH v2 1/2] selftests: cachestat: test for cachestat availability
` [PATCH v2 2/2] selftests: cachestat: catch failing fsync test on tmpfs

[linux-next:master 9894/11453] drivers/mfd/cs42l43.c:1138:12: warning: 'cs42l43_runtime_resume' defined but not used
 2023-08-21 15:51 UTC  (2+ messages)

[linux-next:master 2069/11453] fs/gfs2/super.c:767: warning: Function parameter or member 'who' not described in 'gfs2_freeze_super'
 2023-08-21 15:36 UTC 

[RFC 0/2] An attempt to improve SLUB on NUMA / under memory pressure
 2023-08-21 15:11 UTC  (4+ messages)
` [RFC 1/2] Revert "mm, slub: change percpu partial accounting from objects to pages"

[RFC v2 0/7] SLUB percpu array caches and maple tree nodes
 2023-08-21 14:57 UTC  (3+ messages)
` [RFC v2 2/7] mm, slub: add opt-in slub_percpu_array

[PATCH 0/4] Improve mm documentation
 2023-08-21 14:55 UTC  (9+ messages)
` [PATCH 1/4] mm: Fix kernel-doc warning from tlb_flush_rmaps()
` [PATCH 2/4] mm: Fix get_mctgt_type() kernel-doc
` [PATCH 3/4] mm: Fix clean_record_shared_mapping_range kernel-doc
` [PATCH 4/4] mm: Add orphaned kernel-doc to the rst files

page:  |  | latest

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