linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] memcg: multi-memcg percpu charge cache
 2025-04-30 15:32 UTC  (10+ messages)

[RFC PATCH 0/4] mm, bpf: BPF based THP adjustment
 2025-04-30 15:21 UTC  (21+ messages)
` [RFC PATCH 1/4] mm: move hugepage_global_{enabled,always}() to internal.h
` [RFC PATCH 2/4] mm: pass VMA parameter to hugepage_global_{enabled,always}()
` [RFC PATCH 3/4] mm: add BPF hook for THP adjustment

[PATCH 0/4] memcg: decouple memcg and objcg stocks
 2025-04-30 15:11 UTC  (12+ messages)
` [PATCH 1/4] memcg: simplify consume_stock
` [PATCH 2/4] memcg: separate local_trylock for memcg and obj
` [PATCH 3/4] memcg: completely decouple memcg and obj stocks
` [PATCH 4/4] memcg: no irq disable for memcg stock lock

[RFC PATCH v4 0/5] Readahead tweaks for larger folios
 2025-04-30 14:59 UTC  (6+ messages)
` [RFC PATCH v4 1/5] mm/readahead: Honour new_order in page_cache_ra_order()
` [RFC PATCH v4 2/5] mm/readahead: Terminate async readahead on natural boundary
` [RFC PATCH v4 3/5] mm/readahead: Make space in struct file_ra_state
` [RFC PATCH v4 4/5] mm/readahead: Store folio order "
` [RFC PATCH v4 5/5] mm/filemap: Allow arch to request folio size for exec memory

[PATCH rfc 00/12] mm: BPF OOM
 2025-04-30 14:53 UTC  (16+ messages)
` [PATCH rfc 09/12] sched: psi: bpf hook to handle psi events
` [PATCH rfc 10/12] mm: introduce bpf_out_of_memory() bpf kfunc

[PATCH RFC 00/28] Eliminate Dying Memory Cgroup
 2025-04-30 14:49 UTC  (5+ messages)
` [PATCH RFC 07/28] mm: thp: use folio_batch to handle THP splitting in deferred_split_scan()
` [PATCH RFC 08/28] mm: vmscan: refactor move_folios_to_lru()

SNP guest crash in memblock with unaccepted memory
 2025-04-30 14:39 UTC  (4+ messages)

[RFC Patch 0/5] Make anon_vma operations testable
 2025-04-30 14:38 UTC  (8+ messages)

[PATCH v2 0/7] Optimize mprotect for large folios
 2025-04-30 14:37 UTC  (32+ messages)
` [PATCH v2 2/7] mm: Optimize mprotect() by batch-skipping PTEs
` [PATCH v2 3/7] mm: Add batched versions of ptep_modify_prot_start/commit
` [PATCH v2 4/7] arm64: Add batched version of ptep_modify_prot_start
` [PATCH v2 6/7] mm: Batch around can_change_pte_writable()

[PATCH 0/1] mm: Fix regression after THP PTE optimization on Xen PV Dom0
 2025-04-30 14:37 UTC  (15+ messages)
` [PATCH 1/1] mm: Fix folio_pte_batch() overcount with zero PTEs

[RFC] optimize cost of inter-process communication
 2025-04-30 14:03 UTC  (3+ messages)

[PATCH v3 0/6] Support large folios for tmpfs
 2025-04-30 13:24 UTC  (6+ messages)
` [PATCH v3 3/6] mm: shmem: add large folio support "
  ` [REGRESSION] "

[RFC PATCH v2 00/10] mm/mremap: introduce more mergeable mremap via MREMAP_RELOCATE_ANON
 2025-04-30 13:15 UTC  (5+ messages)
` [RFC PATCH v2 01/10] "

[RFC PATCH 0/3] cgroup: nmi safe css_rstat_updated
 2025-04-30 13:14 UTC  (5+ messages)
` [RFC PATCH 1/3] llist: add list_add_iff_not_on_list()
  ` [RFC PATCH 1/3] llist: add list_add_iff_not_on_list()g
