linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 00/19] Converge on using secs_to_jiffies()
 2024-12-10 23:14 UTC  (21+ messages)
` [PATCH v3 01/19] netfilter: conntrack: Cleanup timeout definitions
` [PATCH v3 02/19] coccinelle: misc: Add secs_to_jiffies script
` [PATCH v3 03/19] arm: pxa: Convert timeouts to use secs_to_jiffies()
` [PATCH v3 04/19] s390: kernel: "
` [PATCH v3 05/19] powerpc/papr_scm: Convert timeouts to secs_to_jiffies()
` [PATCH v3 06/19] mm: kmemleak: "
` [PATCH v3 07/19] accel/habanalabs: "
` [PATCH v3 08/19] drm/xe: Convert timeout "
` [PATCH v3 09/19] scsi: lpfc: Convert timeouts "
` [PATCH v3 10/19] scsi: arcmsr: "
` [PATCH v3 11/19] scsi: pm8001: "
` [PATCH v3 12/19] xen/blkback: "
` [PATCH v3 13/19] gve: "
` [PATCH v3 14/19] wifi: ath11k: "
` [PATCH v3 15/19] Bluetooth: MGMT: "
` [PATCH v3 16/19] staging: vc04_services: "
` [PATCH v3 17/19] ceph: "
` [PATCH v3 18/19] livepatch: "
` [PATCH v3 19/19] ALSA: line6: "

[PATCH v5 0/6] move per-vma lock into vm_area_struct
 2024-12-10 23:01 UTC  (21+ messages)
` [PATCH v5 1/6] mm: introduce vma_start_read_locked{_nested} helpers
` [PATCH v5 2/6] mm: move per-vma lock into vm_area_struct
` [PATCH v5 3/6] mm: mark vma as detached until it's added into vma tree
` [PATCH v5 4/6] mm: make vma cache SLAB_TYPESAFE_BY_RCU
` [PATCH v5 5/6] mm/slab: allow freeptr_offset to be used with ctor

[PATCH bpf-next v2 0/6] bpf, mm: Introduce __GFP_TRYLOCK
 2024-12-10 22:49 UTC  (14+ messages)
` [PATCH bpf-next v2 1/6] mm, bpf: Introduce __GFP_TRYLOCK for opportunistic page allocation
` [PATCH bpf-next v2 2/6] mm, bpf: Introduce free_pages_nolock()

[PATCH 0/4] move per-vma lock into vm_area_struct
 2024-12-10 22:38 UTC  (5+ messages)
` [PATCH 3/4] mm: replace rw_semaphore with atomic_t in vma_lock

[PATCH v7 0/3] memory,x86,acpi: hotplug memory alignment advisement
 2024-12-10 22:05 UTC  (4+ messages)
` [PATCH v7 1/3] memory: implement memory_block_advise/probe_max_size
` [PATCH v7 2/3] x86: probe memory block size advisement value during mm init
` [PATCH v7 3/3] acpi,srat: give memory block size advice based on CFMWS alignment

[RFC PATCH] mm/mempolicy: Weighted interleave auto-tuning
 2024-12-10 21:54 UTC 

[PATCH 0/5] mm/damon: add sample modules
 2024-12-10 21:50 UTC  (6+ messages)
