linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v1 00/17] Provide a new two step DMA mapping API
 2024-10-30 15:12 UTC  (14+ messages)
` [PATCH v1 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v1 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v1 03/17] iommu: generalize the batched sync after map interface
` [PATCH v1 04/17] dma-mapping: Add check if IOVA can be used
` [PATCH v1 05/17] dma: Provide an interface to allow allocate IOVA
` [PATCH v1 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v1 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v1 08/17] dma-mapping: add a dma_need_unmap helper
` [PATCH v1 09/17] docs: core-api: document the IOVA-based API
` [PATCH v1 10/17] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v1 11/17] mm/hmm: provide generic DMA managing logic
` [PATCH v1 12/17] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v1 13/17] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage

[RFC PATCH 0/3] Cgroup-based THP control
 2024-10-30 15:08 UTC  (13+ messages)
` [RFC PATCH 1/3] mm: Add thp_flags control for cgroup
` [RFC PATCH 2/3] mm: Support for huge pages in cgroups
` [RFC PATCH 3/3] mm: Add thp_defrag control for cgroup

[PATCH hotfix 6.12 v4 0/5] fix error handling in mmap_region() and refactor (hotfixes)
 2024-10-30 15:08 UTC  (16+ messages)
` [PATCH hotfix 6.12 v4 1/5] mm: avoid unsafe VMA hook invocation when error arises on mmap hook
` [PATCH hotfix 6.12 v4 2/5] mm: unconditionally close VMAs on error
` [PATCH hotfix 6.12 v4 3/5] mm: refactor map_deny_write_exec()
` [PATCH hotfix 6.12 v4 4/5] mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling
` [PATCH hotfix 6.12 v4 5/5] mm: resolve faulty mmap_region() error path behaviour

[PATCH v4 0/3] memory,x86,acpi: hotplug memory alignment advisement
 2024-10-30 15:01 UTC  (9+ messages)
` [PATCH v4 1/3] memory: implement memory_block_advise/probe_max_size
` [PATCH v4 2/3] x86: probe memory block size advisement value during mm init
` [PATCH v4 3/3] acpi,srat: give memory block size advice based on CFMWS alignment

[PATCH v3 1/1] memcg/hugetlb: Adding hugeTLB counters to memcg
 2024-10-30 15:01 UTC  (7+ messages)

[PATCH RFC] mm: mitigate large folios usage and swap thrashing for nearly full memcg
 2024-10-30 14:51 UTC  (4+ messages)

[BUG] ZSwap leaks memory upon being disabled
 2024-10-30 14:41 UTC  (15+ messages)
                        ` phantom memory in a cgroup (was [BUG] ZSwap leaks memory upon being disabled)

[PATCH v2 0/7] virtio-mem: s390 support
 2024-10-30 14:33 UTC  (4+ messages)
` [PATCH v2 4/7] s390/physmem_info: query diag500(STORAGE LIMIT) to support QEMU/KVM memory devices

[PATCH v3 0/7] virtio-mem: s390 support
 2024-10-30 14:32 UTC  (15+ messages)
` [PATCH v3 1/7] Documentation: s390-diag.rst: make diag500 a generic KVM hypercall
` [PATCH v3 2/7] Documentation: s390-diag.rst: document diag500(STORAGE LIMIT) subfunction
` [PATCH v3 3/7] s390/physmem_info: query diag500(STORAGE LIMIT) to support QEMU/KVM memory devices
` [PATCH v3 4/7] virtio-mem: s390 support
` [PATCH v3 7/7] s390/sparsemem: provide memory_add_physaddr_to_nid() with CONFIG_NUMA

[RFC PATCH 0/3] Reduce dependence on vmas deep in hugetlb allocation code
 2024-10-30 14:31 UTC  (3+ messages)
` [RFC PATCH 1/3] mm: hugetlb: Simplify logic in dequeue_hugetlb_folio_vma()