` [RFC PATCH 3/3] cgroup: make css_rstat_updated nmi safe

[DISCUSSION] Revisiting Slab Movable Objects
 2025-04-30 13:11 UTC  (5+ messages)

[syzbot] [cgroups?] [mm?] INFO: rcu detected stall in shmem_fault (6)
 2025-04-30 13:02 UTC  (2+ messages)
` [syzbot] [mm] "

[PATCH v4] mm: add zblock allocator
 2025-04-30 12:27 UTC  (4+ messages)

[PATCH V5 0/2] JFS: Implement migrate_folio for jfs_metapage_aops
 2025-04-30 10:38 UTC  (4+ messages)
` [PATCH V5 1/2] mm: Add folio_expected_ref_count() for reference count calculation
` [PATCH V5 2/2] jfs: implement migrate_folio for jfs_metapage_aops
` [syzbot] [mm?] WARNING in move_to_new_folio

[PATCH v3] sched/numa: add statistics of numa balance task migration
 2025-04-30 10:36 UTC 

[PATCH v5 00/12] khugepaged: mTHP support
 2025-04-30 10:12 UTC  (14+ messages)
` [PATCH v5 01/12] khugepaged: rename hpage_collapse_* to khugepaged_*
` [PATCH v5 02/12] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v5 06/12] khugepaged: introduce khugepaged_scan_bitmap for mTHP support
` [PATCH v5 08/12] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v5 09/12] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v5 12/12] Documentation: mm: update the admin guide for mTHP collapse

[PATCH v7 00/13] nommu UML
 2025-04-30  9:51 UTC  (4+ messages)

[PATCH v3 0/4] move all VMA allocation, freeing and duplication logic to mm
 2025-04-30  9:20 UTC  (16+ messages)
` [PATCH v3 1/4] mm: establish mm/vma_exec.c for shared exec/mm VMA functionality
` [PATCH v3 2/4] mm: abstract initial stack setup to mm subsystem
` [PATCH v3 3/4] mm: move dup_mmap() to mm
` [PATCH v3 4/4] mm: perform VMA allocation, freeing, duplication in mm

[PATCH v2 0/3] Implement numa node notifier
 2025-04-30  9:02 UTC  (10+ messages)
` [PATCH v2 1/3] mm,slub: Do not special case N_NORMAL nodes for slab_nodes

WARNING in __folio_mark_dirty
 2025-04-30  8:39 UTC 

[PATCH] mm: Add Kcompressd for accelerated memory compression
 2025-04-30  8:26 UTC 

[bug report] memcg: multi-memcg percpu charge cache - fix 2
 2025-04-30  8:25 UTC  (2+ messages)

[PATCH v3 0/4] mm/hugetlb: Let unmap_hugepage_range() and
 2025-04-30  8:09 UTC  (9+ messages)
` [PATCH v3 1/4] mm/hugetlb: Pass folio instead of page to unmap_ref_private()
` [PATCH v3 2/4] mm/hugetlb: Refactor unmap_hugepage_range() to take folio instead of page
` [PATCH v3 3/4] mm/hugetlb: Refactor __unmap_hugepage_range() "
` [PATCH v3 4/4] mm/hugetlb: Convert use of struct page to folio in __unmap_hugepage_range()

[PATCH V3 0/3] add max arg to swappiness in memory.reclaim and lru_gen
 2025-04-30  7:59 UTC  (3+ messages)
` [PATCH V3 2/3] mm: add max swappiness arg to lru_gen for anonymous memory only

[PATCH v2 1/2] driver/base: Optimize memory block registration to reduce boot time
 2025-04-30  7:48 UTC  (5+ messages)
