linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4 0/5] batched remove rmap in try_to_unmap_one()
 2023-03-13 12:45 UTC  (2+ messages)
` [PATCH v4 1/5] rmap: move hugetlb try_to_unmap to dedicated function

[PATCH] mm: prefer xxx_page() alloc/free functions for order-0 pages
 2023-03-13 12:27 UTC 

[PATCH v5 2/6] ksm: support unsharing zero pages placed by KSM
 2023-03-13 12:14 UTC  (2+ messages)

[PATCH v6] mm,kfence: decouple kfence from page granularity mapping judgement
 2023-03-13 11:57 UTC 

[PATCH v5 0/8] make slab shrink lockless
 2023-03-13 11:28 UTC  (9+ messages)
` [PATCH v5 1/8] mm: vmscan: add a map_nr_max field to shrinker_info
` [PATCH v5 2/8] mm: vmscan: make global slab shrink lockless
` [PATCH v5 3/8] mm: vmscan: make memcg "
` [PATCH v5 4/8] mm: vmscan: add shrinker_srcu_generation
` [PATCH v5 5/8] mm: shrinkers: make count and scan in shrinker debugfs lockless
` [PATCH v5 6/8] mm: vmscan: hold write lock to reparent shrinker nr_deferred
` [PATCH v5 7/8] mm: vmscan: remove shrinker_rwsem from synchronize_shrinkers()
` [PATCH v5 8/8] mm: shrinkers: convert shrinker_rwsem to mutex

[PATCH 1/5] kasan: drop empty tagging-related defines
 2023-03-13 11:19 UTC  (6+ messages)
` [PATCH 2/5] kasan, arm64: rename tagging-related routines
` [PATCH 3/5] arm64: mte: Rename TCO routines
` [PATCH 4/5] kasan, arm64: add arch_suppress_tag_checks_start/stop
` [PATCH 5/5] kasan: suppress recursive reports for HW_TAGS

[PATCH v7 00/41] Shadow stacks for userspace
 2023-03-13 11:05 UTC  (40+ messages)
` [PATCH v7 28/41] x86: Introduce userspace API for shadow stack
` [PATCH v7 33/41] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v7 34/41] x86/shstk: Support WRSS for userspace
` [PATCH v7 38/41] x86/fpu: Add helper for initing features
` [PATCH v7 39/41] x86: Add PTRACE interface for shadow stack
` [PATCH v7 40/41] x86/shstk: Add ARCH_SHSTK_UNLOCK

[PATCH 1/2] mm: compaction: consider the number of scanning compound pages in isolate fail path
 2023-03-13 10:37 UTC  (2+ messages)
` [PATCH 2/2] mm: compaction: fix the possible deadlock when isolating hugetlb pages

[PATCH v5] mm,kfence: decouple kfence from page granularity mapping judgement
 2023-03-13 10:27 UTC  (5+ messages)

[PATCH v7 0/4] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2023-03-13 10:01 UTC  (10+ messages)
` [PATCH v7 1/4] riscv: Get rid of riscv_pfn_base variable
` [PATCH v7 2/4] mm: Introduce memblock_isolate_memory
` [PATCH v7 3/4] arm64: Make use of memblock_isolate_memory for the linear mapping
` [PATCH v7 4/4] riscv: Use PUD/P4D/PGD pages "

[PATCH] memcg: page_cgroup_ino() get memcg from compound_head(page)
 2023-03-13  8:34 UTC 

[PATCH 0/3] Remove drm/ttm-specific mm changes
 2023-03-13  7:47 UTC  (5+ messages)
` [PATCH 1/3] mm: remove unused vmf_insert_mixed_prot()
` [PATCH 2/3] mm: Remove vmf_insert_pfn_xxx_prot() for huge page-table entries
` [PATCH 3/3] drm/ttm: Remove comment referencing now-removed vmf_insert_mixed_prot()

[PATCH] mm: memory-failure: correct HWPOISON_INJECT config
 2023-03-13  5:39 UTC  (6+ messages)
` [PATCH v2] mm: memory-failure: directly use IS_ENABLED(CONFIG_HWPOISON_INJECT)

[PATCH v2] swiotlb: fix the deadlock in swiotlb_do_find_slots
 2023-03-13  5:13 UTC  (2+ messages)

[PATCH v4] mm,kfence: decouple kfence from page granularity mapping judgement
 2023-03-13  5:02 UTC  (3+ messages)

[PATCH] slab: Adjust comment after refactoring of gfp.h
 2023-03-13  4:04 UTC  (2+ messages)

[PATCHv15 00/17] Linear Address Masking enabling
 2023-03-13  3:23 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Swap Abstraction / Native Zswap
 2023-03-13  2:12 UTC  (10+ messages)

[PATCH v10 00/16] TDX host kernel support
 2023-03-12 23:08 UTC  (4+ messages)
` [PATCH v10 05/16] x86/virt/tdx: Add skeleton to enable TDX on demand

