linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH RFC 5/5] non-mm: discourage the usage of __GFP_NOFAIL and encourage GFP_NOFAIL
 2024-07-29 10:16 UTC  (15+ messages)

[PATCH v2] mm: use zonelist_zone() to get zone
 2024-07-29  9:44 UTC  (3+ messages)
` [PATCH] mm: improve code consistency with zonelist_* helper functions

[PATCH] kcov: properly check for softirq context
 2024-07-29  9:42 UTC  (2+ messages)

[PATCH v3 2/2] slub: Introduce CONFIG_SLUB_RCU_DEBUG
 2024-07-29  9:35 UTC  (3+ messages)

[PATCH resend v4 00/11] Improve the copy of task comm
 2024-07-29  9:29 UTC  (13+ messages)
` [PATCH v4 01/11] fs/exec: Drop task_lock() inside __get_task_comm()
` [PATCH v4 02/11] auditsc: Replace memcpy() with __get_task_comm()
` [PATCH v4 03/11] security: "
` [PATCH v4 04/11] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v4 05/11] mm/util: Fix possible race condition in kstrdup()
` [PATCH v4 06/11] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v4 07/11] mm/kmemleak: Replace strncpy() with __get_task_comm()
` [PATCH v4 08/11] tsacct: "
` [PATCH v4 09/11] tracing: "
` [PATCH v4 10/11] net: Replace strcpy() "
` [PATCH v4 11/11] drm: "

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

[PATCH v2 0/9] Unify hugetlb into arch_get_unmapped_area functions
 2024-07-29  9:10 UTC  (10+ messages)
` [PATCH v2 1/9] mm/mmap: Teach generic_get_unmapped_area{_topdown} to handle hugetlb mappings
` [PATCH v2 2/9] arch/s390: Teach arch_get_unmapped_area{_topdown} "
` [PATCH v2 3/9] arch/x86: Teach arch_get_unmapped_area_vmflags "
` [PATCH v2 4/9] arch/sparc: Teach arch_get_unmapped_area{_topdown} "
` [PATCH v2 5/9] arch/powerpc: Teach book3s64 "
` [PATCH v2 6/9] mm: Make hugetlb mappings go through mm_get_unmapped_area_vmflags
` [PATCH v2 7/9] mm: Drop hugetlb_get_unmapped_area{_*} functions
` [PATCH v2 8/9] arch/s390: Clean up hugetlb definitions
` [PATCH v2 9/9] mm: Consolidate common checks in hugetlb_mmap_check_and_align

[PATCH v1 0/2] mm/hugetlb: fix hugetlb vs. core-mm PT locking
 2024-07-29  8:52 UTC  (17+ 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

[PATCH v2 1/2] generic/732: remove unused code
 2024-07-29  8:47 UTC  (2+ messages)
` [PATCH v2 2/2] generic/732: don't run it on tmpfs

[PATCH 1/1] mm/vmalloc: Combine all TLB flush operations of KASAN shadow virtual address into one operation
 2024-07-29  8:30 UTC  (3+ messages)

[PATCH v12 00/11] Support page table check PowerPC
 2024-07-29  8:27 UTC  (3+ messages)

[PATCH] usb: gadget: dummy_hcd: execute hrtimer callback in softirq context
 2024-07-29  8:25 UTC  (2+ messages)

[PATCH] mm/cma: Change the addition of totalcma_pages in the cma_init_reserved_mem
 2024-07-29  8:04 UTC 

[PATCH v2 0/8] minmax: reduce compilation time
 2024-07-29  8:01 UTC  (29+ messages)
` [PATCH v2 1/8] minmax: Put all the clamp() definitions together
` [PATCH v2 2/8] minmax: Use _Static_assert() instead of static_assert()
` [PATCH v2 3/8] compiler.h: Add __if_constexpr(expr, if_const, if_not_const)
` [PATCH v2 4/8] minmax: Simplify signedness check
` [PATCH v2 5/8] minmax: Factor out the zero-extension logic from umin/umax
` [PATCH v2 6/8] minmax: Optimise _Static_assert() check in clamp()
` [PATCH v2 7/8] minmax: Use __auto_type
` [PATCH v2 8/8] minmax: minmax: Add __types_ok3() and optimise defines with 3 arguments

[PATCH v1 0/3] mm: split PTE/PMD PT table Kconfig cleanups+clarifications
 2024-07-29  7:56 UTC  (6+ 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 v2 0/3] mm: Introduce a new sysctl knob vm.pcp_batch_scale_max
 2024-07-29  7:50 UTC  (14+ messages)
` [PATCH v2 1/3] mm/page_alloc: A minor fix to the calculation of pcp->free_count
` [PATCH v2 2/3] mm/page_alloc: Avoid changing pcp->high decaying when adjusting CONFIG_PCP_BATCH_SCALE_MAX
` [PATCH v2 3/3] mm/page_alloc: Introduce a new sysctl knob vm.pcp_batch_scale_max

[PATCH] mm/sparse: return right away if sparsemap_buf is null
 2024-07-29  6:57 UTC  (3+ messages)

[RFC PATCH 0/7] synchronously scan and reclaim empty user PTE pages
 2024-07-29  6:46 UTC  (3+ messages)

[PATCH v5 0/4] mm: support mTHP swap-in for zRAM-like swapfile
 2024-07-29  6:36 UTC  (10+ messages)
` [PATCH v5 3/4] mm: support large folios swapin as a whole "
` [PATCH v5 4/4] mm: Introduce per-thpsize swapin control policy

[PATCH 0/5] mm: clarify nofail memory allocation
 2024-07-29  6:05 UTC  (8+ messages)
` [PATCH RFC 1/5] vpda: try to fix the potential crash due to misusing __GFP_NOFAIL

