Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-10 02:59:35 to 2024-05-13 04:57:42 UTC [more...]

[PATCH v5 0/4] Reclaim lazyfree THP without splitting
 2024-05-13  4:56 UTC 

[LSF/MM/BPF TOPIC] Locally attached memory tiering
 2024-05-13  3:28 UTC  (7+ messages)

[PATCH] mm/ksm: fix possible UAF of stable_node
 2024-05-13  3:07 UTC 

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-05-13  2:57 UTC  (7+ messages)

[PATCH v2 0/2] mm/ksm: fix some accounting problems
 2024-05-13  2:48 UTC  (3+ messages)
` [PATCH v2 1/2] mm/ksm: fix ksm_pages_scanned accounting
` [PATCH v2 2/2] mm/ksm: fix ksm_zero_pages accounting

kdevops BoF at LSFMM
 2024-05-13  1:58 UTC  (7+ messages)

INQUIRIES about MemAvailable calculation methods
 2024-05-13  1:49 UTC 

[PATCH v10 00/12] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%
 2024-05-13  1:44 UTC  (17+ messages)
` [PATCH v10 01/12] x86/tlb: add APIs manipulating tlb batch's arch data
` [PATCH v10 02/12] arm64: tlbflush: "
` [PATCH v10 03/12] riscv, tlb: "
` [PATCH v10 04/12] x86/tlb, riscv/tlb, mm/rmap: separate arch_tlbbatch_clear() out of arch_tlbbatch_flush()
` [PATCH v10 05/12] mm: buddy: make room for a new variable, ugen, in struct page
` [PATCH v10 06/12] mm: add folio_put_ugen() to deliver unmap generation number to pcp or buddy
` [PATCH v10 07/12] mm: add a parameter, unmap generation number, to free_unref_folios()
` [PATCH v10 08/12] mm/rmap: recognize read-only tlb entries during batched tlb flush
` [PATCH v10 09/12] mm: implement LUF(Lazy Unmap Flush) defering tlb flush when folios get unmapped
` [PATCH v10 10/12] mm: separate move/undo parts from migrate_pages_batch()
` [PATCH v10 11/12] mm, migrate: apply luf mechanism to unmapping during migration
` [PATCH v10 12/12] mm, vmscan: apply luf mechanism to unmapping during folio reclaim

[linux-next:master 12023/12533] ./../kselftest_harness.h:54:15: error: expected parameter declarator
 2024-05-13  1:40 UTC 

[syzbot] [mm?] INFO: rcu detected stall in validate_mm (3)
 2024-05-12 20:41 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] DAMON Updates and Plans: Automation of DAMON tuning, tiering, and VM guest scaling
 2024-05-12 19:44 UTC  (4+ messages)

[RFC IDEA v2 0/6] mm/damon: introduce Access/Contiguity-aware Memory Auto-scaling (ACMA)
 2024-05-12 19:36 UTC  (7+ messages)
` [RFC IDEA v2 1/6] mm/damon: implement DAMOS actions for access-aware contiguous memory allocation
` [RFC IDEA v2 2/6] mm/damon: add the initial part of access/contiguity-aware memory auto-scaling module
` [RFC IDEA v2 3/6] mm/page_reporting: implement a function for reporting specific pfn range
` [RFC IDEA v2 4/6] mm/damon/acma: implement scale down feature
` [RFC IDEA v2 5/6] mm/damon/acma: implement scale up feature
` [RFC IDEA v2 6/6] drivers/virtio/virtio_balloon: integrate ACMA and ballooning

[RFC PATCH v3 1/7] mm/damon/paddr: refactor DAMOS_PAGEOUT with migration_mode
 2024-05-12 18:00 UTC  (3+ messages)

[RFC PATCH v4 0/5] DAMON based tiered memory management for CXL memory
 2024-05-12 17:54 UTC  (6+ messages)
` [RFC PATCH v4 1/5] mm: make alloc_demote_folio externally invokable for migration
` [RFC PATCH v4 2/5] mm/damon/sysfs-schemes: add target_nid on sysfs-schemes
` [RFC PATCH v4 3/5] mm/migrate: add MR_DAMON to migrate_reason
` [RFC PATCH v4 4/5] mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotion
` [RFC PATCH v4 5/5] mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotion

[PATCH RESEND v2 0/9] Merge arm64/riscv hugetlbfs contpte support
 2024-05-12 17:25 UTC  (5+ messages)
` [PATCH RESEND v2 1/9] riscv: Restore the pfn in a NAPOT pte when manipulated by core mm code

[PATCH v3 00/29] riscv control-flow integrity for usermode
 2024-05-12 17:10 UTC  (28+ messages)
` [PATCH v3 02/29] riscv: define default value for envcfg for task
` [PATCH v3 03/29] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH v3 06/29] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v3 07/29] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v3 10/29] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v3 11/29] riscv mm: manufacture shadow stack pte
` [PATCH v3 12/29] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v3 13/29] riscv mmu: write protect and shadow stack
` [PATCH v3 14/29] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v3 15/29] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v3 17/29] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v3 20/29] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v3 27/29] riscv: Documentation for landing pad / indirect branch tracking

