[PATCH v4] ELF: AT_PAGE_SHIFT_MASK -- supply userspace with available page shifts
2024-02-09 12:30 UTC (3+ messages)
[PATCH RFC 0/1] mm/zswap: fix LRU reclaim for zswap writeback folios
2024-02-09 11:59 UTC (2+ messages)
` [PATCH RFC 1/1] mm/swap: queue reclaimable folio to local rotate batch when !folio_test_lru()
[PATCH] mm/vmalloc: lock contention optimization under multi-threading
2024-02-09 11:51 UTC (2+ messages)
[PATCH v4 00/10] IOMMU memory observability
2024-02-09 11:26 UTC (8+ messages)
` [PATCH v4 07/10] iommu/sun50i: use page allocation function provided by iommu-pages.h
` [PATCH v4 09/10] iommu: observability of the IOMMU allocations
` [PATCH v4 05/10] iommu/exynos: use page allocation function provided by iommu-pages.h
[RFC PATCH v5 00/12] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
2024-02-09 11:17 UTC (4+ messages)
` [RFC PATCH v5 01/12] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command
[PATCH v2 0/4] Memory management patches needed by Rust Binder
2024-02-09 11:15 UTC (9+ messages)
` [PATCH v2 1/4] rust: uaccess: add userspace pointers
` [PATCH v2 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST
` [PATCH v2 3/4] rust: uaccess: add typed accessors for userspace pointers
` [PATCH v2 4/4] rust: add abstraction for `struct page`
[PATCH v5 00/12] netfs, cifs: Delegate high-level I/O to netfslib
2024-02-09 10:59 UTC (4+ messages)
` [PATCH v5 09/12] cifs: Cut over to using netfslib
[linux-next:master 4528/5901] kernel/rcu/update.c:319:1: warning: 'no_sanitize' attribute directive ignored
2024-02-09 10:51 UTC
[PATCH v3 0/3] iommu/iova: use named kmem_cache for iova magazines
2024-02-09 10:46 UTC (2+ messages)
[PATCH 0/3] few mm helpers for bcachefs
2024-02-09 10:36 UTC (3+ messages)
` [PATCH 1/3] mm: introduce memalloc_flags_{save,restore}
[PATCH RFC gmem v1 0/8] KVM: gmem hooks/changes needed for x86 (other archs?)
2024-02-09 10:11 UTC (11+ messages)
` [PATCH RFC gmem v1 3/8] KVM: x86: Add gmem hook for initializing memory
` [PATCH RFC gmem v1 4/8] KVM: x86: Add gmem hook for invalidating memory
` [PATCH RFC gmem v1 8/8] KVM: x86: Determine shared/private faults based on vm_type
[PATCH] meminfo: provide estimated per-node's available memory
2024-02-09 9:56 UTC (2+ messages)
[linux-next:master 3007/5901] kismet: WARNING: unmet direct dependencies detected for LEDS_EXPRESSWIRE when selected by BACKLIGHT_KTD2801
2024-02-09 9:23 UTC
[PATCH v5 00/25] Transparent Contiguous PTEs for User Mappings
2024-02-09 8:54 UTC (3+ messages)
[PATCH v7 0/4] page_owner: print stacks and their outstanding allocations
2024-02-09 8:03 UTC (11+ messages)
` [PATCH v7 1/4] lib/stackdepot: Move stack_record struct definition into the header
` [PATCH v7 2/4] mm,page_owner: Implement the tracking of the stacks count
` [PATCH v7 3/4] mm,page_owner: Display all stacks and their count
` [PATCH v7 4/4] mm,page_owner: Filter out stacks by a threshold
[PATCH] mm/hugetlb: Ensure adequate CMA areas available for hugetlb_cma[]
2024-02-09 6:50 UTC
[PATCH] mm/hugetlb: Move page order check inside hugetlb_cma_reserve()
2024-02-09 6:41 UTC (2+ messages)
[PATCH bpf-next 00/16] bpf: Introduce BPF arena
2024-02-09 6:36 UTC (32+ messages)
` [PATCH bpf-next 01/16] bpf: Allow kfuncs return 'void *'
` [PATCH bpf-next 03/16] mm: Expose vmap_pages_range() to the rest of the kernel
` [PATCH bpf-next 04/16] bpf: Introduce bpf_arena
` [PATCH bpf-next 11/16] libbpf: Add support for bpf_arena
` [PATCH bpf-next 12/16] libbpf: Allow specifying 64-bit integers in map BTF
` [PATCH bpf-next 15/16] selftests/bpf: Add bpf_arena_list test
[PATCH v2] mm/swap: fix race when skipping swapcache
2024-02-09 5:30 UTC (14+ messages)
[linux-next:master] BUILD REGRESSION b1d3a0e70c3881d2f8cf6692ccf7c2a4fb2d030d
2024-02-09 5:23 UTC
[PATCH v4] mm/zswap: invalidate old entry when store fail or !zswap_enabled
2024-02-09 4:50 UTC (5+ messages)
` [PATCH mm-hotfixes-unstable] mm/zswap: invalidate duplicate entry when !zswap_enabled
[PATCH v4] mm/zswap: invalidate old entry when store fail or !zswap_enabled
2024-02-09 4:41 UTC (2+ messages)
` [PATCH mm-unstable] mm/zswap: optimize and cleanup the invalidation of duplicate entry
[PATCH v2 bpf-next 00/20] bpf: Introduce BPF arena
2024-02-09 4:06 UTC (21+ messages)
` [PATCH v2 bpf-next 01/20] bpf: Allow kfuncs return 'void *'
` [PATCH v2 bpf-next 02/20] bpf: Recognize '__map' suffix in kfunc arguments
` [PATCH v2 bpf-next 03/20] bpf: Plumb get_unmapped_area() callback into bpf_map_ops
` [PATCH v2 bpf-next 04/20] mm: Expose vmap_pages_range() to the rest of the kernel
` [PATCH v2 bpf-next 05/20] bpf: Introduce bpf_arena
` [PATCH v2 bpf-next 06/20] bpf: Disasm support for cast_kern/user instructions
` [PATCH v2 bpf-next 07/20] bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions
` [PATCH v2 bpf-next 08/20] bpf: Add x86-64 JIT support for bpf_cast_user instruction
` [PATCH v2 bpf-next 09/20] bpf: Recognize cast_kern/user instructions in the verifier
` [PATCH v2 bpf-next 10/20] bpf: Recognize btf_decl_tag("arg:arena") as PTR_TO_ARENA
` [PATCH v2 bpf-next 11/20] libbpf: Add __arg_arena to bpf_helpers.h
` [PATCH v2 bpf-next 12/20] libbpf: Add support for bpf_arena
` [PATCH v2 bpf-next 13/20] libbpf: Allow specifying 64-bit integers in map BTF
` [PATCH v2 bpf-next 14/20] libbpf: Recognize __arena global varaibles
` [PATCH v2 bpf-next 15/20] bpf: Tell bpf programs kernel's PAGE_SIZE
` [PATCH v2 bpf-next 16/20] bpf: Add helper macro bpf_arena_cast()
` [PATCH v2 bpf-next 17/20] selftests/bpf: Add unit tests for bpf_arena_alloc/free_pages
` [PATCH v2 bpf-next 18/20] selftests/bpf: Add bpf_arena_list test
` [PATCH v2 bpf-next 19/20] selftests/bpf: Add bpf_arena_htab test
` [PATCH v2 bpf-next 20/20] selftests/bpf: Convert simple page_frag allocator to per-cpu
[RFC] Analyzing zpool allocators / Removing zbud and z3fold
2024-02-09 3:27 UTC
[PATCH] mm/memblock: Add MEMBLOCK_RSRV_NOINIT into flagname[] array
2024-02-09 3:09 UTC
[PATCH v4 0/3] per-vma locks in userfaultfd
2024-02-09 3:06 UTC (5+ messages)
` [PATCH v4 1/3] userfaultfd: move userfaultfd_ctx struct to header file
` [PATCH v4 2/3] userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx
` [PATCH v4 3/3] userfaultfd: use per-vma locks in userfaultfd operations
MGLRU premature memcg OOM on slow writes
2024-02-09 2:31 UTC
[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2024-02-09 1:52 UTC (7+ messages)
` [PATCH v11 18/35] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
[PATCH v4 00/12] Introduce cpu_dcache_is_aliasing() to fix DAX regression
2024-02-09 1:01 UTC (34+ messages)
` [PATCH v4 01/12] nvdimm/pmem: Fix leak on dax_add_host() failure
` [PATCH v4 02/12] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v4 03/12] dm: "
` [PATCH v4 04/12] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
` [PATCH v4 05/12] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v4 06/12] dax: Check for data cache aliasing at runtime
` [PATCH v4 07/12] Introduce cpu_dcache_is_aliasing() across all architectures
` [PATCH v4 08/12] dax: Fix incorrect list of data cache aliasing architectures
` [PATCH v4 09/12] nvdimm/pmem: Cleanup alloc_dax() error handling
` [PATCH v4 10/12] dm: "
` [PATCH v4 11/12] dcssblk: "
` [PATCH v4 12/12] virtio: "
[LSF/MM/BPF TOPIC] Removing GFP_NOFS
2024-02-08 22:45 UTC (6+ messages)
[BUG][xfstests generic/133] deadlock and crach on xfs, BUG: KASAN: slab-out-of-bounds in xfs_read_iomap_begin+0x5f2/0x750 [xfs]
2024-02-08 21:30 UTC
[PATCH] mm: compaction: refactor compact_node()
2024-02-08 21:14 UTC (3+ messages)
` [PATCH] mm: compaction: early termination in compact_nodes()
[RESEND PATCH v7 0/8] Reduce TLB flushes by 94% by improving folio migration
2024-02-08 20:54 UTC (6+ messages)
` [RESEND PATCH v7 6/8] mm: Add APIs to free a folio directly to the buddy bypassing pcp
` [RESEND PATCH v7 7/8] mm: Defer TLB flush by keeping both src and dst folios at migration
` [RESEND PATCH v7 8/8] mm: Pause migrc mechanism at high memory pressure
[PATCH] fs/proc/task_mmu: Add display flag for VM_MAYOVERLAY
2024-02-08 20:40 UTC (3+ messages)
[PATCH 0/5] Fix and cleanups to page-writeback
2024-02-08 19:32 UTC (7+ messages)
` [PATCH 2/5] mm: correct calculation of cgroup wb's bg_thresh in wb_over_bg_thresh
[PATCH v3 0/3] A Solution to Re-enable hugetlb vmemmap optimize
2024-02-08 19:21 UTC (16+ messages)
` [PATCH v3 2/3] arm64: mm: HVO: support BBM of vmemmap pgtable safely
[PATCH v7 0/1] mm: report per-page metadata information
2024-02-08 18:36 UTC (3+ messages)
[PATCH] scripts/gdb/vmalloc: fix vmallocinfo error
2024-02-08 18:27 UTC (4+ messages)
[PATCH v6 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
2024-02-08 17:54 UTC (15+ messages)
` [PATCH v6 1/4] kvm: arm64: introduce new flag for non-cacheable "
` [PATCH v6 2/4] mm: introduce new flag to indicate wc safe
` [PATCH v6 3/4] kvm: arm64: set io memory s2 pte as normalnc for vfio pci device
` [PATCH v6 4/4] vfio: convey kvm that the vfio-pci device is wc safe
[PATCH] mm/z3fold: remove unneeded spinlock
2024-02-08 17:39 UTC (5+ messages)
` [External] "
[PATCH] mm/z3fold:remove unneeded spinlock in z3fold_alloc
2024-02-08 17:29 UTC (3+ messages)
` [External] "
[PATCH v2] mm: Update mark_victim tracepoints fields
2024-02-08 17:00 UTC (2+ messages)
[linux-next:pending-fixes 171/335] pci_dlpar.c:(.text.init_phb_dynamic+0xb8): undefined reference to `ppc_iommu_register_device'
2024-02-08 16:37 UTC
disable large folios for shmem file used by xfs xfile
2024-02-08 16:03 UTC (9+ messages)
` [PATCH 2/2] xfs: disable large folio support in xfile_create
[PATCH 0/3] Memory management patches needed by Rust Binder
2024-02-08 15:59 UTC (22+ messages)
` [PATCH 1/3] rust: add userspace pointers
` [PATCH 2/3] rust: add typed accessors for "
` [PATCH 3/3] rust: add abstraction for `struct page`
[linus:master] [mm] 96204e1531: will-it-scale.per_thread_ops -3.9% regression
2024-02-08 15:40 UTC
[PATCH v3 00/11] Mitigate a vmap lock contention v3
2024-02-08 13:57 UTC (4+ messages)
` [PATCH v3 07/11] mm: vmalloc: Offload free_vmap_area_lock lock
[PATCH] cxl/mbox: Add Get Log Capabilities, Clear Log and Get Supported Logs Sub-List commands
2024-02-08 12:57 UTC (2+ messages)
[linux-next:pending-fixes 276/335] drivers/dma/fsl-qdma.c:387:15: sparse: sparse: restricted __le32 degrades to integer
2024-02-08 11:23 UTC
[linux-next:master 3159/4898] drivers/net/ethernet/stmicro/stmmac/dwxgmac2_core.c:836:20: error: initializer element is not constant
2024-02-08 9:55 UTC (2+ messages)
[PATCH v2 0/3] Handle delay slot for extable lookup
2024-02-08 9:31 UTC (4+ messages)
[PATCH v3 1/1] pidfd: implement PIDFD_THREAD flag for pidfd_open()
2024-02-08 9:18 UTC (3+ messages)
[PATCH] selftests: Add missing gitignore entries
2024-02-08 9:07 UTC (2+ messages)
[PATCH v2 0/4] eventfd: simplify signal helpers
2024-02-08 9:02 UTC (4+ messages)
` [PATCH v2 2/4] eventfd: simplify eventfd_signal()
[linux-next:pending-fixes 171/335] arch/powerpc/platforms/pseries/pci_dlpar.c:38:undefined reference to `ppc_iommu_register_device'
2024-02-08 8:32 UTC
[PATCH v3 00/15] mm/memory: optimize fork() with PTE-mapped THP
2024-02-08 6:41 UTC (7+ messages)
` [PATCH v3 11/15] mm/memory: factor out copying the actual PTE in copy_present_pte()
` [PATCH v3 12/15] mm/memory: pass PTE to copy_present_pte()
` [PATCH v3 13/15] mm/memory: optimize fork() with PTE-mapped THP
[PATCH] mm: memblock: avoid to create memmap for memblock nomap regions
2024-02-08 6:37 UTC (9+ messages)
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