linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 00/23] Convert to filemap_get_folios_tag()
 2022-11-23  7:51 UTC  (6+ messages)
` [PATCH v3 14/23] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
  ` [f2fs-dev] "

[PATCH v2] mm: introduce arch_has_hw_nonleaf_pmd_young()
 2022-11-23  6:45 UTC 

[PATCH] mm: migrate: Fix THP's mapcount on isolation
 2022-11-23  5:14 UTC  (4+ messages)

[PATCH] documentation/mm: Update pmd_present() in arch_pgtable_helpers.rst
 2022-11-23  5:13 UTC 

[PATCH bpf-next v4 0/6] execmem_alloc for BPF programs
 2022-11-23  5:06 UTC  (15+ messages)
` [PATCH bpf-next v4 1/6] vmalloc: introduce execmem_alloc, execmem_free, and execmem_fill

[RFC PATCH v1 0/4] Introduce merge identical pages mechanism
 2022-11-23  4:13 UTC  (6+ messages)

[RFC PATCH] mm/shmem: Fix undo range for failed fallocate
 2022-11-23  4:02 UTC  (4+ messages)

[PATCH v6 0/6] Implement writeback for zsmalloc
 2022-11-23  3:58 UTC  (16+ messages)
` [PATCH v6 4/6] zsmalloc: Add a LRU to zs_pool to keep track of zspages in LRU order
` [PATCH v6 6/6] zsmalloc: Implement writeback mechanism for zsmalloc

[PATCH RFC 0/3] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
 2022-11-23  3:38 UTC  (4+ messages)
` [PATCH RFC 3/3] "

[PATCH v10 0/3] fix hugetlb MADV_DONTNEED vma_lock handling
 2022-11-23  2:21 UTC  (3+ messages)

[PATCH v2] mm: Make ksize() a reporting-only function
 2022-11-23  1:30 UTC  (2+ messages)

Low TCP throughput due to vmpressure with swap enabled
 2022-11-23  1:28 UTC  (13+ messages)

[PATCH] mm: memcg: fix stale protection of reclaim target memcg
 2022-11-23  1:26 UTC  (6+ messages)

[PATCH v7 00/20] TDX host kernel support
 2022-11-23  1:24 UTC  (50+ messages)
` [PATCH v7 02/20] x86/virt/tdx: Detect TDX during kernel boot
` [PATCH v7 04/20] x86/virt/tdx: Add skeleton to initialize TDX on demand
` [PATCH v7 05/20] x86/virt/tdx: Implement functions to make SEAMCALL
` [PATCH v7 06/20] x86/virt/tdx: Shut down TDX module in case of error
` [PATCH v7 07/20] x86/virt/tdx: Do TDX module global initialization
` [PATCH v7 09/20] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v7 10/20] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory

[PATCH v1] mm/gup: disallow FOLL_FORCE|FOLL_WRITE on hugetlb mappings
 2022-11-22 23:48 UTC  (10+ messages)

[PATCH -next 1/2] mm/slab: add is_kmalloc_cache() helper macro
 2022-11-22 23:17 UTC  (8+ messages)
` [PATCH -next 2/2] mm/kasan: simplify is_kmalloc check

[PATCH mm-hotfixes-unstable] mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in damon_sysfs_set_schemes()
 2022-11-22 22:32 UTC  (3+ messages)

[linux-next:master 8857/9540] io_uring/io_uring.c:498:17: error: implicit declaration of function 'eventfd_signal_mask'; did you mean 'eventfd_signal'?
 2022-11-22 22:25 UTC 

[PATCH v2 0/3] [RFC] shmem: user and group quota support for tmpfs
 2022-11-22 21:03 UTC  (13+ messages)
` [PATCH v2 1/3] quota: add quota in-memory format support
` [PATCH v2 2/3] shmem: implement user/group quota support for tmpfs
` [PATCH v2 3/3] shmem: implement mount options for global quota limits

[PATCH 3/3] compiler: inline does not imply notrace
 2022-11-22 20:51 UTC  (3+ messages)

[RFC PATCH V1] mm: Disable demotion from proactive reclaim
 2022-11-22 20:38 UTC  (4+ messages)
` [RFC PATCH v1] mm: Add memory.demote for proactive demotion only
` [RFC PATCH v1 3/4] mm: Fix demotion-only scanning anon pages
` [RFC PATCH v1 4/4] mm: Add nodes= arg to memory.demote

[linux-next:master] BUILD REGRESSION 771a207d1ee9f38da8c0cee1412228f18b900bac
 2022-11-22 20:37 UTC 

[PATCH RFC 00/19] mm/gup: remove FOLL_FORCE usage from drivers (reliable R/O long-term pinning)
 2022-11-22 17:33 UTC  (8+ messages)
` [PATCH RFC 16/19] mm/frame-vector: remove FOLL_FORCE usage

[PATCH 00/12] Introduce CONFIG_SLUB_TINY and deprecate SLOB
 2022-11-22 17:15 UTC  (7+ messages)
