linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-08 03:00:04 to 2022-04-09 04:52:40 UTC [more...]

use block_device based APIs in block layer consumers v2
 2022-04-09  4:50 UTC  (24+ 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 0/3] memory tiering: hot page selection
 2022-04-09  4:07 UTC  (5+ messages)
` [PATCH 1/3] memory tiering: hot page selection with hint page fault latency
` [PATCH 2/3] memory tiering: rate limit NUMA migration throughput
` [PATCH 3/3] memory tiering: adjust hot threshold automatically

[PATCH v9 0/4] mm: Enable conversion of powerpc to default topdown mmap layout
 2022-04-09  3:25 UTC  (6+ messages)
` [PATCH v9 1/4] mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
` [PATCH v9 2/4] mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_area functions
` [PATCH v9 3/4] mm: Add len and flags parameters to arch_get_mmap_end()
` [PATCH v9 4/4] mm, hugetlbfs: Allow for "high" userspace addresses

[PATCH] mm/vmscan: remove obsolete comment in get_scan_count
 2022-04-09  3:02 UTC 

[PATCH 0/3] A few fixup and cleanup patches for memory failure
 2022-04-09  2:36 UTC  (8+ messages)
` [PATCH 1/3] mm/memory-failure.c: avoid false-postive PageSwapCache test
` [PATCH 2/3] mm/memory-failure.c: minor cleanup for HWPoisonHandlable

[PATCH v8 0/3] mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()
 2022-04-09  2:33 UTC  (9+ messages)
` [PATCH v8 1/3] "
` [PATCH v8 2/3] mm/hwpoison: put page in already hwpoisoned case with MF_COUNT_INCREASED
` [PATCH v8 3/3] Revert "mm/memory-failure.c: fix race with changing page compound again"

[PATCH v2] delayacct: track delays from write-protect copy
 2022-04-09  1:43 UTC 

[PATCH v3 0/4] memcg: introduce per-memcg proactive reclaim
 2022-04-09  1:44 UTC  (16+ messages)
` [PATCH v3 1/4] memcg: introduce per-memcg reclaim interface
` [PATCH v3 2/4] selftests: cgroup: return the errno of write() in cg_write() on failure
` [PATCH v3 3/4] selftests: cgroup: fix alloc_anon_noexit() instantly freeing memory
` [PATCH v3 4/4] selftests: cgroup: add a selftest for memory.reclaim

[PATCH] percpu_ref: call wake_up_all() after percpu_ref_put() completes
 2022-04-09  0:40 UTC  (13+ messages)

[linux-next:master 2149/3040] drivers/gpu/drm/panel/panel-newvision-nv3052c.c:478:19: error: initialization of 'void (*)(struct spi_device *)' from incompatible pointer type 'int (*)(struct spi_device *)'
 2022-04-09  0:15 UTC 

[PATCH] mm, page_alloc: fix build_zonerefs_node()
 2022-04-08 23:21 UTC  (3+ messages)

[Patch v2 1/2] mm/page_alloc: add same penalty is enough to get round-robin order
 2022-04-08 23:07 UTC  (4+ messages)
` [Patch v2 2/2] mm/page_alloc: not necessary to multiply MAX_NODE_LOAD

[PATCH bpf 0/2] vmalloc: bpf: introduce VM_ALLOW_HUGE_VMAP
 2022-04-08 22:34 UTC  (3+ messages)
` [PATCH bpf 1/2] vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAP
` [PATCH bpf 2/2] bpf: use vmalloc with VM_ALLOW_HUGE_VMAP for bpf_prog_pack

[PATCH v8] oom_kill.c: futex: Don't OOM reap the VMA containing the robust_list_head
 2022-04-08 21:41 UTC  (16+ messages)

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-08 21:35 UTC  (30+ messages)
` [PATCH v5 02/13] mm: Introduce memfile_notifier
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
` [PATCH v5 05/13] KVM: Extend the memslot to support fd-based private memory
` [PATCH v5 06/13] KVM: Use kvm_userspace_memory_region_ext
` [PATCH v5 07/13] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [PATCH v5 08/13] KVM: Use memfile_pfn_ops to obtain pfn for private pages
` [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd

[PATCH bpf 0/4] introduce HAVE_ARCH_HUGE_VMALLOC_FLAG for bpf_prog_pack
 2022-04-08 21:22 UTC  (9+ messages)

[linux-next:master] BUILD REGRESSION ff511c1c68a5a35ab0b3efb3c306fd80b10d74be
 2022-04-08 21:04 UTC 

[PATCH] tmpfs: fix regressions from wider use of ZERO_PAGE
 2022-04-08 20:38 UTC 

incoming
 2022-04-08 20:10 UTC  (11+ messages)
` [patch 1/9] mm: migrate: use thp_order instead of HPAGE_PMD_ORDER for new page allocation
` [patch 2/9] highmem: fix checks in __kmap_local_sched_{in,out}
` [patch 3/9] lz4: fix LZ4_decompress_safe_partial read out of bound
` [patch 4/9] mm/sparsemem: fix 'mem_section' will never be NULL gcc 12 warning
` [patch 5/9] mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0)
` [patch 6/9] mm/mempolicy: fix mpol_new leak in shared_policy_replace
` [patch 7/9] mailmap: update Vasily Averin's email address
` [patch 8/9] mm/list_lru.c: revert "mm/list_lru: optimize memcg_reparent_list_lru_node()"
` [patch 9/9] MAINTAINERS: add Tom as clang reviewer

Regression in xfstests on tmpfs-backed NFS exports
 2022-04-08 19:52 UTC  (9+ messages)

[PATCHv4 0/8] mm, x86/cc: Implement support for unaccepted memory
 2022-04-08 19:21 UTC  (17+ messages)
` [PATCHv4 1/8] mm: Add "
` [PATCHv4 3/8] efi/x86: Implement "
` [PATCHv4 4/8] x86/boot/compressed: Handle "
` [PATCHv4 5/8] x86/mm: Reserve unaccepted memory bitmap
` [PATCHv4 6/8] x86/mm: Provide helpers for unaccepted memory
` [PATCHv4 7/8] x86/tdx: Unaccepted memory support

[GIT PULL] Folio fixes for 5.18-rc1
 2022-04-08 17:46 UTC  (2+ messages)

[RFC PATCH v0 0/6] x86/AMD: Userspace address tagging
 2022-04-08 17:41 UTC  (3+ messages)

[PATCH] NFSv4.2: Fix missing removal of SLAB_ACCOUNT on kmem_cache allocation
 2022-04-08 15:24 UTC  (3+ messages)

[RFC PATCH -next V2 0/7]arm64: add machine check safe support
 2022-04-08 15:22 UTC  (11+ messages)
` [RFC PATCH -next V2 5/7] arm64: add get_user to machine check safe
` [RFC PATCH -next V2 7/7] arm64: add pagecache reading "

[PATCH] delayacct: track delays from write-protect copy
 2022-04-08 15:02 UTC  (2+ messages)

[PATCH 00/10] mm, arm64: Reduce ARCH_KMALLOC_MINALIGN below the cache line size
 2022-04-08 14:37 UTC  (19+ messages)
` [PATCH 01/10] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN
` [PATCH 07/10] crypto: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN

[linux-next:pending-fixes] BUILD REGRESSION 02f3bd309a78c84c8e12ff44a3fd4de16d1180c3
 2022-04-08 13:35 UTC 

[PATCH V4 0/7] mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot()
 2022-04-08 12:53 UTC  (12+ messages)
` [PATCH V4 1/7] mm/mmap: Add new config ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V4 2/7] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V4 3/7] arm64/mm: "
` [PATCH V4 6/7] mm/mmap: Drop arch_filter_pgprot()
` [PATCH V4 7/7] mm/mmap: Drop arch_vm_get_page_pgprot()

