linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-12 08:34:39 to 2024-09-13 10:36:57 UTC [more...]

[PATCH] mm: set hugepage to false when anon mthp allocation
 2024-09-13 10:36 UTC  (3+ messages)

[PATCH 0/7] mm: Use pxdp_get() for accessing page table entries
 2024-09-13 10:27 UTC  (9+ messages)
` [PATCH 1/7] m68k/mm: Change pmd_val()
` [PATCH 2/7] x86/mm: Drop page table entry address output from pxd_ERROR()
` [PATCH 3/7] mm: Use ptep_get() for accessing PTE entries
` [PATCH 4/7] mm: Use pmdp_get() for accessing PMD entries
` [PATCH 5/7] mm: Use pudp_get() for accessing PUD entries
` [PATCH 6/7] mm: Use p4dp_get() for accessing P4D entries
` [PATCH 7/7] mm: Use pgdp_get() for accessing PGD entries

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

[RFC 2/2] page_pool: fix IOMMU crash when driver has already unbound
 2024-09-13  9:35 UTC  (3+ messages)

[linux-next:master 9293/11623] drivers/media/cec/usb/extron-da-hd-4k-plus/extron-da-hd-4k-plus.c:1014:51: warning: 'DCEC' directive output may be truncated writing 4 bytes into a region of size between 0 and 53
 2024-09-13  9:22 UTC 

[PATCH] mm: Compute mTHP order efficiently
 2024-09-13  9:19 UTC 

[regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
 2024-09-13  9:03 UTC  (2+ messages)

[PATCH v3 9/9] mm: Consolidate common checks in hugetlb_get_unmapped_area
 2024-09-13  8:51 UTC  (2+ messages)

[linux-next:master] [perf] 4ba4f1afb6: WARNING:suspicious_RCU_usage
 2024-09-13  8:51 UTC 

Questions about TLB flushing and lru_gen_look_around
 2024-09-13  8:50 UTC  (3+ messages)

[PATCH V2] mm/memcontrol: add per-memcg pgpgin/pswpin counter
 2024-09-13  8:45 UTC  (2+ messages)
` [PATCH V2] mm/vmscan: wake up flushers conditionally to avoid cgroup OOM

[PATCH] mm, slab: restore kerneldoc for kmem_cache_create()
 2024-09-13  8:42 UTC  (2+ messages)

[linux-next:master] [netfs] a05b682d49: BUG:KASAN:slab-use-after-free_in_copy_from_iter
 2024-09-13  8:11 UTC  (3+ messages)

[PATCH] mm/memcontrol: add per-memcg pgpgin/pswpin counter
 2024-09-13  8:05 UTC  (3+ messages)

[PATCH v5 0/8] implement async block discards and other ops via io_uring
 2024-09-13  7:45 UTC  (13+ messages)
` [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] maple_tree: root node could be handled by !p_slot too
 2024-09-13  6:31 UTC 

[linus:master] [mseal] 8be7258aad: stress-ng.pagemove.page_remaps_per_sec -4.4% regression
 2024-09-13  5:47 UTC  (11+ messages)

[PATCH V2] mm: Drop unused set_pte_safe()
 2024-09-13  4:37 UTC  (3+ messages)

Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
 2024-09-13  3:44 UTC  (8+ messages)

[PATCH 1/2] selftest/mm: Fix typo in virtual_address_range
 2024-09-13  3:41 UTC  (5+ messages)
` [PATCH 2/2] selftests/mm: skip virtual_address_range tests on riscv

[linux-next:master 9437/11210] arch/arm64/boot/dts/freescale/imx8mm-beacon-kit.dtb: pcie-ep@33800000: reg: [[864026624, 4194304], [402653184, 134217728]] is too short
 2024-09-13  2:42 UTC 

[PATCH v8 0/8] Improve the copy of task comm
 2024-09-13  2:23 UTC  (11+ messages)
` [PATCH v8 2/8] auditsc: Replace memcpy() with strscpy()
` [PATCH v8 4/8] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v8 7/8] net: Replace strcpy() with strscpy()
` [PATCH v8 8/8] drm: "

[PATCH] selftest/mm: Do not use hint for riscv mmap
 2024-09-13  2:07 UTC  (3+ messages)

[HELP] FUSE writeback performance bottleneck
 2024-09-13  1:25 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 57f962b956f1d116cd64d5c406776c4975de549d
 2024-09-13  0:18 UTC 

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

[PATCH 1/2] mm: introduce mmap_lock_speculation_{start|end}
 2024-09-12 22:52 UTC  (6+ messages)
` [PATCH v2 1/1] "

[PATCH v2] SLUB: Add support for per object memory policies
 2024-09-12 22:21 UTC  (5+ messages)

[PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
 2024-09-12 22:44 UTC 

[PATCH] bootmem: Stop using page->index
 2024-09-12 21:56 UTC  (4+ messages)

[PATCH V11] cgroup/rstat: Avoid flushing if there is an ongoing root flush
 2024-09-12 21:41 UTC  (2+ messages)

MDWE does not prevent read-only, executable, shared memory regions to be updated by backing file writes
 2024-09-12 21:10 UTC  (5+ messages)

[v4 PATCH 1/2] hugetlb: arm64: add mte support
 2024-09-12 20:41 UTC  (2+ messages)
` [v4 PATCH 2/2] selftests: arm64: add hugetlb mte tests

[linux-next:master 11167/11623] drivers/pinctrl/pinctrl-ep93xx.c:683:27: warning: 'raster_on_sdram3_pins' defined but not used
 2024-09-12 20:11 UTC 

[PATCH v4 00/10] tmpfs: Add case-insensitive support for tmpfs
 2024-09-12 19:16 UTC  (17+ messages)
` [PATCH v4 01/10] libfs: Create the helper function generic_ci_validate_strict_name()
` [PATCH v4 02/10] ext4: Use generic_ci_validate_strict_name helper
` [PATCH v4 03/10] unicode: Recreate utf8_parse_version()
` [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

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

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

[PATCH 0/2] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-09-12 17:54 UTC  (8+ messages)
` [PATCH 2/2] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution

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

[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

[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] 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  (5+ messages)
` [PATCH 5/5] "

[PATCH v3 2/2] mm: Allocate THP on hugezeropage wp-fault
 2024-09-12 15:44 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 

[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)

[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

[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] 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)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).