linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v7 00/21] Avoid MAP_FIXED gap exposure
 2024-08-22 19:25 UTC  (20+ messages)
` [PATCH v7 01/21] mm/vma: Correctly position vma_iterator in __split_vma()
` [PATCH v7 02/21] mm/vma: Introduce abort_munmap_vmas()
` [PATCH v7 03/21] mm/vma: Introduce vmi_complete_munmap_vmas()
` [PATCH v7 06/21] mm/vma: Change munmap to use vma_munmap_struct() for accounting and surrounding vmas
` [PATCH v7 07/21] mm/vma: Extract validate_mm() from vma_complete()
` [PATCH v7 08/21] mm/vma: Inline munmap operation in mmap_region()
` [PATCH v7 09/21] mm/vma: Expand mmap_region() munmap call
` [PATCH v7 10/21] mm/vma: Support vma == NULL in init_vma_munmap()
` [PATCH v7 11/21] mm/mmap: Reposition vma iterator in mmap_region()
` [PATCH v7 12/21] mm/vma: Track start and end for munmap in vma_munmap_struct
` [PATCH v7 13/21] mm: Clean up unmap_region() argument list
` [PATCH v7 14/21] mm/mmap: Avoid zeroing vma tree in mmap_region()
` [PATCH v7 15/21] mm: Change failure of MAP_FIXED to restoring the gap on failure
` [PATCH v7 16/21] mm/mmap: Use PHYS_PFN in mmap_region()
` [PATCH v7 17/21] mm/mmap: Use vms accounted pages "
` [PATCH v7 18/21] ipc/shm, mm: Drop do_vma_munmap()
` [PATCH v7 19/21] mm: Move may_expand_vm() check in mmap_region()
` [PATCH v7 20/21] mm/vma: Drop incorrect comment from vms_gather_munmap_vmas()
` [PATCH v7 21/21] mm/vma.h: Optimise vma_munmap_struct

[PATCH 0/5] regmap: Improve lock handling with maple tree
 2024-08-22 19:21 UTC  (4+ messages)
` [PATCH 1/5] maple_tree: Allow external locks to be configured with their map
` [PATCH 4/5] regmap: Wrap maple tree locking

[linux-next:master] BUILD REGRESSION 6a7917c89f219f09b1d88d09f376000914a52763
 2024-08-22 19:20 UTC 

[PATCH RFC 0/6] mm: THP-agnostic refactor on huge mappings
 2024-08-22 19:16 UTC  (9+ messages)
` [PATCH RFC 2/6] mm: PGTABLE_HAS_P[MU]D_LEAVES config options

