linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2] SLUB: Add support for per object memory policies
 2024-09-12 17:28 UTC  (4+ messages)

[PATCH 1/2] kselftests: mm: Fix wrong __NR_userfaultfd value
 2024-09-12 17:28 UTC  (5+ messages)
` [PATCH 2/2] kselftests: mm: Fail the test if userfaultfd syscall isn't found

[PATCH V11] cgroup/rstat: Avoid flushing if there is an ongoing root flush
 2024-09-12 17:07 UTC 

[PATCH v5 0/8] implement async block discards and other ops via io_uring
 2024-09-12 16:59 UTC  (18+ messages)
` [PATCH v5 1/8] io_uring/cmd: expose iowq to cmds
` [PATCH v5 2/8] io_uring/cmd: give inline space in request "
` [PATCH v5 3/8] filemap: introduce filemap_invalidate_pages
` [PATCH v5 4/8] block: introduce blk_validate_byte_range()
` [PATCH v5 5/8] block: implement async io_uring discard cmd
` [PATCH v5 6/8] block: implement write zeroes io_uring cmd
` [PATCH v5 7/8] block: add nowait flag for __blkdev_issue_zero_pages
` [PATCH v5 8/8] block: implement write zero pages cmd

[PATCH RFC 0/2] arm64: Add infrastructure for use of AT_HWCAP3
 2024-09-12 16:45 UTC  (4+ messages)
` [PATCH RFC 1/2] binfmt_elf: Wire up AT_HWCAP3 at AT_HWCAP4

[RFC PATCH 0/7] support for mm-local memory allocations and use it
 2024-09-12 16:40 UTC  (3+ messages)
` [RFC PATCH 1/7] mseal: expose interface to seal / unseal user memory ranges

[PATCH v4 0/8] implement async block discards and other ops via io_uring
 2024-09-12 16:38 UTC  (14+ messages)
` [PATCH v4 5/8] block: implement async discard as io_uring cmd
` [PATCH v4 8/8] block: implement async write zero pages command

[PATCH V10] cgroup/rstat: Avoid flushing if there is an ongoing root flush
 2024-09-12 16:34 UTC  (8+ messages)

[PATCH] Add accumulated call counter for memory allocation profiling
 2024-09-12 16:12 UTC  (3+ messages)

[RFC][PATCH 0/5] slab: Allocate and use per-call-site caches
 2024-09-12 15:58 UTC  (14+ messages)
` [PATCH 2/5] codetag: Run module_load hooks for builtin codetags
` [PATCH 3/5] codetag: Introduce codetag_early_walk()
` [PATCH 4/5] alloc_tag: Track fixed vs dynamic sized kmalloc calls
` [PATCH 5/5] slab: Allocate and use per-call-site caches

[PATCH v3 2/2] mm: Allocate THP on hugezeropage wp-fault
 2024-09-12 15:44 UTC  (2+ messages)

[PATCH] [RFC] mm: mmap: Allow mmap(MAP_STACK) to map growable stack
 2024-09-12 15:43 UTC  (13+ messages)

[RFC 2/2] page_pool: fix IOMMU crash when driver has already unbound
 2024-09-12 14:25 UTC  (2+ messages)

[PATCH v3 1/2] mm: Abstract THP allocation
 2024-09-12 13:26 UTC  (2+ messages)

[linux-next:master 11144/11623] drivers/dma/ep93xx_dma.c:1365:51: warning: '%u' directive writing between 1 and 8 bytes into a region of size 2
 2024-09-12 13:26 UTC 

[linux-next:fs-current] BUILD SUCCESS c72a58320cf5304f4948e786458d30b46dcdaf61
 2024-09-12 13:03 UTC 

Questions about TLB flushing and lru_gen_look_around
 2024-09-12 13:03 UTC 

[PATCH 12/12] mm: Remove devmap related functions and page table bits
 2024-09-12 12:55 UTC  (2+ messages)

[linux-next:master 11150/11623] drivers/spi/spi-ep93xx.c:98: warning: Excess struct member 'dma_rx_data' description in 'ep93xx_spi'
 2024-09-12 12:55 UTC 

[PATCH v5 00/30] Permission Overlay Extension
 2024-09-12 12:48 UTC  (6+ messages)
` [PATCH v5 06/30] arm64: context switch POR_EL0 register

