linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/7] minmax: reduce compilation time
 2024-07-27 18:58 UTC  (36+ messages)
` [PATCH 4/7] minmax: Simplify signedness check

[RFC v11 02/14] mm: move the page fragment allocator from page_alloc into its own file
 2024-07-27 15:04 UTC  (3+ messages)

[PATCH v3 0/2] mm: zswap: fixes for global shrinker
 2024-07-27 11:08 UTC  (8+ messages)
` [PATCH v3 2/2] mm: zswap: fix global shrinker error handling logic

[PATCH v2] rust: mm: add abstractions for mm_struct and vm_area_struct
 2024-07-27  9:03 UTC 

[PATCH 3/4] mm: migrate: add isolate_folio_to_list()
 2024-07-27  7:56 UTC  (3+ messages)

[PATCH v5 0/4] mm: support mTHP swap-in for zRAM-like swapfile
 2024-07-27  5:58 UTC  (7+ messages)
` [PATCH v5 1/4] mm: swap: introduce swapcache_prepare_nr and swapcache_clear_nr for large folios swap-in
` [PATCH v5 2/4] mm: Introduce mem_cgroup_swapin_uncharge_swap_nr() helper "
` [PATCH v5 3/4] mm: support large folios swapin as a whole for zRAM-like swapfile
` [PATCH v5 4/4] mm: Introduce per-thpsize swapin control policy

[linus:master] [mm] 24e44cc22a: BUG:KCSAN:data-race_in_pcpu_alloc_noprof/pcpu_block_update_hint_alloc
 2024-07-27  3:15 UTC  (9+ messages)

[linux-next:fs-next] BUILD SUCCESS 23d05df056ad49bcb81b2a82c5028a92fa15f1ff
 2024-07-27  3:09 UTC 

[PATCH v3 0/2] allow KASAN to detect UAF in SLAB_TYPESAFE_BY_RCU slabs
 2024-07-27  0:47 UTC  (8+ messages)
` [PATCH v3 1/2] kasan: catch invalid free before SLUB reinitializes the object
` [PATCH v3 2/2] slub: Introduce CONFIG_SLUB_RCU_DEBUG

