linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 0/2] mm: collect the number of anon mTHP
 2024-08-22  8:59 UTC  (10+ messages)
` [PATCH v2 1/2] mm: collect the number of anon large folios
` [PATCH v2 2/2] mm: collect the number of anon large folios on split_deferred list

[PATCH v11 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-08-22  8:58 UTC  (28+ messages)
` [PATCH v11 04/39] mman: Add map_shadow_stack() flags
` [PATCH v11 05/39] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v11 06/39] arm64/gcs: Document the ABI "
` [PATCH v11 07/39] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v11 08/39] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v11 09/39] arm64/gcs: Provide put_user_gcs()
` [PATCH v11 10/39] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v11 12/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v11 14/39] arm64/mm: Map pages for "
` [PATCH v11 15/39] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v11 16/39] arm64/idreg: Add overrride for GCS
` [PATCH v11 21/39] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v11 22/39] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v11 23/39] arm64/mm: Implement map_shadow_stack()
` [PATCH v11 24/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v11 25/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v11 27/39] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v11 28/39] kselftest/arm64: Verify the GCS hwcap
` [PATCH v11 29/39] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v11 31/39] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v11 32/39] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v11 34/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v11 35/39] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v11 36/39] kselftest/arm64: Add GCS signal tests
` [PATCH v11 37/39] kselftest/arm64: Add a GCS stress test
` [PATCH v11 39/39] KVM: selftests: arm64: Add GCS registers to get-reg-list

[PATCH v3 0/4] mm: clarify nofail memory allocation
 2024-08-22  8:39 UTC  (16+ messages)

[PATCH V1] mm:page_alloc: fix the NULL ac->nodemask in __alloc_pages_slowpath()
 2024-08-22  8:38 UTC 

[PATCH v2 1/2] err.h: Add ERR_PTR_PCPU(), PTR_ERR_PCPU() and IS_ERR_PCPU() macros
 2024-08-22  8:35 UTC  (4+ messages)
` [PATCH v2 2/2] mm/kmemleak: Use IS_ERR_PCPU() for pointer in the percpu address space

[PATCH mm-unstable v2 0/3] mm/hugetlb: alloc/free gigantic folios
 2024-08-22  8:21 UTC  (3+ messages)
` [PATCH mm-unstable v2 1/3] mm/contig_alloc: support __GFP_COMP

[PATCH] codetag: debug: mark codetags for pages which transitioned from being poison to unpoison as empty
 2024-08-22  8:04 UTC  (2+ messages)

[PATCH resend v2 0/5] mm: memory_hotplug: improve do_migrate_range()
 2024-08-22  7:20 UTC  (11+ messages)
` [PATCH v2 3/5] mm: memory_hotplug: check hwpoisoned page firstly in do_migrate_range()
` [PATCH v2 4/5] mm: migrate: add isolate_folio_to_list()
` [PATCH v2 5/5] mm: memory_hotplug: unify Huge/LRU/non-LRU movable folio isolation

[PATCH v2 00/14] introduce pte_offset_map_{ro|rw}_nolock()
 2024-08-22  7:13 UTC  (15+ messages)
` [PATCH v2 01/14] mm: pgtable: "
` [PATCH v2 02/14] arm: adjust_pte() use pte_offset_map_rw_nolock()
` [PATCH v2 03/14] powerpc: assert_pte_locked() use pte_offset_map_ro_nolock()
` [PATCH v2 04/14] mm: filemap: filemap_fault_recheck_pte_none() "
` [PATCH v2 05/14] mm: khugepaged: __collapse_huge_page_swapin() "
` [PATCH v2 06/14] mm: handle_pte_fault() use pte_offset_map_rw_nolock()
` [PATCH v2 07/14] mm: khugepaged: collapse_pte_mapped_thp() "
` [PATCH v2 08/14] mm: copy_pte_range() "
` [PATCH v2 09/14] mm: mremap: move_ptes() "
` [PATCH v2 10/14] mm: page_vma_mapped_walk: map_pte() "
` [PATCH v2 11/14] mm: userfaultfd: move_pages_pte() "
` [PATCH v2 12/14] mm: multi-gen LRU: walk_pte_range() "
` [PATCH v2 13/14] mm: pgtable: remove pte_offset_map_nolock()
` [PATCH v2 14/14] mm: khugepaged: retract_page_tables() use pte_offset_map_rw_nolock()

[PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc
 2024-08-22  7:13 UTC  (18+ messages)
` [PATCH v2 01/17] asm-generic/unaligned.h: Extract common header for vDSO
` [PATCH v2 02/17] vdso: Clean header inclusion in getrandom
` [PATCH v2 03/17] vdso: Add __arch_get_k_vdso_rng_data()
` [PATCH v2 04/17] vdso: Add missing c-getrandom-y in Makefile
` [PATCH v2 05/17] vdso: Avoid call to memset() by getrandom
` [PATCH v2 06/17] vdso: Change getrandom's generation to unsigned long
` [PATCH v2 07/17] mm: Define VM_DROPPABLE for powerpc/32
` [PATCH v2 08/17] powerpc: Add little endian variants of LWZX_BE and STWX_BE
` [PATCH v2 09/17] powerpc/vdso32: Add crtsavres
` [PATCH v2 10/17] powerpc/vdso: Refactor CFLAGS for CVDSO build
` [PATCH v2 11/17] powerpc/vdso: Wire up getrandom() vDSO implementation
` [PATCH v2 12/17] selftests: vdso: Fix powerpc64 vdso_config
` [PATCH v2 13/17] selftests: vdso: Don't hard-code location of vDSO sources
` [PATCH v2 14/17] selftests: vdso: Make test_vdso_getrandom look for the right vDSO function
` [PATCH v2 15/17] selftests: vdso: Fix build of test_vdso_chacha
` [PATCH v2 16/17] selftests: vdso: Make VDSO function call more generic
` [PATCH v2 17/17] selftests: vdso: Add support for vdso_test_random for powerpc

