linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-23 13:32:40 to 2022-06-24 08:40:48 UTC [more...]

[PATCH v2 0/9] mm, hwpoison: enable 1GB hugepage support (v2)
 2022-06-24  8:40 UTC  (15+ messages)
` [PATCH v2 1/9] mm/hugetlb: remove checking hstate_is_gigantic() in return_unused_surplus_pages()
` [PATCH v2 2/9] mm/hugetlb: separate path for hwpoison entry in copy_hugetlb_page_range()
` [PATCH v2 3/9] mm/hugetlb: make pud_huge() and huge_pud() aware of non-present pud entry
` [PATCH v2 4/9] mm, hwpoison, hugetlb: support saving mechanism of raw error pages
` [PATCH v2 5/9] mm, hwpoison: make unpoison aware of raw error info in hwpoisoned hugepage
` [PATCH v2 6/9] mm, hwpoison: set PG_hwpoison for busy hugetlb pages
` [PATCH v2 7/9] mm, hwpoison: make __page_handle_poison returns int
` [PATCH v2 8/9] mm, hwpoison: skip raw hwpoison page in freeing 1GB hugepage
` [PATCH v2 9/9] mm, hwpoison: enable memory error handling on "

[PATCH 1/1] mm: kfence: skip kmemleak alloc in kfence_pool
 2022-06-24  8:28 UTC  (4+ messages)

[RFC] Per file OOM-badness / RSS once more
 2022-06-24  8:04 UTC  (15+ messages)
` [PATCH 01/14] fs: add per file RSS
` [PATCH 02/14] oom: take per file RSS into account
` [PATCH 03/14] proc: expose per file RSS
` [PATCH 04/14] mm: shmem: provide RSS for shmem files
` [PATCH 05/14] dma-buf: provide file RSS for DMA-buf files
` [PATCH 06/14] drm/gem: adjust per file RSS on handling buffers
` [PATCH 07/14] drm/gma500: use drm_file_rss
` [PATCH 08/14] drm/amdgpu: "
` [PATCH 09/14] drm/radeon: use drm_oom_badness
` [PATCH 10/14] drm/i915: use drm_file_rss
` [PATCH 11/14] drm/nouveau: "
` [PATCH 12/14] drm/omap: "
` [PATCH 13/14] drm/vmwgfx: "
` [PATCH 14/14] drm/tegra: "

[PATCH v3 0/4] memblock tests: add VERBOSE and MEMBLOCK_DEBUG Makefile options
 2022-06-24  7:18 UTC  (6+ messages)
` [PATCH v3 2/4] memblock tests: add verbose output to memblock tests

[net] 4890b686f4: netperf.Throughput_Mbps -69.4% regression
 2022-06-24  7:06 UTC  (13+ messages)

[Question] vmalloc latency in RT-Linux
 2022-06-24  6:46 UTC  (6+ messages)

