linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH -fixes] riscv: Flush the tlb when a page directory is freed
 2024-02-08  1:30 UTC  (3+ messages)

[GIT PULL] percpu changes for v6.8-rc4
 2024-02-08  1:26 UTC 

[PATCH bpf-next 00/16] bpf: Introduce BPF arena
 2024-02-08  1:16 UTC  (29+ messages)
` [PATCH bpf-next 01/16] bpf: Allow kfuncs return 'void *'
` [PATCH bpf-next 02/16] bpf: Recognize '__map' suffix in kfunc arguments
` [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 05/16] bpf: Disasm support for cast_kern/user instructions
` [PATCH bpf-next 06/16] bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions
` [PATCH bpf-next 07/16] bpf: Add x86-64 JIT support for bpf_cast_user instruction
` [PATCH bpf-next 08/16] bpf: Recognize cast_kern/user instructions in the verifier
` [PATCH bpf-next 09/16] bpf: Recognize btf_decl_tag("arg:arena") as PTR_TO_ARENA
` [PATCH bpf-next 10/16] libbpf: Add __arg_arena to bpf_helpers.h
` [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 13/16] bpf: Tell bpf programs kernel's PAGE_SIZE
` [PATCH bpf-next 14/16] bpf: Add helper macro bpf_arena_cast()
` [PATCH bpf-next 15/16] selftests/bpf: Add bpf_arena_list test
` [PATCH bpf-next 16/16] selftests/bpf: Add bpf_arena_htab test

[linux-next:pending-fixes] BUILD SUCCESS 567dd3d8c2ec07d5223e99abcdea99ed1cda0b06
 2024-02-08  0:35 UTC 

[PATCH v3 00/11] Mitigate a vmap lock contention v3
 2024-02-08  0:25 UTC  (3+ messages)
` [PATCH v3 07/11] mm: vmalloc: Offload free_vmap_area_lock lock

[PATCH RFC gmem v1 0/8] KVM: gmem hooks/changes needed for x86 (other archs?)
 2024-02-08  0:24 UTC  (4+ messages)
` [PATCH RFC gmem v1 8/8] KVM: x86: Determine shared/private faults based on vm_type

[PATCH] mm/cma: Add sysfs file 'release_pages_success'
 2024-02-08  0:08 UTC  (4+ messages)

[PATCH] scripts/gdb/vmalloc: fix vmallocinfo error
 2024-02-07 23:59 UTC  (3+ messages)

[PATCH] mm: compaction: refactor compact_node()
 2024-02-07 23:48 UTC  (2+ messages)

[PATCH v4] mm/zswap: invalidate old entry when store fail or !zswap_enabled
 2024-02-07 23:43 UTC  (3+ messages)

[linux-next:master 4602/4898] io_uring/filetable.h:66:35: sparse: sparse: restricted io_req_flags degrades to integer
 2024-02-07 23:15 UTC 

[PATCH v7 0/1] mm: report per-page metadata information
 2024-02-07 23:05 UTC  (2+ messages)

[linux-next:master 4186/4898] debug.c:undefined reference to `__ubsan_handle_divrem_overflow'
 2024-02-07 22:00 UTC 

[PATCH v3 0/3] per-vma locks in userfaultfd
 2024-02-07 21:22 UTC  (8+ messages)
` [PATCH v3 3/3] userfaultfd: use per-vma locks in userfaultfd operations

[PATCH] mm, memcg: cg2 memory{.swap,}.peak write handlers
 2024-02-07 21:06 UTC  (2+ messages)

[PATCH 0/3] few mm helpers for bcachefs
 2024-02-07 21:05 UTC  (7+ messages)
` [PATCH 1/3] mm: introduce memalloc_flags_{save,restore}
` [PATCH 2/3] mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARN
` [PATCH 3/3] mempool: kvmalloc pool

[PATCH v6 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2024-02-07 20:46 UTC  (5+ 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 0/8] selftests/damon: add more tests for core functionalities and corner cases
 2024-02-07 20:31 UTC  (9+ messages)
` [PATCH 1/8] selftests/damon/_damon_sysfs: support DAMOS quota
` [PATCH 2/8] selftests/damon/_damon_sysfs: support DAMOS stats
` [PATCH 3/8] selftests/damon/_damon_sysfs: support DAMOS apply interval
` [PATCH 4/8] selftests/damon: add a test for DAMOS quota
` [PATCH 5/8] selftests/damon: add a test for DAMOS apply intervals
` [PATCH 6/8] selftests/damon: add a test for a race between target_ids_read() and dbgfs_before_terminate()
` [PATCH 7/8] selftests/damon: add a test for the pid leak of dbgfs_target_ids_write()
` [PATCH 8/8] selftests/damon/_chk_dependency: get debugfs mount point from /proc/mounts

[PATCH v2 0/3] per-vma locks in userfaultfd
 2024-02-07 20:24 UTC  (12+ messages)
` [PATCH v2 2/3] userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx

[PATCH v2] mm/swap: fix race when skipping swapcache
 2024-02-07 18:31 UTC  (19+ messages)

[PATCH v4 00/10] IOMMU memory observability
 2024-02-07 17:41 UTC  (11+ messages)
` [PATCH v4 01/10] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v4 02/10] iommu/amd: use page allocation function provided by iommu-pages.h
` [PATCH v4 03/10] iommu/io-pgtable-arm: "
` [PATCH v4 04/10] iommu/io-pgtable-dart: "
` [PATCH v4 05/10] iommu/exynos: "
` [PATCH v4 06/10] iommu/rockchip: "
` [PATCH v4 07/10] iommu/sun50i: "
` [PATCH v4 08/10] iommu/tegra-smmu: "
` [PATCH v4 09/10] iommu: observability of the IOMMU allocations
` [PATCH v4 10/10] iommu: account IOMMU allocated memory

[PATCH v3 0/3] iommu/iova: use named kmem_cache for iova magazines
 2024-02-07 16:43 UTC  (7+ messages)
` [PATCH v3 1/3] iommu/iova: Tidy up iova_cache_get() failure
` [PATCH v3 2/3] iommu/iova: Reorganise some code
` [PATCH v3 3/3] iommu/iova: use named kmem_cache for iova magazines

[LSF/MM/BPF TOPIC] Reclaiming & documenting page flags
 2024-02-07 15:51 UTC  (4+ messages)

[RFC 00/18] Pkernfs: Support persistence for live update
 2024-02-07 15:28 UTC  (7+ messages)

[PATCH] mm: Migrate high-order folios in swap cache correctly
 2024-02-07 14:38 UTC  (3+ messages)

[linux-next:master 4542/4898] Error: arch/riscv/boot/dts/microchip/mpfs.dtsi:425.36-37 syntax error
 2024-02-07 14:35 UTC 

[PATCH v2 0/4] eventfd: simplify signal helpers
 2024-02-07 14:34 UTC  (4+ messages)
` [PATCH v2 2/4] eventfd: simplify eventfd_signal()

[PATCH v3 0/3] A Solution to Re-enable hugetlb vmemmap optimize
 2024-02-07 14:17 UTC  (12+ messages)
` [PATCH v3 2/3] arm64: mm: HVO: support BBM of vmemmap pgtable safely

[linux-next:master 4182/4898] mm/memory.c:4004:8: error: call to undeclared function 'swapcache_prepare'; ISO C99 and later do not support implicit function declarations
 2024-02-07 14:15 UTC 

convert write_cache_pages() to an iterator v6
 2024-02-07 14:00 UTC  (6+ messages)
` [PATCH 12/13] writeback: add a writeback iterator

[PATCH v11 0/5]arm64: add ARCH_HAS_COPY_MC support
 2024-02-07 13:22 UTC  (6+ messages)
` [PATCH v11 1/5] uaccess: add generic fallback version of copy_mc_to_user()
` [PATCH v11 2/5] arm64: add support for ARCH_HAS_COPY_MC
` [PATCH v11 3/5] mm/hwpoison: return -EFAULT when copy fail in copy_mc_[user]_highpage()
` [PATCH v11 4/5] arm64: support copy_mc_[user]_highpage()
` [PATCH v11 5/5] arm64: send SIGBUS to user process for SEA exception

[PATCH -next v5 0/3] minor improvements for x86 mce processing
 2024-02-07 12:29 UTC  (3+ messages)
` [PATCH -next v5 2/3] x86/mce: set MCE_IN_KERNEL_COPYIN for DEFAULT_MCE_SAFE exception

[PATCH v3] mm/zswap: invalidate old entry when store fail or !zswap_enabled
 2024-02-07 11:36 UTC  (5+ messages)

[RFC PATCH] cxl/pci: Set default timeout for background operations
 2024-02-07 10:53 UTC 

[linux-next:master 4182/4898] mm/memory.c:4004:8: error: implicit declaration of function 'swapcache_prepare' is invalid in C99
 2024-02-07 10:47 UTC 

[PATCH] cxl/mbox: Add Get Log Capabilities, Clear Log and Get Supported Logs Sub-List commands
 2024-02-07 10:36 UTC 

[PATCH REPOST v2] ARM64: Dynamically allocate cpumasks and increase supported CPUs to 512
 2024-02-07 10:18 UTC  (3+ messages)

[linux-next:master 4351/4898] include/trace/../../drivers/bus/mhi/host/trace.h:87:1: sparse: sparse: cast to restricted __le64
 2024-02-07 10:14 UTC 

[PATCH] mm/vmalloc: lock contention optimization under multi-threading
 2024-02-07  9:24 UTC  (2+ messages)

[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-02-07  8:03 UTC  (12+ messages)
` [PATCH v11 06/35] KVM: x86/mmu: Pass around full 64-bit error code for KVM page faults
` [PATCH v11 15/35] KVM: SEV: Add KVM_SNP_INIT command
` [PATCH v11 18/35] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command

[PATCH 0/4] riscv: support fast gup
 2024-02-07  7:28 UTC  (4+ messages)
` [PATCH 1/4] riscv: tlb: fix __p*d_free_tlb()

[syzbot] [mm?] BUG: unable to handle kernel paging request in bpf_probe_read_kernel_str
 2024-02-07  7:16 UTC 

[linux-next:master] BUILD REGRESSION ac139fc7db67968e5061715508b5fc4aa7c40c56
 2024-02-07  6:37 UTC 

[PATCH v2] mm/zswap: invalidate old entry when store fail or !zswap_enabled
 2024-02-07  3:28 UTC  (2+ messages)

[PATCH v2] mm/swap_state: update zswap LRU's protection range with the folio locked
 2024-02-07  3:03 UTC  (7+ messages)
` [PATCH v2] mm/swap_state: update zswap LRU's protection range with the folio locked (fix)

[PATCH v2] mm/demotion: print demotion targets
 2024-02-07  3:02 UTC  (3+ messages)

[PATCH] mm/cma: Drop cma_get_name()
 2024-02-07  2:29 UTC  (3+ messages)

[PATCH v3] mm: hugetlb: improve the handling of hugetlb allocation failure for freed or in-use hugetlb
 2024-02-07  2:24 UTC  (2+ messages)

[PATCH v2] filemap: avoid unnecessary major faults in filemap_fault()
 2024-02-07  2:21 UTC  (2+ messages)

[PATCH v5 0/7] hugetlb: parallelize hugetlb page init on boot
 2024-02-07  1:53 UTC  (6+ messages)
` [PATCH v5 7/7] hugetlb: parallelize 1G hugetlb initialization

[PATCH v2] mm: swap: async free swap slot cache entries
 2024-02-07  1:51 UTC  (8+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 9ef611960397c21a628467432e30b6cf2efe21a5
 2024-02-06 23:51 UTC 

[PATCH V2 0/3] mm: page_alloc: fixes for early oom kills
 2024-02-06 23:15 UTC  (12+ messages)
` [PATCH V3 3/3] mm: page_alloc: drain pcp lists before oom kill

[PATCH] mm/mempolicy: weighted interleave checks wrong parameter
 2024-02-06 19:28 UTC 

[PATCH v4] mm: memcg: Use larger batches for proactive reclaim
 2024-02-06 17:52 UTC 

[linux-next:master 3841/4021] kernel/workqueue.c:6798:32: error: passing 'const struct bus_type *' to parameter of type 'struct bus_type *' discards qualifiers
 2024-02-06 17:48 UTC  (4+ messages)

[PATCH] mm/swap_state: update zswap LRU's protection range with the folio locked
 2024-02-06 17:31 UTC  (3+ messages)

[PATCH v2 3/3] userfaultfd: use per-vma locks in userfaultfd operations
 2024-02-06 17:07 UTC  (13+ messages)

[PATCH] blk-wbt: Fix detection of dirty-throttled tasks
 2024-02-06 16:44 UTC  (2+ messages)

[RFC PATCH v1 00/28] riscv control-flow integrity for usermode
 2024-02-06 16:13 UTC  (5+ messages)
` [RFC PATCH v1 15/28] riscv/mm: Implement map_shadow_stack() syscall
` [RFC PATCH v1 18/28] prctl: arch-agnostic prtcl for indirect branch tracking

[PATCH] mm/zswap: invalidate old entry when store fail or !zswap_enabled
 2024-02-06 15:00 UTC  (4+ messages)

[PATCH v3 00/17] kexec: Allow preservation of ftrace buffers
 2024-02-06 14:40 UTC  (4+ messages)

[linux-next:master 4030/4465] fs/ceph/locks.c:379:27: warning: unused variable 'lock'
 2024-02-06 14:31 UTC 

[linux-next:master 3985/4465] drivers/gpu/drm/bridge/imx/imx8mp-hdmi-pvi.c:113:24: sparse: sparse: Using plain integer as NULL pointer
 2024-02-06 13:59 UTC 

[linux-next:master 4132/4465] fs/smb/client/file.c:383:32: sparse: sparse: symbol 'cifs_req_ops' was not declared. Should it be static?
 2024-02-06 13:31 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