[linux-next:fs-next 337/433] fs/bcachefs/btree_key_cache.c:758:9: sparse: sparse: dereference of noderef expression
 2024-08-22  7:01 UTC 

[PATCH v2 0/7] implement async block discards/etc. via io_uring
 2024-08-22  6:50 UTC  (13+ messages)
` [PATCH v2 1/7] io_uring/cmd: expose iowq to cmds
` [PATCH v2 2/7] io_uring/cmd: give inline space in request "
` [PATCH v2 3/7] filemap: introduce filemap_invalidate_pages
` [PATCH v2 4/7] block: introduce blk_validate_write()
` [PATCH v2 5/7] block: implement async discard as io_uring cmd
` [PATCH v2 6/7] block: implement async wire write zeroes
` [PATCH v2 7/7] block: implement async secure erase

[PATCH] mm:page_alloc: fix the NULL ac->nodemask in __alloc_pages_slowpath()
 2024-08-22  6:39 UTC  (5+ messages)
  ` [External] "

[PATCH v1] mm: Defines obj_cgroup_get() if CONFIG_MEMCG is not defined
 2024-08-22  6:14 UTC  (6+ messages)

[PATCH liburing 1/1] test/send-zerocopy: test fix datagrams over UDP limit
 2024-08-22  3:35 UTC  (2+ messages)

[PATCH v1] tools:mm:Check mmap based on return values
 2024-08-22  2:53 UTC  (2+ messages)

[PATCH v3 1/3] riscv: mm: Use hint address in mmap if available
 2024-08-22  2:51 UTC  (3+ messages)

[PATCH v1] mm:slab:use kmem_cache_free() to free
 2024-08-22  2:27 UTC 

[syzbot] [mm?] BUG: unable to handle kernel paging request in list_lru_add
 2024-08-22  1:54 UTC  (3+ messages)

[PATCH -v2] Resource: fix region_intersects() for CXL memory
 2024-08-22  1:43 UTC  (3+ messages)

[PATCH] Resource: fix region_intersects() for CXL memory
 2024-08-22  1:29 UTC  (4+ messages)

[PATCH 1/1] mm/page_poison: slightly optimize check_poison_mem()
 2024-08-22  1:27 UTC  (3+ messages)

[PATCH v3 0/7] mm: Optimize mseal checks
 2024-08-21 23:37 UTC  (15+ messages)
` [PATCH v3 2/7] mm/munmap: Replace can_modify_mm with can_modify_vma
` [PATCH v3 7/7] selftests/mm: add more mseal traversal tests

[linux-next:fs-next] BUILD SUCCESS 675987e9caa22cb34a572aeff9e7be6f900fb81a
 2024-08-21 23:23 UTC 

[PATCH v2] mm: add lazyfree folio to lru tail
 2024-08-21 21:47 UTC  (3+ messages)

[PATCH v6 00/26] Generic `Allocator` support for Rust
 2024-08-21 21:34 UTC  (3+ messages)
` [PATCH v6 25/26] kbuild: rust: remove the `alloc` crate and `GlobalAlloc`

[PATCH v4 0/6] mm: split underused THPs
 2024-08-21 21:25 UTC  (14+ messages)
` [PATCH v4 3/6] mm: selftest to verify zero-filled pages are mapped to zeropage
` [PATCH v4 4/6] mm: Introduce a pageflag for partially mapped folios

[PATCH 0/4] Increase the number of bits available in page_type
 2024-08-21 21:15 UTC  (11+ messages)
` [PATCH 1/4] printf: Remove %pGt support
` [PATCH 2/4] mm: Introduce page_mapcount_is_type()
` [PATCH 3/4] mm: Support only one page_type per page
` [PATCH 4/4] zsmalloc: Use all available 24 bits of page_type

[PATCH v7 0/2] mm: Ignite large folios swap-in support
 2024-08-21 21:13 UTC  (4+ messages)
` [PATCH v7 2/2] mm: support large folios swap-in for sync io devices