[PATCH v15 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
 2024-10-30 14:08 UTC  (4+ messages)

[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
 2024-10-30 13:49 UTC  (7+ messages)
` [RFC PATCH v3 1/6] arch: introduce set_direct_map_valid_noflush()
` [RFC PATCH v3 2/6] kvm: gmem: add flag to remove memory from kernel direct map
` [RFC PATCH v3 3/6] kvm: gmem: implement direct map manipulation routines
` [RFC PATCH v3 4/6] kvm: gmem: add trace point for direct map state changes
` [RFC PATCH v3 5/6] kvm: document KVM_GMEM_NO_DIRECT_MAP flag
` [RFC PATCH v3 6/6] kvm: selftests: run gmem tests with KVM_GMEM_NO_DIRECT_MAP set

[PATCH v3] tools/mm: Fix slabinfo crash when MAX_SLABS is exceeded
 2024-10-30 13:32 UTC 

[PATCH v2] mm: huge_memory: move file_thp_enabled() into huge_memory.c
 2024-10-30 13:09 UTC  (3+ messages)
` [PATCH v2] mm: shmem: remove __shmem_huge_global_enabled()

[bug] aarch64 host no longer boots after 767507654c22 ("arch_numa: switch over to numa_memblks")
 2024-10-30 13:08 UTC  (6+ messages)

[PATCH v3 0/4] mm: add more kernel parameters to control mTHP
 2024-10-30 12:58 UTC  (5+ messages)
` [PATCH v3 1/4] mm: fix docs for the kernel parameter ``thp_anon=``
` [PATCH v3 2/4] mm: shmem: control THP support through the kernel command line
` [PATCH v3 3/4] mm: shmem: override mTHP shmem default with a kernel parameter
` [PATCH v3 4/4] mm: huge_memory: Use strscpy() instead of strcpy()

[PATCH v14 00/14] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-10-30 12:52 UTC  (13+ messages)
` [PATCH v14 03/14] EDAC: Add ECS control feature
` [PATCH v14 07/14] cxl/memfeature: Add CXL memory device patrol scrub "

[PATCH 1/1] alloc_tag: avoid execmem_vmap() when !MMU
 2024-10-30 12:43 UTC  (4+ messages)

[PATCH] mm/gup: restore the ability to pin more than 2GB at a time
 2024-10-30 12:04 UTC  (14+ messages)

[PATCH net-next v3 3/3] page_pool: fix IOMMU crash when driver has already unbound
 2024-10-30 11:57 UTC  (10+ messages)

[PATCH v2] tools/mm: Fix slabinfo crash when MAX_SLABS is exceeded
 2024-10-30 11:47 UTC  (3+ messages)

[PATCH RFC 10/10] mm: page_frag: add an entry in MAINTAINERS for page_frag
 2024-10-30 11:32 UTC  (5+ messages)

[linux-next:pending-fixes 301/373] mm/vmscan.c:3498: undefined reference to `pmdp_test_and_clear_young'
 2024-10-30 11:28 UTC  (3+ messages)

fs/proc/vmcore.c:458:42: warning: unused variable 'vmcore_mmap_ops'
 2024-10-30 11:14 UTC 

[PATCH v2] mm: define general function pXd_init()
 2024-10-30 10:18 UTC  (2+ messages)

[PATCH] mm: add per-order mTHP swpin counters
 2024-10-30 10:17 UTC  (6+ messages)

drivers/net/ethernet/freescale/ucc_geth.c:2168:17: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2024-10-30  9:59 UTC 

[PATCH v2 0/2] fuse: remove extra page copies in writeback
 2024-10-30  9:32 UTC  (20+ messages)
` [PATCH v2 2/2] fuse: remove tmp folio for writebacks and internal rb tree

[RFC PATCH 00/39] 1G page support for guest_memfd
 2024-10-30  9:01 UTC  (3+ messages)
` [RFC PATCH 15/39] KVM: guest_memfd: hugetlb: allocate and truncate from hugetlb

[linux-next:master 6997/7771] mm/workingset.c:598:38: error: implicit declaration of function 'folio_memcg_charged'; did you mean 'folio_memcg_check'?
 2024-10-30  8:57 UTC 

[RFC PATCH v1 00/57] Boot-time page size selection for arm64
 2024-10-30  8:45 UTC  (3+ messages)
` [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection

[PATCH] vmstat: call fold_vm_zone_numa_events() before show per zone NUMA event
 2024-10-30  8:37 UTC 

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-10-30  5:57 UTC  (10+ messages)
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages

[PATCH v2 1/2] mm: use aligned address in clear_gigantic_page()
 2024-10-30  5:05 UTC  (14+ messages)

[syzbot] [mm?] INFO: rcu detected stall in kthreadd (2)
 2024-10-30  3:07 UTC 

[GIT PULL] slab fixes for 6.12-rc6
 2024-10-30  2:44 UTC  (2+ messages)

[GIT PULL V2] hotfixes for 6.12-rc6
 2024-10-30  2:44 UTC  (2+ messages)

[PATCH] mm/memory-failure: Replace sprintf() with sysfs_emit()
 2024-10-30  1:51 UTC  (2+ messages)

[PATCH v2 bpf-next 1/2] bpf: Add open coded version of kmem_cache iterator
 2024-10-30  1:40 UTC  (4+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add a test for open coded kmem_cache iter

[PATCH] mm: shmem: convert to use folio_zero_range()
 2024-10-30  1:26 UTC  (13+ messages)

[PATCH v7 00/32] riscv control-flow integrity for usermode
 2024-10-29 23:44 UTC  (33+ messages)
` [PATCH v7 01/32] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v7 02/32] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v7 03/32] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH v7 04/32] riscv: Add support for per-thread envcfg CSR values
` [PATCH v7 05/32] riscv: Call riscv_user_isa_enable() only on the boot hart
` [PATCH v7 06/32] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v7 07/32] riscv: zicfiss / zicfilp enumeration
` [PATCH v7 08/32] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v7 09/32] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v7 10/32] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v7 11/32] riscv mm: manufacture shadow stack pte
` [PATCH v7 12/32] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v7 13/32] riscv mmu: write protect and shadow stack
` [PATCH v7 14/32] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v7 15/32] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v7 16/32] prctl: arch-agnostic prctl for shadow stack
` [PATCH v7 17/32] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v7 18/32] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v7 19/32] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v7 20/32] riscv/traps: Introduce software check exception
` [PATCH v7 21/32] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v7 22/32] riscv/signal: save and restore of shadow stack for signal
` [PATCH v7 23/32] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v7 24/32] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v7 25/32] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v7 26/32] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v7 27/32] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v7 28/32] riscv: kernel command line option to opt out of user cfi
` [PATCH v7 29/32] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v7 30/32] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v7 31/32] riscv: Documentation for shadow stack on riscv
` [PATCH v7 32/32] kselftest/riscv: kselftest for user mode cfi