[PATCH v2 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-07-27  0:37 UTC  (18+ messages)
` [PATCH v2 bpf-next 01/10] lib/buildid: add single page-based file reader abstraction
` [PATCH v2 bpf-next 02/10] lib/buildid: take into account e_phoff when fetching program headers
` [PATCH v2 bpf-next 05/10] lib/buildid: implement sleepable build_id_parse() API
` [PATCH v2 bpf-next 10/10] selftests/bpf: add build ID tests

[PATCH v2 0/5] This patchset reorganizes page_counter structures which helps to make
 2024-07-26 23:31 UTC  (5+ messages)
` [PATCH v2 3/5] mm: memcg: merge multiple page_counters into a single structure

[PATCH v3 0/3] mm: memcg: page counters optimizations
 2024-07-26 23:11 UTC  (8+ messages)
` [PATCH v3 1/3] mm: memcg: don't call propagate_protected_usage() needlessly
` [PATCH v3 2/3] mm: page_counters: put page_counter_calculate_protection() under CONFIG_MEMCG
` [PATCH v3 3/3] mm: page_counters: initialize usage using ATOMIC_LONG_INIT() macro

[RFC PATCH 11/20] kthread: Make sure kthread hasn't started while binding it
 2024-07-26 22:31 UTC  (7+ messages)
` [RFC PATCH 12/20] kthread: Implement preferred affinity
` [RFC PATCH 13/20] mm: Make Kcompactd use kthread's "
` [RFC PATCH 14/20] mm: Allocate kcompactd on its node
` [RFC PATCH 15/20] mm: Make kswapd use kthread's preferred affinity
` [RFC PATCH 16/20] mm: Allocate kswapd on its node

[linux-next:master 13643/13921] arch/arm/boot/dts/qcom/qcom-ipq8064-ap148.dtb: sata@29000000: clock-names:0: 'slave_iface' was expected
 2024-07-26 22:00 UTC 

[PATCH 0/2] improving dynamic zswap shrinker protection scheme
 2024-07-26 21:58 UTC  (3+ messages)
` [PATCH 1/2] zswap: implement a second chance algorithm for dynamic zswap shrinker

[PATCH] acpi/hmat,mm/memtier: always register hmat adist calculation callback
 2024-07-26 21:55 UTC 

[PATCH v1 0/2] mm/hugetlb: fix hugetlb vs. core-mm PT locking
 2024-07-26 21:48 UTC  (19+ messages)
` [PATCH v1 1/2] mm: let pte_lockptr() consume a pte_t pointer
` [PATCH v1 2/2] mm/hugetlb: fix hugetlb vs. core-mm PT locking

[GIT PULL] hotfixes for 6.11-rc1
 2024-07-26 21:36 UTC 

[PATCH 0/5] mm: clarify nofail memory allocation
 2024-07-26 21:08 UTC  (6+ messages)
` [PATCH RFC 5/5] non-mm: discourage the usage of __GFP_NOFAIL and encourage GFP_NOFAIL

mm, memcg: cg2 memory{.swap,}.peak write handlers
 2024-07-26 20:22 UTC  (3+ messages)
` [PATCH 1/2] "

[PATCH v2 0/2] Align kvrealloc() with krealloc()
 2024-07-26 20:05 UTC  (6+ messages)
` [PATCH v2 1/2] mm: vmalloc: implement vrealloc()
` [PATCH v2 2/2] mm: kvmalloc: align kvrealloc() with krealloc()

[PATCH] rust: mm: add abstractions for mm_struct and vm_area_struct
 2024-07-26 19:04 UTC  (7+ messages)

[PATCH v2 0/6] mm: zswap: global shrinker fix and proactive shrink
 2024-07-26 18:25 UTC  (7+ messages)

[RFC PATCH] memcg: expose children memory usage for root
 2024-07-26 18:16 UTC  (12+ messages)

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-07-26 17:39 UTC  (9+ messages)
` [PATCH v4 18/29] arm64: add POE signal support

[linux-next:master] BUILD REGRESSION 668d33c9ff922c4590c58754ab064aaf53c387dd
 2024-07-26 17:07 UTC 

[linux-next:fs-current] BUILD SUCCESS ce99b1f5c2ae49fc3124a97e1086a0dc5e012858
 2024-07-26 16:54 UTC 

[PATCH 1/1] mm/vmalloc: Combine all TLB flush operations of KASAN shadow virtual address into one operation
 2024-07-26 16:52 UTC 

[RFC PATCH 0/8] Unmapping guest_memfd from Direct Map
 2024-07-26 16:44 UTC  (4+ messages)

[PATCH v10 00/11] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-07-26 16:05 UTC  (12+ messages)
` [PATCH v10 01/11] EDAC: Add generic EDAC RAS control feature driver
` [PATCH v10 02/11] EDAC: Add EDAC scrub control driver
` [PATCH v10 03/11] EDAC: Add EDAC ECS "
` [PATCH v10 04/11] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command
` [PATCH v10 05/11] cxl/mbox: Add GET_FEATURE "
` [PATCH v10 06/11] cxl/mbox: Add SET_FEATURE "
` [PATCH v10 07/11] cxl/memscrub: Add CXL memory device patrol scrub control feature
` [PATCH v10 08/11] cxl/memscrub: Add CXL memory device ECS "
` [PATCH v10 09/11] platform: Add __free() based cleanup function for platform_device_put
` [PATCH v10 10/11] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v10 11/11] ras: scrub: ACPI RAS2: Add memory "

[linux-next:pending-fixes] BUILD SUCCESS 3cd061b4b16ff80dcaa878cb65f55398f1217d35
 2024-07-26 15:39 UTC 

[PATCH v1 0/3] mm: split PTE/PMD PT table Kconfig cleanups+clarifications
 2024-07-26 15:07 UTC  (4+ messages)
` [PATCH v1 1/3] mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig options
` [PATCH v1 2/3] mm/hugetlb: enforce that PMD PT sharing has split PMD PT locks
` [PATCH v1 3/3] powerpc/8xx: document and enforce that split PT locks are not used

[PATCH v5 1/2] mm, memcg: cg2 memory{.swap,}.peak write handlers
 2024-07-26 14:16 UTC  (3+ messages)

[Bug 219094] gen_kheaders.sh gets stuck in an infinite loop (on tmpfs)
 2024-07-26 13:20 UTC  (2+ messages)

[PATCH] mm: Capitalize letters for readability
 2024-07-26 12:08 UTC  (4+ messages)

[PATCH v2] mm: increase totalram_pages on freeing to buddy system
 2024-07-26 12:06 UTC  (2+ messages)

[PATCH v11 00/10] enable bs > ps in XFS
 2024-07-26 11:59 UTC  (11+ messages)
` [PATCH v11 01/10] fs: Allow fine-grained control of folio sizes
` [PATCH v11 02/10] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v11 03/10] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v11 04/10] mm: split a folio in minimum folio order chunks
` [PATCH v11 05/10] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v11 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v11 07/10] xfs: use kvmalloc for xattr buffers
` [PATCH v11 08/10] xfs: expose block size in stat
` [PATCH v11 09/10] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v11 10/10] xfs: enable block size larger than page size support

[PATCH v3 0/8] mm/mprotect: Fix dax puds
 2024-07-26 11:56 UTC  (6+ messages)
` [PATCH v3 8/8] mm/mprotect: fix dax pud handlings