[LSF/MM/BFP TOPIC] Deprecate SPARSEMEM and have only SPARSEMEM_VMEMMAP
 2024-05-12 13:45 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] CXL Development Discussions
 2024-05-12 13:07 UTC  (4+ messages)

[PATCH] mm/rmap: optimize folio_move_anon_rmap()
 2024-05-12 12:35 UTC 

[syzbot] [nilfs2?] INFO: task hung in nilfs_segctor_thread
 2024-05-12  3:33 UTC 

[PATCH v12] mm: report per-page metadata information
 2024-05-12  1:06 UTC 

[PATCH linux-next] mm/huge_memory: remove redundant locking when parsing THP sysfs input
 2024-05-11 21:35 UTC  (3+ messages)

[linux-next:master 8445/12533] ERROR: modpost: "clk_set_min_rate" [drivers/media/platform/broadcom/bcm2835-unicam.ko] undefined!
 2024-05-11 14:34 UTC 

[RFC PATCH v8 00/10] ras: scrub: introduce subsystem + CXL/ACPI-RAS2 drivers
 2024-05-11 10:17 UTC  (24+ messages)
` [RFC PATCH v8 01/10] ras: scrub: Add scrub subsystem
` [RFC PATCH v8 05/10] cxl/memscrub: Add CXL device patrol scrub control feature

[mcgrof:20240502-large-block-minorder-ignore-debugfs] [mm] 98bf6a5549: dmesg.BUG:Bad_rss-counter_state_mm:#type:MM_FILEPAGES_val
 2024-05-11  8:51 UTC 

[PATCH v2 0/5] Enhance soft hwpoison handling and injection
 2024-05-11  8:29 UTC  (8+ messages)
` [PATCH v2 1/5] mm/memory-failure: try to send SIGBUS even if unmap failed
` [PATCH v2 2/5] mm/madvise: Add MF_ACTION_REQUIRED to madvise(MADV_HWPOISON)
` [PATCH v2 3/5] mm/memory-failure: improve memory failure action_result messages
` [PATCH v2 4/5] mm/memory-failure: move hwpoison_filter() higher up
` [PATCH v2 5/5] mm/memory-failure: send SIGBUS in the event of thp split fail

[RFC PATCH 0/2] introduce budgt control in readahead
 2024-05-11  7:35 UTC  (10+ messages)
` [RFC PATCH 2/2] mm: "

[PATCH 4/5] block/bdev: enable large folio support for large logical block sizes
 2024-05-11  7:04 UTC  (2+ messages)

[PATCH linux-next] mm/huge_memory: mark racy access on huge_anon_orders_always
 2024-05-11  6:44 UTC 

[PATCH v5 00/12] mm/swap: clean up and optimize swap cache index
 2024-05-11  5:54 UTC  (15+ messages)
` [PATCH v5 01/12] f2fs: drop usage of page_index
` [PATCH v5 02/12] nilfs2: "
` [PATCH v5 03/12] ceph: "
` [PATCH v5 04/12] NFS: remove nfs_page_lengthg and "
` [PATCH v5 05/12] cifs: drop usage of page_file_offset
` [PATCH v5 06/12] afs: drop usage of folio_file_pos
` [PATCH v5 07/12] netfs: "
` [PATCH v5 08/12] nfs: "
` [PATCH v5 09/12] mm/swap: get the swap device offset directly
` [PATCH v5 10/12] mm: remove page_file_offset and folio_file_pos
` [PATCH v5 11/12] mm: drop page_index and simplify folio_index
` [PATCH v5 12/12] mm/swap: reduce swap cache search space

[PATCH v5 1/2] mm: allow dynamic vmalloc range restrictions
 2024-05-11  5:30 UTC  (3+ messages)

[PATCH V4 00/10] mm: page_alloc: freelist migratetype hygiene
 2024-05-11  5:14 UTC  (2+ messages)

[PATCH -rc7] mm/huge_memory: mark huge_zero_page reserved
 2024-05-11  3:54 UTC 

[PATCH] mm/huge_memory: mark huge_zero_folio reserved
 2024-05-11  3:28 UTC 

[GIT PULL] hotfixes for 6.10
 2024-05-11  3:16 UTC  (4+ messages)

[linux-next:master 6152/12533] vmlinux.o: warning: objtool: __xfs_btree_check_lblock_hdr+0x4e: relocation to !ENDBR: .text+0x10f094f
 2024-05-11  0:46 UTC 

[RFC] RDMA/umem: pin_user_pages*() can temporarily fail due to migration glitches
 2024-05-11  0:32 UTC  (8+ messages)

[linux-next:pending-fixes] BUILD SUCCESS b13b271a6bce09c09ffde5d7ed44bc9b0b74021f
 2024-05-11  0:22 UTC 

