linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-26 15:10:22 to 2021-11-30 01:30:22 UTC [more...]

[PATCH 0/5] Transparent Page Placement for Tiered-Memory
 2021-11-30  1:29 UTC  (4+ messages)

[PATCH v0.9.1 0/6] sched,mm,x86/uaccess: implement User Managed Concurrency Groups
 2021-11-29 23:38 UTC  (24+ messages)
` [PATCH v0.9.1 3/6] sched/umcg: implement UMCG syscalls

[PATCH RFC 0/4] mm: percpu: Cleanup percpu first chunk funciton
 2021-11-29 22:55 UTC  (13+ messages)
` [PATCH RFC 1/4] mm: percpu: Generalize percpu related config
` [PATCH RFC 2/4] mm: percpu: Add pcpu_fc_cpu_to_node_fn_t typedef
` [PATCH RFC 3/4] mm: percpu: Add generic pcpu_fc_alloc/free funciton
` [PATCH RFC 4/4] mm: percpu: Add generic pcpu_populate_pte() function

[RFC PATCH 0/3] Use pageblock_order for cma and alloc_contig_range alignment
 2021-11-29 22:08 UTC  (6+ messages)

[PATCH v5 0/3] mm: add new syscall set_mempolicy_home_node
 2021-11-29 22:02 UTC  (14+ messages)
` [PATCH v5 1/3] mm/mempolicy: use policy_node helper with MPOL_PREFERRED_MANY
  ` [PATCH 4/3] mm: drop node from alloc_pages_vma
` [PATCH v5 2/3] mm/mempolicy: add set_mempolicy_home_node syscall

[PATCH] mm: split thp synchronously on MADV_DONTNEED
 2021-11-29 22:00 UTC  (12+ messages)

[linux-next:master] BUILD REGRESSION 92f4080436219b1bc4de617f8b274895609989c8
 2021-11-29 21:12 UTC 

[BUG] hugetlbfs: Fix issue of preallocation of gigantic pages can't work
 2021-11-29 20:58 UTC  (2+ messages)

[PATCH v2 0/7] task comm cleanups
 2021-11-29 17:56 UTC  (15+ messages)
` [PATCH v2 4/7] fs/binfmt_elf: replace open-coded string copy with get_task_comm
` [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN

[PATCH] kmemleak: fix kmemleak false positive report with HW tag-based kasan enable
 2021-11-28  0:20 UTC  (4+ messages)

[PATCH v2 0/2] mm/damon: Fix fake /proc/loadavg reports
 2021-11-26 14:41 UTC  (2+ messages)

[PATCH] mm/memcg: Relocate mod_objcg_mlstate(), get_obj_stock() and put_obj_stock()
 2021-11-29 18:01 UTC  (3+ messages)

In-time for - National Retail Federation 2022
 2021-11-29 17:41 UTC 

[PATCH v6 00/10] mm, device-dax: Introduce compound pages in devmap
 2021-11-29 17:20 UTC  (8+ messages)
` [PATCH v6 09/10] device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}()

[PATCH -V2] mm/rmap: fix potential batched TLB flush race
 2021-11-29 16:51 UTC  (2+ messages)

[PATCH v1 0/2] virtio-mem: prepare for granularity smaller than MAX_ORDER - 1
 2021-11-29 16:47 UTC  (2+ messages)

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-11-29 16:41 UTC  (15+ messages)

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-11-29 16:34 UTC  (30+ messages)
` [PATCH 1/9] lib/bitmap: add bitmap_weight_{eq,gt,le}
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} with bitmap_weight_eq()
` [PATCH 3/9] all: replace bitmap_weigth() with bitmap_{empty,full,eq,gt,le}
` [PATCH 4/9] tools: sync bitmap_weight() usage with the kernel
` [PATCH 5/9] lib/cpumask: add cpumask_weight_{eq,gt,le}
` [PATCH 6/9] lib/nodemask: add nodemask_weight_{eq,gt,le}
` [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}
` [PATCH 8/9] lib/nodemask: add num_node_state_eq()
` [PATCH 9/9] MAINTAINERS: add cpumask and nodemask files to BITMAP_API

[PATCH] netfs: Adjust docs after foliation
 2021-11-29 15:26 UTC 

[PATCH] netfs: Adjust docs after foliation
 2021-11-29 15:23 UTC  (3+ messages)
` [Linux-cachefs] "