[PATCH 1/3] memblock tests: include memory_hotplug.h in mmzone.h as kernel dose
 2024-07-29  5:47 UTC  (2+ messages)

[PATCH v2 1/5] memblock test: fix implicit declaration of function 'virt_to_phys'
 2024-07-29  5:37 UTC  (6+ messages)
` [PATCH v2 2/5] memblock test: add the definition of __setup()
` [PATCH v2 3/5] memblock test: fix implicit declaration of function 'memparse'
` [PATCH v2 4/5] memblock test: fix implicit declaration of function 'isspace'
` [PATCH v2 5/5] memblock test: fix implicit declaration of function 'strscpy'

[PATCH v5 2/4] mm: Introduce mem_cgroup_swapin_uncharge_swap_nr() helper for large folios swap-in
 2024-07-29  4:52 UTC  (4+ messages)

Hard and soft lockups with FIO and LTP runs on a large system
 2024-07-29  4:49 UTC  (4+ messages)

[PATCH v2] mm: increase totalram_pages on freeing to buddy system
 2024-07-29  4:43 UTC  (3+ messages)

[PATCH V2] mm/gup: Clear the LRU flag of a page before adding to LRU batch
 2024-07-29  3:49 UTC  (4+ messages)

[akpm-mm:mm-unstable 36/78] test_memcontrol.c:201:6: warning: variable 'fd4_closed' is used uninitialized whenever 'if' condition is true
 2024-07-29  2:20 UTC  (3+ messages)

[PATCH v2] mm/migrate: fix deadlock in migrate_pages_batch() on large folios
 2024-07-29  2:13 UTC  (2+ messages)

[PATCH v11 00/10] enable bs > ps in XFS
 2024-07-29  2:08 UTC  (3+ messages)
` [PATCH v11 10/10] xfs: enable block size larger than page size support

drivers/dma-buf/udmabuf.o: warning: objtool: get_sg_table.isra.0+0x94: unreachable instruction
 2024-07-29  2:07 UTC  (2+ messages)

[PATCH] mm/migrate: fix deadlock in migrate_pages_batch() on large folios
 2024-07-29  1:58 UTC  (8+ 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-29  1:48 UTC  (6+ messages)

[PATCH] acpi/hmat,mm/memtier: always register hmat adist calculation callback
 2024-07-29  1:02 UTC  (2+ messages)

[PATCH v3 0/3] mm: memcg: page counters optimizations
 2024-07-28 20:54 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

[PATCH v3 0/7] Make core VMA operations internal and testable
 2024-07-28 20:15 UTC  (3+ messages)
` [PATCH v3 6/7] tools: separate out shared radix-tree components

[PATCH v2 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-07-28 19:38 UTC  (16+ 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 0/7] minmax: reduce compilation time
 2024-07-28 18:43 UTC  (31+ messages)

[linux-next:master 13644/13921] arch/arm/boot/dts/qcom/qcom-apq8064-cm-qs600.dtb: sata@29000000: clock-names:2: 'core' was expected
 2024-07-28 14:53 UTC 

kernel/iomem.c:18:32: sparse: sparse: cast truncates bits from constant value (38400000050e becomes 50e)
 2024-07-28 14:43 UTC 

[RFC PATCH v5 09/29] KVM: selftests: TDX: Add report_fatal_error test
 2024-07-28 11:16 UTC  (7+ messages)

[syzbot] [mm?] KCSAN: data-race in compact_zone / isolate_migratepages_block (4)
 2024-07-28 10:59 UTC 

kernel/iomem.c:18:32: sparse: sparse: cast truncates bits from constant value (38400000050e becomes 50e)
 2024-07-28  7:45 UTC 

[PATCH 1/5] memblock test: fix implicit declaration of function 'virt_to_phys'
 2024-07-28  5:58 UTC  (4+ messages)
` [PATCH 4/5] memblock test: fix implicit declaration of function 'isspace'

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-07-27 23:23 UTC  (5+ messages)
` [RFC PATCH v5 16/29] KVM: selftests: TDX: Add TDX HLT exit test

[PATCH v4 0/2] mm: zswap: fixes for global shrinker
 2024-07-27 23:06 UTC  (3+ messages)
` [PATCH v4 1/2] mm: zswap: fix global shrinker memcg iteration
` [PATCH v4 2/2] mm: zswap: fix global shrinker error handling logic

[GIT PULL] hotfixes for 6.11-rc1
 2024-07-27 20:07 UTC  (2+ messages)

[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)

[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  (5+ messages)
` [PATCH v3 1/2] kasan: catch invalid free before SLUB reinitializes the object

[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

page:  |  | latest

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