linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH v2 00/31] Upstream kvx Linux port
 2023-01-22 11:51 UTC  (30+ messages)
` [RFC PATCH v2 01/31] Documentation: kvx: Add basic documentation
` [RFC PATCH v2 02/31] Documentation: Add binding for kalray,kv3-1-core-intc
` [RFC PATCH v2 03/31] Documentation: Add binding for kalray,kv3-1-apic-gic
` [RFC PATCH v2 04/31] Documentation: Add binding for kalray,kv3-1-apic-mailbox
` [RFC PATCH v2 05/31] Documentation: Add binding for kalray,coolidge-itgen
` [RFC PATCH v2 06/31] Documentation: Add binding for kalray,kv3-1-ipi-ctrl
` [RFC PATCH v2 07/31] Documentation: Add binding for kalray,kv3-1-pwr-ctrl
` [RFC PATCH v2 09/31] kvx: Add build infrastructure
` [RFC PATCH v2 11/31] kvx: Add atomic/locking headers
` [RFC PATCH v2 12/31] kvx: Add other common headers
` [RFC PATCH v2 19/31] kvx: Add process management
` [RFC PATCH v2 21/31] kvx: Add system call support
` [RFC PATCH v2 27/31] kvx: Add kvx default config file

[PATCH v5 00/39] Shadow stacks for userspace
 2023-01-22  8:20 UTC  (6+ messages)

ptf-threads on mm-unstable seems to regressed from 6.2-rc3
 2023-01-22  7:28 UTC 

cleanup vfree and vunmap
 2023-01-22  7:20 UTC  (13+ messages)
` [PATCH 01/10] mm: reject vmap with VM_FLUSH_RESET_PERMS
` [PATCH 02/10] mm: remove __vfree
` [PATCH 03/10] mm: remove __vfree_deferred
` [PATCH 04/10] mm: move vmalloc_init and free_work down in vmalloc.c
` [PATCH 05/10] mm: call vfree instead of __vunmap from delayed_vfree_work
` [PATCH 06/10] mm: move __remove_vm_area out of va_remove_mappings
` [PATCH 07/10] mm: use remove_vm_area in __vunmap
` [PATCH 08/10] mm: move debug checks from __vunmap to remove_vm_area
` [PATCH 09/10] mm: split __vunmap
` [PATCH 10/10] mm: refactor va_remove_mappings

return an ERR_PTR from __filemap_get_folio v2
 2023-01-22  7:20 UTC  (12+ messages)
` [PATCH 1/7] mm: don't look at xarray value entries in split_huge_pages_in_file
` [PATCH 2/7] mm: make mapping_get_entry available outside of filemap.c
` [PATCH 3/7] mm: use filemap_get_entry in filemap_get_incore_folio
` [PATCH 4/7] shmem: remove shmem_get_partial_folio
` [PATCH 5/7] shmem: open code the page cache lookup in shmem_get_folio_gfp
` [PATCH 6/7] mm: remove FGP_ENTRY
` [PATCH 7/7] mm: return an ERR_PTR from __filemap_get_folio

[PATCH v4 0/1] docs/mm: start filling out new structure
 2023-01-22  5:30 UTC  (2+ messages)

another use-after-free in ep_remove_wait_queue()
 2023-01-22  3:01 UTC  (11+ messages)

[PATCH] mm: Functions used internally should not be put into
 2023-01-21 20:34 UTC  (3+ messages)

[linux-next:master 4008/6912] ERROR: modpost: "free_io_pgtable_ops" [drivers/gpu/drm/panfrost/panfrost.ko] undefined!
 2023-01-21 20:14 UTC 

[PATCH mm-unstable] mm/page_owner: record single timestamp value for high order allocations
 2023-01-21 16:50 UTC 

[LSF/MM/BPF proposal]: Physr discussion
 2023-01-21 15:03 UTC 

[linux-next:master 4530/6912] kismet: WARNING: unmet direct dependencies detected for DEVFREQ_GOV_SIMPLE_ONDEMAND when selected by DRM_MSM
 2023-01-21 13:55 UTC 

[PATCH v7 2/8] iov_iter: Add a function to extract a page list from an iterator
 2023-01-21 13:33 UTC  (9+ messages)
` [PATCH v7 3/8] mm: Provide a helper to drop a pin/ref on a page
` [PATCH v7 8/8] mm: Renumber FOLL_GET and FOLL_PIN down

[PATCH mm-unstable] lib/Kconfig.debug: do not enable DEBUG_PREEMPT by default
 2023-01-21 11:54 UTC  (3+ messages)

[PATCH] mm/sparse: fix "unused function 'pgdat_to_phys'" warning
 2023-01-21 10:11 UTC 

[PATCH 0/5] Convert various functions in memory.c to use folios
 2023-01-21  9:22 UTC  (2+ messages)

[RFC] memcpy_from_folio()
 2023-01-21  7:15 UTC  (2+ messages)

[PATCH RFC v7 00/23] DEPT(Dependency Tracker)
 2023-01-21  4:47 UTC  (5+ messages)