[LSF/MM/BPF TOPIC] Measuring limits and enhancing buffered IO
 2024-05-10 23:57 UTC  (7+ messages)

[LSF/MM/BPF TOPIC] Running BOF
 2024-05-10 23:35 UTC  (2+ messages)

[PATCH net-next v9 06/14] page_pool: convert to use netmem
 2024-05-10 23:21 UTC  (2+ messages)
` [PATCH net-next v9 07/14] page_pool: devmem support

[LSF/MM/BPF TOPIC]mTHP reliable allocation and reclamation
 2024-05-10 21:18 UTC  (6+ messages)
    ` [Lsf-pc] "

[linux-next:master] BUILD REGRESSION 75fa778d74b786a1608d55d655d42b480a6fa8bd
 2024-05-10 21:06 UTC 

[PATCH v2 0/1] arch/fault: don't print logs for simulated poison errors
 2024-05-10 19:29 UTC  (3+ messages)
` [PATCH v2 1/1] arch/fault: don't print logs for pte marker "

[PATCH v15 00/20] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-05-10 19:08 UTC  (17+ messages)
` [PATCH v15 21/23] KVM: MMU: Disable fast path for private memslots
  ` [PATCH v15 22/23] KVM: SEV: Fix return code interpretation for RMP nested page faults
  ` [PATCH v15 23/23] KVM: SEV: Fix PSC handling for SMASH/UNSMASH and partial update ops

[PATCH 0/8] add mTHP support for anonymous shmem
 2024-05-10 18:53 UTC  (6+ messages)

[PATCH v22 2/5] ring-buffer: Introducing ring-buffer mapping functions
 2024-05-10 18:42 UTC  (8+ messages)

[PATCH net-next v3 10/13] mm: page_frag: introduce prepare/probe/commit API
 2024-05-10 18:30 UTC  (9+ messages)
` [PATCH net-next v3 12/13] mm: page_frag: update documentation for page_frag

[PATCH v4 13/66] selftests/exec: Drop duplicate -D_GNU_SOURCE
 2024-05-10 17:44 UTC  (2+ messages)

[PATCH v2 0/5] Add update_mmu_tlb_range() to simplify code
 2024-05-10 16:36 UTC  (5+ messages)
` [PATCH v2 5/5] mm: Add update_mmu_tlb_range()

[RFC PATCH 0/1] Address hugetlbfs mmap behavior
 2024-05-10 16:28 UTC  (5+ messages)

[PATCH rfc 0/9] mm: memcg: separate legacy cgroup v1 code and put under config option
 2024-05-10 14:18 UTC  (12+ messages)
` [PATCH rfc 6/9] mm: memcg: move cgroup v1 oom handling code into memcontrol-v1.c

[PATCH v23 2/5] ring-buffer: Introducing ring-buffer mapping functions
 2024-05-10 14:06 UTC  (3+ messages)
` [PATCH v23 3/5] tracing: Allow user-space mapping of the ring-buffer

[PATCH -next] memcg, oom: cleanup unused memcg_oom_gfp_mask and memcg_oom_order
 2024-05-10 11:57 UTC  (2+ messages)

[PATCH] selftests/mm: hugetlb_madv_vs_map: Avoid test skipping by querying hugepage size at runtime
 2024-05-10 11:43 UTC  (2+ messages)

[RFC PATCH v3 00/26] ext4: use iomap for regular file's buffered IO path and enable large foilo
 2024-05-10 11:40 UTC  (7+ messages)
` [PATCH v3 03/26] ext4: correct the hole length returned by ext4_map_blocks()

[PATCH v2] mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL
 2024-05-10 11:04 UTC  (3+ messages)

[PATCH 1/2] objpool: enable inlining objpool_push() and objpool_pop() operations
 2024-05-10  9:15 UTC  (4+ messages)

[PATCH v4 0/6] large folios swap-in: handle refault cases first
 2024-05-10  9:11 UTC  (3+ messages)
` [PATCH v4 2/6] mm: remove the implementation of swap_free() and always use swap_free_nr()

[PATCH v5 40/40] 9p: Use netfslib read/write_iter
 2024-05-10  7:57 UTC  (6+ messages)
` [PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib

[PATCH v1 2/4] mm: memcg: merge multiple page_counters into a single structure
 2024-05-10  7:15 UTC  (2+ messages)

[PATCHv3 02/19] zram: add lzo and lzorle compression backends support
 2024-05-10  5:33 UTC  (2+ messages)

[PATCH 0/3] Enhance soft hwpoison handling and injection
 2024-05-10  3:18 UTC  (10+ messages)
` [PATCH 3/3] mm/memory-failure: send SIGBUS in the event of thp split fail

[linux-next:master 10918/12321] ../kselftest_harness.h:851:26: error: '_ip_local_port_range_late_bind_object' undeclared here (not in a function); did you mean 'ip_local_port_range_late_bind'?
 2024-05-10  2:59 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).