linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-27 11:05:52 to 2021-09-29 10:09:41 UTC [more...]

[PATCH 0/5] Remove dependency on congestion_wait in mm/ v2
 2021-09-29 10:09 UTC  (2+ messages)
` [PATCH 1/5] mm/vmscan: Throttle reclaim until some writeback completes if congested

[PATCH v1 0/8] proc/vmcore: sanitize access to virtio-mem memory
 2021-09-29  9:03 UTC  (14+ messages)
` [PATCH v1 1/8] x86/xen: update xen_oldmem_pfn_is_ram() documentation
` [PATCH v1 2/8] x86/xen: simplify xen_oldmem_pfn_is_ram()
` [PATCH v1 3/8] proc/vmcore: let pfn_is_ram() return a bool
` [PATCH v1 4/8] proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks
` [PATCH v1 5/8] virtio-mem: factor out hotplug specifics from virtio_mem_init() into virtio_mem_init_hotplug()
` [PATCH v1 6/8] virtio-mem: factor out hotplug specifics from virtio_mem_probe() "
` [PATCH v1 7/8] virtio-mem: factor out hotplug specifics from virtio_mem_remove() into virtio_mem_deinit_hotplug()
` [PATCH v1 8/8] virtio-mem: kdump mode to sanitize /proc/vmcore access

[PATCH v1] mm: page_alloc: Add debug log in free_reserved_area for static memory
 2021-09-29  8:58 UTC  (5+ messages)

[PATCH] mm: vmscan: Replace shrinker_rwsem trylocks with SRCU protection
 2021-09-29  8:06 UTC  (4+ messages)

[RFC PATCH 0/8] mm/madvise: support process_madvise(MADV_DONTNEED)
 2021-09-29  7:52 UTC  (29+ messages)
` [RFC PATCH 1/8] mm/madvise: propagate vma->vm_end changes
` [RFC PATCH 2/8] mm/madvise: remove unnecessary check on madvise_dontneed_free()
` [RFC PATCH 4/8] mm/madvise: define madvise behavior in a struct

[PATCH 0/2] mm, thp: fix file-backed THP race in collapse_file
 2021-09-29  7:50 UTC  (12+ messages)
` [PATCH v2 1/2] mm, thp: check page mapping when truncating page cache

[PATCH] mm: Disable zsmalloc on PREEMPT_RT
 2021-09-29  7:23 UTC  (6+ messages)
  ` [PATCH] mm/zsmalloc: Replace bit spinlock and get_cpu_var() usage

[PATCH] mm: Set min_free_kbytes with user_min_free_kbytes when user_min_free_kbytes is preferred
 2021-09-29  6:15 UTC  (3+ messages)

[PATCH -V3] mm/migrate: fix CPUHP state to update node demotion order
 2021-09-29  6:03 UTC 

[PATCH v7] hugetlbfs: Extend the definition of hugepages parameter to support node allocation
 2021-09-29  5:38 UTC  (3+ messages)

kvm crash in 5.14.1?
 2021-09-29  4:44 UTC  (2+ messages)

[PATCH v2 1/4] mm: Create a new system state and fix core_kernel_text()
 2021-09-29  3:30 UTC  (6+ messages)
` [PATCH v2 2/4] mm: Make generic arch_is_kernel_initmem_freed() do what it says
` [PATCH v2 3/4] powerpc: Use generic version of arch_is_kernel_initmem_freed()
` [PATCH v2 4/4] s390: "

[BUG] The usage of memory cgroup is not consistent with processes when using THP
 2021-09-29  3:25 UTC  (5+ messages)

[PATCH] mm/mmap: Define index macros for protection_map[]
 2021-09-29  2:57 UTC  (5+ messages)

[PATCH resend] slub: Add back check for free nonslab objects
 2021-09-29  2:06 UTC  (5+ messages)

mmotm 2021-09-28-19-05 uploaded
 2021-09-29  2:06 UTC 

[PATCH v2] slub: Add back check for free nonslab objects
 2021-09-29  1:59 UTC  (3+ messages)

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-09-28 23:20 UTC  (16+ messages)
` [PATCH Part2 v5 04/45] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 v5 05/45] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH Part2 v5 25/45] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH Part2 v5 37/45] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH Part2 v5 38/45] KVM: SVM: Add support to handle "