[PATCH RFC v7 08/23] dept: Apply sdt_might_sleep_strong() to PG_{locked,writeback} wait
 2023-01-21  4:21 UTC  (3+ messages)

[PATCH v2] locking/rwbase: Prevent indefinite writer starvation
 2023-01-21  3:46 UTC  (5+ messages)

[PATCH v6 0/3] cachestat: a new syscall for page cache state of files
 2023-01-21  3:43 UTC  (11+ messages)
` [PATCH v6 1/3] workingset: refactor LRU refault to expose refault recency check
` [PATCH v6 2/3] cachestat: implement cachestat syscall

[PATCH mm-unstable 0/5]
 2023-01-21  3:41 UTC  (7+ messages)
` [PATCH mm-unstable 5/5] mm/mempolicy: Convert migrate_page_add() to migrate_folio_add()

[PATCH RFC v7 00/23] DEPT(Dependency Tracker)
 2023-01-21  2:40 UTC  (2+ messages)

[PATCH 0/3] Convert a couple migrate functions to use folios
 2023-01-21  0:56 UTC  (4+ messages)
` [PATCH 1/3] mm: Add folio_movable_ops()
` [PATCH 2/3] mm/migrate: Convert isolate_movable_page() to use folios
` [PATCH 3/3] mm/migrate: Convert putback_movable_pages() "

[PATCH 6/8] mm/gup: make locked never NULL in the internal GUP functions
 2023-01-21  0:21 UTC  (3+ messages)

[PATCH 0/9] convert hugetlb fault functions to folios
 2023-01-20 23:47 UTC  (13+ messages)
` [PATCH 1/9] mm/hugetlb: convert hugetlb_install_page "
` [PATCH 2/9] mm/hugetlb: convert hugetlbfs_pagecache_present() "
` [PATCH 3/9] mm/hugetlb: convert putback_active_hugepage to take in a folio
` [PATCH 4/9] mm/rmap: change hugepage_add_new_anon_rmap "

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-20 23:42 UTC  (8+ messages)
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory

[PATCH v2] drivers/base/memory: Use array to show memory block state
 2023-01-20 23:38 UTC 

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-20 23:17 UTC  (24+ messages)
` [PATCH RFC v7 03/64] KVM: SVM: Advertise private memory support to KVM
` [PATCH RFC v7 14/64] x86/sev: Add the host SEV-SNP initialization support
` [PATCH RFC v7 25/64] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH RFC v7 37/64] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH RFC v7 44/64] KVM: SVM: Remove the long-lived GHCB host map

[PATCH 0/2] drivers/base/memory: Two small cleanups
 2023-01-20 22:59 UTC  (4+ messages)
` [PATCH 2/2] drivers/base/memory: Use array to show memory block state

[RESEND PATCH v2 0/2] mm/kmemleak: Simplify kmemleak_cond_resched() & fix UAF
 2023-01-20 22:54 UTC  (4+ messages)