[PATCH V4 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
 2022-06-24  6:11 UTC  (44+ messages)
` [PATCH V4 01/26] mm/mmap: Build protect protection_map[] with __P000
` [PATCH V4 02/26] mm/mmap: Define DECLARE_VM_GET_PAGE_PROT
` [PATCH V4 03/26] powerpc/mm: Move protection_map[] inside the platform
` [PATCH V4 04/26] sparc/mm: "
` [PATCH V4 05/26] arm64/mm: "
` [PATCH V4 06/26] x86/mm: "
` [PATCH V4 07/26] mm/mmap: Build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V4 08/26] microblaze/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V4 09/26] loongarch/mm: "
` [PATCH V4 10/26] openrisc/mm: "
` [PATCH V4 11/26] extensa/mm: "
` [PATCH V4 12/26] hexagon/mm: "
` [PATCH V4 13/26] parisc/mm: "
` [PATCH V4 14/26] alpha/mm: "
` [PATCH V4 15/26] nios2/mm: "
` [PATCH V4 16/26] riscv/mm: "
` [PATCH V4 17/26] csky/mm: "
` [PATCH V4 18/26] s390/mm: "
` [PATCH V4 19/26] ia64/mm: "
` [PATCH V4 20/26] mips/mm: "
` [PATCH V4 21/26] m68k/mm: "
` [PATCH V4 22/26] arc/mm: "
` [PATCH V4 23/26] arm/mm: "
` [PATCH V4 24/26] um/mm: "
` [PATCH V4 25/26] sh/mm: "
` [PATCH V4 26/26] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT

[linux-next:master 4204/5575] arch/powerpc/kernel/interrupt.c:542:55: error: suggest braces around empty body in an 'if' statement
 2022-06-24  5:47 UTC  (3+ messages)

[RESEND PATCH v9 00/14] io-uring/xfs: support async buffered writes
 2022-06-24  5:21 UTC  (23+ messages)
` [RESEND PATCH v9 01/14] mm: Move starting of background writeback into the main balancing loop
` [RESEND PATCH v9 02/14] mm: Move updates of dirty_exceeded into one place
` [RESEND PATCH v9 03/14] mm: Add balance_dirty_pages_ratelimited_flags() function
` [RESEND PATCH v9 04/14] iomap: Add flags parameter to iomap_page_create()
` [RESEND PATCH v9 05/14] iomap: Add async buffered write support
` [RESEND PATCH v9 06/14] iomap: Return -EAGAIN from iomap_write_iter()
` [RESEND PATCH v9 07/14] fs: Add check for async buffered writes to generic_write_checks
` [RESEND PATCH v9 08/14] fs: add __remove_file_privs() with flags parameter
` [RESEND PATCH v9 09/14] fs: Split off inode_needs_update_time and __file_update_time
` [RESEND PATCH v9 10/14] fs: Add async write file modification handling
` [RESEND PATCH v9 11/14] io_uring: Add support for async buffered writes
` [RESEND PATCH v9 12/14] io_uring: Add tracepoint for short writes
` [RESEND PATCH v9 13/14] xfs: Specify lockmode when calling xfs_ilock_for_iomap()
` [RESEND PATCH v9 14/14] xfs: Add async buffered write support

[PATCH v1] mm/rmap: fix dereferencing invalid subpage pointer in try_to_migrate_one()
 2022-06-24  4:02 UTC  (2+ messages)

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-24  3:58 UTC  (9+ messages)
` [PATCH v6 4/8] KVM: Extend the memslot to support fd-based "
` [PATCH v6 6/8] KVM: Handle page fault for "
` [PATCH v6 7/8] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH 0/7] migrate_pages(): fix several bugs in error path
 2022-06-24  2:53 UTC  (6+ messages)
` [PATCH 1/7] migrate: fix syscall move_pages() return value for failure
` [PATCH 2/7] migrate_pages(): remove unnecessary list_safe_reset_next()
` [PATCH 3/7] migrate_pages(): fix THP failure counting for -ENOMEM
` [PATCH 4/7] migrate_pages(): fix failure counting for THP subpages retrying
` [PATCH 5/7] migrate_pages(): fix failure counting for THP on -ENOSYS

[PATCH 1/3] powerpc/memhotplug: Add add_pages override for PPC
 2022-06-24  2:45 UTC  (3+ messages)
` [PATCH 3/3] powerpc/mm: Use VMALLOC_START to validate addr

[PATCH v1 0/5] userfaultfd: support access/write hints
 2022-06-24  2:42 UTC  (13+ messages)
` [PATCH v1 1/5] userfaultfd: introduce uffd_flags
` [PATCH v1 2/5] userfaultfd: introduce access-likely mode for common operations
` [PATCH v1 4/5] userfaultfd: zero access/write hints

[PATCH v5 00/22] TDX host kernel support
 2022-06-24  2:12 UTC  (3+ messages)
` [PATCH v5 05/22] x86/virt/tdx: Prevent hot-add driver managed memory

[PATCHv7 00/14] mm, x86/cc: Implement support for unaccepted memory
 2022-06-24  2:00 UTC  (13+ messages)
` [PATCHv7 01/14] x86/boot: Centralize __pa()/__va() definitions
` [PATCHv7 10/14] x86/mm: Avoid load_unaligned_zeropad() stepping into unaccepted memory
` [PATCHv7 11/14] x86: Disable kexec if system has "
` [PATCHv7 12/14] x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stub
` [PATCHv7 13/14] x86/tdx: Refactor try_accept_one()

[PATCH] mm: Re-allow pinning of zero pfns
 2022-06-24  1:55 UTC  (9+ messages)

[RFC PATCH] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-06-24  1:51 UTC  (4+ messages)
` [RFC PATCH v3] "

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-06-24  0:06 UTC  (10+ messages)
` [PATCH Part2 v6 03/49] x86/sev: Add the host SEV-SNP initialization support
` [PATCH Part2 v6 04/49] x86/sev: set SYSCFG.MFMD
` [PATCH Part2 v6 05/49] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 v6 07/49] x86/sev: Invalid pages from direct map when adding it to RMP table

[RFC PATCH 0/3] Cgroup accounting of memory tier usage
 2022-06-23 23:07 UTC  (4+ messages)
` [RFC PATCH 1/3] mm/memory-tiers Add functions for tier memory usage in a cgroup

[PATCH Part2 v6 05/49] x86/sev: Add RMP entry lookup helpers
 2022-06-23 22:43 UTC  (12+ messages)

[PATCH 0/4] kvm/mm: Allow GUP to respond to non fatal signals
 2022-06-23 21:52 UTC  (15+ messages)
` [PATCH 2/4] kvm: Merge "atomic" and "write" in __gfn_to_pfn_memslot()
` [PATCH 3/4] kvm: Add new pfn error KVM_PFN_ERR_INTR
` [PATCH 4/4] kvm/x86: Allow to respond to generic signals during slow page faults

[linux-next:master] BUILD REGRESSION 08897940f458ee55416cf80ab13d2d8b9f20038e
 2022-06-23 20:33 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 7ff19263f6dd51d68217d135aad66790cc466f7d
 2022-06-23 20:26 UTC 

[PATCH v10 00/69] Introducing the Maple Tree
 2022-06-23 18:47 UTC  (10+ messages)
` [PATCH v10 09/69] mm: add VMA iterator
` [PATCH v10 13/69] mm/mmap: use maple tree for unmapped_area{_topdown}
` [PATCH v10 14/69] kernel/fork: use maple tree for dup_mmap() during forking
` [PATCH v10 15/69] damon: convert __damon_va_three_regions to use the VMA iterator

[PATCH] vmalloc:Merge multiple if conditional sentences
 2022-06-23 18:39 UTC  (2+ messages)

[PATCH v5 00/13] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-06-23 18:21 UTC  (17+ messages)
` [PATCH v5 01/13] mm: add zone device coherent type memory support

[PATCH] mm: vmpressure: don't count userspace-induced reclaim as memory pressure
 2022-06-23 17:26 UTC  (10+ messages)

[GIT PULL] Pagecache fixes for 5.19-rc4
 2022-06-23 17:19 UTC  (2+ messages)

[PATCH mm v4 0/9] memcg: accounting for objects allocated by mkdir cgroup
 2022-06-23 16:55 UTC  (8+ messages)
` [PATCH mm v5 0/9] memcg: accounting for objects allocated by mkdir, cgroup
` [PATCH mm v5 1/9] memcg: enable accounting for struct cgroup
` [PATCH mm v5 2/9] memcg: enable accounting for kernfs nodes
` [PATCH mm v5 3/9] memcg: enable accounting for kernfs iattrs

[RFC PATCH v2 0/3] Add PUD and kernel PTE level pagetable account
 2022-06-23 16:07 UTC  (3+ messages)
` [RFC PATCH v2 1/3] mm: Factor out the pagetable pages account into new helper function

[linux-next:master 4548/5575] drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link.c:1025:33: warning: variable 'pre_connection_type' set but not used
 2022-06-23 15:46 UTC 

[PATCH -next] mm/mmap: fix error return code in do_mas_align_munmap()
 2022-06-23 14:24 UTC  (2+ 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).