[PATCH] mm/vmalloc: fix numa spreading for large hash tables
 2021-09-28 22:33 UTC  (2+ messages)

[PATCH v3 00/20] Userspace P2PDMA with O_DIRECT NVMe devices
 2021-09-28 22:05 UTC  (33+ messages)
` [PATCH v3 01/20] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v3 03/20] PCI/P2PDMA: make pci_p2pdma_map_type() non-static
` [PATCH v3 04/20] PCI/P2PDMA: introduce helpers for dma_map_sg implementations
  ` [PATCH v3 4/20] "
` [PATCH v3 05/20] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v3 06/20] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v3 07/20] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v3 08/20] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v3 11/20] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v3 12/20] RDMA/rw: use dma_map_sgtable()
` [PATCH v3 13/20] PCI/P2PDMA: remove pci_p2pdma_[un]map_sg()
` [PATCH v3 14/20] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v3 19/20] PCI/P2PDMA: introduce pci_mmap_p2pmem()

[PATCH v4 0/4] mm: A few cleanup patches around zap, shmem and uffd
 2021-09-28 21:37 UTC  (6+ messages)
` [PATCH v4 1/4] mm/shmem: Unconditionally set pte dirty in mfill_atomic_install_pte

arm64: mm: update max_pfn after memory hotplug
 2021-09-28 19:34 UTC  (3+ messages)
` [PATCH] "

[PATCH v4 00/14] mm, sparse-vmemmap: Introduce compound devmaps for device-dax
 2021-09-28 18:01 UTC  (9+ messages)
` [PATCH v4 08/14] mm/gup: grab head page refcount once for group of subpages

[PATCH] memblock: check memory total_size
 2021-09-28 16:37 UTC  (2+ messages)

[PATCH v3] madvise.2: Document MADV_POPULATE_READ and MADV_POPULATE_WRITE
 2021-09-28 16:34 UTC  (2+ messages)

[PATCH resend RFC 0/9] s390: fixes, cleanups and optimizations for page table walkers
 2021-09-28 16:03 UTC  (11+ messages)
` [PATCH resend RFC 4/9] s390/mm: fix VMA and page table handling code in storage key handling functions
` [PATCH resend RFC 8/9] s390/mm: optimize set_guest_storage_key()
` [PATCH resend RFC 9/9] s390/mm: optimize reset_guest_reference_bit()

kernel/sys_ni.c:71:1: warning: no previous prototype for function '__arm64_sys_epoll_pwait2'
 2021-09-28 15:37 UTC 

linux 5.14.3: free_user_ns causes NULL pointer dereference
 2021-09-28 13:40 UTC  (6+ messages)

[PATCH v5 0/5] Free the 2nd vmemmap page associated with each HugeTLB page
 2021-09-28 12:41 UTC  (6+ messages)
` [PATCH v5 1/5] mm: hugetlb: free "
` [PATCH v5 2/5] mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_key
` [PATCH v5 3/5] mm: sparsemem: use page table lock to protect kernel pmd operations
` [PATCH v5 4/5] selftests: vm: add a hugetlb test case
` [PATCH v5 5/5] mm: sparsemem: move vmemmap related to HugeTLB to CONFIG_HUGETLB_PAGE_FREE_VMEMMAP

arch/powerpc/mm/book3s64/pgtable.c:174:15: warning: no previous prototype for 'create_section_mapping'
 2021-09-28 12:06 UTC 

include/linux/fortify-string.h:27:33: warning: '__builtin_strncpy' output truncated copying between 0 and 32 bytes from a string of length 32
 2021-09-28 11:33 UTC 

Struct page proposal
 2021-09-28 11:21 UTC  (17+ messages)

[QUESTION] is SLAB considered legacy and deprecated?
 2021-09-28 11:12 UTC  (3+ messages)

arch/arm64/include/asm/syscall_wrapper.h:76:32: warning: no previous prototype for '__arm64_sys_epoll_pwait2'
 2021-09-28 10:11 UTC 

[PATCH v1 0/4] mm/memory_hotplug: full support for
 2021-09-28  9:38 UTC  (8+ messages)
` [PATCH v1 1/4] mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource()
` [PATCH v1 2/4] memblock: allow to specify flags with memblock_add_node()
` [PATCH v1 3/4] memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED
` [PATCH v1 4/4] mm/memory_hotplug: indicate MEMBLOCK_DRIVER_MANAGED with IORESOURCE_SYSRAM_DRIVER_MANAGED

[PATCH v4 0/3] arm64: support page mapping percpu first chunk allocator
 2021-09-28  7:48 UTC  (2+ messages)

[RFC] arm64: mm: update max_pfn after memory hotplug
 2021-09-28  7:33 UTC  (11+ messages)

drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn20/display_rq_dlg_calc_20.c:1531:6: warning: stack frame size (1324) exceeds limit (1024) in function 'dml20_rq_dlg_get_dlg_reg'
 2021-09-28  6:39 UTC 

[PATCH v3 9/9] mm: Remove swap BIO paths and only use DIO paths
 2021-09-28  3:11 UTC  (7+ messages)
` [RFC][PATCH v3 0/9] mm: Use DIO for swap and fix NFS swapfiles

[PATCH v4 0/5] Free the 2nd vmemmap page associated with each HugeTLB page
 2021-09-28  2:42 UTC  (4+ messages)
` [PATCH v4 1/5] mm: hugetlb: free "

[PATCH RESEND 0/2] Use generic code for randomization of virtual address of x86
 2021-09-28  2:14 UTC  (5+ messages)
` [PATCH RESEND 2/2] x86/mm: Randomize va with generic arch_pick_mmap_layout()

kernel/sys_ni.c:283:1: warning: no previous prototype for function '__arm64_sys_process_madvise'
 2021-09-28  2:10 UTC 

[PATCH -V2] mm/migrate: fix CPUHP state to update node demotion order
 2021-09-28  1:21 UTC  (3+ messages)

[PATCH] mm/damon: needn't hold kdamond_lock to print pid of kdamond
 2021-09-27 23:24 UTC 

[PATCH] mm/damon: remove unnecessary do_exit() from kdamond
 2021-09-27 23:24 UTC 

untangle the block headers v2
 2021-09-27 23:14 UTC  (2+ messages)

WARNING: modpost: vmlinux.o(.text.unlikely+0xea2c): Section mismatch in reference from the function bfq_pos_tree_add_move() to the variable .init.data:initcall_level_names
 2021-09-27 23:10 UTC 

[PATCH] mm/userfaultfd: selftests: Fix memory corruption with thp enabled
 2021-09-27 20:37 UTC  (8+ messages)

[RFC PATCH] userfaultfd: support control over mm of remote PIDs
 2021-09-27 20:11 UTC  (6+ messages)

[PATCH v3 02/20] PCI/P2PDMA: attempt to set map_type if it has not been set
 2021-09-27 18:50 UTC  (2+ messages)

[PATCH v3 0/1] Documenting shmem as an exception case for the pagemap
 2021-09-27 17:28 UTC  (2+ messages)

[PATCH] mm/vmscan.c:Fix -Wunused-but-set-variable warning
 2021-09-27 16:51 UTC  (2+ messages)

[PATCH v3] vmpressure: wake up work only when there is registration event
 2021-09-27 15:43 UTC  (3+ messages)

[PATCH 1/3] mm: Make generic arch_is_kernel_initmem_freed() do what it says
 2021-09-27 13:51 UTC  (3+ messages)

[PATCH memcg] memcg: prohibit unconditional exceeding the limit of dying tasks
 2021-09-27 11:08 UTC  (7+ messages)
` [PATCH mm] vmalloc: back off when the current task is OOM-killed


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