` [RESEND PATCH v2 2/2] mm/kmemleak: Fix UAF bug in kmemleak_scan()

[syzbot] [vfs?] [ntfs3?] [tmpfs?] WARNING in walk_component
 2023-01-20 20:43 UTC 

[PATCH 8/8] mm/gup: make get_user_pages_fast_only() return the common return value
 2023-01-20 19:27 UTC  (2+ messages)

[PATCH 00/41] Per-VMA locks
 2023-01-20 19:23 UTC  (25+ messages)
` [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free

[PATCH 7/8] mm/gup: remove pin_user_pages_fast_only()
 2023-01-20 19:23 UTC  (2+ messages)

[PATCH 0/8] Simplify the external interface for GUP
 2023-01-20 19:02 UTC  (6+ messages)
` [PATCH 5/8] mm/gup: add FOLL_UNLOCK

[PATCH 3/8] mm/gup: simplify the external interface functions and consolidate invariants
 2023-01-20 18:45 UTC  (4+ messages)

[linux-next:master 4530/6912] drivers/gpu/drm/msm/msm_drv.h:238:45: error: field 'gpu_devfreq_config' has incomplete type
 2023-01-20 18:16 UTC 

mm/sparse.c:347:27: warning: unused function 'pgdat_to_phys'
 2023-01-20 17:45 UTC 

[PATCH v4 00/49] VMA tree type safety and remove __vma_adjust()
 2023-01-20 17:32 UTC  (51+ messages)
` [PATCH v4 01/49] maple_tree: Add mas_init() function
` [PATCH v4 02/49] maple_tree: Fix potential rcu issue
` [PATCH v4 03/49] maple_tree: Reduce user error potential
` [PATCH v4 04/49] test_maple_tree: Test modifications while iterating
` [PATCH v4 05/49] maple_tree: Fix handle of invalidated state in mas_wr_store_setup()
` [PATCH v4 06/49] maple_tree: Fix mas_prev() and mas_find() state handling
` [PATCH v4 07/49] mm: Expand vma iterator interface
` [PATCH v4 08/49] mm/mmap: convert brk to use vma iterator
` [PATCH v4 09/49] kernel/fork: Convert forking to using the vmi iterator
` [PATCH v4 10/49] mmap: Convert vma_link() vma iterator
` [PATCH v4 11/49] mm/mmap: Remove preallocation from do_mas_align_munmap()
` [PATCH v4 12/49] mmap: Change do_mas_munmap and do_mas_aligned_munmap() to use vma iterator
` [PATCH v4 13/49] mmap: Convert vma_expand() "
` [PATCH v4 14/49] mm: Add temporary vma iterator versions of vma_merge(), split_vma(), and __split_vma()
` [PATCH v4 15/49] ipc/shm: Use the vma iterator for munmap calls
` [PATCH v4 16/49] userfaultfd: Use vma iterator
` [PATCH v4 17/49] mm: Change mprotect_fixup to "
` [PATCH v4 18/49] mlock: Convert mlock "
` [PATCH v4 19/49] coredump: Convert "
` [PATCH v4 20/49] mempolicy: "
` [PATCH v4 21/49] task_mmu: "
` [PATCH v4 22/49] sched: "
` [PATCH v4 23/49] madvise: Use vmi iterator for __split_vma() and vma_merge()
` [PATCH v4 24/49] mmap: Pass through vmi iterator to __split_vma()
` [PATCH v4 25/49] mmap: Use vmi version of vma_merge()
` [PATCH v4 26/49] mm/mremap: "
` [PATCH v4 27/49] nommu: Convert nommu to using the vma iterator
` [PATCH v4 28/49] nommu: Pass through vma iterator to shrink_vma()
` [PATCH v4 29/49] mm: Switch vma_merge(), split_vma(), and __split_vma to vma iterator
` [PATCH v4 30/49] mm/damon/vaddr-test.h: Stop using vma_mas_store() for maple tree store
` [PATCH v4 31/49] mmap: Convert __vma_adjust() to use vma iterator
` [PATCH v4 32/49] mm: Pass through vma iterator to __vma_adjust()
` [PATCH v4 33/49] madvise: Use split_vma() instead of __split_vma()
` [PATCH v4 34/49] mm: Remove unnecessary write to vma iterator in __vma_adjust()
` [PATCH v4 35/49] mm: Pass vma iterator through to __vma_adjust()
` [PATCH v4 36/49] mm: Add vma iterator to vma_adjust() arguments
` [PATCH v4 37/49] mmap: Clean up mmap_region() unrolling
` [PATCH v4 38/49] mm: Change munmap splitting order and move_vma()
` [PATCH v4 39/49] mm/mmap: move anon_vma setting in __vma_adjust()
` [PATCH v4 40/49] mm/mmap: Refactor locking out of __vma_adjust()
` [PATCH v4 41/49] mm/mmap: Use vma_prepare() and vma_complete() in vma_expand()
` [PATCH v4 42/49] mm/mmap: Introduce init_vma_prep() and init_multi_vma_prep()
` [PATCH v4 43/49] mm: Don't use __vma_adjust() in __split_vma()
` [PATCH v4 44/49] mm/mremap: Convert vma_adjust() to vma_expand()
` [PATCH v4 45/49] mm/mmap: Don't use __vma_adjust() in shift_arg_pages()
` [PATCH v4 46/49] mm/mmap: Introduce dup_vma_anon() helper
` [PATCH v4 47/49] mm/mmap: Convert do_brk_flags() to use vma_prepare() and vma_complete()
` [PATCH v4 48/49] mm/mmap: Remove __vma_adjust()
` [PATCH v4 49/49] vma_merge: Set vma iterator to correct position

[PATCH 21/46] hugetlb: use struct hugetlb_pte for walk_hugetlb_range
 2023-01-20 17:23 UTC  (11+ messages)

[linux-next:master] BUILD REGRESSION d514392f17fd4d386cfadde7f849d97db4ca1fb0
 2023-01-20 17:13 UTC 

[RFC PATCH 0/2] Add support for sharing page tables across processes (Previously mshare)
 2023-01-20 16:08 UTC  (6+ messages)
` [RFC PATCH 1/2] mm/ptshare: Add vm flag for shared PTE
  ` [RFC RESEND "
` [RFC PATCH 2/2] mm/ptshare: Create a new mm for shared pagetables and add basic page table sharing support
  ` [RFC RESEND "
` [RFC RESEND PATCH 0/2] Add support for sharing page tables across processes (Previously mshare)

[PATCH v9 0/2] Memory poison recovery in khugepaged collapsing
 2023-01-20 15:56 UTC  (4+ messages)
` [PATCH v9 1/2] mm/khugepaged: recover from poisoned anonymous memory

[PATCH 4/8] mm/gup: add an assertion that the mmap lock is locked
 2023-01-20 15:44 UTC  (3+ messages)

[PATCH] ASoC: SOF: sof-audio: prepare_widgets: Check swidget for NULL on sink failure
 2023-01-20 15:43 UTC  (2+ messages)

[PATCH v7 0/4] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-20 14:53 UTC  (6+ messages)
` [PATCH v7 1/4] userfaultfd: Add UFFD WP Async support

[PATCH 1/8] mm/gup: have internal functions get the mmap_read_lock()
 2023-01-20 14:47 UTC  (3+ 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