[PATCH 04/12] mm: Allow compound zone device pages
 2024-09-12 12:44 UTC  (3+ messages)

[PATCH 0/2] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-09-12 11:17 UTC  (12+ messages)
` [PATCH 1/2] mm: introduce mmap_lock_speculation_{start|end}
` [PATCH 2/2] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution

[RFC v2 00/21] Provide a new two step DMA API mapping API
 2024-09-12 11:15 UTC  (22+ messages)
` [RFC v2 01/21] iommu/dma: Provide an interface to allow preallocate IOVA
` [RFC v2 02/21] iommu/dma: Implement link/unlink ranges callbacks
` [RFC v2 03/21] iommu/dma: Add check if IOVA can be used
` [RFC v2 04/21] dma-mapping: initialize IOVA state struct
` [RFC v2 05/21] dma-mapping: provide an interface to allocate IOVA
` [RFC v2 06/21] dma-mapping: set and query DMA IOVA state
` [RFC v2 07/21] dma-mapping: implement link range API
` [RFC v2 08/21] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [RFC v2 09/21] dma-mapping: provide callbacks to link/unlink HMM PFNs to specific IOVA
` [RFC v2 10/21] RDMA/umem: Preallocate and cache IOVA for UMEM ODP
` [RFC v2 11/21] RDMA/umem: Store ODP access mask information in PFN
` [RFC v2 12/21] RDMA/core: Separate DMA mapping to caching IOVA and page linkage
` [RFC v2 13/21] RDMA/umem: Prevent UMEM ODP creation with SWIOTLB
` [RFC v2 14/21] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [RFC v2 15/21] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [RFC v2 16/21] vfio/mlx5: Explicitly store page list
` [RFC v2 17/21] vfio/mlx5: Convert vfio to use DMA link API
` [RFC v2 18/21] nvme-pci: remove optimizations for single DMA entry
` [RFC v2 19/21] nvme-pci: precalculate number of DMA entries for each command
` [RFC v2 20/21] nvme-pci: use new dma API
` [RFC v2 21/21] nvme-pci: don't allow mapping of bvecs with offset

[PATCH RFC v3 0/2] mm: Introduce ADDR_LIMIT_47BIT personality flag
 2024-09-12 10:53 UTC  (19+ messages)
` [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits

[linux-next:master 5690/11210] fs/ext4/fast_commit.c:362:21-23: WARNING !A || A && B is equivalent to !A || B
 2024-09-12 10:08 UTC  (4+ messages)

[bug report] fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEs
 2024-09-12 10:06 UTC  (2+ messages)

[PATCH] selftest/mm: Do not use hint for riscv mmap
 2024-09-12 10:00 UTC 

[PATCH] rust: shrinker: add shrinker abstraction
 2024-09-12  9:54 UTC 

[PATCH v12 00/17] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-09-12  9:42 UTC  (4+ messages)
` [PATCH v12 04/17] cxl: Move mailbox related bits to the same context

[PATCH v3 00/14] introduce pte_offset_map_{ro|rw}_nolock()
 2024-09-12  9:30 UTC  (7+ messages)
` [PATCH v3 01/14] mm: pgtable: "
` [PATCH v3 10/14] mm: page_vma_mapped_walk: map_pte() use pte_offset_map_rw_nolock()

Question about freeing of empty per-CPU partial slabs in SLUB
 2024-09-12  8:34 UTC  (2+ messages)

[PATCH v6 00/26] Generic `Allocator` support for Rust
 2024-09-12  8:18 UTC  (22+ messages)