` [PATCH 1/5] samples: add a skeleton of a sample DAMON module for working set size estimation
` [PATCH 2/5] samples/damon/wsse: start and stop DAMON as the user requests
` [PATCH 3/5] samples/damon/wsse: implement working set size estimation and logging
` [PATCH 4/5] samples/damon: introduce a skeleton of a smaple DAMON module for proactive reclamation
` [PATCH 5/5] samples/damon/prcl: implement schemes setup

[PATCH v2] fork: avoid inappropriate uprobe access to invalid mm
 2024-12-10 21:43 UTC  (4+ messages)

[PATCH v2 0/2] mm/page_alloc: rework conditional splitting >= pageblock_order pages when freeing
 2024-12-10 21:40 UTC  (5+ messages)
` [PATCH v2 1/2] mm/page_alloc: conditionally split > pageblock_order pages in free_one_page() and move_freepages_block_isolate()
` [PATCH v2 2/2] mm/page_isolation: fixup isolate_single_pageblock() comment regarding splitting free pages

[RFC v2 PATCH 0/5] Promotion of Unmapped Page Cache Folios
 2024-12-10 21:37 UTC  (6+ messages)
` [RFC v2 PATCH 1/5] migrate: Allow migrate_misplaced_folio_prepare() to accept a NULL VMA
` [RFC v2 PATCH 2/5] memory: move conditionally defined enums use inside ifdef tags
` [RFC v2 PATCH 3/5] memory: allow non-fault migration in numa_migrate_check path
` [RFC v2 PATCH 4/5] vmstat: add page-cache numa hints
` [RFC v2 PATCH 5/5] migrate,sysfs: add pagecache promotion

[RFC PATCH 0/5] mm: Fix mremap behavior when using addr hints
 2024-12-10 21:30 UTC  (6+ messages)
` [RFC PATCH 1/5] mm: mremap: Fix new_addr being used as a hint with MREMAP_DONTUNMAP
` [RFC PATCH 2/5] mm: mremap: Use round_hint_to_min() for new_addr hints
` [RFC PATCH 3/5] mm: mremap: Allow new_addr to be specified as a hint
` [RFC PATCH 4/5] selftests: mm: Add a new MREMAP_DONTUNMAP self test
` [RFC PATCH 5/5] selftests: mm: Add selftest for new_addr hint with MREMAP_MAYMOVE

[PATCH v8 00/19] fanotify: add pre-content hooks
 2024-12-10 21:12 UTC  (4+ messages)
` [PATCH v8 16/19] fsnotify: generate pre-content permission event on page fault

[PATCH RESEND v3 0/9] Buddy allocator like folio split
 2024-12-10 20:50 UTC  (5+ messages)
` [PATCH RESEND v3 6/9] mm/truncate: use folio_split() for truncate operation

[PATCH linux-next v4] ksm: add ksm involvement information for each process
 2024-12-10 20:05 UTC  (3+ messages)

[PATCH] vmalloc: Move memcg logic into memcg code
 2024-12-10 20:05 UTC  (2+ messages)

[PATCH] mm/alloc_tag: Add kasan_alloc_module_shadow when CONFIS_KASAN_VMALLOC disabled
 2024-12-10 20:04 UTC  (8+ messages)
` [PATCH v2] "

Mapping vmalloc pages to userspace
 2024-12-10 19:48 UTC  (2+ messages)

[PATCH mm-unstable 00/17] mm: Introduce arch_mmap_hint()
 2024-12-10 19:39 UTC  (8+ messages)
` [PATCH mm-unstable 01/17] mm: Introduce generic_mmap_hint()
` [PATCH mm-unstable 17/17] mm: Respect mmap hint before THP alignment if allocation is possible

[PATCH v1] mm/page_alloc: don't call pfn_to_page() on possibly non-existent PFN in split_large_buddy()
 2024-12-10 19:25 UTC  (5+ messages)

[RFC PATCH V0 0/10] mm: slowtier page promotion based on PTE A bit
 2024-12-10 18:53 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 1b2ab8149928c1cea2d7eca30cd35bb7fe014053
 2024-12-10 18:42 UTC 

[syzbot] [mm?] INFO: rcu detected stall in mas_preallocate (2)
 2024-12-10 18:04 UTC  (3+ messages)

[PATCH -next] ovl: respect underlying filesystem's get_unmapped_area()
 2024-12-10 17:58 UTC  (17+ messages)

[PATCH] fork: avoid inappropriate uprobe access to invalid mm
 2024-12-10 17:34 UTC  (5+ messages)

[akpm-mm:mm-unstable] [mm] 85ad413389: BUG:kernel_NULL_pointer_dereference,address
 2024-12-10 17:26 UTC  (6+ messages)