[PATCH 00/10] Introduce guestmemfs: persistent in-memory filesystem
 2024-10-29 23:05 UTC  (3+ messages)
` [PATCH 05/10] guestmemfs: add file mmap callback

[PATCH v6 00/33] riscv control-flow integrity for usermode
 2024-10-29 22:06 UTC  (4+ messages)
` [PATCH v6 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv

[syzbot] [net?] BUG: Bad page state in bpf_test_run_xdp_live
 2024-10-29 21:33 UTC  (3+ messages)

[PATCH 1/2] mm: convert mm_lock_seq to a proper seqcount
 2024-10-29 21:14 UTC  (4+ messages)

[PATCH v1] x86/mm/pat: fix VM_PAT handling when fork() fails in copy_page_range()
 2024-10-29 21:03 UTC 

[PATCH 0/7] kernel/cgroups: Add "dev" memory accounting cgroup
 2024-10-29 20:38 UTC  (6+ messages)

[linux-next:fs-next] BUILD SUCCESS cfad32207f3e2fbfbd67af9ae84086cd7e080a3b
 2024-10-29 20:32 UTC 

[PATCH v1 0/6] mm/arm64: re-enable HVO
 2024-10-29 19:53 UTC  (12+ messages)
` [PATCH v1 3/6] irqchip/gic-v3: support SGI broadcast
` [PATCH v1 4/6] arm64: broadcast IPIs to pause remote CPUs

[linux-next:master] BUILD REGRESSION 6fb2fa9805c501d9ade047fc511961f3273cdcb5
 2024-10-29 19:24 UTC 

[PATCH 00/26] Address Space Isolation (ASI) 2024
 2024-10-29 19:12 UTC  (6+ messages)
` [PATCH 01/26] mm: asi: Make some utility functions noinstr compatible

[PATCH RFC] mm: count zeromap read and set for swapout and swapin
 2024-10-29 17:55 UTC  (23+ messages)

[PATCH 0/4] maple_tree: current split may result in deficient node
 2024-10-29 17:49 UTC  (4+ messages)
` [PATCH 3/4] maple_tree: use the correct min to calculate split

[PATCH hotfix 6.12 v2 4/8] mm: resolve faulty mmap_region() error path behaviour
 2024-10-29 17:32 UTC  (13+ messages)

page:  |  | latest

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