` [PATCH 12/12] mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATED

[PATCH] mm: introduce arch_has_hw_pmd_young()
 2022-11-22 16:57 UTC  (3+ messages)

[linux-next:master 8539/9537] include/linux/ftrace.h:126:16: error: implicit declaration of function 'arch_ftrace_get_regs'; did you mean 'ftrace_get_regs'?
 2022-11-22 16:41 UTC  (6+ messages)

[PATCH 0/3] mm,huge,rmap: unify and speed up compound mapcounts
 2022-11-22 16:30 UTC  (24+ messages)
` [PATCH 0/3] mm,thp,rmap: rework the use of subpages_mapcount
  ` [PATCH 1/3] mm,thp,rmap: subpages_mapcount of PTE-mapped subpages
        ` [PATCH 1/3 fix] mm,thp,rmap: subpages_mapcount of PTE-mapped subpages: fix
  ` [PATCH 2/3] mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mapped
  ` [PATCH v2 0/3] mm,thp,rmap: rework the use of subpages_mapcount
    ` [PATCH v2 1/3] mm,thp,rmap: subpages_mapcount of PTE-mapped subpages
    ` [PATCH v2 2/3] mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mapped
    ` [PATCH v2 3/3] mm,thp,rmap: clean up the end of __split_huge_pmd_locked()

[PATCH mm-unstable v1 00/20] mm/gup: remove FOLL_FORCE usage from drivers (reliable R/O long-term pinning)
 2022-11-22 16:29 UTC  (9+ messages)
` [PATCH mm-unstable v1 06/20] mm: rework handling in do_wp_page() based on private vs. shared mappings
` [PATCH mm-unstable v1 07/20] mm: don't call vm_ops->huge_fault() in wp_huge_pmd()/wp_huge_pud() for private mappings
` [PATCH mm-unstable v1 08/20] mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mapping
` [PATCH mm-unstable v1 09/20] mm/gup: reliable R/O long-term pinning in COW mappings

soft-dirty kselftest is crashing on next-20221122
 2022-11-22 15:52 UTC  (6+ messages)

[linux-next:master 6920/9540] drivers/acpi/bus.c:303:6: sparse: sparse: symbol 'osc_sb_ffh_opregion_support_confirmed' was not declared. Should it be static?
 2022-11-22 15:21 UTC 

[linux-next:master 5636/9540] ld.lld: error: undefined symbol: drm_of_get_data_lanes_count_ep
 2022-11-22 15:17 UTC  (2+ messages)

32bit architectures and __HAVE_ARCH_PTE_SWP_EXCLUSIVE
 2022-11-22 14:05 UTC 

[RFC PATCH 0/4] iov_iter: Add extraction helpers
 2022-11-22 13:36 UTC  (6+ messages)
` [RFC PATCH 1/4] mm: Move FOLL_* defs to mm_types.h
` [RFC PATCH 2/4] iov_iter: Add a function to extract a page list from an iterator

[PATCH 0/2] Follow-up to Leave IRQs enabled for per-cpu page allocations
 2022-11-22 13:12 UTC  (3+ messages)
` [PATCH 1/2] mm/page_alloc: Leave IRQs enabled for per-cpu page allocations -fix
` [PATCH 2/2] mm/page_alloc: Simplify locking during free_unref_page_list

[linux-next:pending-fixes] BUILD SUCCESS e7525a67d6a7efd0664a245891ba54b2df388afd
 2022-11-22 13:00 UTC 

[PATCH v2] mm: set the vma flags dirty before testing if it is mergeable
 2022-11-22 11:50 UTC 

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-11-22 11:44 UTC  (11+ messages)
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled

[linux-next:master 8883/9540] ld.lld: error: undefined symbol: lockdep_is_held
 2022-11-22 11:28 UTC 

[linux-next:master 7077/9540] drivers/perf/arm_cspmu/arm_cspmu.c:1105:29: error: implicit declaration of function 'get_acpi_id_for_cpu'
 2022-11-22 11:06 UTC  (4+ messages)

[linux-next:master 8883/9540] ERROR: modpost: "lockdep_is_held" [fs/dlm/dlm.ko] undefined!
 2022-11-22 10:38 UTC 

Files in include/trace/events
 2022-11-22 10:23 UTC 

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-22  9:50 UTC  (11+ messages)
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit

[PATCH v3 00/37] Shadow stacks for userspace
 2022-11-22  9:36 UTC  (9+ messages)
` [PATCH v3 35/37] x86/cet: Add PTRACE interface for CET

[Bug 216646] having TRANSPARENT_HUGEPAGE enabled hangs some applications (supervisor read access in kernel mode)
 2022-11-22  9:22 UTC  (2+ messages)
    ` Bugzilla (was: Re: [Bug 216646] having TRANSPARENT_HUGEPAGE enabled hangs some applications (supervisor read access in kernel mode))

[PATCH v3 0/2] Leave IRQs enabled for per-cpu page allocations
 2022-11-22  9:11 UTC  (7+ messages)
` [PATCH 2/2] mm/page_alloc: "

[PATCH] mm: set the vma flags dirty before testing if it is mergeable
 2022-11-22  8:53 UTC  (4+ messages)

[PATCH v2] mm: add new syscall pidfd_set_mempolicy()
 2022-11-22  8:40 UTC  (13+ messages)
  ` [External] "

[ammarfaizi2-block:akpm/mm/mm-unstable 160/254] mm/rmap.c:1325 page_add_anon_rmap() error: uninitialized symbol 'first'
 2022-11-22  7:08 UTC  (4+ messages)

[bug report] mm: add zblock - new allocator for use via zpool API
 2022-11-22  4:33 UTC  (3+ messages)

[PATCH] zswap: do not allocate from atomic pool
 2022-11-22  3:30 UTC  (5+ messages)

[PATCH v3 1/3] kunit: Provide a static key to check if KUnit is actively running tests
 2022-11-22  3:16 UTC  (6+ messages)
` [PATCH v3 2/3] kunit: Use the static key when retrieving the current test

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox