linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH 00/86] Make the kernel preemptible
 2023-11-09  9:39 UTC  (102+ messages)
` [RFC PATCH 04/86] Revert "preempt/dynamic: Introduce preemption model accessors"
` [RFC PATCH 06/86] Revert "entry: Fix compile error in dynamic_irqentry_exit_cond_resched()"
` [RFC PATCH 07/86] Revert "livepatch,sched: Add livepatch task switching to cond_resched()"
` [RFC PATCH 08/86] Revert "arm64: Support PREEMPT_DYNAMIC"
` [RFC PATCH 34/86] thread_info: accessors for TIF_NEED_RESCHED*
` [RFC PATCH 35/86] thread_info: change to tif_need_resched(resched_t)
` [RFC PATCH 36/86] entry: irqentry_exit only preempts TIF_NEED_RESCHED
` [RFC PATCH 37/86] sched: make test_*_tsk_thread_flag() return bool
` [RFC PATCH 38/86] sched: *_tsk_need_resched() now takes resched_t
` [RFC PATCH 39/86] sched: handle lazy resched in set_nr_*_polling()
` [RFC PATCH 40/86] context_tracking: add ct_state_cpu()
` [RFC PATCH 41/86] sched: handle resched policy in resched_curr()
` [RFC PATCH 42/86] sched: force preemption on tick expiration
` [RFC PATCH 43/86] sched: enable PREEMPT_COUNT, PREEMPTION for all preemption models
` [RFC PATCH 45/86] preempt: ARCH_NO_PREEMPT only preempts lazily
` [RFC PATCH 46/86] tracing: handle lazy resched
` [RFC PATCH 47/86] rcu: select PREEMPT_RCU if PREEMPT
` [RFC PATCH 57/86] coccinelle: script to remove cond_resched()
  ` [RFC PATCH 68/86] treewide: mm: "
  ` [RFC PATCH 71/86] treewide: lib: "
  ` [RFC PATCH 79/86] treewide: net: "
  ` [RFC PATCH 82/86] treewide: mtd: "
  ` [RFC PATCH 85/86] treewide: drivers: "

[PATCH 15/22] arch: vdso: consolidate gettime prototypes
 2023-11-09  9:25 UTC 

[PATCH v2] kpageflags: respect folio head-page flag placement
 2023-11-09  9:05 UTC  (10+ messages)

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-09  8:54 UTC  (10+ messages)
` [PATCH 09/34] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags

[PATCH] mm:ALLOC_HIGHATOMIC flag allocation issuse
 2023-11-09  8:30 UTC  (3+ messages)

[PATCH] MM: shmem: Remove code sytle warnings
 2023-11-09  7:46 UTC  (2+ messages)

[PATCH 0/6] mm: cleanup and use more folio in page fault
 2023-11-09  7:09 UTC  (6+ messages)
` [PATCH 1/6] mm: ksm: use more folio api in ksm_might_need_to_copy()

high kswapd CPU usage with symmetrical swap in/out pattern with multi-gen LRU
 2023-11-09  6:48 UTC  (6+ messages)

folio_alloc_buffers() doing allocations > order 1 with GFP_NOFAIL
 2023-11-09  6:37 UTC  (6+ messages)
  ` cgroups: warning for metadata allocation with GFP_NOFAIL (was Re: folio_alloc_buffers() doing allocations > order 1 with GFP_NOFAIL)

[v3 0/3] Reduce TLB flushes under some specific conditions
 2023-11-09  5:35 UTC  (6+ messages)
` [v3 2/3] mm: Defer TLB flush by keeping both src and dst folios at migration

[v4 0/3] Reduce TLB flushes under some specific conditions
 2023-11-09  5:20 UTC  (5+ messages)
` [v4 1/3] mm/rmap: Recognize read-only TLB entries during batched TLB flush
` [v4 2/3] mm: Defer TLB flush by keeping both src and dst folios at migration
` [v4 3/3] mm: Pause migrc mechanism at high memory pressure

[PATCH/RFC] debugobjects/slub: Print slab info and backtrace
 2023-11-09  5:19 UTC 

[RFC 0/4] Introduce unbalance proactive reclaim
 2023-11-09  3:38 UTC  (24+ messages)
` [PATCH 1/4] mm: vmscan: LRU unbalance cgroup reclaim
` [PATCH 2/4] mm: multi-gen LRU: MGLRU unbalance reclaim
` [PATCH 3/4] mm: memcg: implement unbalance proactive reclaim
` [PATCH 4/4] mm: memcg: apply proactive reclaim into cgroupv1

[RFC][PATCH 0/4] mm, page_owner: make the owner in page owner clearer
 2023-11-09  3:25 UTC  (5+ messages)
` [RFC][PATCH 1/4] mm, page_owner: add folio allocate post callback for struct page_owner to make the "
` [RFC][PATCH 2/4] mm, slub: implement slub allocate post callback for page_owner
` [RFC][PATCH 3/4] filemap: implement filemap "
` [RFC][PATCH 4/4] mm/rmap: implement anonmap "

