linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/3] mm/pagemap: A few fixes to the recent PAGEMAP_SCAN
 2023-11-16 20:15 UTC  (4+ messages)
` [PATCH 1/3] mm/pagemap: Fix ioctl(PAGEMAP_SCAN) on vma check
` [PATCH 2/3] mm/pagemap: Fix wr-protect even if PM_SCAN_WP_MATCHING not set
` [PATCH 3/3] mm/selftests: Fix pagemap_ioctl memory map test

[PATCH] mm:zswap: fix zswap entry reclamation failure in two scenarios
 2023-11-16 20:11 UTC  (10+ messages)
  ` [External] "

[syzbot] [mm?] WARNING in unmap_page_range (2)
 2023-11-16 20:04 UTC  (5+ messages)

[PATCH RFC 00/12] mm/gup: Unify hugetlb, part 2
 2023-11-16 19:41 UTC  (16+ messages)
` [PATCH RFC 01/12] mm/hugetlb: Export hugetlbfs_pagecache_present()
` [PATCH RFC 02/12] mm: Provide generic pmd_thp_or_huge()
` [PATCH RFC 03/12] mm: Export HPAGE_PXD_* macros even if !THP
` [PATCH RFC 04/12] mm: Introduce vma_pgtable_walk_{begin|end}()
` [PATCH RFC 05/12] mm/gup: Fix follow_devmap_p[mu]d() to return even if NULL
` [PATCH RFC 06/12] mm/gup: Drop folio_fast_pin_allowed() in hugepd processing
` [PATCH RFC 07/12] mm/gup: Refactor record_subpages() to find 1st small page
` [PATCH RFC 08/12] mm/gup: Handle hugetlb for no_page_table()
` [PATCH RFC 09/12] mm/gup: Handle huge pud for follow_pud_mask()
` [PATCH RFC 10/12] mm/gup: Handle huge pmd for follow_pmd_mask()
` [PATCH RFC 11/12] mm/gup: Handle hugepd for follow_page()
` [PATCH RFC 12/12] mm/gup: Merge hugetlb into generic mm code

[PATCH 0/8] implement "memmap on memory" feature on s390
 2023-11-16 19:33 UTC  (16+ messages)
` [PATCH 3/8] mm: use vmem_altmap code without CONFIG_ZONE_DEVICE
` [PATCH 7/8] s390/sclp: remove unhandled memory notifier type
  ` [PATCH 1/8] mm/memory_hotplug: fix memory hotplug locking order
  ` [PATCH 4/8] mm/memory_hotplug: introduce MEM_PHYS_ONLINE/OFFLINE memory notifiers
  ` [PATCH 6/8] s390/mm: implement MEM_PHYS_ONLINE MEM_PHYS_OFFLINE "

[PATCH] ksm: delay the check of splitting compound pages
 2023-11-16 18:06 UTC  (4+ messages)

[PATCH AUTOSEL 4.14 2/4] binfmt_misc: cleanup on filesystem umount
 2023-11-16 18:02 UTC  (3+ messages)

[PATCH v2 00/14] Transparent Contiguous PTEs for User Mappings
 2023-11-16 17:58 UTC  (33+ messages)
` [PATCH v2 01/14] mm: Batch-copy PTE ranges during fork()
` [PATCH v2 02/14] arm64/mm: set_pte(): New layer to manage contig bit
` [PATCH v2 03/14] arm64/mm: set_ptes()/set_pte_at(): "
` [PATCH v2 04/14] arm64/mm: pte_clear(): "
` [PATCH v2 05/14] arm64/mm: ptep_get_and_clear(): "
` [PATCH v2 06/14] arm64/mm: ptep_test_and_clear_young(): "
` [PATCH v2 07/14] arm64/mm: ptep_clear_flush_young(): "
` [PATCH v2 08/14] arm64/mm: ptep_set_wrprotect(): "
` [PATCH v2 09/14] arm64/mm: ptep_set_access_flags(): "
` [PATCH v2 10/14] arm64/mm: ptep_get(): "
` [PATCH v2 11/14] arm64/mm: Split __flush_tlb_range() to elide trailing DSB
` [PATCH v2 12/14] arm64/mm: Wire up PTE_CONT for user mappings
` [PATCH v2 13/14] arm64/mm: Implement ptep_set_wrprotects() to optimize fork()
` [PATCH v2 14/14] arm64/mm: Add ptep_get_and_clear_full() to optimize process teardown

[PATCH 0/3] kmemleak report format changes
 2023-11-16 17:56 UTC  (4+ messages)

[RFC PATCH 0/6] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
 2023-11-16 17:52 UTC  (9+ messages)
` [RFC PATCH 1/6] cxl/mbox: Add GET_SUPPORTED_FEATURES, GET_FEATURE and SET_FEATURE mailbox commands
` [RFC PATCH 2/6] cxl/memscrub: Add CXL device patrol scrub control feature
` [RFC PATCH 5/6] cxl/memscrub: Add CXL device DDR5 ECS "