` [PATCH v2 2/2] driver/base: Remove unused functions

[akpm-mm:mm-new 272/300] mm/zblock.h:24:2: warning: #warning This PAGE_SIZE is not quite supported yet
 2025-04-30  7:10 UTC 

[PATCH v8 01/12] x86/um: nommu: elf loader for fdpic
 2025-04-30  4:27 UTC 

[PATCH 0/2] mm/gup: Cleanup memfd_pin_folios()
 2025-04-30  1:00 UTC  (3+ messages)
` [PATCH 1/2] mm/gup: Remove unnecessary check in memfd_pin_folios()
` [PATCH 2/2] mm/gup: Remove page_folio() "

[PATCH v14 00/27] riscv control-flow integrity for usermode
 2025-04-30  0:16 UTC  (28+ messages)
` [PATCH v14 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v14 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v14 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v14 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v14 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v14 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v14 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v14 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v14 09/27] riscv mmu: write protect and shadow stack
` [PATCH v14 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v14 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v14 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v14 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v14 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v14 15/27] riscv/traps: Introduce software check exception
` [PATCH v14 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v14 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v14 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v14 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v14 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v14 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v14 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v14 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v14 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v14 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v14 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v14 27/27] kselftest/riscv: kselftest for user mode cfi

[PATCH v3 0/1] kasan: Avoid sleepable page allocation from atomic context
 2025-04-30  0:08 UTC  (4+ messages)
` [PATCH v3 1/1] "

[RFC PATCH v2 00/18] Virtual Swap Space
 2025-04-29 23:51 UTC  (20+ messages)
` [RFC PATCH v2 01/18] swap: rearrange the swap header file
` [RFC PATCH v2 02/18] swapfile: rearrange functions
` [RFC PATCH v2 03/18] swapfile: rearrange freeing steps
` [RFC PATCH v2 04/18] mm: swap: add an abstract API for locking out swapoff
` [RFC PATCH v2 05/18] mm: swap: add a separate type for physical swap slots
` [RFC PATCH v2 06/18] mm: create scaffolds for the new virtual swap implementation
` [RFC PATCH v2 07/18] mm: swap: zswap: swap cache and zswap support for virtualized swap
` [RFC PATCH v2 08/18] mm: swap: allocate a virtual swap slot for each swapped out page
` [RFC PATCH v2 09/18] swap: implement the swap_cgroup API using virtual swap
` [RFC PATCH v2 10/18] swap: manage swap entry lifetime at the virtual swap layer
` [RFC PATCH v2 11/18] mm: swap: temporarily disable THP swapin and batched freeing swap
` [RFC PATCH v2 12/18] mm: swap: decouple virtual swap slot from backing store
` [RFC PATCH v2 13/18] zswap: do not start zswap shrinker if there is no physical swap slots
` [RFC PATCH v2 14/18] memcg: swap: only charge "
` [RFC PATCH v2 15/18] vswap: support THP swapin and batch free_swap_and_cache
` [RFC PATCH v2 16/18] swap: simplify swapoff using virtual swap
` [RFC PATCH v2 17/18] swapfile: move zeromap setup out of enable_swap_info
` [RFC PATCH v2 18/18] swapfile: remove zeromap in virtual swap implementation

[GIT PULL] memblock: fixes for nid setting in memmap_init_reserved_pages()
 2025-04-29 22:36 UTC  (2+ messages)

[PATCH v3 0/8] perform /proc/pid/maps read and PROCMAP_QUERY under RCU
 2025-04-29 20:43 UTC  (14+ messages)
` [PATCH v3 7/8] mm/maps: read proc/pid/maps "
` [PATCH v3 8/8] mm/maps: execute PROCMAP_QUERY ioctl "

[PATCH v3 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
 2025-04-29 18:19 UTC  (12+ messages)

[PATCH] kernel-doc: Add initial binfmt docs
 2025-04-29 17:28 UTC  (3+ messages)

[syzbot] [fs?] [mm?] KCSAN: data-race in bprm_execve / copy_fs (4)
 2025-04-29 17:12 UTC  (5+ messages)
` [PATCH] exec: fix the racy usage of fs_struct->in_exec

page:  |  | latest

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