[PATCH] powerpc/numa: Handle partially initialized numa nodes
 2022-04-08 12:25 UTC  (3+ messages)

[linux-next:master 2863/3040] drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c:28:10: fatal error: asm/hypervisor.h: No such file or directory
 2022-04-08  9:52 UTC 

[RFC PATCH 0/5] hugetlb: Change huge pmd sharing
 2022-04-08  9:26 UTC  (4+ messages)

[linux-next:master 1554/3040] drivers/hwmon/aquacomputer_d5next.c:255: undefined reference to `crc16'
 2022-04-08  9:11 UTC 

[linux-next:master 2790/3040] fs/io_uring.c:7501:39: sparse: sparse: marked inline, but without a definition
 2022-04-08  9:01 UTC 

[RFC PATCH 00/47] Address Space Isolation for KVM
 2022-04-08  8:52 UTC  (6+ messages)

[linux-next:master 1114/3040] ERROR: modpost: "build_error" [drivers/gpio/gpio_pl061_rust.ko] undefined!
 2022-04-08  8:40 UTC 

[LSF/MM/BPF TOPIC] block drivers in user space
 2022-04-08  7:44 UTC  (3+ messages)

[mcgrof:sysctl-testing 12/18] mm/page-writeback.c:93:28: warning: unused variable 'dirty_bytes_min'
 2022-04-08  7:38 UTC 

[PATCH] delayacct: track delays from COW
 2022-04-08  7:31 UTC  (4+ messages)

[PATCH v4] /dev/mem: Revoke mappings when a driver claims the region
 2022-04-08  6:51 UTC  (7+ messages)

[PATCH v7] mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()
 2022-04-08  6:28 UTC  (6+ messages)

[PATCH v11 0/8] fsdax: introduce fs query to support reflink
 2022-04-08  6:26 UTC  (6+ messages)
` [PATCH v11 7/8] xfs: Implement ->notify_failure() for XFS

[PATCH v11 1/8] dax: Introduce holder for dax_device
 2022-04-08  5:59 UTC  (13+ messages)

[PATCH v2] mm, page_alloc: fix build_zonerefs_node()
 2022-04-08  5:50 UTC  (3+ messages)

[PATCH v2 0/4] memcg: introduce per-memcg proactive reclaim
 2022-04-08  5:00 UTC  (6+ messages)
` [PATCH v2 1/4] memcg: introduce per-memcg reclaim interface
` [PATCH v2 3/4] selftests: cgroup: fix alloc_anon_noexit() instantly freeing memory

[PATCH v10 00/14] Multi-Gen LRU Framework
 2022-04-08  4:48 UTC  (5+ messages)
` [PATCH v10 14/14] mm: multi-gen LRU: design doc

[PATCH v2] Documentation: arch_pgtable_helpers: demote pgtable list headings
 2022-04-08  4:24 UTC  (2+ messages)

[PATCH v8 00/14] Convert powerpc to default topdown mmap layout (v8)
 2022-04-08  4:18 UTC  (8+ messages)

[PATCH resend] memcg: introduce per-memcg reclaim interface
 2022-04-08  4:10 UTC  (14+ messages)

[RFC PATCH] lkdtm: Replace lkdtm_rodata_do_nothing() by do_nothing()
 2022-04-08  3:42 UTC  (2+ messages)

[PATCH v7] oom_kill.c: futex: Don't OOM reap the VMA containing the robust_list_head
 2022-04-08  3:24 UTC  (3+ messages)

[PATCH v2] mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcore
 2022-04-08  3:02 UTC  (3+ 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).