linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4 0/2] mm: Don't set and reset page count in MEMINIT_EARLY
 2023-09-28  8:33 UTC  (3+ messages)
` [PATCH v4 1/2] mm: pass page count and reserved to __init_single_page
` [PATCH v4 2/2] mm: Init page count in reserve_bootmem_region when MEMINIT_EARLY

[PATCH 00/10] Fix confusion around MAX_ORDER
 2023-09-28  7:50 UTC  (3+ messages)

[PATCH] hugetlbfs: fix an NULL vs IS_ERR() bug
 2023-09-28  7:42 UTC  (2+ messages)

[PATCH] memblock: don't run loop in memblock_add_range() twice
 2023-09-28  6:16 UTC  (2+ messages)

WARNING in vma_merge
 2023-09-28  5:37 UTC  (2+ messages)

[PATCH 0/6] Handle more faults under the VMA lock
 2023-09-28  5:33 UTC  (14+ messages)
` [PATCH 1/6] mm: Make lock_folio_maybe_drop_mmap() VMA lock aware
` [PATCH 2/6] mm: Call wp_page_copy() under the VMA lock
` [PATCH 3/6] mm: Handle shared faults "
` [PATCH 4/6] mm: Handle COW "
` [PATCH 5/6] mm: Handle read "
` [PATCH 6/6] mm: Handle write faults to RO pages "

[PATCH v3 0/2] mm: Don't set and reset page count in MEMINIT_EARLY
 2023-09-28  5:30 UTC  (2+ messages)
  ` [PATCH v3 1/2] mm: pass page count and reserved to __init_single_page

[RFC PATCH 0/9] ACPI:RASF: Add support for ACPI RASF, ACPI RAS2 and configure scrubbers
 2023-09-28  5:25 UTC  (5+ messages)
` [RFC PATCH 2/9] memory: scrub: sysfs: Add Documentation entries for set of scrub attributes

[PATCH] binfmt_elf_fdpic: clean up debug warnings
 2023-09-28  4:53 UTC  (3+ messages)

[PATCH V2 0/6] mm: page_alloc: freelist migratetype hygiene
 2023-09-28  3:22 UTC  (20+ messages)

[PATCH 1/2] memcg, oom: unmark under_oom after the oom killer is done
 2023-09-28  3:03 UTC  (9+ messages)

[PATCH 0/3] Some bugfix about kmemleak
 2023-09-28  1:22 UTC  (8+ messages)
` [PATCH 1/3] bootmem: use kmemleak_free_part_phys in free_bootmem_page/put_page_bootmem
` [PATCH 2/3] mm/kmemleak: fix partially freeing unknown object warning
` [PATCH 3/3] mm/kmemleak: fix print format of pointer in pr_debug()

[PATCH 0/2] hugetlb memcg accounting
 2023-09-28  1:00 UTC  (13+ messages)
` [PATCH 1/2] hugetlb: memcg: account hugetlb-backed memory in memory controller

[PATCH v2 0/2] hugetlb memcg accounting
 2023-09-28  0:57 UTC  (3+ messages)
` [PATCH v2 1/2] hugetlb: memcg: account hugetlb-backed memory in memory controller
` [PATCH v2 2/2] selftests: add a selftest to verify hugetlb usage in memcg

[PATCH v2 0/2] workload-specific and memory pressure-driven zswap writeback
 2023-09-27 23:42 UTC  (19+ messages)
` [PATCH v2 1/2] zswap: make shrinking memcg-aware
` [PATCH v2 2/2] zswap: shrinks zswap pool based on memory pressure

[linux-next:master 4152/8345] drivers/iio/adc/mcp3564.c:1105 mcp3564_fill_scale_tbls() warn: unsigned '__x' is never less than zero
 2023-09-27 23:14 UTC 

[PATCH v2 0/3] userfaultfd remap option
 2023-09-27 22:48 UTC  (12+ messages)
` [PATCH v2 2/3] userfaultfd: UFFDIO_REMAP uABI
  ` potential new userfaultfd vs khugepaged conflict [was: Re: [PATCH v2 2/3] userfaultfd: UFFDIO_REMAP uABI]

[PATCH 0/3] Fixes for vma_merge() error path
 2023-09-27 22:42 UTC  (8+ messages)
