linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-14 22:24:47 to 2022-04-16 01:03:21 UTC [more...]

[PATCH v7 00/70] Introducing the Maple Tree
 2022-04-16  1:03 UTC  (8+ messages)

Regression with v5.18-rc1 tag on STM32F7 and STM32H7 based boards
 2022-04-16  0:58 UTC  (5+ messages)

[PATCH] mm: do not call add_nr_deferred() with zero deferred
 2022-04-16  0:41 UTC 

[linux-next:master 4227/4328] mm/vmscan.c:3184:40: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-04-16  0:35 UTC 

[PATCH rfc 0/5] mm: introduce shrinker sysfs interface
 2022-04-16  0:27 UTC  (6+ messages)
` [PATCH rfc 1/5] mm: introduce sysfs interface for debugging kernel shrinker
` [PATCH rfc 2/5] mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()
` [PATCH rfc 3/5] mm: introduce memcg interfaces for shrinker sysfs
` [PATCH rfc 4/5] mm: introduce numa "
` [PATCH rfc 5/5] mm: provide shrinkers with names

[PATCH v2] binfmt_flat: do not stop relocating GOT entries prematurely on riscv
 2022-04-16  0:14 UTC  (14+ messages)

[PATCH v10 00/14] Multi-Gen LRU Framework
 2022-04-16  0:03 UTC  (36+ messages)
` [PATCH v10 06/14] mm: multi-gen LRU: minimal implementation
` [PATCH v10 08/14] mm: multi-gen LRU: support page table walks
                      ` [page-reclaim] "
` [PATCH v10 12/14] mm: multi-gen LRU: debugfs interface

incoming
 2022-04-15 22:41 UTC  (17+ messages)
` [patch 01/14] MAINTAINERS: Broadcom internal lists aren't maintainers
` [patch 02/14] tmpfs: fix regressions from wider use of ZERO_PAGE
` [patch 03/14] mm/secretmem: fix panic when growing a memfd_secret
` [patch 04/14] irq_work: use kasan_record_aux_stack_noalloc() record callstack
` [patch 05/14] kasan: fix hw tags enablement when KUNIT tests are disabled
` [patch 06/14] mm, kfence: support kmem_dump_obj() for KFENCE objects
` [patch 08/14] mm: fix unexpected zeroed page mapping with zram swap
` [patch 09/14] mm: compaction: fix compiler warning when CONFIG_COMPACTION=n
` [patch 10/14] hugetlb: do not demote poisoned hugetlb pages
` [patch 11/14] revert "fs/binfmt_elf: fix PT_LOAD p_align values for loaders"
` [patch 12/14] revert "fs/binfmt_elf: use PT_LOAD p_align values for static PIE"
` [patch 13/14] mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcore
` [patch 14/14] mm: kmemleak: take a full lowmem check in kmemleak_*_phys()

[PATCHv4 0/8] mm, x86/cc: Implement support for unaccepted memory
 2022-04-15 22:24 UTC  (3+ messages)
` [PATCHv4 3/8] efi/x86: "

[PATCH sysctl-next] mm: fix unused variable kernel warning when SYSCTL=n
 2022-04-15 22:15 UTC 

[PATCH v10] mm, hugetlbfs: Allow for "high" userspace addresses
 2022-04-15 22:12 UTC  (3+ messages)

[mcgrof:sysctl-testing 12/18] mm/page-writeback.c:93:28: warning: unused variable 'dirty_bytes_min'
 2022-04-15 22:11 UTC  (2+ messages)

WARNING: modpost: vmlinux.o(.text+0x1778608): Section mismatch in reference from the function binderfs_binder_device_create() to the function .init.text:set_reset_devices()
 2022-04-15 21:41 UTC 

[PATCH v2 00/12] mm: userspace hugepage collapse
 2022-04-15 20:04 UTC  (5+ messages)

[PATCH RFC 0/4] mm, arm64: In-kernel support for memory-deny-write-execute (MDWE)
 2022-04-15 20:01 UTC  (3+ messages)

[PATCH v4 bpf 0/4] vmalloc: bpf: introduce VM_ALLOW_HUGE_VMAP
 2022-04-15 19:05 UTC  (9+ messages)
` [PATCH v4 bpf 1/4] vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAP
` [PATCH v4 bpf 2/4] page_alloc: use vmalloc_huge for large system hash
` [PATCH v4 bpf 3/4] module: introduce module_alloc_huge
` [PATCH v4 bpf 4/4] bpf: use module_alloc_huge for bpf_prog_pack

[PATCH v3 bpf RESEND 0/4] vmalloc: bpf: introduce VM_ALLOW_HUGE_VMAP
 2022-04-15 19:03 UTC  (14+ messages)
` [PATCH v3 bpf RESEND 1/4] vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAP
` [PATCH v3 bpf RESEND 2/4] page_alloc: use __vmalloc_huge for large system hash
` [PATCH v3 bpf RESEND 3/4] module: introduce module_alloc_huge

[linux-next:master 3545/4328] drivers/soc/qcom/smem.c:1056:16: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-04-15 18:46 UTC 