` [PATCH v6 09/26] rust: alloc: implement kernel `Box`
` [PATCH v6 13/26] rust: alloc: implement kernel `Vec` type
` [PATCH v6 22/26] rust: alloc: implement `Cmalloc` in module allocator_test

[PATCH v3 0/2] mm: tlb swap entries batch async release
 2024-09-12  7:30 UTC  (10+ messages)
` [PATCH v3 2/2] mm: tlb: add "

[linux-next:master] [drm/ast] 2a2391f857: stress-ng.cpu-online.ops_per_sec 49.9% improvement
 2024-09-12  6:39 UTC 

[RESEND] tools/mm: Use calloc and check the memory allocation failure
 2024-09-12  4:28 UTC  (2+ messages)

[PATCH v23 1/4] mm: add MAP_DROPPABLE for designating always lazily freeable mappings
 2024-09-12  3:11 UTC  (2+ messages)

[PATCH v7 00/21] mm/zsmalloc: add zpdesc memory descriptor for zswap.zpool
 2024-09-12  2:28 UTC  (4+ messages)

[linux-next:master 8434/10296] arch/arm/boot/dts/microchip/at91-sam9x60_curiosity.dtb: sdio-host@80000000: $nodename:0: 'sdio-host@80000000' does not match '^mmc(@.*)?$'
 2024-09-12  2:27 UTC 

[PATCH 0/2] mm: hwpoison: two more poison recovery
 2024-09-12  2:06 UTC  (5+ messages)
` [PATCH 2/2] mm: support poison recovery from copy_present_page()

[PATCH 1/2] mm: support poison recovery from do_cow_fault()
 2024-09-12  2:03 UTC  (3+ messages)
` [PATCH] mm: support poison recovery from do_cow_fault() fix

[linux-next:master] BUILD REGRESSION 32ffa5373540a8d1c06619f52d019c6cdc948bb4
 2024-09-12  0:33 UTC 

[PATCH 1/3] maple_tree: use ma_data_end() in mas_data_end()
 2024-09-11 23:15 UTC  (9+ messages)

[PATCH v7 00/26] Generic `Allocator` support for Rust
 2024-09-11 22:53 UTC  (27+ messages)
` [PATCH v7 01/26] rust: alloc: add `Allocator` trait
` [PATCH v7 02/26] rust: alloc: separate `aligned_size` from `krealloc_aligned`
` [PATCH v7 03/26] rust: alloc: rename `KernelAllocator` to `Kmalloc`
` [PATCH v7 04/26] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH v7 05/26] rust: alloc: add module `allocator_test`
` [PATCH v7 06/26] rust: alloc: implement `Vmalloc` allocator
` [PATCH v7 07/26] rust: alloc: implement `KVmalloc` allocator
` [PATCH v7 08/26] rust: alloc: add __GFP_NOWARN to `Flags`
` [PATCH v7 09/26] rust: alloc: implement kernel `Box`
` [PATCH v7 10/26] rust: treewide: switch to our kernel `Box` type
` [PATCH v7 11/26] rust: alloc: remove extension of std's `Box`
` [PATCH v7 12/26] rust: alloc: add `Box` to prelude
` [PATCH v7 13/26] rust: alloc: implement kernel `Vec` type
` [PATCH v7 14/26] rust: alloc: implement `IntoIterator` for `Vec`
` [PATCH v7 15/26] rust: alloc: implement `collect` for `IntoIter`
` [PATCH v7 16/26] rust: treewide: switch to the kernel `Vec` type
` [PATCH v7 17/26] rust: alloc: remove `VecExt` extension
` [PATCH v7 18/26] rust: alloc: add `Vec` to prelude
` [PATCH v7 19/26] rust: error: use `core::alloc::LayoutError`
` [PATCH v7 20/26] rust: error: check for config `test` in `Error::name`
` [PATCH v7 21/26] rust: alloc: implement `contains` for `Flags`
` [PATCH v7 22/26] rust: alloc: implement `Cmalloc` in module allocator_test
` [PATCH v7 23/26] rust: str: test: replace `alloc::format`
` [PATCH v7 24/26] rust: alloc: update module comment of alloc.rs
` [PATCH v7 25/26] kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
` [PATCH v7 26/26] MAINTAINERS: add entry for the Rust `alloc` module

[linux-next:fs-next] BUILD REGRESSION 812a5e57015292f971bbdf945d1dc688d25d1005
 2024-09-11 22:39 UTC 

[PATCH 0/2] mm: optimize shadow entries removal
 2024-09-11 22:20 UTC  (5+ messages)
` [PATCH 1/2] mm: optimize truncation of shadow entries
` [PATCH 2/2] mm: optimize invalidation "

Hugepage program taking forever to exit
 2024-09-11 22:08 UTC  (8+ messages)

[linux-next:pending-fixes] BUILD SUCCESS fe3b83691989077c55cd1e91e0a0bd831b6255aa
 2024-09-11 21:58 UTC 

[linux-next:fs-current] BUILD SUCCESS 5fda420a76e95e078e97021b95d11c6fc3fb4eb7
 2024-09-11 21:38 UTC 

[linux-next:master 9586/11210] drivers/platform/x86/intel/pmc/core.c:1501:3: error: call to undeclared function 'acpi_pmtmr_register_suspend_resume_callback'; ISO C99 and later do not support implicit function declarations
 2024-09-11 20:19 UTC 

[PATCH hotfix 6.11 v2 0/3] minmax: reduce egregious min/max macro expansion
 2024-09-11 18:11 UTC  (6+ messages)
` [PATCH hotfix 6.11 v2 1/3] minmax: reduce min/max macro expansion in mvpp2 driver
` [PATCH hotfix 6.11 v2 2/3] minmax: reduce min/max macro expansion in skbuff
` [PATCH hotfix 6.11 v2 3/3] minmax: reduce min/max macro expansion in atomisp driver