[PATCH] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to MM CPUs
 2023-03-12 20:25 UTC  (2+ messages)

[PATCHv16 00/17] Linear Address Masking enabling
 2023-03-12 11:26 UTC  (18+ messages)
` [PATCHv16 01/17] x86/mm: Rework address range check in get_user() and put_user()
` [PATCHv16 02/17] x86: Allow atomic MM_CONTEXT flags setting
` [PATCHv16 03/17] x86: CPUID and CR3/CR4 flags for Linear Address Masking
` [PATCHv16 04/17] x86/mm: Handle LAM on context switch
` [PATCHv16 05/17] mm: Introduce untagged_addr_remote()
` [PATCHv16 06/17] x86/uaccess: Provide untagged_addr() and remove tags before address check
` [PATCHv16 07/17] x86/mm: Reduce untagged_addr() overhead for systems without LAM
` [PATCHv16 08/17] x86/mm: Provide arch_prctl() interface for LAM
` [PATCHv16 09/17] mm: Expose untagging mask in /proc/$PID/status
` [PATCHv16 10/17] iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()
` [PATCHv16 11/17] x86/mm/iommu/sva: Make LAM and SVA mutually exclusive
` [PATCHv16 12/17] selftests/x86/lam: Add malloc and tag-bits test cases for linear-address masking
` [PATCHv16 13/17] selftests/x86/lam: Add mmap and SYSCALL "
` [PATCHv16 14/17] selftests/x86/lam: Add io_uring "
` [PATCHv16 15/17] selftests/x86/lam: Add inherit "
` [PATCHv16 16/17] selftests/x86/lam: Add ARCH_FORCE_TAGGED_SVA "
` [PATCHv16 17/17] selftests/x86/lam: Add test cases for LAM vs thread creation

[PATCH 0/7] remove SLOB and allow kfree() with kmem_cache_alloc()
 2023-03-12  9:59 UTC  (11+ messages)
` [PATCH 1/7] mm/slob: remove CONFIG_SLOB
` [PATCH 2/7] net: skbuff: remove SLOB-specific ifdefs
` [PATCH 3/7] mm, page_flags: remove PG_slob_free
` [PATCH 4/7] mm, pagemap: remove SLOB and SLQB from comments and documentation
` [PATCH 5/7] mm/slab: remove CONFIG_SLOB code from slab common code
` [PATCH 6/7] mm/slob: remove slob.c
` [PATCH 7/7] mm/slab: document kfree() as allowed for kmem_cache_alloc() objects

THP backed thread stacks
 2023-03-12  4:39 UTC  (13+ messages)

[PATCH v2] mm: hugetlb: move hugeltb sysctls to its own file
 2023-03-11 20:57 UTC  (2+ messages)

[stable:linux-5.15.y 714/9999] arch/s390/kernel/vtime.c:132:2: error: expected absolute expression
 2023-03-11 17:37 UTC 

[PATCHv4 0/4] zsmalloc: fine-grained fullness and new compaction algorithm
 2023-03-11  8:30 UTC  (3+ messages)

[PATCH v6 2/6] ksm: support unsharing zero pages placed by KSM
 2023-03-11  5:03 UTC  (2+ messages)

[syzbot] [mm?] kernel BUG in hpage_collapse_scan_file
 2023-03-11  1:02 UTC  (2+ messages)

[PATCH v4 0/9] mm: introduce Designated Movable Blocks
 2023-03-11  0:38 UTC  (9+ messages)
` [PATCH v4 1/9] lib/show_mem.c: display MovableOnly
` [PATCH v4 2/9] mm/page_alloc: calculate node_spanned_pages from pfns
` [PATCH v4 3/9] mm/page_alloc: prevent creation of empty zones
` [PATCH v4 4/9] mm/page_alloc.c: allow oversized movablecore
` [PATCH v4 5/9] mm/page_alloc: introduce init_reserved_pageblock()
` [PATCH v4 6/9] memblock: introduce MEMBLOCK_MOVABLE flag
` [PATCH v4 7/9] mm/dmb: Introduce Designated Movable Blocks
` [PATCH v4 9/9] mm/page_alloc: allow base for movablecore

[PATCH 1/2] lib/stackdepot: kmsan: mark API outputs as initialized
 2023-03-10 23:50 UTC  (2+ messages)

[PATCH v2] kasan: fix deadlock in start_report()
 2023-03-10 23:42 UTC  (9+ messages)