` [PATCH 1/3] mmap: Fix vma_iterator in error path of vma_merge()
` [PATCH 2/3] mmap: Fix error paths with dup_anon_vma()
` [PATCH 3/3] mmap: Add clarifying comment to vma_merge() code

[PATCH] mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are specified
 2023-09-27 21:39 UTC  (4+ messages)

[PATCH v3 0/4] binfmt_elf: Support segments with 0 filesz and misaligned starts
 2023-09-27 20:25 UTC  (7+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 2/4] binfmt_elf: elf_bss no longer used by load_elf_binary()
` [PATCH v3 3/4] binfmt_elf: Provide prot bits as context for padzero() errors
` [PATCH v3 4/4] binfmt_elf: Use elf_load() for interpreter

ANON_LARGE_FOLIOS meeting follow-up & refined proposal
 2023-09-27 19:04 UTC  (11+ messages)

[PATCH 0/3] Per memcg lru_gen node stat
 2023-09-27 17:38 UTC 

[linux-next:master] BUILD REGRESSION 18030226a48de1fbfabf4ae16aaa2695a484254f
 2023-09-27 17:11 UTC 

[PATCH] docs: update link to powerpc/vmemmap_dedup.rst
 2023-09-27 16:43 UTC 

[PATCH v4 0/4] Smart scanning mode for KSM
 2023-09-27 16:22 UTC  (5+ messages)
` [PATCH v4 1/4] mm/ksm: add "smart" page scanning mode
` [PATCH v4 2/4] mm/ksm: add pages_skipped metric
` [PATCH v4 3/4] mm/ksm: document smart scan mode
` [PATCH v4 4/4] mm/ksm: document pages_skipped sysfs knob

[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
 2023-09-27 16:21 UTC  (5+ messages)
` [PATCH v4 "
` [PATCH 18/29] mm/swap: Convert to use bdev_open_by_dev()

[RFC PATCH v2 0/7] Introduce persistent memory pool
 2023-09-27 16:13 UTC  (2+ messages)

[PATCH 0/3] Fixes for vma_merge() error path
 2023-09-27 16:10 UTC  (2+ messages)

[linux-next:master] [maple_tree] 2041864a22: BUG:sleeping_function_called_from_invalid_context_at_include/linux/sched/mm.h
 2023-09-27 15:29 UTC  (7+ messages)

[PATCH] mm/vmalloc: Remove WARN_ON_ONCE related to adjust_va_to_fit_type
 2023-09-27 15:25 UTC  (12+ messages)

[PATCH rfc 0/5] mm: improve performance of kernel memory accounting
 2023-09-27 15:08 UTC  (6+ messages)
` [PATCH rfc 1/5] mm: kmem: optimize get_obj_cgroup_from_current()
` [PATCH rfc 2/5] mm: kmem: add direct objcg pointer to task_struct
` [PATCH rfc 3/5] mm: kmem: make memcg keep a reference to the original objcg
` [PATCH rfc 4/5] mm: kmem: scoped objcg protection
` [PATCH rfc 5/5] percpu: "

[PATCH V2 0/6] mm: page_alloc: freelist migratetype hygiene
 2023-09-27 14:51 UTC  (4+ messages)
` [PATCH 1/6] mm: page_alloc: remove pcppage migratetype caching

[PATCH v1 00/20] Permission Overlay Extension
 2023-09-27 14:01 UTC  (21+ messages)
` [PATCH v1 01/20] arm64/sysreg: add system register POR_EL{0,1}
` [PATCH v1 02/20] arm64/sysreg: update CPACR_EL1 register
` [PATCH v1 03/20] arm64: cpufeature: add Permission Overlay Extension cpucap
` [PATCH v1 04/20] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v1 05/20] arm64: context switch POR_EL0 register
` [PATCH v1 06/20] KVM: arm64: Save/restore POE registers
` [PATCH v1 07/20] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v1 08/20] arm64: add POIndex defines
` [PATCH v1 09/20] arm64: define VM_PKEY_BIT* for arm64
` [PATCH v1 10/20] arm64: mask out POIndex when modifying a PTE
` [PATCH v1 11/20] arm64: enable ARCH_HAS_PKEYS on arm64
` [PATCH v1 12/20] arm64: handle PKEY/POE faults
` [PATCH v1 13/20] arm64: stop using generic mm_hooks.h
` [PATCH v1 14/20] arm64: implement PKEYS support
` [PATCH v1 15/20] arm64: add POE signal support
` [PATCH v1 16/20] arm64: enable PKEY support for CPUs with S1POE
` [PATCH v1 17/20] arm64: enable POE and PIE to coexist
` [PATCH v1 18/20] kselftest/arm64: move get_header()
` [PATCH v1 19/20] selftests: mm: move fpregs printing
` [PATCH v1 20/20] selftests: mm: make protection_keys test work on arm64

[linux-next:master 5572/8008] dtbs_check: Documentation/devicetree/bindings/mfd/qcom-pm8xxx.yaml:
 2023-09-27 13:53 UTC 

[PATCH -next rfc 0/9] mm: convert page cpupid functions to folios
 2023-09-27 12:08 UTC  (5+ messages)
` [PATCH -next 8/9] mm: page_alloc: use a folio in free_pages_prepare()

[PATCH v6 2/8] hugetlb: restructure pool allocations
 2023-09-27 11:26 UTC  (2+ messages)

[PATCH v2 1/2] mm/page_alloc: remove unnecessary check in break_down_buddy_pages
 2023-09-27 10:35 UTC  (2+ messages)
` [PATCH v2 2/2] mm/page_alloc: remove unnecessary next_page "

[PATCH v3 0/4] Smart scanning mode for KSM
 2023-09-27  9:57 UTC  (7+ messages)
` [PATCH v3 1/4] mm/ksm: add "smart" page scanning mode

[PATCH] mm/page_alloc: correct start page when guard page debug is enabled
 2023-09-27  9:44 UTC 

[linux-next:master 8126/8345] fs/proc/task_mmu.c:2105:3: error: implicit declaration of function 'pagemap_scan_backout_range'; did you mean 'pagemap_scan_push_range'?
 2023-09-27  9:21 UTC 

[PATCH v12 2/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-09-27  9:18 UTC  (4+ messages)
` [PATCH v14] mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE "

[PATCH 00/12] mempolicy: cleanups leading to NUMA mpol without vma
 2023-09-27  8:02 UTC  (17+ messages)
` [PATCH 01/12] hugetlbfs: drop shared NUMA mempolicy pretence
` [PATCH 03/12] mempolicy: fix migrate_pages(2) syscall return nr_failed
` [PATCH 06/12] mempolicy trivia: use pgoff_t in shared mempolicy tree
` [PATCH 07/12] mempolicy: mpol_shared_policy_init() without pseudo-vma
` [PATCH 09/12] mm: add page_rmappable_folio() wrapper

[PATCH v1 1/1] ARM: Select DMA_DIRECT_REMAP to fix restricted DMA
 2023-09-27  7:13 UTC 

linux-next: Tree for Sep 27 (fs/proc/task_mmu.c)
 2023-09-27  5:33 UTC 

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-27  5:19 UTC  (5+ messages)
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes

[PATCH RFC] binfmt_elf: fully allocate bss pages
 2023-09-27  2:34 UTC  (11+ messages)
      ` [PATCH] binfmt_elf: Support segments with 0 filesz and misaligned starts
          ` [PATCH v2] "

[PATCH v2 0/3] Fixes and cleanups to break_down_buddy_pages
 2023-09-27  1:13 UTC  (8+ messages)
` [PATCH v2 1/3] mm/page_alloc: correct start page when guard page debug is enabled
` [PATCH v2 3/3] mm/page_alloc: remove unnecessary next_page in break_down_buddy_pages

[PATCH] mm/hugetlb: replace page_ref_freeze() with folio_ref_freeze() in hugetlb_folio_init_vmemmap()
 2023-09-27  0:11 UTC  (2+ messages)

[PATCH v4 0/3] hugetlbfs: close race between MADV_DONTNEED and page fault
 2023-09-26 23:57 UTC  (4+ messages)
` [PATCH 2/3] "

[linux-next:master] BUILD REGRESSION 4ae73bba62a367f2314f6ce69e3085a941983d8b
 2023-09-26 23:03 UTC 

[RFC PATCH 0/2] Remove compound_pagelist from khugepaged
 2023-09-26 22:07 UTC  (3+ messages)
` [RFC PATCH 2/2] mm/khugepaged: Remove compound_pagelist

[PATCH v4] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
 2023-09-26 21:39 UTC  (2+ messages)

[PATCH] zswap: change zswap's default allocator to zsmalloc
 2023-09-26 21:26 UTC  (4+ messages)

[akpm-mm:mm-unstable 264/269] fs/proc/task_mmu.c:2018:13: warning: 'pagemap_scan_backout_range' defined but not used
 2023-09-26 21:23 UTC  (2+ messages)

[PATCH 2/2] selftests: add a selftest to verify hugetlb usage in memcg
 2023-09-26 20:41 UTC 

[PATCH v8] mm/filemap: remove hugetlb special casing in filemap.c
 2023-09-26 19:20 UTC 

[linux-next:pending-fixes] BUILD SUCCESS a427b9ee9815a9d07e1d182ddc994caa06042786
 2023-09-26 19:14 UTC 

[PATCH 08/10] ioctl_userfaultfd.2: clarify the state of the uffdio_api structure on error
 2023-09-26 17:58 UTC  (3+ messages)

[linux-next:master 3230/8008] ERROR: modpost: "__xchg_small" [fs/bcachefs/bcachefs.ko] undefined!
 2023-09-26 15:51 UTC 

[PATCH v4] vmscan: add trace events for lru_gen
 2023-09-26 14:15 UTC  (5+ messages)

page:  |  | latest

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