[syzbot] [mm?] WARNING in zswap_swapoff
 2024-08-21 20:59 UTC  (6+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 2a8f5e00ea9f366e7e4adb4e5af5414c6497c527
 2024-08-21 20:09 UTC 

[linux-next:master 4740/5728] arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dtb: audio-codec@18: Unevaluated properties are not allowed ('clocks' was unexpected)
 2024-08-21 19:39 UTC 

[PATCH 00/10] Simplify the page flags a little
 2024-08-21 19:34 UTC  (11+ messages)
` [PATCH 01/10] mm: Remove PageActive
` [PATCH 02/10] mm: Remove PageSwapBacked
` [PATCH 03/10] mm: Remove PageReadahead
` [PATCH 04/10] mm: Remove PageSwapCache
` [PATCH 05/10] mm: Remove PageUnevictable
` [PATCH 06/10] mm: Remove PageMlocked
` [PATCH 07/10] mm: Remove PageOwnerPriv1
` [PATCH 08/10] mm: Remove page_has_private()
` [PATCH 09/10] mm: Rename PG_mappedtodisk to PG_owner_2
` [PATCH 10/10] x86: Remove PG_uncached

[linux-next:master 5403/5728] arch/arm64/boot/dts/amlogic/meson-g12b-radxa-zero-2-pro.dtb: sound: Unevaluated properties are not allowed ('assigned-clock-parents', 'assigned-clock-rates', 'assigned-clocks' were unexpected)
 2024-08-21 19:28 UTC 

[PATCH 00/19] mm: Support huge pfnmaps
 2024-08-21 19:10 UTC  (12+ messages)
` [PATCH 09/19] mm: New follow_pfnmap API
  ` [PATCH 06/19] mm/pagewalk: Check pfnmap early for folio_walk_start()

[PATCH v4 0/4] mm: ZSWAP swap-out of mTHP folios
 2024-08-21 19:07 UTC  (3+ messages)

[v2 PATCH 1/2] hugetlb: arm64: add mte support
 2024-08-21 18:47 UTC  (2+ messages)
` [v2 PATCH 2/2] selftests: arm64: add hugetlb mte tests

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-21 18:41 UTC  (13+ messages)
` [PATCH v10 22/40] arm64/mm: Implement map_shadow_stack()
` [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v10 25/40] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v10 26/40] arm64: Add Kconfig for Guarded Control Stack (GCS)

[PATCH] mm/swap, workingset: make anon shadow nodes memcg aware
 2024-08-21 18:14 UTC  (4+ messages)

[PATCH v6 00/20] Avoid MAP_FIXED gap exposure
 2024-08-21 17:15 UTC  (7+ messages)
` [PATCH v6 14/20] mm/mmap: Avoid zeroing vma tree in mmap_region()
` [PATCH v6 17/20] mm/mmap: Use vms accounted pages "

[linux-next:master] BUILD REGRESSION eb8c5ca373cbb018a84eb4db25c863302c9b6314
 2024-08-21 17:01 UTC 

[PATCH v11 00/14] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-08-21 16:50 UTC  (5+ messages)
` [PATCH v11 04/14] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command

[PATCH v3 00/13] uprobes: RCU-protected hot path optimizations
 2024-08-21 16:41 UTC  (4+ messages)

[PATCH] mm/memcontrol: respect zswap.writeback setting from parent cg too
 2024-08-21 16:14 UTC  (4+ messages)

[PATCH v1] selftests/mm: fix charge_reserved_hugetlb.sh test
 2024-08-21 16:04 UTC  (3+ messages)

[PATCH 00/26] Address Space Isolation (ASI) 2024
 2024-08-21 16:00 UTC  (5+ messages)
` [PATCH 26/26] KVM: x86: asi: Add some mitigations on address space transitions

[linux-next:master 5283/5728] arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dtb: can@e6660000: Unevaluated properties are not allowed ('compatible' was unexpected)
 2024-08-21 15:41 UTC 

[PATCH v1 0/2] mremap refactor: check src address for vma boundaries first
 2024-08-21 15:21 UTC  (10+ messages)

[PATCH RFC 0/4] mm: Introduce guest_memfd library
 2024-08-21 14:26 UTC  (5+ messages)
` [PATCH RFC 3/4] mm: guest_memfd: Add option to remove guest private memory from direct map

[PATCH v12 0/6]arm64: add ARCH_HAS_COPY_MC support
 2024-08-21 14:20 UTC  (6+ messages)
` [PATCH v12 4/6] arm64: support copy_mc_[user]_highpage()

page:  |  | latest

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