linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCHSET v8 0/12] Uncached buffered IO
 2024-12-20 15:47 UTC  (10+ messages)
` [PATCH 01/12] mm/filemap: change filemap_create_folio() to take a struct kiocb
` [PATCH 02/12] mm/filemap: use page_cache_sync_ra() to kick off read-ahead
` [PATCH 03/12] mm/readahead: add folio allocation helper
` [PATCH 04/12] mm: add PG_dropbehind folio flag
` [PATCH 05/12] mm/readahead: add readahead_control->dropbehind member
` [PATCH 06/12] mm/truncate: add folio_unmap_invalidate() helper
` [PATCH 07/12] fs: add RWF_DONTCACHE iocb and FOP_DONTCACHE file_operations flag
` [PATCH 08/12] mm/filemap: add read support for RWF_DONTCACHE
` [PATCH 09/12] mm/filemap: drop streaming/uncached pages when writeback completes

[PATCHSET v7 0/11] Uncached buffered IO
 2024-12-20 15:45 UTC  (24+ messages)
` [PATCH 01/11] mm/filemap: change filemap_create_folio() to take a struct kiocb
` [PATCH 02/11] mm/filemap: use page_cache_sync_ra() to kick off read-ahead
` [PATCH 03/11] mm/readahead: add folio allocation helper
` [PATCH 04/11] mm: add PG_dropbehind folio flag
` [PATCH 05/11] mm/readahead: add readahead_control->dropbehind member
` [PATCH 06/11] mm/truncate: add folio_unmap_invalidate() helper
` [PATCH] nfs: flag as supporting FOP_DONTCACHE

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

[PATCH v6 0/5] Improve simple directory offset wrap behavior
 2024-12-20 15:33 UTC  (6+ messages)
` [PATCH v6 1/5] libfs: Return ENOSPC when the directory offset range is exhausted
` [PATCH v6 2/5] Revert "libfs: Add simple_offset_empty()"
` [PATCH v6 3/5] Revert "libfs: fix infinite directory reads for offset dir"
` [PATCH v6 4/5] libfs: Replace simple_offset end-of-directory detection
` [PATCH v6 5/5] libfs: Use d_children list to iterate simple_offset directories

[PATCH v6 0/5] fuse: remove temp page copies in writeback
 2024-12-20 15:26 UTC  (34+ messages)
` [PATCH v6 4/5] mm/migrate: skip migrating folios under writeback with AS_WRITEBACK_INDETERMINATE mappings

[PATCH v6 10/16] mm: replace vm_lock and detached flag with a reference count
 2024-12-20 15:22 UTC  (32+ messages)

[PATCH] mm: add build-time option to set hotplug default type
 2024-12-20 15:17 UTC  (3+ messages)

[PATCH 00/10] Account page tables at all levels
 2024-12-20 14:45 UTC  (21+ messages)
` [PATCH 01/10] mm: Move common parts of pagetable_*_[cd]tor to helpers
` [PATCH 02/10] parisc: mm: Ensure pagetable_pmd_[cd]tor are called
` [PATCH 03/10] m68k: mm: Add calls to pagetable_pmd_[cd]tor
` [PATCH 04/10] s390/mm: Add calls to pagetable_pud_[cd]tor
` [PATCH 05/10] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
` [PATCH 06/10] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}
` [PATCH 07/10] mm: Introduce ctor/dtor at P4D level
` [PATCH 08/10] ARM: mm: Rename PGD helpers
` [PATCH 09/10] asm-generic: pgalloc: Provide generic __pgd_{alloc,free}
` [PATCH 10/10] mm: Introduce ctor/dtor at PGD level

[PATCH 0/4] ARM: towards 32-bit preempt-rt support
 2024-12-20 14:37 UTC  (10+ messages)
` [PATCH 2/4] ARM: Disable HIGHPTE on PREEMPT_RT kernels
` [PATCH 3/4] ARM: drop CONFIG_HIGHPTE support