[PATCH v2] kasan: Fix sleeping function called from invalid context on RT kernel
 2022-04-15 18:34 UTC  (2+ messages)

[PATCH 0/4] mm: memcg kselftests fixes
 2022-04-15 15:59 UTC  (8+ messages)
` [PATCH 1/4] kselftests: memcg: update the oom group leaf events test
` [PATCH 2/4] kselftests: memcg: speed up the memory.high test
` [PATCH 3/4] MAINTAINERS: add corresponding kselftests to cgroup entry
` [PATCH 4/4] MAINTAINERS: add corresponding kselftests to memcg entry

[linux-next:master 3545/4328] drivers/soc/qcom/smem.c:1056:31: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-04-15 15:23 UTC 

[PATCH v8 0/3] mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()
 2022-04-15 15:11 UTC  (7+ messages)
` [PATCH v8 1/3] "
        ` [PATCH 4/3] mm, hugetlb, hwpoison: separate branch for free and in-use hugepage

[PATCH v8 00/23] userfaultfd-wp: Support shmem and hugetlbfs
 2022-04-15 14:41 UTC  (4+ messages)
` [PATCH v8 03/23] mm: Check against orig_pte for finish_fault()

[linux-next:master 3546/4328] drivers/soc/qcom/smem.c:702:27: sparse: sparse: cast to restricted __le32
 2022-04-15 12:49 UTC 

[PATCH 07/10] crypto: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
 2022-04-15 12:31 UTC  (30+ messages)

[linux-next:master 3545/4328] drivers/soc/qcom/smem.c:1056:31: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-04-15 11:47 UTC 

[linux-next:master 3545/4328] drivers/soc/qcom/smem.c:648:22: sparse: sparse: incorrect type in assignment (different address spaces)
 2022-04-15 11:07 UTC 

[PATCH V2] block: avoid io timeout in case of sync polled dio
 2022-04-15 11:00 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS a3e1163f7eb1a309c8e6e8f7851c4c1bf6a16a1d
 2022-04-15 10:33 UTC 

[PATCH v3 0/4] hugetlb: Fix some incorrect behavior
 2022-04-15  7:03 UTC  (15+ messages)
` [PATCH v3 1/4] hugetlb: Fix wrong use of nr_online_nodes
` [PATCH v3 2/4] hugetlb: Fix hugepages_setup when deal with pernode
` [PATCH v3 3/4] hugetlb: Fix return value of __setup handlers
` [PATCH v3 4/4] hugetlb: Clean up hugetlb_cma_reserve

[PATCH v2] mm/memory-failure.c: skip huge_zero_page in memory_failure()
 2022-04-15  6:16 UTC  (3+ messages)

use block_device based APIs in block layer consumers v3
 2022-04-15  5:51 UTC  (45+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 07/27] drbd: cleanup decide_on_discard_support
` [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 09/27] ntfs3: use bdev_logical_block_size "
` [PATCH 10/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 11/27] block: add a bdev_nonrot helper
` [PATCH 12/27] block: add a bdev_write_cache helper
` [PATCH 13/27] block: add a bdev_fua helper
` [PATCH 14/27] block: add a bdev_stable_writes helper
` [PATCH 15/27] block: add a bdev_max_zone_append_sectors helper
` [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [PATCH 19/27] block: remove queue_discard_alignment
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
` [PATCH 22/27] block: refactor discard bio size limiting
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
` [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 25/27] block: add a bdev_discard_granularity helper
` [PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [PATCH 27/27] direct-io: remove random prefetches

[PATCH v2 0/9] A few cleanup and fixup patches for vmscan
 2022-04-15  3:07 UTC  (7+ messages)
` [PATCH v2 2/9] mm/vmscan: remove unneeded can_split_huge_page check

[PATCH v7 1/4] mm: hugetlb_vmemmap: introduce CONFIG_HUGETLB_PAGE_HAS_OPTIMIZE_VMEMMAP
 2022-04-15  2:47 UTC  (2+ messages)

[PATCH 0/3] memory tiering: hot page selection
 2022-04-15  2:42 UTC  (4+ messages)
` [PATCH 1/3] memory tiering: hot page selection with hint page fault latency

[linux-next:master] BUILD REGRESSION 40354149f4d738dc3492d9998e45b3f02950369a
 2022-04-15  2:09 UTC 

[PATCH] mm/vmscan: fix comment for current_may_throttle
 2022-04-15  1:39 UTC  (3+ messages)

[PATCH v2 0/2] A few fixup and cleanup patches for memory failure
 2022-04-15  1:18 UTC  (3+ messages)
` [PATCH v2 2/2] mm/memory-failure.c: dissolve truncated hugetlb page

[PATCH v1] mm: recheck PageCompound() before printing out info of head page
 2022-04-15  1:08 UTC  (2+ messages)

[perf vendor events] 3f5f0df7bf: perf-sanity-tests.perf_all_metrics_test.fail
 2022-04-14 22:58 UTC  (10+ messages)
  ` [LKP] "

[PATCH 0/4] selftest/vm fix segfault in mremap_test
 2022-04-14 22:24 UTC  (4+ messages)
` [PATCH 2/4] selftest/vm: verify remap destination address "


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