[PATCH 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
 2021-11-29 15:01 UTC  (10+ messages)

[PATCH v2 00/23] kcsan: Support detecting a subset of missing memory barriers
 2021-11-29 14:42 UTC  (6+ messages)
` [PATCH v2 03/23] kcsan: Avoid checking scoped accesses from nested contexts

[RFC PATCH 0/1] mm/slub: endless "No data" printing for alloc/free_traces attribute
 2021-11-29 14:26 UTC  (14+ messages)
` [RFC PATCH 1/1] mm/slub: fix "
                    ` [PATCH] mm/slub: fix endianness bug for alloc/free_traces attributes

[PATCH v3 00/10] Convert powerpc to default topdown mmap layout
 2021-11-29 14:19 UTC  (11+ messages)
` [PATCH v3 01/10] powerpc/mm: Make slice specific to book3s/64
` [PATCH v3 02/10] powerpc/mm: Move vma_mmu_pagesize() and hugetlb_get_unmapped_area() to slice.c
` [PATCH v3 03/10] powerpc/mm: Remove CONFIG_PPC_MM_SLICES
` [PATCH v3 04/10] powerpc/mm: Remove asm/slice.h
` [PATCH v3 05/10] powerpc/mm: Call radix__arch_get_unmapped_area() from arch_get_unmapped_area()
` [PATCH v3 06/10] mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
` [PATCH v3 07/10] powerpc/mm: Convert to default topdown mmap layout
` [PATCH v3 08/10] powerpc/mm: Properly randomise mmap with slices
` [PATCH v3 09/10] sizes.h: Add SZ_1T macro
` [PATCH v3 10/10] powerpc: Simplify and move arch_randomize_brk()

[PATCH] mm: reduce spinlock contention in release_pages()
 2021-11-29 13:39 UTC  (14+ messages)

Commit 'hugetlbfs: extend the definition of hugepages parameter to support node allocation' breaks old numa less syntax of reserving hugepages on boot
 2021-11-29 12:26 UTC  (5+ messages)

[PATCH v2 1/2] mm: protect free_pgtables with mmap_lock write lock in exit_mmap
 2021-11-29 11:23 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 4f1db50ca947ff1ffb90da2471526610c954b3b6
 2021-11-29 10:40 UTC 

[PATCH v2 0/4] extend vmalloc support for constrained allocations
 2021-11-29  8:56 UTC  (19+ messages)
` [PATCH v2 1/4] mm/vmalloc: alloc GFP_NO{FS,IO} for vmalloc
` [PATCH v2 2/4] mm/vmalloc: add support for __GFP_NOFAIL
` [PATCH v2 3/4] mm/vmalloc: be more explicit about supported gfp flags
` [PATCH v2 4/4] mm: allow !GFP_KERNEL allocations for kvmalloc

[loop] c895b784c6: INFO:rcu_sched_self-detected_stall_on_CPU
 2021-11-29  7:37 UTC 

[PATCH v4 0/4] Deterministic charging of shared memory
 2021-11-29  6:00 UTC  (3+ messages)

[PATCH 0/3] page table check
 2021-11-29  2:55 UTC  (11+ messages)
` [PATCH 2/3] mm: "

[linux-next:master 2700/3897] iosm_ipc_trace.c:undefined reference to `relay_file_operations'
 2021-11-28 10:06 UTC 

[linux-next:master 3421/3897] mm/kasan/shadow.c:528:19: error: use of undeclared identifier 'VM_DELAY_KMEMLEAK'
 2021-11-28  9:55 UTC 

[BUG] use-after-free in ksm_might_need_to_copy with KSM and swap
 2021-11-28  9:45 UTC  (4+ messages)

arch/mips/mm/tlbex.c:2599 check_pabits() warn: always true condition '(fillbits >= ((__builtin_constant_p(0)) ?(((0) < 2) ?0:63 - __builtin_clzll(0)):((4 <= 4)) ?__ilog2_u32(0):__ilog2_u64(0))) => (0-u32max >= 0)'
 2021-11-28  4:48 UTC 

[PATCH] x86: Implement arch_prctl(ARCH_VSYSCALL_LOCKOUT) to disable vsyscall
 2021-11-28  4:45 UTC  (6+ messages)

[linux-next:master 54/3897] drivers/irqchip/irq-renesas-h8s.c:54:35: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-11-28  4:17 UTC 

[PATCH v7] mm: Add PM_THP_MAPPED to /proc/pid/pagemap
 2021-11-28  4:10 UTC  (2+ messages)

[PATCH] mm: kmemleak: Ignore kmemleak scanning on CMA regions
 2021-11-28  1:50 UTC  (3+ messages)

mm/memcontrol.c:2113:33: warning: unused function 'get_obj_stock'
 2021-11-27 21:29 UTC 

scripts/coccinelle: drop bugon.cocci
 2021-11-27 18:15 UTC 

[PATCH] mm: Use BUG_ON instead of if condition followed by BUG
 2021-11-27 18:05 UTC  (4+ messages)

[PATCH] net: dsa: felix: fix flexible_array.cocci warnings
 2021-11-27 18:03 UTC 

[PATCH v2] hugetlbfs: avoid overflow in hugetlbfs_fallocate
 2021-11-27 17:50 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS eded04af7b265c37a3c85b180e99be533c2ab837
 2021-11-27 16:54 UTC 

[PATCH v3 0/2] mm/damon: Fix fake /proc/loadavg reports
 2021-11-27 13:09 UTC  (4+ messages)
` [PATCH v3 1/2] timers: Implement usleep_idle_range()

mm/memcontrol.c:785:20: warning: unused function 'mod_objcg_mlstate'
 2021-11-27 12:15 UTC 

[linux-next:master 3421/3897] mm/kasan/shadow.c:528:33: error: 'VM_DELAY_KMEMLEAK' undeclared; did you mean 'VM_DEFER_KMEMLEAK'?
 2021-11-27 11:03 UTC 

Questions about page fault of memfd/shmem
 2021-11-27  9:19 UTC 

[linux-next:master 3136/3897] arch/powerpc/kernel/time.c:846:9: sparse: sparse: incorrect type in initializer (different address spaces)
 2021-11-27  6:48 UTC 

fs/proc/vmcore.c:161:45: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-11-27  5:26 UTC 

mm/memcontrol.c:1058:29: warning: unused function 'memcg_kmem_bypass'
 2021-11-27  2:43 UTC 

[PATCH v2 9/9] powerpc: Simplify and move arch_randomize_brk()
 2021-11-26 19:23 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION f30a24ed97b401416118756fa35fbe5d28f999e3
 2021-11-26 18:26 UTC 

[PATCH 4.9] hugetlbfs: flush TLBs correctly after huge_pmd_unshare
 2021-11-26 18:22 UTC  (4+ messages)

[linux-next:master 54/3897] drivers/irqchip/irq-renesas-h8s.c:54:35: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-11-26 17:51 UTC 

mm: 5.16 regression: reclaim_throttle leads to stall in near-OOM conditions
 2021-11-26 16:24 UTC  (4+ messages)


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 NNTP newsgroup(s).