[PATCH v2 00/10] mm: remove vma_merge()
2024-08-28 19:42 UTC (9+ messages)
` [PATCH v2 01/10] tools: improve vma test Makefile
` [PATCH v2 02/10] tools: add VMA merge tests
` [PATCH v2 03/10] mm: introduce vma_merge_struct and abstract vma_merge(),vma_modify()
` [PATCH v2 04/10] mm: remove duplicated open-coded VMA policy check
[PATCH v2] memcg: add charging of already allocated slab objects
2024-08-28 19:42 UTC (4+ messages)
[PATCH v5 0/3] mm: ZSWAP swap-out of mTHP folios
2024-08-28 19:30 UTC (8+ messages)
` [PATCH v5 1/3] mm: Define obj_cgroup_get() if CONFIG_MEMCG is not defined
` [PATCH v5 2/3] mm: zswap: zswap_store() extended to handle mTHP folios
` [PATCH v5 3/3] mm: swap: Count successful mTHP ZSWAP stores in sysfs mTHP zswpout stats
[PATCH] bcachefs: Switch to memalloc_flags_do() for vmalloc allocations
2024-08-28 19:26 UTC (4+ messages)
[PATCH v1] memcg: add charging of already allocated slab objects
2024-08-28 19:03 UTC (5+ messages)
build error at mm_unstable shmem.c: undefined reference to `vma_thp_gfp_mask')
2024-08-28 18:54 UTC (2+ messages)
[PATCH v4 0/4] mm: ZSWAP swap-out of mTHP folios
2024-08-28 18:50 UTC (14+ messages)
[PATCH 00/16] mm: Introduce MAP_BELOW_HINT
2024-08-28 18:31 UTC (24+ messages)
` [PATCH 01/16] mm: Add MAP_BELOW_HINT
` [PATCH 02/16] riscv: mm: Do not restrict mmap address based on hint
` [PATCH 03/16] mm: Add flag and len param to arch_get_mmap_base()
` [PATCH 04/16] mm: Add generic MAP_BELOW_HINT
` [PATCH 05/16] riscv: mm: Support MAP_BELOW_HINT
` [PATCH 06/16] arm64: "
` [PATCH 07/16] powerpc: "
` [PATCH 08/16] x86: "
` [PATCH 09/16] loongarch: "
` [PATCH 10/16] arm: "
` [PATCH 11/16] mips: "
` [PATCH 12/16] parisc: "
` [PATCH 13/16] s390: "
` [PATCH 14/16] sh: "
` [PATCH 15/16] sparc: "
` [PATCH 16/16] selftests/mm: Create MAP_BELOW_HINT test
[PATCH mm-unstable v3 0/5] Improve mem_cgroup_iter()
2024-08-28 17:58 UTC (10+ messages)
` [PATCH mm-unstable v3 1/5] cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCU
` [PATCH mm-unstable v3 2/5] mm: don't hold css->refcnt during traversal
` [PATCH mm-unstable v3 3/5] mm: increment gen # before restarting traversal
` [PATCH mm-unstable v3 4/5] mm: restart if multiple traversals raced
` [PATCH mm-unstable v3 5/5] mm: clean up mem_cgroup_iter()
[v2 PATCH 1/2] hugetlb: arm64: add mte support
2024-08-28 17:57 UTC (2+ messages)
[PATCH v11 00/39] arm64/gcs: Provide support for GCS in userspace
2024-08-28 17:32 UTC (8+ messages)
` [PATCH v11 25/39] arm64/signal: Expose GCS state in signal frames
[PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc
2024-08-28 17:25 UTC (15+ messages)
` [PATCH v2 05/17] vdso: Avoid call to memset() by getrandom
[RESEND PATCH v1] mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallback to order 0
2024-08-28 17:23 UTC (12+ messages)
[PATCH v2] Avoid memory barrier in read_seqcount() through load acquire
2024-08-28 17:15 UTC (3+ messages)
[PATCH V1] mm, slub: avoid zeroing kmalloc redzone
2024-08-28 16:53 UTC (4+ messages)
[PATCH v3 0/3] fs,mm: add kmem_cache_create_rcu()
2024-08-28 16:36 UTC (8+ messages)
` [PATCH v3 1/3] mm: remove unused root_cache argument
` [PATCH v3 2/3] mm: add kmem_cache_create_rcu()
` [PATCH v3 3/3] fs: use kmem_cache_create_rcu()
[PATCH] regcache: use map->alloc_flags also for allocating cache
2024-08-28 16:32 UTC (2+ messages)
[linux-next:master 4179/4667] drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:3301:3: error: call to undeclared function 'pci_prepare_ats'; ISO C99 and later do not support implicit function declarations
2024-08-28 16:28 UTC (3+ messages)
[linux-next:master 7283/7353] arch/arm64/boot/dts/sprd/sp9860g-1h10.dtb: fuel-gauge@a00: 'bat-detect-gpio' does not match any of the regexes: 'pinctrl-[0-9]+'
2024-08-28 16:28 UTC
[PATCH v2 00/19] mm: Support huge pfnmaps
2024-08-28 16:23 UTC (17+ messages)
` [PATCH v2 03/19] mm: Mark special bits for huge pfn mappings when inject
` [PATCH v2 04/19] mm: Allow THP orders for PFNMAPs
` [PATCH v2 06/19] mm/pagewalk: Check pfnmap for folio_walk_start()
[PATCH] mm/hugetlb: sort out global lock annotations
2024-08-28 16:07 UTC
[PATCH] mm/vmstat: Defer the refresh_zone_stat_thresholds after all CPUs bringup
2024-08-28 15:43 UTC (6+ messages)
[PATCH v3] slab: Introduce kmalloc_obj() and family
2024-08-28 15:37 UTC (4+ messages)
[PATCH v2 0/3] fs,mm: add kmem_cache_create_rcu()
2024-08-28 15:32 UTC (8+ messages)
` [PATCH v2 2/3] mm: "
[PATCH v8 0/8] Improve the copy of task comm
2024-08-28 15:09 UTC (20+ messages)
` [PATCH v8 1/8] Get rid of __get_task_comm()
` [PATCH v8 2/8] auditsc: Replace memcpy() with strscpy()
` [PATCH v8 3/8] security: Replace memcpy() with get_task_comm()
` [PATCH v8 4/8] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v8 5/8] mm/util: Fix possible race condition in kstrdup()
` [PATCH v8 6/8] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v8 7/8] net: Replace strcpy() with strscpy()
` [PATCH v8 8/8] drm: "
[PATCH -next v3 0/3] Add str_true_false()/str_false_true() helper
2024-08-28 12:59 UTC (7+ messages)
` [PATCH -next v3 1/3] lib/string_choices: "
[RFC 0/2] mm: introduce THP deferred setting
2024-08-28 12:54 UTC (17+ messages)
[PATCH 0/4] mm: convert to folio_isolate_movable()
2024-08-28 12:36 UTC (7+ messages)
` [PATCH 1/4] mm: migrate: add folio_isolate_movable()
` [PATCH 2/4] mm: compaction: convert to folio_isolate_movable()
[linux-next:master] [mm/migrate] b28dd7507f: ltp.move_pages04.fail
2024-08-28 12:30 UTC (8+ messages)
` [LTP] "
[PATCH net-next v15 06/13] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
2024-08-28 12:12 UTC (13+ messages)
` [PATCH net-next v15 07/13] mm: page_frag: some minor refactoring before adding new API
` [PATCH net-next v15 08/13] mm: page_frag: use __alloc_pages() to replace alloc_pages_node()
[PATCH 0/9] netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry
2024-08-28 11:38 UTC (3+ messages)
` [PATCH 1/9] mm: Fix missing folio invalidation calls during truncation
[PATCH 0/5] regmap: Improve lock handling with maple tree
2024-08-28 11:32 UTC (4+ messages)
` [PATCH 2/5] regmap: Hold the regmap lock when allocating and freeing the cache
[PATCH v2 00/14] introduce pte_offset_map_{ro|rw}_nolock()
2024-08-28 10:48 UTC (6+ messages)
` [PATCH v2 01/14] mm: pgtable: "
[PATCH RFC 0/3] add support for mm-local memory allocations
2024-08-28 9:50 UTC (2+ messages)
[PATCH -next v2] mm: make use of the helper macro LIST_HEAD()
2024-08-28 9:22 UTC (2+ messages)
[linux-next:master 6479/7353] drivers/pinctrl/sophgo/pinctrl-cv18xx.c:142:23: sparse: sparse: incorrect type in argument 1 (different address spaces)
2024-08-28 9:20 UTC
[linux-next:master] [mm] [confidence: ] 131e4ef350: BUG:kernel_NULL_pointer_dereference,address
2024-08-28 8:50 UTC (2+ messages)
[PATCH v5 9/9] mm: shmem: support large folio swap out
2024-08-28 8:28 UTC (2+ messages)
` [PATCH] mm: shmem: support large folio swap out fix 2
[PATCH] mm: vmalloc: Refactor vm_area_alloc_pages() function
2024-08-28 7:40 UTC (2+ messages)
[PATCH] mm: page_alloc: simpify page del and expand
2024-08-28 6:26 UTC (3+ messages)
[PATCH 0/2] get rid of PF_MEMALLOC_NORECLAIM
2024-08-28 4:11 UTC (7+ messages)
` [PATCH 2/2] mm: drop PF_MEMALLOC_NORECLAIM
[PATCH 1/2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
2024-08-28 4:09 UTC (3+ messages)
` [PATCH 1/2 v2] "
[PATCH v2] vma remove the unneeded avc bound with non-CoWed folio
2024-08-28 3:51 UTC (6+ messages)
[PATCH 00/10] shrinker debugging, .to_text() report (resend)
2024-08-28 3:43 UTC (10+ messages)
` [PATCH 02/10] mm: shrinker: Add a .to_text() method for shrinkers
` [PATCH 03/10] mm: shrinker: Add new stats for .to_text()
` [PATCH 10/10] fs: super_cache_to_text()
[PATCH 0/4] Increase the number of bits available in page_type
2024-08-28 3:35 UTC (3+ messages)
` [PATCH 3/4] mm: Support only one page_type per page
[syzbot] [mm?] possible deadlock in __mmap_lock_do_trace_start_locking
2024-08-28 3:31 UTC (2+ messages)
[linux-next:master 6060/6439] mm/memory_hotplug.c:1811:33: error: implicit declaration of function 'unmap_posioned_folio'; did you mean 'unmap_poisoned_folio'?
2024-08-28 2:37 UTC (3+ messages)
[PATCH net-next v22 05/13] page_pool: devmem support
2024-08-28 2:24 UTC (2+ messages)
[PATCH -next] mm: make use of the helper macro LIST_HEAD()
2024-08-28 1:27 UTC (3+ messages)
[PATCH v7 0/8] Improve the copy of task comm
2024-08-28 1:19 UTC (3+ messages)
[linux-next:pending-fixes] BUILD SUCCESS 7c2f45ba09606d0e109dbe16eb3d85061b22a5fe
2024-08-28 1:13 UTC
[linux-next:fs-next] BUILD SUCCESS f4b12800690072e8359071ec04e67c25cd6555f8
2024-08-28 1:11 UTC
[linux-next:fs-current] BUILD SUCCESS b0afab08b69cdbca2b38fd7c3a0672f9241d0bc1
2024-08-28 0:40 UTC
[PATCH v5 00/21] mm/zsmalloc: add zpdesc memory descriptor for zswap.zpool
2024-08-27 23:19 UTC (4+ messages)
[PATCH] riscv: make ZONE_DMA32 optional
2024-08-27 23:10 UTC (2+ messages)
[PATCH] [POC/RFE]: Avoid silently growing struct file due to SLAB_TYPESAFE_BY_RCU
2024-08-27 20:34 UTC (6+ messages)
` [PATCH] [RFC] mm: add kmem_cache_create_rcu()
[syzbot] [mm?] BUG: unable to handle kernel paging request in mmap_region
2024-08-27 19:38 UTC (3+ messages)
[PATCH v6 00/26] Generic `Allocator` support for Rust
2024-08-27 19:21 UTC (5+ messages)
` [PATCH v6 09/26] rust: alloc: implement kernel `Box`
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