[syzbot] [mm?] general protection fault in hugetlb_vma_lock_read
 2023-11-16 17:32 UTC  (2+ messages)

[PATCH v3 0/4] Remove the XFS mrlock
 2023-11-16 16:12 UTC  (6+ messages)
` [PATCH v3 1/4] locking: Add rwsem_assert_held() and rwsem_assert_held_write()

[PATCH RFC 3/8] memory-provider: dmabuf devmem memory provider
 2023-11-16 15:58 UTC  (21+ messages)

[PATCH 00/32] kmsan: Enable on s390
 2023-11-16 15:32 UTC  (47+ messages)
` [PATCH 01/32] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()
` [PATCH 02/32] kmsan: Make the tests compatible with kmsan.panic=1
` [PATCH 04/32] kmsan: Increase the maximum store size to 4096
` [PATCH 05/32] kmsan: Fix is_bad_asm_addr() on arches with overlapping address spaces
` [PATCH 06/32] kmsan: Fix kmsan_copy_to_user() "
` [PATCH 08/32] kmsan: Remove an x86-specific #include from kmsan.h
` [PATCH 10/32] kmsan: Expose kmsan_get_metadata()
` [PATCH 11/32] kmsan: Export panic_on_kmsan
` [PATCH 12/32] kmsan: Allow disabling KMSAN checks for the current task
` [PATCH 13/32] kmsan: Support SLAB_POISON
` [PATCH 15/32] mm: slub: Let KMSAN access metadata
` [PATCH 16/32] mm: kfence: Disable KMSAN when checking the canary
` [PATCH 17/32] lib/string: Add KMSAN support to strlcpy() and strlcat()
` [PATCH 18/32] lib/zlib: Unpoison DFLTCC output buffers
` [PATCH 19/32] kmsan: Accept ranges starting with 0 on s390
` [PATCH 20/32] s390: Turn off KMSAN for boot, vdso and purgatory
` [PATCH 21/32] s390: Use a larger stack for KMSAN
` [PATCH 22/32] s390/boot: Add the KMSAN runtime stub
` [PATCH 23/32] s390/checksum: Add a KMSAN check
` [PATCH 24/32] s390/cpacf: Unpoison the results of cpacf_trng()
` [PATCH 26/32] s390/mm: Define KMSAN metadata for vmalloc and modules
` [PATCH 27/32] s390/string: Add KMSAN support
` [PATCH 28/32] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs
` [PATCH 30/32] s390/unwind: Disable KMSAN checks
` [PATCH 31/32] s390: Implement the architecture-specific kmsan functions
` [PATCH 32/32] kmsan: Enable on s390
  ` [PATCH 03/32] kmsan: Disable KMSAN when DEFERRED_STRUCT_PAGE_INIT is enabled
  ` [PATCH 14/32] kmsan: Use ALIGN_DOWN() in kmsan_get_metadata()
  ` [PATCH 07/32] kmsan: Remove a useless assignment from kmsan_vmap_pages_range_noflush()

Mixed page compact code and (higher order) folios for filemap
 2023-11-16 14:23 UTC  (4+ messages)

[linus:master] [mm/ksm] 5e924ff54d: ltp.ksm01.fail
 2023-11-16 13:24 UTC  (2+ messages)

[PATCH V2 0/3] mm: page_alloc: fixes for early oom kills
 2023-11-16 12:55 UTC  (12+ messages)
` [PATCH V2 2/3] mm: page_alloc: correct high atomic reserve calculations
` [PATCH V3 3/3] mm: page_alloc: drain pcp lists before oom kill

[PATCH 2/3] modpost: Extended modversion support
 2023-11-16 12:17 UTC 

[PATCH] mm/damon/ops-common.c: Fixup missing parentheses
 2023-11-16 10:58 UTC 

[PATCH] mm/pgtable: return null if no ptl in __pte_offset_map_lock
 2023-11-16 10:04 UTC  (7+ messages)

[RFC V3 PATCH] arm64: mm: swap: save and restore mte tags for large folios
 2023-11-16  9:36 UTC  (5+ messages)

[syzbot] [mm?] BUG: unable to handle kernel paging request in __pte_offset_map_lock
 2023-11-16  7:59 UTC  (5+ messages)

[linux-next:master 1594/1745] vfs.c:undefined reference to `svcauth_gss_flavor'
 2023-11-16  6:35 UTC 

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-11-16  5:31 UTC  (9+ messages)
` [PATCH v10 48/50] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event

[syzbot] [kasan?] [mm?] WARNING in __kfence_free (3)
 2023-11-16  4:47 UTC 

[PATCH v3 05/10] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
 2023-11-16  4:00 UTC  (7+ messages)
` [PATCH v3 00/10] iov_iter: kunit: Cleanup, abstraction and more tests
  ` [PATCH v3 01/10] iov_iter: Fix some checkpatch complaints in kunit tests

[bisected] clang 16 built kernel crashes w. "BUG: kernel NULL pointer dereference, address: 00000007", gcc 13 built kernel with same config boots fine (6.7-rc1, x86_32)
 2023-11-16  3:00 UTC  (4+ messages)

[PATCH v3 0/5] mm: memcg: subtree stats flushing and thresholds
 2023-11-16  2:24 UTC  (6+ messages)
` [PATCH v3 1/5] mm: memcg: change flush_next_time to flush_last_time
` [PATCH v3 2/5] mm: memcg: move vmstats structs definition above flushing code
` [PATCH v3 3/5] mm: memcg: make stats flushing threshold per-memcg
` [PATCH v3 4/5] mm: workingset: move the stats flush into workingset_test_recent()
` [PATCH v3 5/5] mm: memcg: restore subtree stats flushing

[RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
 2023-11-16  2:22 UTC  (13+ messages)

kernel/fork.c:1672:9: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2023-11-16  2:08 UTC 

drivers/scsi/fnic/vnic_dev.c:332:32: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-11-16  1:29 UTC 

Several tst-robust* tests time out with recent Linux kernel
 2023-11-15 23:28 UTC  (8+ messages)

[RFC PATCH] kasan: Record and report more information
 2023-11-15 21:53 UTC  (3+ messages)

[PATCH 5.10 001/191] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
 2023-11-15 20:44 UTC 

[PATCH 5.15 001/244] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
 2023-11-15 20:33 UTC 

[PATCH RFC] libfs: getdents() should return 0 after reaching EOD
 2023-11-15 20:25 UTC  (4+ messages)

[PATCH v2] libfs: getdents() should return 0 after reaching EOD
 2023-11-15 20:22 UTC 

kernel/fork.c:1672:9: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2023-11-15 20:08 UTC 

[PATCH 6.1 003/379] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
 2023-11-15 19:21 UTC 

[PATCH 6.5 006/550] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
 2023-11-15 19:09 UTC 

[PATCH 6.6 006/603] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
 2023-11-15 19:09 UTC 

drivers/scsi/fnic/vnic_dev.c:332:32: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-11-15 19:01 UTC 

[PATCH v4] zswap: memcontrol: implement zswap writeback disabling
 2023-11-15 17:25 UTC  (7+ messages)

[PATCH v5] zswap: memcontrol: implement zswap writeback disabling
 2023-11-15 17:23 UTC 

[linux-next:master 806/1493] drivers/gpu/drm/i915/display/intel_psr.c:1322 _psr_compute_config() warn: always true condition '(entry_setup_frames >= 0) => (0-255 >= 0)'
 2023-11-15 16:35 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