[LSF/MM/BPF TOPIC] Measuring limits and enhancing buffered IO
2024-02-27 16:34 UTC (38+ messages)
[PATCH] dax: remove SLAB_MEM_SPREAD flag usage
2024-02-27 16:29 UTC (2+ messages)
[PATCH 00/13] enable bs > ps in XFS
2024-02-27 16:22 UTC (23+ messages)
` [PATCH 03/13] filemap: align the index to mapping_min_order in the page cache
` [PATCH 04/13] filemap: use mapping_min_order while allocating folios
` [PATCH 05/13] readahead: set file_ra_state->ra_pages to be at least mapping_min_order
` [PATCH 10/13] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH 11/13] xfs: expose block size in stat
` [PATCH 12/13] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH 13/13] xfs: enable block size larger than page size support
[PATCH] mm/huge_memory: fix swap entry values of tail pages of THP
2024-02-27 16:15 UTC (12+ messages)
[PATCH v4 00/36] Memory allocation profiling
2024-02-27 16:15 UTC (20+ messages)
` [PATCH v4 15/36] lib: introduce support for page allocation tagging
` [PATCH v4 19/36] mm: create new codetag references during page splitting
` [PATCH v4 20/36] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v4 21/36] lib: add codetag reference into slabobj_ext
` [PATCH v4 22/36] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v4 31/36] lib: add memory allocations report in show_mem()
[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
2024-02-27 16:14 UTC (6+ messages)
` [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc
[PATCH] mm: export folio_pte_batch as a couple of modules might need it
2024-02-27 16:00 UTC (18+ messages)
[PATCH v2 0/4] Memory management patches needed by Rust Binder
2024-02-27 15:56 UTC (8+ messages)
` [PATCH v2 1/4] rust: uaccess: add userspace pointers
` [PATCH v2 4/4] rust: add abstraction for `struct page`
Recent-ish changes in binfmt_elf made my program segfault
2024-02-27 15:35 UTC (5+ messages)
[linux-next:master 8941/10418] WARNING: modpost: vmlinux: section mismatch in reference: virtio_fs_init+0x8c (section: .init.text) -> map_benchmark_cleanup (section: .exit.text)
2024-02-27 15:32 UTC (2+ messages)
[PATCH] vfio/type1: unpin PageReserved page
2024-02-27 15:29 UTC (6+ messages)
[PATCH v2 0/2] mm: remove total_mapcount()
2024-02-27 15:27 UTC (5+ messages)
` [PATCH v2 1/2] mm/memfd: refactor memfd_tag_pins() and memfd_wait_for_pins()
[PATCH 0/3] make the hugetlb migration strategy consistent
2024-02-27 15:17 UTC (6+ messages)
` [PATCH 1/3] mm: record the migration reason for struct migration_target_control
` [PATCH 2/3] mm: hugetlb: make the hugetlb migration strategy consistent
` [PATCH 3/3] docs: hugetlbpage.rst: add hugetlb migration description
[PATCH v2] mm: make folio_pte_batch available outside of mm/memory.c
2024-02-27 15:08 UTC (3+ messages)
[PATCH v2 0/9] Cover a guard gap corner case
2024-02-27 15:00 UTC (4+ messages)
` [PATCH v2 5/9] mm: Initialize struct vm_unmapped_area_info
folio_mmapped
2024-02-27 14:59 UTC (4+ messages)
` folio_mmapped
[RFC PATCH 15/73] mm/vmalloc: Add a helper to reserve a contiguous and aligned kernel virtual area
2024-02-27 14:56 UTC (2+ messages)
[RFC PATCH] mm: Add reclaim type to memory.reclaim
2024-02-27 14:51 UTC (18+ messages)
[PATCH v3 0/4] Swap-out small-sized THP without splitting
2024-02-27 14:40 UTC (5+ messages)
` [PATCH RFC 0/6] mm: support large folios swap-in
` [PATCH RFC 6/6] mm: madvise: don't split mTHP for MADV_PAGEOUT
[PATCH] jfs: remove SLAB_MEM_SPREAD flag usage
2024-02-27 14:22 UTC (3+ messages)
[PATCH v3 4/4] mm: swap: Swap-out small-sized THP without splitting
2024-02-27 13:37 UTC (8+ messages)
[Question] CoW on VM_PFNMAP vma during write fault
2024-02-27 13:15 UTC (3+ messages)
[PATCH v7 00/12] iov_iter: Convert the iterator macros into inline funcs
2024-02-27 12:43 UTC (4+ messages)
` [PATCH v7 07/12] iov_iter: Convert iterate*() to "
` [bug report] dead loop in generic_perform_write() //Re: "
[RFC PATCH 0/9] shmem: fix llseek in hugepages
2024-02-27 11:42 UTC (6+ messages)
[LSF/MM/BPF TOPIC] [LSF/MM/BPF ATTEND] : Two stage IOMMU DMA mapping operations
2024-02-27 11:30 UTC (2+ messages)
[PATCH] sysv: remove SLAB_MEM_SPREAD flag usage
2024-02-27 10:52 UTC (2+ messages)
[PATCH] romfs: remove SLAB_MEM_SPREAD flag usage
2024-02-27 10:52 UTC (2+ messages)
[PATCH] reiserfs: remove SLAB_MEM_SPREAD flag usage
2024-02-27 10:52 UTC (2+ messages)
[PATCH] qnx6: remove SLAB_MEM_SPREAD flag usage
2024-02-27 10:52 UTC (2+ messages)
[PATCH] proc: remove SLAB_MEM_SPREAD flag usage
2024-02-27 10:52 UTC (2+ messages)
[PATCH] openpromfs: remove SLAB_MEM_SPREAD flag usage
2024-02-27 10:52 UTC (2+ messages)
[PATCH] minix: remove SLAB_MEM_SPREAD flag usage
2024-02-27 10:52 UTC (2+ messages)
[PATCH] efs: remove SLAB_MEM_SPREAD flag usage
2024-02-27 10:52 UTC (2+ messages)
[PATCH] mm: memblock: avoid to create memmap for memblock nomap regions
2024-02-27 10:00 UTC (11+ messages)
[PATCH v17 00/35] Drivers for Gunyah hypervisor
2024-02-27 9:49 UTC (8+ messages)
` [PATCH v17 19/35] arch/mm: Export direct {un,}map functions
` "
[PATCH v9 0/4] KVM: arm64: Allow the VM to select DEVICE_* and NORMAL_NC for IO memory
2024-02-27 9:42 UTC (5+ messages)
[PATCH] slub: avoid scanning all partial slabs in get_slabinfo()
2024-02-27 9:30 UTC (13+ messages)
[PATCH 6.1.y] mm/damon/reclaim: fix quota stauts loss due to online tunings
2024-02-27 9:19 UTC (2+ messages)
[PATCH] madvise:madvise_cold_or_pageout_pte_range(): allow split while folio_estimated_sharers = 0
2024-02-27 9:10 UTC (4+ messages)
[PATCH next v2 03/11] minmax: Simplify signedness check
2024-02-27 9:10 UTC (2+ messages)
[PATCH] vfs: remove SLAB_MEM_SPREAD flag usage
2024-02-27 9:04 UTC (2+ messages)
[PATCH 1/1] mm/madvise: enhance lazyfreeing with mTHP in madvise_free
2024-02-27 9:01 UTC (18+ messages)
[PATCH 1/1] mm/memory: Fix boundary check for next PFN in folio_pte_batch()
2024-02-27 8:46 UTC (6+ messages)
[RCF 0/1] mm/mempolicy: weighted interleave system default weights
2024-02-27 8:24 UTC (11+ messages)
` [RFC 1/1] mm/mempolicy: introduce system default interleave weights
[PATCH] mm/zsmalloc: don't need to save tag bit in handle
2024-02-27 8:16 UTC (3+ messages)
[LSF/MM/BPF TOPIC] mm/mempolicy extentions for heterogeneous memory systems
2024-02-27 7:28 UTC
[PATCH 1/2] mm: vmalloc_bytes()
2024-02-27 7:25 UTC (2+ messages)
` [PATCH 2/2] mm: __kvsize()
[PATCH 1/2] kernel-doc: Add unary operator * to $type_param_ref
2024-02-27 5:06 UTC (2+ messages)
` [PATCH 2/2] mm/shmem.c: Use new form of *@param in kernel-doc
[PATCH 1/1] mm/khugepaged: keep mm in mm_slot without MMF_DISABLE_THP check
2024-02-27 3:51 UTC
[PATCH 0/2] mm/zsmalloc: simplify synchronization between zs_page_migrate() and free_zspage()
2024-02-27 3:02 UTC (3+ messages)
` [PATCH 1/2] mm/zsmalloc: don't hold locks of all pages when free_zspage()
` [PATCH 2/2] mm/zsmalloc: remove the deferred free mechanism
[PATCH 0/2] Address some contpte nits
2024-02-27 2:49 UTC (3+ messages)
` [PATCH 1/2] arm64/mm: Export contpte symbols only to GPL users
[PATCH 1/1] mm/madvise: enhance lazyfreeing with mTHP in madvise_free
2024-02-27 2:15 UTC (5+ messages)
[PATCH v11 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
2024-02-27 1:27 UTC (12+ messages)
` [PATCH v11 2/3] mm: memory-failure: move return value documentation to function declaration
[PATCH v2] regset: use kvzalloc() for regset_get_alloc()
2024-02-26 23:55 UTC (2+ messages)
[linux-next:master 9208/10236] drivers/leds/leds-gpio-register.c:23:25: warning: attribute declaration must precede definition
2024-02-26 22:58 UTC
[linux-next:master 9092/10236] arch/mips/kernel/mips-mt.c:3207: Error: Unable to parse register name $fp
2024-02-26 21:26 UTC
[PATCH v5 0/8] Split a folio to any lower order folios
2024-02-26 20:55 UTC (8+ messages)
` [PATCH v5 2/8] mm: Support order-1 folios in the page cache
` [PATCH v5 3/8] mm/memcg: use order instead of nr in split_page_memcg()
` [PATCH v5 4/8] mm/page_owner: use order instead of nr in split_page_owner()
` [PATCH v5 5/8] mm: memcg: make memcg huge page split support any order split
` [PATCH v5 6/8] mm: page_owner: add support for splitting to any order in split page_owner
` [PATCH v5 7/8] mm: thp: split huge page to any lower order pages
` [PATCH v5 8/8] mm: huge_memory: enable debugfs to split huge pages to any order
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox