[PATCH v2 0/3] mm: Introduce a new sysctl knob vm.pcp_batch_scale_max
2024-07-29 5:45 UTC (8+ 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 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 0/4] mm: support mTHP swap-in for zRAM-like swapfile
2024-07-29 4:52 UTC (14+ messages)
` [PATCH v5 2/4] mm: Introduce mem_cgroup_swapin_uncharge_swap_nr() helper for large folios swap-in
` [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
[PATCH v1 0/2] mm/hugetlb: fix hugetlb vs. core-mm PT locking
2024-07-29 4:51 UTC (13+ 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
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 v3 2/2] slub: Introduce CONFIG_SLUB_RCU_DEBUG
2024-07-29 4:37 UTC (2+ messages)
[PATCH v2 0/8] minmax: reduce compilation time
2024-07-29 4:15 UTC (28+ 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 V2] mm/gup: Clear the LRU flag of a page before adding to LRU batch
2024-07-29 3:49 UTC (4+ messages)
[PATCH 0/5] mm: clarify nofail memory allocation
2024-07-29 3:42 UTC (12+ messages)
` [PATCH RFC 1/5] vpda: try to fix the potential crash due to misusing __GFP_NOFAIL
` [PATCH RFC 5/5] non-mm: discourage the usage of __GFP_NOFAIL and encourage GFP_NOFAIL
[PATCH resend v4 00/11] Improve the copy of task comm
2024-07-29 2:37 UTC (12+ 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] usb: gadget: dummy_hcd: execute hrtimer callback in softirq context
2024-07-29 2:23 UTC
[PATCH] kcov: properly check for softirq context
2024-07-29 2:21 UTC
[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 RFC] mm: Avoid triggering oom-killer during memory hot-remove operations
2024-07-29 2:14 UTC (4+ 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 1/1] mm/vmalloc: Combine all TLB flush operations of KASAN shadow virtual address into one operation
2024-07-28 21:18 UTC (2+ messages)
[PATCH v3 0/3] mm: memcg: page counters optimizations
2024-07-28 20:54 UTC (9+ 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 (34+ 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
[PATCH v1 0/3] mm: split PTE/PMD PT table Kconfig cleanups+clarifications
2024-07-28 12:47 UTC (5+ 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] mm/sparse: return right away if sparsemap_buf is null
2024-07-28 12:43 UTC (2+ messages)
[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
[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
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 (4+ messages)
` [PATCH v2 1/2] mm: vmalloc: implement vrealloc()
[PATCH] rust: mm: add abstractions for mm_struct and vm_area_struct
2024-07-26 19:04 UTC (5+ 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
[RFC PATCH 0/8] Unmapping guest_memfd from Direct Map
2024-07-26 16:44 UTC (2+ messages)
[PATCH v10 00/11] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
2024-07-26 16:05 UTC (2+ messages)
` [PATCH v10 07/11] cxl/memscrub: Add CXL memory device patrol scrub control feature
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