[PATCH v2 0/7] kernel/cgroups: Add "dmem" memory accounting cgroup
 2024-12-20 14:22 UTC  (4+ messages)
` [PATCH v2 4/7] drm/xe: Implement cgroup for vram

[RFC PATCH v2] Weighted interleave auto-tuning
 2024-12-20 14:13 UTC  (3+ messages)
` [External Mail] "

[PATCH] vmstat: disable vmstat_work on vmstat_cpu_down_prep()
 2024-12-20 13:42 UTC 

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

[RFC PATCH 00/12] khugepaged: Asynchronous mTHP collapse
 2024-12-20 11:57 UTC  (12+ messages)
` [RFC PATCH 10/12] khugepaged: Skip PTE range if a larger mTHP is already mapped
` [RFC PATCH 12/12] selftests/mm: khugepaged: Enlighten for mTHP collapse

[RFC PATCH 0/2] memcg: add nomlock to avoid folios beling mlocked in a memcg
 2024-12-20 11:52 UTC  (3+ messages)

[akpm-mm:mm-unstable 253/254] mmu.c:(.text+0x6bb4): multiple definition of `replace_free_hugepage_folios'; virt/kvm/kvm_main.o:kvm_main.c:(.text+0x48c4): first defined here
 2024-12-20 11:43 UTC 

[PATCH 0/2] s390: Remove uses of page->index
 2024-12-20 11:40 UTC  (10+ messages)
` [PATCH 1/2] s390: Convert gmap code to use ptdesc
` [PATCH 2/2] s390: Convert vsie code to use page->private

[PATCH RFC v1 0/5] KVM: gmem: 2MB THP support and preparedness tracking changes
 2024-12-20 11:31 UTC  (2+ messages)

Slow-tier Page Promotion discussion recap and open questions
 2024-12-20 11:28 UTC  (4+ messages)

[PATCH v2 00/15] move pagetable_*_dtor() to __tlb_remove_table()
 2024-12-20 11:28 UTC  (10+ messages)
` [PATCH v2 02/15] mm: pgtable: introduce generic p4d_alloc_one() and p4d_free()
` [PATCH v2 10/15] s390: pgtable: also move pagetable_dtor() of PxD to __tlb_remove_table()
` [PATCH v2 11/15] mm: pgtable: introduce generic __tlb_remove_table()

[PATCH v1] memcg: fix soft lockup in the OOM process
 2024-12-20 10:44 UTC  (9+ messages)

[akpm-mm:mm-unstable 253/254] sysctl.c:(.text+0x60): multiple definition of `replace_free_hugepage_folios'; kernel/fork.o:fork.c:(.text+0x858): first defined here
 2024-12-20 10:38 UTC 

[PATCH v2] memcg: fix soft lockup in the OOM process
 2024-12-20 10:31 UTC 

[PATCH] mm: migration :shared anonymous migration test is failing
 2024-12-20 10:17 UTC  (13+ messages)

[akpm-mm:mm-unstable 253/254] include/linux/hugetlb.h:1063:5: warning: no previous prototype for function 'replace_free_hugepage_folios'
 2024-12-20 10:17 UTC 

[PATCH v3] perf: map pages in advance
 2024-12-20  9:56 UTC  (4+ messages)

[next -v1 0/5] Some cleanup for memcg
 2024-12-20  9:51 UTC  (3+ messages)
` [next -v1 5/5] memcg: factor out stat(event)/stat_local(event_local) reading functions

[PATCH linux next] delayacct: add delay min to record delay peak
 2024-12-20  9:31 UTC 

[PATCH] mm/memblock: Add memblock_alloc_or_panic interface
 2024-12-20  9:26 UTC 

Kernel Bug: "KASAN: slab-out-of-bounds Read in jfs_readdir"
 2024-12-20  9:14 UTC  (2+ messages)

[PATCH] replace free hugepage folios after migration
 2024-12-20  9:03 UTC  (5+ messages)

[PATCH v2] mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory
 2024-12-20  8:50 UTC  (4+ messages)

