[PATCH RESEND 0/3] mm/zsmalloc: some cleanup for get/set_zspage_mapping()
2024-02-23 5:46 UTC (3+ messages)
` [PATCH RESEND 1/3] mm/zsmalloc: remove set_zspage_mapping()
[PATCH v3] mm, vmscan: do not turn on cache_trim_mode if it doesn't work
2024-02-23 5:44 UTC
[mm/page_alloc or mm/vmscan or mm/zswap] use-after-free in obj_malloc()
2024-02-23 5:29 UTC (11+ messages)
[PATCH v11 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
2024-02-23 5:26 UTC (4+ messages)
[PATCH] slub: avoid scanning all partial slabs in get_slabinfo()
2024-02-23 5:00 UTC (8+ messages)
[PATCH 0/5] mm: unify default compressor algorithm for zram/zswap
2024-02-23 4:51 UTC (9+ messages)
` [PATCH 1/5] zram: zcomp: remove zcomp_set_max_streams() declaration
` [PATCH 2/5] zram: make zram depends on SWAP
` [PATCH 3/5] zram: support deflate compressor
` [PATCH 4/5] mm: zswap: default to lzo-rle instead of lzo
` [PATCH 5/5] mm: unify default compressor algorithm for zswap and zram
[linux-next:master] BUILD REGRESSION e31185ce00a96232308300008db193416ceb9769
2024-02-23 4:29 UTC
[PATCH RFC] mm: madvise: pageout: ignore references rather than clearing young
2024-02-23 4:15 UTC
[LSF/MM/BPF TOPIC] Large folios, swap and fscache
2024-02-23 3:46 UTC (8+ messages)
[PATCH 0/3] cleanup of SLAB_ flags
2024-02-23 3:12 UTC (3+ messages)
` [PATCH 2/3] mm, slab: use an enum to define SLAB_ cache creation flags
[RFC PATCH 0/3] make the hugetlb migration strategy consistent
2024-02-23 2:56 UTC (4+ messages)
` [RFC PATCH 2/3] mm: hugetlb: "
[PATCH] mm/mmap: remove the mm parameter in vma_complete()
2024-02-23 2:36 UTC (5+ messages)
[PATCH] mm/mmap: convert all mas except mas_detach to vma iterator
2024-02-23 2:30 UTC (8+ messages)
[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
2024-02-23 2:24 UTC (5+ messages)
` [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc
[PATCH v2] mm, mmap: fix vma_merge() case 7 with vma_ops->close
2024-02-23 2:17 UTC (3+ messages)
[RFC PATCH v5 00/29] TDX KVM selftests
2024-02-23 1:55 UTC (3+ messages)
` [RFC PATCH v5 08/29] KVM: selftests: TDX: Add TDX lifecycle test
[syzbot] [mm?] BUG: unable to handle kernel paging request in copy_from_kernel_nofault
2024-02-23 1:11 UTC (5+ messages)
[PATCH v2] mm, vmscan: don't turn on cache_trim_mode at high scan priorities
2024-02-23 1:11 UTC (7+ messages)
[LSF/MM/BPF TOPIC] Dynamic Growth of Kernel Stacks
2024-02-23 1:03 UTC
folio_mmapped
2024-02-23 0:35 UTC
[PATCH bpf-next] mm: Introduce vm_area_[un]map_pages()
2024-02-22 23:25 UTC (4+ messages)
[PATCH v17 00/35] Drivers for Gunyah hypervisor
2024-02-22 23:16 UTC (36+ messages)
` [PATCH v17 01/35] docs: gunyah: Introduce Gunyah Hypervisor
` [PATCH v17 02/35] dt-bindings: Add binding for gunyah hypervisor
` [PATCH v17 03/35] gunyah: Common types and error codes for Gunyah hypercalls
` [PATCH v17 04/35] virt: gunyah: Add hypercalls to identify Gunyah
` [PATCH v17 05/35] virt: gunyah: Add hypervisor driver
` [PATCH v17 06/35] virt: gunyah: msgq: Add hypercalls to send and receive messages
` [PATCH v17 07/35] gunyah: rsc_mgr: Add resource manager RPC core
` [PATCH v17 08/35] gunyah: vm_mgr: Introduce basic VM Manager
` [PATCH v17 09/35] gunyah: rsc_mgr: Add VM lifecycle RPC
` [PATCH v17 10/35] gunyah: vm_mgr: Add VM start/stop
` [PATCH v17 11/35] virt: gunyah: Translate gh_rm_hyp_resource into gunyah_resource
` [PATCH v17 12/35] virt: gunyah: Add resource tickets
` [PATCH v17 13/35] gunyah: vm_mgr: Add framework for VM Functions
` [PATCH v17 14/35] virt: gunyah: Add hypercalls for running a vCPU
` [PATCH v17 15/35] virt: gunyah: Add proxy-scheduled vCPUs
` [PATCH v17 16/35] gunyah: Add hypercalls for demand paging
` [PATCH v17 17/35] gunyah: rsc_mgr: Add memory parcel RPC
` [PATCH v17 18/35] mm/interval_tree: Export iter_first/iter_next
` [PATCH v17 19/35] arch/mm: Export direct {un,}map functions
` [PATCH v17 20/35] virt: gunyah: Add interfaces to map memory into guest address space
` [PATCH v17 21/35] gunyah: rsc_mgr: Add platform ops on mem_lend/mem_reclaim
` [PATCH v17 22/35] virt: gunyah: Add Qualcomm Gunyah platform ops
` [PATCH v17 23/35] virt: gunyah: Implement guestmemfd
` [PATCH v17 24/35] virt: gunyah: Add ioctl to bind guestmem to VMs
` [PATCH v17 25/35] virt: gunyah: guestmem: Initialize RM mem parcels from guestmem
` [PATCH v17 26/35] virt: gunyah: Share guest VM dtb configuration to Gunyah
` [PATCH v17 27/35] gunyah: rsc_mgr: Add RPC to enable demand paging
` [PATCH v17 28/35] virt: gunyah: Enable "
` [PATCH v17 29/35] gunyah: rsc_mgr: Add RPC to set VM boot context
` [PATCH v17 30/35] virt: gunyah: Allow userspace to initialize context of primary vCPU
` [PATCH v17 31/35] virt: gunyah: Add hypercalls for sending doorbell
` [PATCH v17 32/35] virt: gunyah: Add irqfd interface
` [PATCH v17 33/35] virt: gunyah: Add IO handlers
` [PATCH v17 34/35] virt: gunyah: Add ioeventfd
` [PATCH v17 35/35] MAINTAINERS: Add Gunyah hypervisor drivers section
[PATCH v3 00/11] Mitigate a vmap lock contention v3
2024-02-22 23:15 UTC (3+ messages)
[GIT PULL] hotfixes for 6.8-rc6
2024-02-22 23:06 UTC
[LSF/MM/BPF TOPIC] Hugetlb Unifications
2024-02-22 22:58 UTC (6+ messages)
[linux-next:master 8181/9122] arch/arm/boot/compressed/misc.h:13:36: error: macro "fortify_panic" requires 2 arguments, but only 1 given
2024-02-22 21:57 UTC
[PATCH] mm: userfaultfd: fix unexpected change to src_folio when UFFDIO_MOVE fails
2024-02-22 21:56 UTC (5+ messages)
[PATCH] mm, mmap: fix vma_merge() case 7 with vma_ops->close
2024-02-22 21:32 UTC (6+ messages)
[PATCH 1/1] mm/khugepaged: bypassing unnecessary scans with MMF_DISABLE_THP check
2024-02-22 21:11 UTC (5+ messages)
[PATCH v8 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
2024-02-22 20:52 UTC (3+ messages)
` [PATCH v8 4/4] vfio: convey kvm that the vfio-pci device is wc safe
[PATCH v2] mm/util.c: Added byte count to __vm_enough_memory failure warning
2024-02-22 19:46 UTC
[RFC] Analyzing zpool allocators / Removing zbud and z3fold
2024-02-22 19:20 UTC (3+ messages)
[PATCH mm-stable 1/2] x86/mm: further clarify switch_mm_irqs_off() documentation
2024-02-22 19:12 UTC (4+ messages)
` [PATCH mm-stable 2/2] x86/mm: always pass NULL as the first argument of switch_mm_irqs_off()
[PATCH 1/2] x86/mm: delete unused cpu argument to leave_mm()
2024-02-22 18:47 UTC (5+ messages)
` [PATCH 2/2] x86/mm: clarify "prev" usage in switch_mm_irqs_off()
LSF/MM/BPF: 2024: Call for Proposals
2024-02-22 18:45 UTC (8+ messages)
` [LSF/MM/BPF TOPIC] Large block for I/O
[PATCH v2] mm: Update mark_victim tracepoints fields
2024-02-22 17:59 UTC (4+ messages)
[PATCH v5 00/11] IOMMU memory observability
2024-02-22 17:39 UTC (12+ messages)
` [PATCH v5 01/11] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v5 02/11] iommu/dma: use iommu_put_pages_list() to releae freelist
` [PATCH v5 03/11] iommu/amd: use page allocation function provided by iommu-pages.h
` [PATCH v5 04/11] iommu/io-pgtable-arm: "
` [PATCH v5 05/11] iommu/io-pgtable-dart: "
` [PATCH v5 06/11] iommu/exynos: "
` [PATCH v5 07/11] iommu/rockchip: "
` [PATCH v5 08/11] iommu/sun50i: "
` [PATCH v5 09/11] iommu/tegra-smmu: "
` [PATCH v5 10/11] iommu: observability of the IOMMU allocations
` [PATCH v5 11/11] iommu: account IOMMU allocated memory
[PATCH v2 0/5] Handle hugetlb faults under the VMA lock
2024-02-22 17:27 UTC (7+ messages)
` [PATCH v2 3/5] hugetlb: Pass struct vm_fault through to hugetlb_handle_userfault()
` [PATCH v2 5/5] hugetlb: Allow faults to be handled under the VMA lock
[PATCH v2 0/2] Add log related mailbox commands
2024-02-22 17:23 UTC (3+ messages)
` [PATCH v2 1/2] cxl/mbox: Add Get Log Capabilities and Get Supported Logs Sub-List commands
` [PATCH v2 2/2] cxl/mbox: Add Clear Log mailbox command
[PATCH v1] mm: remove total_mapcount()
2024-02-22 17:16 UTC (3+ messages)
[PATCH 6/9] fortify: Split reporting and avoid passing string pointer
2024-02-22 17:11 UTC (4+ messages)
Stall at page allocations with __GFP_RETRY_MAYFAIL (Re: [PATCH v1] ALSA: memalloc: Fix indefinite hang in non-iommu case)
2024-02-22 16:43 UTC (4+ messages)
` [PATCH] mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL allocations
[PATCH] mm/util.c: Added page count to __vm_enough_memory failure warning
2024-02-22 16:31 UTC (5+ messages)
[syzbot] [virtualization?] linux-next boot error: WARNING: refcount bug in __free_pages_ok
2024-02-22 15:41 UTC (3+ messages)
[PATCH v3] mm/vmalloc: lock contention optimization under multi-threading
2024-02-22 15:36 UTC (5+ messages)
[linux-next:master 8181/9122] arch/arm/boot/compressed/misc.c:157:6: warning: no previous prototype for function '__fortify_panic'
2024-02-22 15:19 UTC
[PATCH v6 0/8] hugetlb: parallelize hugetlb page init on boot
2024-02-22 14:49 UTC
[linux-next:master 8181/9122] lib/string_helpers.c:1023:34: sparse: sparse: incompatible types for operation (<):
2024-02-22 14:47 UTC
[PATCH] mm: compaction: refactor compact_node()
2024-02-22 14:36 UTC (7+ messages)
` [PATCH] mm: compaction: early termination in compact_nodes()
[PATCH v6 0/8] hugetlb: parallelize hugetlb page init on boot
2024-02-22 14:04 UTC (9+ messages)
` [PATCH v6 1/8] hugetlb: code clean for hugetlb_hstate_alloc_pages
` [PATCH v6 2/8] hugetlb: split hugetlb_hstate_alloc_pages
` [PATCH v6 3/8] hugetlb: pass *next_nid_to_alloc directly to for_each_node_mask_to_alloc
` [PATCH v6 4/8] padata: dispatch works on different nodes
` [PATCH v6 5/8] padata: downgrade padata_do_multithreaded to serial execution for non-SMP
` [PATCH v6 6/8] hugetlb: have CONFIG_HUGETLBFS select CONFIG_PADATA
` [PATCH v6 7/8] hugetlb: parallelize 2M hugetlb allocation and initialization
` [PATCH v6 8/8] hugetlb: parallelize 1G hugetlb initialization
[musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
2024-02-22 13:57 UTC (11+ messages)
[RFC PATCH v1 00/28] riscv control-flow integrity for usermode
2024-02-22 13:33 UTC (5+ messages)
` [RFC PATCH v1 15/28] riscv/mm: Implement map_shadow_stack() syscall
[PATCH] mm, slab: remove the corner case of inc_slabs_node()
2024-02-22 13:02 UTC
[PATCH] mm/page_alloc: Make check_new_page return bool
2024-02-22 12:45 UTC (2+ messages)
[PATCH AUTOSEL 5.10 7/8] exec: Distinguish in_execve from in_exec
2024-02-22 12:36 UTC (3+ messages)
[PATCH v4 00/36] Memory allocation profiling
2024-02-22 12:24 UTC (4+ messages)
` [PATCH v4 06/36] mm: enumerate all gfp flags
[PATCH] mm, thp: display [never] for defrag when THP is set to never
2024-02-22 12:14 UTC (2+ messages)
[PATCH] mm/vmalloc: lock contention optimization under multi-threading
2024-02-22 12:05 UTC (2+ messages)
` [PATCH v4] "
[PATCH v2 00/14] Fast kernel headers: split linux/mm.h
2024-02-22 11:50 UTC (15+ messages)
` [PATCH v2 01/14] drivers: add missing includes on linux/mm.h (and others)
` [PATCH v2 02/14] include/drm/drm_gem.h: add poll_table_struct forward declaration
` [PATCH v2 03/14] linux/mm.h: move page_kasan_tag() to mm/page_kasan_tag.h
` [PATCH v2 04/14] linux/mm.h: move section functions to mm/page_section.h
` [PATCH v2 05/14] linux/mm.h: move page_address() and others to mm/page_address.h
` [PATCH v2 06/14] linux/mm.h: move folio_size(), ... to mm/folio_size.h
` [PATCH v2 07/14] linux/mm.h: move folio_next() to mm/folio_next.h
` [PATCH v2 08/14] linux/mm.h: move devmap-related declarations to mm/devmap_managed.h
` [PATCH v2 09/14] linux/mm.h: move usage count functions to mm/folio_usage.h
` [PATCH v2 10/14] linux/mm.h: move page_zone_id() and more to mm/folio_zone.h
` [PATCH v2 11/14] linux/mm.h: move pfmemalloc-related functions to pfmemalloc.h
` [PATCH v2 12/14] linux/mm.h: move is_vmalloc_addr() to mm/vmalloc_addr.h
` [PATCH v2 13/14] linux/mm.h: move high_memory to mm/high_memory.h
` [PATCH v2 14/14] include: reduce dependencies on linux/mm.h
[PATCH v3 0/4] Swap-out small-sized THP without splitting
2024-02-22 10:20 UTC (4+ messages)
` [PATCH v3 1/4] mm: swap: Remove CLUSTER_FLAG_HUGE from swap_cluster_info:flags
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox