linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
 2023-09-22 17:20 UTC  (14+ messages)
      ` [EXTERNAL] "

[PATCH v2 0/2] Fix set_huge_pte_at() panic on arm64
 2023-09-22 17:09 UTC  (8+ messages)
` [PATCH v2 1/2] mm: hugetlb: Add huge page size param to set_huge_pte_at()
` [PATCH v2 2/2] arm64: hugetlb: Fix set_huge_pte_at() to work with all swap entries

'struct dynamic': struct tag leak in UAPI headers
 2023-09-22 17:03 UTC  (4+ messages)
      ` Ping: [PATCH v1] elf, uapi: Remove struct tag 'dynamic'
  `  "

[PATCH 0/2] mm: memcg: fix tracking of pending stats updates values
 2023-09-22 17:03 UTC  (4+ messages)
` [PATCH 1/2] mm: memcg: refactor page state unit helpers
` [PATCH 2/2] mm: memcg: normalize the value passed into memcg_rstat_updated()

[PATCH v4 0/8] Batch hugetlb vmemmap modification operations
 2023-09-22 17:01 UTC  (11+ messages)
` [PATCH v4 4/8] hugetlb: perform vmemmap restoration on a list of pages

[PATCH 0/2] hugetlbfs: close race between MADV_DONTNEED and page fault
 2023-09-22 16:56 UTC  (9+ messages)
` [PATCH 1/2] hugetlbfs: extend hugetlb_vma_lock to private VMAs

[PATCH v6 00/13] iov_iter: Convert the iterator macros into inline funcs
 2023-09-22 16:34 UTC  (15+ messages)
` [PATCH v6 01/13] iov_iter: Remove last_offset from iov_iter as it was for ITER_PIPE
` [PATCH v6 02/13] iov_iter: Be consistent about the __user tag on copy_mc_to_user()
` [PATCH v6 03/13] sound: Fix snd_pcm_readv()/writev() to use iov access functions
` [PATCH v6 04/13] infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVEC
` [PATCH v6 05/13] iov_iter: Renumber ITER_* constants
` [PATCH v6 06/13] iov_iter: Derive user-backedness from the iterator type
` [PATCH v6 07/13] iov_iter: Convert iterate*() to inline funcs
` [PATCH v6 08/13] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
` [PATCH v6 09/13] iov_iter: Add a kernel-type iterator-only iteration function
` [PATCH v6 10/13] iov_iter, net: Move csum_and_copy_to/from_iter() to net/
` [PATCH v6 11/13] iov_iter, net: Fold in csum_and_memcpy()
` [PATCH v6 12/13] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together
` [PATCH v6 13/13] iov_iter, net: Move hash_and_copy_to_iter() to net/

maple tree change made it possible for VMA iteration to see same VMA twice due to late vma_merge() failure
 2023-09-22 16:19 UTC  (5+ messages)

[PATCH v3 0/2] mm/ksm: add fork-exec support for prctl
 2023-09-22 16:08 UTC  (5+ messages)
` [PATCH v3 1/2] mm/ksm: support fork/exec "
` [PATCH v3 2/2] mm/ksm: Test case for prctl fork/exec workflow

ANON_LARGE_FOLIOS meeting follow-up & refined proposal
 2023-09-22 15:48 UTC  (2+ messages)

[PATCH v2 0/2] maple_tree: Fix mas_prev() state regression
 2023-09-22 15:38 UTC  (3+ messages)
` [PATCH v2 1/2] maple_tree: Add mas_is_active() to detect in-tree walks
` [PATCH v2 2/2] maple_tree: Add MAS_UNDERFLOW and MAS_OVERFLOW states

[PATCH v2 0/4] Smart scanning mode for KSM
 2023-09-22 15:38 UTC  (3+ messages)
` [PATCH v2 1/4] mm/ksm: add "smart" page scanning mode

[v4 0/4] mm: hugetlb: Skip initialization of gigantic tail struct pages if freed by HVO
 2023-09-22 14:42 UTC  (2+ messages)

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-22 14:30 UTC  (6+ messages)
` [RFC PATCH v12 07/33] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[PATCH v3 00/15] futex: More futex2 bits
 2023-09-22 13:56 UTC  (5+ messages)
` [PATCH v3 10/15] futex: Add sys_futex_requeue()

BUG: maple_tree: KCSAN: data-race in mas_topiary_replace / mtree_range_walk
 2023-09-22 13:51 UTC  (2+ messages)

[PATCH] mm/vmalloc: Remove WARN_ON_ONCE related to adjust_va_to_fit_type
 2023-09-22 13:41 UTC  (4+ messages)

[PATCH v4 0/6] MDWE without inheritance
 2023-09-22 13:10 UTC  (6+ messages)
` [PATCH v4 4/6] mm: Make PR_MDWE_REFUSE_EXEC_GAIN an unsigned long
` [PATCH v4 5/6] mm: Add a NO_INHERIT flag to the PR_SET_MDWE prctl

[PATCH v5 00/11] iov_iter: Convert the iterator macros into inline funcs
 2023-09-22 12:01 UTC  (8+ messages)
  ` [PATCH v5 05/11] iov_iter: Convert iterate*() to "
  ` [PATCH v5 07/11] iov_iter: Add a kernel-type iterator-only iteration function

[linux-next:master 6443/6975] htmldocs: Documentation/gpu/amdgpu/thermal:43: ./drivers/gpu/drm/amd/pm/amdgpu_pm.c:988: WARNING: Unexpected indentation
 2023-09-22 11:40 UTC 

[PATCH v3 00/10] iov_iter: kunit: Cleanup, abstraction and more tests
 2023-09-22 11:30 UTC  (11+ messages)
` [PATCH v3 01/10] iov_iter: Fix some checkpatch complaints in kunit tests
` [PATCH v3 02/10] iov_iter: Consolidate some of the repeated code into helpers
` [PATCH v3 03/10] iov_iter: Consolidate the test vector struct in the kunit tests
` [PATCH v3 04/10] iov_iter: Consolidate bvec pattern checking
` [PATCH v3 05/10] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
` [PATCH v3 06/10] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC
` [PATCH v3 07/10] iov_iter: Add extract "
` [PATCH v3 08/10] iov_iter: Add benchmarking kunit tests
` [PATCH v3 09/10] iov_iter: Add kunit to benchmark decanting of xarray to bvec
` [PATCH v3 10/10] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC

[PATCH] memory-hotplug.rst: fix wrong /sys/device/ path
 2023-09-22 11:19 UTC  (3+ messages)

[PATCH v3 00/13] mm: jit/text allocator
 2023-09-22 10:37 UTC  (15+ messages)
` [PATCH v3 02/13] mm: introduce execmem_text_alloc() and execmem_free()
` [PATCH v3 06/13] mm/execmem: introduce execmem_data_alloc()
` [PATCH v3 08/13] riscv: extend execmem_params for generated code allocations
` [PATCH v3 09/13] powerpc: extend execmem_params for kprobes allocations

[syzbot] [mm?] possible deadlock in console_flush_all
 2023-09-22 10:28 UTC  (2+ messages)

[syzbot] [mm?] possible deadlock in free_pcppages_bulk
 2023-09-22 10:27 UTC  (2+ messages)

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

[PATCH] mm/list_lru: Remove unused function
 2023-09-22 10:07 UTC 

[PATCH v1 0/8] Fix set_huge_pte_at() panic on arm64
 2023-09-22  9:58 UTC  (31+ messages)
` [PATCH v1 1/8] parisc: hugetlb: Convert set_huge_pte_at() to take vma
` [PATCH v1 2/8] powerpc: "
` [PATCH v1 3/8] riscv: "
` [PATCH v1 4/8] s390: "
` [PATCH v1 5/8] sparc: "
` [PATCH v1 6/8] mm: "
` [PATCH v1 7/8] arm64: "
` [PATCH v1 8/8] arm64: hugetlb: Fix set_huge_pte_at() to work with all swap entries

[Resend PATCH] arch: arm: remove redundant clear_page when CONFIG_INIT_ON_ALLOC_DEFAULT_ON is on
 2023-09-22  9:15 UTC 

[PATCH net-next v10 1/6] page_pool: fragment API support for 32-bit arch with 64-bit DMA
 2023-09-22  9:11 UTC 

[PATCH v3 0/8] Add printf attribute to kselftest functions
 2023-09-22  9:06 UTC  (3+ messages)
` [PATCH v3 2/8] selftests/cachestat: Fix print_cachestat format
` [PATCH v3 7/8] selftests/mm: Substitute attribute with a macro

[PATCH 0/4] mm: Don't set and reset page count in MEMINIT_EARLY
 2023-09-22  8:08 UTC  (8+ messages)
` [PATCH 1/4] mm: pass set_count and set_reserved to __init_single_page
` [PATCH 2/4] mm: Introduce MEMINIT_LATE context
` [PATCH 3/4] mm: Set page count and mark page reserved in reserve_bootmem_region
` [PATCH 4/4] mm: don't set page count in deferred_init_pages

[PATCH 00/10] mm: PCP high auto-tuning
 2023-09-22  7:56 UTC  (8+ messages)
` [PATCH 02/10] cacheinfo: calculate per-CPU data cache size

[PATCH 0/4] SLUB: calculate_order() cleanups
 2023-09-22  7:29 UTC  (7+ messages)
` [PATCH 4/4] mm/slub: refactor calculate_order() and calc_slab_order()

[PATCH v1] mm/filemap: increase usage of folio_next_index() helper
 2023-09-22  7:27 UTC  (2+ messages)

[PATCH 2/2] memcg, oom: do not wake up memcg_oom_waitq if waitqueue is empty
 2023-09-22  7:05 UTC 

[PATCH 1/2] memcg, oom: unmark under_oom after the oom killer is done
 2023-09-22  7:05 UTC 

[RFC 00/23] Enable block size > page size in XFS
 2023-09-22  5:03 UTC  (9+ messages)

[PATCH] mm: vmscan: fix the kcompactd order wakeuped by kswapd
 2023-09-22  4:14 UTC 

[RFC 0/2] Damos filter cleanup code and implement workingset
 2023-09-22  2:54 UTC  (3+ messages)

[PATCH v2] vmscan: add trace events for lru_gen
 2023-09-22  2:27 UTC  (4+ messages)

[PATCH 0/3] userfaultfd remap option
 2023-09-22  1:57 UTC  (10+ messages)
` [PATCH 2/3] userfaultfd: UFFDIO_REMAP uABI

[linux-next:master 4198/6975] fs/bcachefs/snapshot.c:989:41: sparse: sparse: cast to restricted __le32
 2023-09-22  0:52 UTC 

[PATCH v2 0/1] mm/madvise: add cond_resched() in madvise_cold_or_pageout_pte_range()
 2023-09-22  0:41 UTC  (2+ messages)
  ` [PATCH v2 1/1] "

[PATCH 0/2] maple_tree: Fix mas_prev() state regression
 2023-09-21 23:51 UTC  (12+ messages)
` [PATCH 1/2] maple_tree: Add mas_active() to detect in-tree walks
` [PATCH 2/2] maple_tree: Add MAS_UNDERFLOW and MAS_OVERFLOW states

[PATCH 4/5] mm: workingset: move the stats flush into workingset_test_recent()
 2023-09-21 23:29 UTC  (4+ messages)

[linux-next:master 1536/6975] fs/bcachefs/replicas.c:25:52: error: builtin functions must be directly called
 2023-09-21 22:56 UTC 

[PATCH v2 7/9] sched: define TIF_ALLOW_RESCHED
 2023-09-21 22:55 UTC  (17+ messages)

[linux-next:master 4164/6975] fs/bcachefs/fs-io-pagecache.c:25:35: sparse: sparse: invalid assignment: &=
 2023-09-21 21:54 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 1785a80001120a6d3c04ded80f1f06c116d684e4
 2023-09-21 21:11 UTC 

[linux-next:master] BUILD REGRESSION 940fcc189c51032dd0282cbee4497542c982ac59
 2023-09-21 20:09 UTC 

drivers/net/usb/lan78xx.c:2963:27: sparse: sparse: incorrect type in assignment (different base types)
 2023-09-21 18:23 UTC 

[linux-next:master 1482/6975] drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c:491 dcn32_auto_dpm_test_log() warn: inconsistent indenting
 2023-09-21 17:50 UTC 

[PATCH v4 0/8] add UFFDIO_POISON to simulate memory poisoning with UFFD
 2023-09-21 16:28 UTC  (3+ messages)
` [PATCH v4 8/8] selftests/mm: add uffd unit test for UFFDIO_POISON

[PATCH v2 0/2] mm/ksm: add fork-exec support for prctl
 2023-09-21 16:25 UTC  (4+ messages)
` [PATCH v2 2/2] mm/ksm: Test case for prctl fork/exec workflow

[PATCH] mm: hugetlb: kill set_huge_swap_pte_at()
 2023-09-21 16:25 UTC  (2+ messages)

[GIT PULL] memblock test: compilation fixes
 2023-09-21 16:11 UTC  (2+ messages)

[RFC PATCH 0/4] Enable >0 order folio memory compaction
 2023-09-21 15:56 UTC  (6+ messages)

[linux-next:master 5197/6975] kernel/bpf/helpers.c:2476:18: warning: no previous declaration for 'bpf_throw'
 2023-09-21 15:32 UTC 

page:  |  | latest

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