[PATCH 0/5] mm/vma: make more mmap logic userland testable
 2024-12-10 17:14 UTC  (3+ messages)
` [PATCH 3/5] mm: abstract get_arg_page() stack expansion and mmap read lock

[PATCH] MAINTAINERS: group all VMA-related files into the VMA section
 2024-12-10 16:59 UTC  (13+ messages)

[RFC v1 0/5] Move kvfree_rcu() into SLAB
 2024-12-10 16:40 UTC  (6+ messages)
` [RFC v1 1/5] rcu/kvfree: Temporary reclaim over call_rcu()
` [RFC v1 2/5] mm/slab: Copy main data structures of kvfree_rcu()
` [RFC v1 3/5] mm/slab: Copy internal functions "
` [RFC v1 4/5] mm/slab: Copy a function of kvfree_rcu() initialization
` [RFC v1 5/5] mm/slab: Move kvfree_rcu() into SLAB

[PATCH v3 0/6] Enable strict percpu address space checks
 2024-12-10 16:37 UTC  (4+ messages)
` [PATCH v3 2/6] compiler.h: Introduce TYPEOF_UNQUAL() macro

[PATCH 1/1] mm: fix vma_copy for !CONFIG_PER_VMA_LOCK
 2024-12-10 16:26 UTC  (4+ messages)

[PATCH v2 0/1] KVM: arm64: Map GPU memory with no struct pages
 2024-12-10 16:08 UTC  (8+ messages)
` [PATCH v2 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags

[PATCH 0/4] ARM: towards 32-bit preempt-rt support
 2024-12-10 16:05 UTC  (5+ messages)
` [PATCH 1/4] ARM: Disable jump-label on PREEMPT_RT
` [PATCH 2/4] ARM: Disable HIGHPTE on PREEMPT_RT kernels
` [PATCH 3/4] ARM: drop CONFIG_HIGHPTE support
` [PATCH 4/4] mm: drop HIGHPTE support altogether

[PATCH net-next v2 00/10] Replace page_frag with page_frag_cache (Part-2)
 2024-12-10 15:58 UTC  (6+ messages)

[PATCH v8 00/21] Add zpdesc memory descriptor for zswap.zpool
 2024-12-10 15:46 UTC  (14+ messages)
` [PATCH v8 01/21] mm/zsmalloc: add "
` [PATCH v8 06/21] mm/zsmalloc: convert create_page_chain() and its users to use zpdesc
` [PATCH v8 11/21] mm/zsmalloc: rename reset_page to reset_zpdesc and use zpdesc in it
` [PATCH v8 16/21] mm/zsmalloc: convert SetZsPageMovable and remove unused funcs
` [PATCH v8 17/21] mm/zsmalloc: convert get/set_first_obj_offset() to take zpdesc
` [PATCH v8 21/21] mm/zsmalloc: update comments for page->zpdesc changes

[syzbot] [mm?] general protection fault in find_mergeable_anon_vma
 2024-12-10 15:18 UTC  (6+ messages)

[RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2024-12-10 14:42 UTC  (14+ messages)
` [RFC PATCH v3 13/15] context_tracking,x86: Add infrastructure to defer kernel TLBI

[PATCH v1 mm-unstable] mm/migrate: Remove slab checks in isolate_movable_page()
 2024-12-10 14:27 UTC  (2+ messages)

[Invitation] bi-weekly guest_memfd upstream call on 2024-11-14
 2024-12-10 14:25 UTC  (3+ messages)
` [Invitation] bi-weekly guest_memfd upstream call on 2024-12-05
  ` [Invitation] bi-weekly guest_memfd upstream call on 2024-12-12

[PATCH 14/26] drm/xe/eudebug: implement userptr_vma access
 2024-12-10 14:03 UTC  (8+ messages)

[linux-next:fs-current] BUILD SUCCESS f45f0dec35aa3e623263c47fd98bbfd3f3bad71a
 2024-12-10 13:20 UTC 

[linux-next:pending-fixes] BUILD REGRESSION 8a5af05f2d77d48a77b01135d7f5fa4b19a332b3
 2024-12-10 13:19 UTC 

Removing page->index
 2024-12-10 12:16 UTC  (6+ messages)

[PATCH v4 0/1] mm: vmascan: retry folios written back while isolated for traditional LRU
 2024-12-10 12:11 UTC  (8+ messages)
` [PATCH v4 1/1] "

[next -v1 0/5] Some cleanup for memcg
 2024-12-10 11:35 UTC  (7+ messages)
` [next -v1 3/5] memcg: simplify the mem_cgroup_update_lru_size function

[PATCHSET v6 0/12] Uncached buffered IO
 2024-12-10 11:31 UTC  (20+ messages)
` [PATCH 01/12] mm/filemap: change filemap_create_folio() to take a struct kiocb
` [PATCH 05/12] mm/filemap: use page_cache_sync_ra() to kick off read-ahead
` [PATCH 06/12] mm/truncate: add folio_unmap_invalidate() helper
` [PATCH 07/12] fs: add RWF_UNCACHED iocb and FOP_UNCACHED file_operations flag
` [PATCH 11/12] mm/filemap: make buffered writes work with RWF_UNCACHED

commit 0790303ec869 leads to cpu stall without CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
 2024-12-10 11:20 UTC  (5+ messages)

[linux-next:master 2241/2462] include/linux/compiler_types.h:542:45: error: call to '__compiletime_assert_413' declared with attribute error: clamp() low limit source_min greater than high limit source_max
 2024-12-10 10:26 UTC  (2+ messages)

[PATCH v1 0/2] mm/page_alloc: rework conditional splitting >= pageblock_order pages when freeing
 2024-12-10  9:39 UTC  (4+ messages)
` [PATCH v1 1/2] mm/page_alloc: conditionally split > pageblock_order pages in free_one_page() and move_freepages_block_isolate()

[PATCH v2 0/3] mm/swap_cgroup: remove global swap cgroup lock
 2024-12-10  9:28 UTC  (4+ messages)
` [PATCH v2 1/3] mm, memcontrol: avoid duplicated memcg enable check
` [PATCH v2 2/3] mm/swap_cgroup: remove swap_cgroup_cmpxchg
` [PATCH v2 3/3] mm, swap_cgroup: remove global swap cgroup lock

[PATCH v4 00/11] synchronously scan and reclaim empty user PTE pages
 2024-12-10  8:57 UTC  (2+ messages)

[RFC PATCH] mm: memory-failure: add soft-offline stat in mf_stats
 2024-12-10  8:46 UTC  (8+ messages)

[PATCH v4 11/11] x86: select ARCH_SUPPORTS_PT_RECLAIM if X86_64
 2024-12-10  8:44 UTC  (2+ messages)
` [PATCH v4 12/11] mm: pgtable: make ptlock be freed by RCU

[PATCH v4 02/11] mm: userfaultfd: recheck dst_pmd entry in move_pages_pte()
 2024-12-10  8:41 UTC  (2+ messages)
` [PATCH v4 02/11 fix] fix: "

[PATCH] memcg: slub: fix SUnreclaim for post charged objects
 2024-12-10  8:29 UTC  (2+ messages)

[PATCH 0/4] mm/swap_cgroup: remove global swap cgroup lock
 2024-12-10  8:15 UTC  (7+ messages)
` [PATCH 3/4] mm/swap_cgroup: simplify swap cgroup definitions
` [PATCH 4/4] mm, swap_cgroup: remove global swap cgroup lock

[PATCH v2] arm64/Kconfig: Drop EXECMEM dependency from ARCH_WANTS_EXECMEM_LATE
 2024-12-10  4:32 UTC 

[PATCH v4 0/1] Seal system mappings
 2024-12-10  4:12 UTC  (3+ messages)
` [PATCH v4 1/1] exec: seal "

page:  |  | latest

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