[PATCH hotfix 6.11] minmax: reduce egregious min/max macro expansion
 2024-09-11 17:36 UTC  (9+ messages)

possible regression fs corruption on 64GB nvme
 2024-09-11 17:17 UTC  (10+ messages)

[PATCH v7 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-09-11 17:10 UTC  (2+ messages)

[RFC PATCH 00/39] 1G page support for guest_memfd
 2024-09-11 16:46 UTC  (3+ messages)
` [RFC PATCH 04/39] mm: mempolicy: Refactor out policy_node_nodemask()

Debugging memory leak which depends on CPU topology
 2024-09-11 16:37 UTC 

[PATCH 00/26] Address Space Isolation (ASI) 2024
 2024-09-11 16:37 UTC  (2+ messages)

[linux-next:master 10766/10862] arch/arm64/boot/dts/mediatek/mt8183-evb.dtb: dpi@14015000: power-domains: False schema does not allow [[69, 7]]
 2024-09-11 16:34 UTC 

[linux-next:master 10192/10862] fs/bcachefs/ec.c:903:24-25: Unneeded semicolon
 2024-09-11 15:53 UTC 

[PATCH 0/2] refine mas_mab_cp()
 2024-09-11 15:26 UTC  (5+ messages)
` [PATCH 1/2] maple_tree: i is always less than or equal to mas_end
` [PATCH 2/2] maple_tree: goto complete directly on a pivot of 0

[PATCH v4 00/10] tmpfs: Add case-insensitive support for tmpfs
 2024-09-11 14:45 UTC  (8+ messages)
` [PATCH v4 04/10] unicode: Export latest available UTF-8 version number
` [PATCH v4 05/10] libfs: Check for casefold dirs on simple_lookup()
` [PATCH v4 06/10] libfs: Export generic_ci_ dentry functions
` [PATCH v4 07/10] tmpfs: Add casefold lookup support
` [PATCH v4 08/10] tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirs
` [PATCH v4 09/10] tmpfs: Expose filesystem features via sysfs
` [PATCH v4 10/10] docs: tmpfs: Add casefold options

page:  |  | latest

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