[PATCH bpf-next v3 0/6] bpf, mm: Introduce try_alloc_pages()
 2024-12-20  8:24 UTC  (19+ messages)
` [PATCH bpf-next v3 1/6] mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation
` [PATCH bpf-next v3 2/6] mm, bpf: Introduce free_pages_nolock()
` [PATCH bpf-next v3 4/6] memcg: Use trylock to access memcg stock_lock

[PATCH] kbuild: Drop architecture argument from headers_check.pl
 2024-12-20  8:20 UTC 

Kernel Bug "general protection fault in hfs_find_init"
 2024-12-20  8:19 UTC 

[PATCH -next v5] mm: vmscan: retry folios written back while isolated for traditional LRU
 2024-12-20  7:48 UTC  (4+ messages)

[PATCH v5 1/2] virt: pvmemcontrol: control guest physical memory properties
 2024-12-20  7:21 UTC  (3+ messages)

[PATCH] smaps: count large pages smaller than PMD size to anonymous_thp
 2024-12-20  6:48 UTC  (7+ messages)

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

[PATCH] selftests/mm: Added new test cases to the migration test
 2024-12-20  6:05 UTC  (2+ messages)

Kernel BUG: KASAN: use-after-free Read in poly1305_core_blocks
 2024-12-20  5:29 UTC 

[PATCH v2 07/11] x86: drop SWIOTLB and PHYS_ADDR_T_64BIT for PAE
 2024-12-20  2:52 UTC 

[PATCH] mm: zswap: fix race between [de]compression and CPU hotunplug
 2024-12-20  2:31 UTC  (3+ messages)

[PATCH] mm: remove unnecessary calls to lru_add_drain
 2024-12-20  2:00 UTC  (3+ messages)

[PATCH 1/2] mm: shmem: fix incorrect index alignment for within_size policy
 2024-12-20  1:26 UTC  (3+ messages)

qemu-arm64: CONFIG_ARM64_64K_PAGES=y kernel crash on qemu-arm64 with Linux next-20241210 and above
 2024-12-19 23:33 UTC  (8+ messages)

[PATCH] percpu: Remove intermediate variable in PERCPU_PTR()
 2024-12-19 22:51 UTC  (5+ messages)

[PATCH] mm: Stop PMD alignment for PIE shared objects
 2024-12-19 21:59 UTC  (3+ messages)

[PATCH v2 0/2] riscv/ptrace: add new regset to access original a0 register
 2024-12-19 21:36 UTC  (6+ messages)
` [PATCH v2 2/2] riscv: selftests: Add a ptrace test to verify syscall parameter modification

[linux-next:master] BUILD REGRESSION 8503810115fbff903f626adc0788daa048302bc0
 2024-12-19 21:32 UTC 

[PATCH RFC 0/3] rust: Add Per-CPU Variable API
 2024-12-19 21:08 UTC  (4+ messages)
` [PATCH RFC 1/3] rust: percpu: introduce a rust API for per-CPU variables
` [PATCH RFC 2/3] rust: rust-analyzer: add lib to dirs searched for crates
` [PATCH RFC 3/3] rust: percpu: add a rust per-CPU variable test

[Bug] KASAN: slab-use-after-free Read in zswap_decompress
 2024-12-19 21:04 UTC  (5+ messages)

[PATCH mm-unstable] mm/hugetlb: define replace_free_hugepage_folios() on CONFIG_HUGETLB_PAGE=n as static inline
 2024-12-19 18:37 UTC 

[PATCH 0/5] fs/buffer: strack reduction on async read
 2024-12-19 17:53 UTC  (3+ messages)

[PATCH] mm: add maybe_lru_add_drain() that only drains when threshold is exceeded
 2024-12-19 17:50 UTC  (8+ messages)

[PATCH v2] mm/kmemleak: Fix sleeping function called from invalid context at print message
 2024-12-19 16:55 UTC  (2+ messages)

page:  |  | latest

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