[RFC PATCH v3] zswap: memcontrol: implement zswap writeback disabling
 2023-11-09  3:08 UTC  (5+ messages)

[PATCH v5 0/6] workload-specific and memory pressure-driven zswap writeback
 2023-11-09  2:10 UTC  (6+ messages)

[PATCH 17/22] powerpc: ps3: move udbg_shutdown_ps3gelic prototype
 2023-11-09  0:44 UTC 

[RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
 2023-11-09  0:25 UTC  (4+ messages)
` [RFC PATCH v4 1/3] mm/memcontrol: implement memcg.interleave_weights
` [RFC PATCH v4 2/3] mm/mempolicy: implement weighted interleave
` [RFC PATCH v4 3/3] Documentation: sysfs entries for cgroup.memory.interleave_weights

[PATCH] fs/exec.c: Add fast path for ENOENT on PATH search before allocating mm
 2023-11-09  0:17 UTC  (12+ messages)

[PATCH v2] mm/page_alloc: Dedupe some memcg uncharging logic
 2023-11-09  0:07 UTC  (4+ messages)

[PATCH 0/6] Fix fault handler's handling of poisoned tail pages
 2023-11-08 21:49 UTC  (11+ messages)
` [PATCH 1/6] mm: Make mapping_evict_folio() the preferred way to evict clean folios
` [PATCH 2/6] mm: Convert __do_fault() to use a folio
` [PATCH 3/6] mm: Use mapping_evict_folio() in truncate_error_page()
` [PATCH 4/6] mm: Convert soft_offline_in_use_page() to use a folio
` [PATCH 5/6] mm: Convert isolate_page() to mf_isolate_folio()
` [PATCH 6/6] mm: Remove invalidate_inode_page()

[PATCH v5 3/6] zswap: make shrinking memcg-aware
 2023-11-08 21:13 UTC  (2+ messages)
` [PATCH v5 3/6 REPLACE] "

[PATCH v3 4/4] mm: swap: Swap-out small-sized THP without splitting
 2023-11-08 21:04 UTC  (10+ messages)

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-11-08 19:53 UTC  (16+ messages)
` [PATCH v10 06/50] x86/sev: Add the host SEV-SNP initialization support

Shrinking struct page progress
 2023-11-08 19:12 UTC 

[GIT PULL] memblock update for v6.7
 2023-11-08 17:52 UTC  (2+ messages)

[PATCH v3] mm: Fix for negative counter: nr_file_hugepages
 2023-11-08 17:38 UTC  (3+ messages)

[PATCH 2/5] buffer: Calculate block number inside folio_init_buffers()
 2023-11-08 17:30 UTC 

[PATCH RESEND v2 0/2] riscv: Fix set_memory_XX() and set_direct_map_XX()
 2023-11-08 17:20 UTC  (4+ messages)
` [PATCH RESEND v2 1/2] riscv: Don't use PGD entries for the linear mapping
` [PATCH RESEND v2 2/2] riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting huge linear mappings

[PATCH v2] mm: Fix for negative counter: nr_file_hugepages
 2023-11-08 17:09 UTC  (3+ messages)

[PATCH] MM: kmemleak: Removed coding style warnings and added a NULL check
 2023-11-08 16:54 UTC  (3+ messages)
  ` [PATCH 2/2] MM: kmemleak: Add %x to pr_debug

add and use a per-mapping stable writes flag v2
 2023-11-08 16:25 UTC  (3+ messages)

[PATCH v9 0/3] riscv: Add remaining module relocations and tests
 2023-11-08 15:10 UTC  (2+ messages)

DAMON Beer/Coffee/Tea chat series
 2023-11-08 14:55 UTC  (2+ messages)

[BUG?] mm/secretmem: memory address mapped to memfd_secret can be used in write syscall
 2023-11-08 11:47 UTC 

[PATCH v2] efi/unaccepted: Fix off-by-one when checking for overlapping ranges
 2023-11-08 11:21 UTC  (3+ messages)

[PATCH] mm/vmscan: consider previously reclaimed pages in shrink_lruvec()
 2023-11-08 10:25 UTC  (3+ messages)

[PATCH 0/4] sysctl: Remove sentinel elements from fs dir
 2023-11-08  9:56 UTC  (7+ messages)
` [PATCH 2/4] aio: Remove the now superfluous sentinel elements from ctl_table array

[PATCHv6 1/1] mm: optimization on page allocation when CMA enabled
 2023-11-08  8:55 UTC  (3+ messages)

Intermittent storage (dm-crypt?) freeze - regression 6.4->6.5
 2023-11-08  7:31 UTC  (11+ messages)
          ` [PATCH] swiotlb-xen: provide the "max_mapping_size" method
              `  "
                ` [PATCH v2] "

[linux-next:master] BUILD REGRESSION 5cd631a52568a18b12fd2563418985c8cb63e4b0
 2023-11-08  6:55 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