[PATCH] mm: huge_memory: don't start_stop_khugepaged for non-PMD THP
 2024-07-26 11:06 UTC  (8+ messages)

[PATCH RFC 0/6] mm, slub: handle pending kfree_rcu() in kmem_cache_destroy()
 2024-07-26 10:24 UTC  (4+ messages)
` [PATCH RFC 2/6] mm, slab: always maintain per-node slab and object count

[vbabka:slab-kfree_rcu-destroy-v1r0] [mm, slab] df00e211c9: WARNING:at_mm/slab_common.c:#kmem_cache_kfree_rcu_destroy_workfn
 2024-07-26  9:40 UTC  (3+ messages)

[PATCH v2 00/25] mm: introduce numa_memblks
 2024-07-26  9:40 UTC  (5+ messages)

[PATCH] mm: (k)vrealloc: document concurrency restrictions
 2024-07-26  9:31 UTC  (2+ messages)

[RFC PATCH v2] mm/vmalloc: fix incorrect __vmap_pages_range_noflush() if vm_area_alloc_pages() from high order fallback to order0
 2024-07-26  9:29 UTC  (13+ messages)

[PATCH RFC] mm: Avoid triggering oom-killer during memory hot-remove operations
 2024-07-26  9:17 UTC  (2+ messages)

[RFC PATCH 0/7] synchronously scan and reclaim empty user PTE pages
 2024-07-26  9:07 UTC  (2+ messages)

[PATCH v3] mm: kmem: add lockdep assertion to obj_cgroup_memcg
 2024-07-26  8:09 UTC  (2+ messages)

[PATCH v4 0/3] mm: swap: mTHP swap allocator base on swap cluster order
 2024-07-26  7:42 UTC  (36+ messages)
` [PATCH v4 1/3] mm: swap: swap cluster switch to double link list
` [PATCH v4 2/3] mm: swap: mTHP allocate swap entries from nonfull list

[alexshi:mmunstable2] 934c05f8c5: BUG:unable_to_handle_page_fault_for_address
 2024-07-26  7:38 UTC  (7+ messages)

[PATCH v3 0/2] mm: swap: mTHP swap allocator base on swap cluster order
 2024-07-26  7:29 UTC  (8+ messages)

[PATCH] mm/sparse: return right away if sparsemap_buf is null
 2024-07-26  7:10 UTC 

[PATCH mm-unstable v1 0/5] mm/swap: remove boilerplate
 2024-07-26  6:50 UTC  (5+ messages)
` [PATCH mm-unstable v1 5/5] "

[PATCH] mm/vmstat: Fix placement of per-node stats in /proc/zoneinfo
 2024-07-26  4:16 UTC  (3+ messages)

Hard and soft lockups with FIO and LTP runs on a large system
 2024-07-26  3:26 UTC  (3+ 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