[linux-next:master] BUILD REGRESSION 24469a0e5052ba01a35a15f104717a82b7a4798b
 2023-03-10 23:40 UTC 

[PATCH] mm: mmap: remove newline at the end of the trace
 2023-03-10 23:25 UTC  (2+ messages)

[PATCH v1] mm: add tracepoints to ksm
 2023-03-10 22:34 UTC  (5+ messages)

[PATCH v4 0/4] arch/*/io.h: remove ioremap_uc in some architectures
 2023-03-10 21:14 UTC  (5+ messages)
` [PATCH v4 3/4] "

[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-03-10 20:06 UTC  (6+ messages)

[PATCH] mm: hugetlb: move hugeltb sysctls to its own file
 2023-03-10 19:53 UTC  (3+ messages)

[PATCH v2 0/6] use canonical ftrace path whenever possible
 2023-03-10 19:37 UTC  (4+ messages)

[PATCH 0/4] Some fixes and cleanup for maple tree
 2023-03-10 19:29 UTC  (14+ messages)
` [PATCH 1/4] maple_tree: Fix get wrong data_end in mtree_lookup_walk()
` [PATCH 2/4] maple_tree: Simplify mas_wr_node_walk()
` [PATCH 3/4] maple_tree: Fix a potential concurrency bug in RCU mode
` [PATCH 4/4] maple_tree: Simplify the code of mas_mab_cp()

[PATCH v3 0/3] use canonical ftrace path whenever possible
 2023-03-10 19:20 UTC  (4+ messages)
` [PATCH v3 1/3] selftests: use canonical ftrace path
` [PATCH v3 2/3] leaking_addresses: also skip "
` [PATCH v3 3/3] tools/kvm_stat: use "

[PATCH v4 0/3] mm: process/cgroup ksm support
 2023-03-10 18:28 UTC  (4+ messages)
` [PATCH v4 1/3] mm: add new api to enable ksm per process
` [PATCH v4 2/3] mm: add new KSM process and sysfs knobs
` [PATCH v4 3/3] selftests/mm: add new selftests for KSM

[PATCH] Using MAP_SHARE_VALIDATE in mmap without fd
 2023-03-10 17:16 UTC 

[PATCH] io-mapping: Don't disable preempt on RT in io_mapping_map_atomic_wc()
 2023-03-10 16:29 UTC 

[PATCH 6.2 073/211] swiotlb: mark swiotlb_memblock_alloc() as __init
 2023-03-10 13:37 UTC 

[bug report] mm: return an ERR_PTR from __filemap_get_folio
 2023-03-10 12:31 UTC 

[linux-next:pending-fixes] BUILD SUCCESS bec2983895c59be65fa3484bfd68bc7ccbebd2d0
 2023-03-10 11:43 UTC 

[linux-next:master 981/2655] drivers/gpio/gpio-loongson-64bit.c:225:3-8: No need to set .owner here. The core will do it
 2023-03-10 11:15 UTC 

[linux-next:master 1656/2655] drivers/spi/spi-mpc512x-psc.c:512:8: error: use of undeclared label 'free_ipg_clock'
 2023-03-10  9:50 UTC 

[PATCH v3] mm,kfence: decouple kfence from page granularity mapping judgement
 2023-03-10  9:29 UTC  (3+ messages)

[PATCH] mm: fix potential invalid pointer dereference in kmemdup()
 2023-03-10  8:06 UTC  (2+ messages)

return an ERR_PTR from __filemap_get_folio v2
 2023-03-10  8:02 UTC  (5+ messages)
` [PATCH 7/7] mm: return an ERR_PTR from __filemap_get_folio

[LSF/MM/BPF TOPIC] Cloud storage optimizations
 2023-03-10  7:59 UTC  (10+ messages)

[RFC PATCH 0/5] Prototype for direct map awareness in page allocator
 2023-03-10  7:27 UTC  (2+ messages)

[PATCH 1/3] ufs: don't flush page immediately for DIRSYNC directories
 2023-03-10  7:09 UTC  (7+ messages)
  ` [PATCH 2/3] ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_page

[linux-next:master 1656/2655] drivers/spi/spi-mpc512x-psc.c:516:17: error: label 'free_ipg_clock' used but not defined
 2023-03-10  6:22 UTC 

[PATCH v4 0/2] kasan: bugfix and cleanup
 2023-03-10  4:29 UTC  (3+ messages)
` [PATCH v4 1/2] Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare"
` [PATCH v4 2/2] kasan: remove PG_skip_kasan_poison flag

[PATCH] mm: memory-failure: Move memory failure sysctls to its own file
 2023-03-10  3:57 UTC  (2+ messages)
` [PATCH v2] "

page:  |  | latest

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