[linux-next:master 5115/6069] arch/arm64/boot/dts/qcom/x1e80100-asus-vivobook-s15.dtb: usb@a4f8800: compatible:0: 'qcom,x1e80100-dwc3-mp' is not one of ['qcom,ipq4019-dwc3', 'qcom,ipq5018-dwc3', 'qcom,ipq5332-dwc3', 'qcom,ipq6018-dwc3', 'qcom,ipq8064-dwc3', 'qcom,ipq8074-dwc3', 'qcom,
 2024-08-22 18:43 UTC 

[PATCH mm-unstable v2 0/3] mm/hugetlb: alloc/free gigantic folios
 2024-08-22 18:42 UTC  (8+ messages)
` [PATCH mm-unstable v2 1/3] mm/contig_alloc: support __GFP_COMP
` [PATCH mm-unstable v2 2/3] mm/cma: add cma_{alloc,free}_folio()

[PATCH 01/10] mm: Remove PageActive
 2024-08-22 18:34 UTC  (5+ messages)

Kernel build failure with MEM_ALLOC_PROFILING=y set (Talos II, v6.10-rc5)
 2024-08-22 18:25 UTC  (3+ messages)

[syzbot] [mm?] WARNING in zswap_swapoff
 2024-08-22 18:12 UTC  (4+ messages)

[PATCH v3 00/13] uprobes: RCU-protected hot path optimizations
 2024-08-22 17:51 UTC  (6+ messages)
` [PATCH v3 04/13] uprobes: travers uprobe's consumer list locklessly under SRCU protection

[PATCH] mm/memcontrol: respect zswap.writeback setting from parent cg too
 2024-08-22 17:49 UTC  (5+ messages)

[PATCH v2 1/2] mm/memcontrol: respect zswap.writeback setting from parent cg too
 2024-08-22 17:47 UTC  (5+ messages)
` [PATCH v2 2/2] selftests: test_zswap: add test for hierarchical zswap.writeback

[PATCH v11 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-08-22 17:19 UTC  (24+ messages)
` [PATCH v11 05/39] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v11 06/39] arm64/gcs: Document the ABI "
` [PATCH v11 13/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v11 14/39] arm64/mm: Map pages for guarded control stack
` [PATCH v11 16/39] arm64/idreg: Add overrride for GCS
` [PATCH v11 18/39] arm64/traps: Handle GCS exceptions
` [PATCH v11 19/39] arm64/mm: Handle GCS data aborts
` [PATCH v11 20/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v11 21/39] arm64/gcs: Ensure that new threads have a GCS

[HELP] FUSE writeback performance bottleneck
 2024-08-22 17:00 UTC  (3+ messages)

[PATCH v1] mm:slab:use kmem_cache_free() to free
 2024-08-22 16:59 UTC  (2+ messages)

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

[PATCH v5 00/30] Permission Overlay Extension
 2024-08-22 15:11 UTC  (31+ messages)
` [PATCH v5 01/30] powerpc/mm: add ARCH_PKEY_BITS to Kconfig
` [PATCH v5 02/30] x86/mm: "
` [PATCH v5 03/30] mm: use ARCH_PKEY_BITS to define VM_PKEY_BITN
` [PATCH v5 04/30] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v5 05/30] arm64: cpufeature: add Permission Overlay Extension cpucap
` [PATCH v5 06/30] arm64: context switch POR_EL0 register
` [PATCH v5 07/30] KVM: arm64: Save/restore POE registers
` [PATCH v5 08/30] KVM: arm64: make kvm_at() take an OP_AT_*
` [PATCH v5 09/30] KVM: arm64: use `at s1e1a` for POE
` [PATCH v5 10/30] KVM: arm64: Sanitise ID_AA64MMFR3_EL1
` [PATCH v5 11/30] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v5 12/30] arm64: re-order MTE VM_ flags
` [PATCH v5 13/30] arm64: add POIndex defines
` [PATCH v5 14/30] arm64: convert protection key into vm_flags and pgprot values
` [PATCH v5 15/30] arm64: mask out POIndex when modifying a PTE
` [PATCH v5 16/30] arm64: handle PKEY/POE faults
` [PATCH v5 17/30] arm64: add pte_access_permitted_no_overlay()
` [PATCH v5 18/30] arm64: implement PKEYS support
` [PATCH v5 19/30] arm64: add POE signal support
` [PATCH v5 20/30] arm64/ptrace: add support for FEAT_POE
` [PATCH v5 21/30] arm64: enable POE and PIE to coexist
` [PATCH v5 22/30] arm64: enable PKEY support for CPUs with S1POE
` [PATCH v5 23/30] arm64: add Permission Overlay Extension Kconfig
` [PATCH v5 24/30] kselftest/arm64: move get_header()
` [PATCH v5 25/30] selftests: mm: move fpregs printing
` [PATCH v5 26/30] selftests: mm: make protection_keys test work on arm64
` [PATCH v5 27/30] kselftest/arm64: add HWCAP test for FEAT_S1POE
` [PATCH v5 28/30] kselftest/arm64: parse POE_MAGIC in a signal frame
` [PATCH v5 29/30] kselftest/arm64: Add test case for POR_EL0 signal frame records
` [PATCH v5 30/30] KVM: selftests: get-reg-list: add Permission Overlay registers

[PATCH v3 0/4] mm: clarify nofail memory allocation
 2024-08-22 15:02 UTC  (36+ messages)

[PATCH 0/5] Provide a single definition of mk_pte()
 2024-08-22 14:06 UTC  (3+ messages)
` [PATCH 4/5] s390: Remove custom "

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

[PATCH v2] kasan: simplify and clarify Makefile
 2024-08-22 13:49 UTC  (2+ messages)

[PATCH v2 0/7] implement async block discards/etc. via io_uring
 2024-08-22 13:09 UTC  (13+ messages)
` [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 v2] selftests:mm: Fix mmap() error paths to check for MAP_FAILED
 2024-08-22 12:29 UTC  (2+ messages)

[PATCH 00/14] introduce pte_offset_map_{readonly|maywrite}_nolock()
 2024-08-22 12:22 UTC  (12+ messages)
` [PATCH 06/14] mm: handle_pte_fault() use pte_offset_map_maywrite_nolock()

[PATCH resend v2 0/5] mm: memory_hotplug: improve do_migrate_range()
 2024-08-22 12:08 UTC  (13+ 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] mm: swapfile: fix SSD detection with swapfile on btrfs
 2024-08-22 11:24 UTC 

[linux-next:master 5751/6069] arch/s390/kernel/perf_cpum_sf.c:1460:43: warning: variable 'idx_old' set but not used
 2024-08-22 11:09 UTC 

[PATCH v2 0/2] mm: collect the number of anon mTHP
 2024-08-22 10:12 UTC  (9+ messages)
` [PATCH v2 1/2] mm: collect the number of anon large folios

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

arm64: Kexec: Warning: virt_to_phys used for non-linear address
 2024-08-22  9:28 UTC  (4+ messages)

[PATCH 08/14] mm: copy_pte_range() use pte_offset_map_maywrite_nolock()
 2024-08-22  9:26 UTC  (2+ messages)

[PATCH V2] mm:page_alloc: fix the NULL ac->nodemask in __alloc_pages_slowpath()
 2024-08-22  9:26 UTC 

[PATCH V1] mm:page_alloc: fix the NULL ac->nodemask in __alloc_pages_slowpath()
 2024-08-22  9:11 UTC  (3+ messages)
  ` [External] "

[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 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 

page:  |  | latest

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