linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-25 20:48:09 to 2022-01-27 03:22:24 UTC [more...]

[PATCH v3 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-01-27  3:22 UTC  (4+ messages)
` [PATCH v3 09/10] tools: update hmm-test to support device coherent type

[RFC PATCH 0/3] Add hugetlb MADV_DONTNEED support
 2022-01-27  3:19 UTC  (4+ messages)
` [RFC PATCH 1/3] mm: enable MADV_DONTNEED for hugetlb mappings

[PATCH v4 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-01-27  3:09 UTC  (11+ messages)
` [PATCH v4 01/10] mm: add zone device coherent type memory support
` [PATCH v4 02/10] mm: add device coherent vma selection for memory migration
` [PATCH v4 03/10] mm/gup: fail get_user_pages for LONGTERM dev coherent type
` [PATCH v4 04/10] drm/amdkfd: add SPM support for SVM
` [PATCH v4 05/10] drm/amdkfd: coherent type as sys mem on migration to ram
` [PATCH v4 06/10] lib: test_hmm add ioctl to get zone device type
` [PATCH v4 07/10] lib: test_hmm add module param for "
` [PATCH v4 08/10] lib: add support for device coherent type in test_hmm
` [PATCH v4 09/10] tools: update hmm-test to support device coherent type
` [PATCH v4 10/10] tools: update test_hmm script to support SP config

[PATCH] mm/util.c: Make kvfree() safe for calling while holding spinlocks
 2022-01-27  2:53 UTC  (2+ messages)

[PATCH 0/9] Remove remaining parts of congestions tracking code
 2022-01-27  2:46 UTC  (10+ messages)
` [PATCH 2/9] Remove bdi_congested() and wb_congested() and related functions
` [PATCH 5/9] cephfs: don't set/clear bdi_congestion
` [PATCH 9/9] Remove congestion tracking framework
` [PATCH 1/9] Remove inode_congested()
` [PATCH 8/9] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [PATCH 6/9] fuse: don't set/clear bdi_congested
` [PATCH 3/9] f2fs: change retry waiting for f2fs_write_single_data_page()
` [PATCH 7/9] NFS: remove congestion control
` [PATCH 4/9] f2f2: replace some congestion_wait() calls with io_schedule_timeout()

[RFC][PATCH v2 0/5] sched: User Managed Concurrency Groups
 2022-01-27  2:17 UTC  (3+ messages)
` [RFC][PATCH v2 4/5] x86/uaccess: Implement unsafe_try_cmpxchg_user()

[PATCH v2 1/2] mm: thp: fix wrong cache flush in remove_migration_pmd()
 2022-01-27  1:55 UTC  (11+ messages)
` [PATCH v2 2/2] mm: fix missing cache flush for all tail pages of THP

[PATCH] mm/memory_hotplug: build zonelist for managed_zone
 2022-01-27  1:20 UTC 

[RFC 00/14] DEPT(DEPendency Tracker)
 2022-01-27  1:11 UTC  (16+ messages)
` Patches(Dept) for v5.17-rc1
  ` [PATCH on v5.17-rc1 01/14] llist: Move llist_{head,node} definition to types.h
    ` [PATCH on v5.17-rc1 02/14] dept: Implement Dept(Dependency Tracker)
    ` [PATCH on v5.17-rc1 03/14] dept: Embed Dept data in Lockdep
    ` [PATCH on v5.17-rc1 04/14] dept: Apply Dept to spinlock
    ` [PATCH on v5.17-rc1 05/14] dept: Apply Dept to mutex families
    ` [PATCH on v5.17-rc1 06/14] dept: Apply Dept to rwlock
    ` [PATCH on v5.17-rc1 07/14] dept: Apply Dept to wait_for_completion()/complete()
    ` [PATCH on v5.17-rc1 08/14] dept: Apply Dept to seqlock
    ` [PATCH on v5.17-rc1 09/14] dept: Apply Dept to rwsem
    ` [PATCH on v5.17-rc1 10/14] dept: Add proc knobs to show stats and dependency graph
    ` [PATCH on v5.17-rc1 11/14] dept: Introduce split map concept and new APIs for them
    ` [PATCH on v5.17-rc1 12/14] dept: Apply Dept to wait/event of PG_{locked,writeback}
    ` [PATCH on v5.17-rc1 13/14] dept: Separate out SDT(Single-event Dependency Tracker) header
    ` [PATCH on v5.17-rc1 14/14] dept: Apply SDT to swait

[PATCH] mm: Fix invalid page pointer returned with FOLL_PIN gups
 2022-01-27  0:42 UTC  (3+ messages)

[PATCH 00/23 V3] Repair SWAP-over_NFS
 2022-01-27  0:32 UTC  (18+ messages)
` [PATCH 09/23] MM: submit multipage reads for SWP_FS_OPS swap-space
` [PATCH 14/23] NFS: swap IO handling is slightly different for O_DIRECT IO
` [PATCH 11/23] VFS: Add FMODE_CAN_ODIRECT file flag
` [PATCH 22/23] NFS: swap-out must always use STABLE writes
` [PATCH 02/23] MM: extend block-plugging to cover all swap reads with read-ahead

[PATCH 1/2] mm/memory_hotplug: Export shrink span functions for zone and node
 2022-01-27  0:29 UTC  (4+ messages)
` [PATCH 2/2] dax/kmem: Update spanned page stat of origin device node

[PATCH v3] fs/exec: require argv[0] presence in do_execveat_common()
 2022-01-27  0:07 UTC 

[RFC PATCH] mm: create security context for memfd_secret inodes
 2022-01-26 23:01 UTC  (2+ messages)

[PATCH v3 0/9] Hardening page _refcount
 2022-01-26 22:40 UTC  (14+ messages)
` [PATCH v3 1/9] mm: add overflow and underflow checks for page->_refcount
` [PATCH v3 2/9] mm: Avoid using set_page_count() in set_page_recounted()
` [PATCH v3 3/9] mm: remove set_page_count() from page_frag_alloc_align
` [PATCH v3 4/9] mm: avoid using set_page_count() when pages are freed into allocator
` [PATCH v3 5/9] mm: rename init_page_count() -> page_ref_init()
` [PATCH v3 6/9] mm: remove set_page_count()
` [PATCH v3 7/9] mm: simplify page_ref_* functions
` [PATCH v3 8/9] mm: do not use atomic_set_release in page_ref_unfreeze()
` [PATCH v3 9/9] mm: use atomic_cmpxchg_acquire in page_ref_freeze()

[PATCH] mm: make 'highmem' symbol ro_after_init
 2022-01-26 21:38 UTC  (2+ messages)

[PATCH 0/7] Allocate module text and data separately
 2022-01-26 21:36 UTC  (8+ messages)
` [PATCH 1/7] modules: Refactor within_module_core() and within_module_init()
` [PATCH 6/7] modules: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC

[PATCH] Revert "mm/page_isolation: unset migratetype directly for non Buddy page"
 2022-01-26 21:11 UTC  (6+ messages)

[LSF/MM/BPF TOPIC] Folios
 2022-01-26 20:38 UTC 

[PATCH RFC v2 0/9] mm: COW fixes part 1: fix the COW security issue for THP and swap
 2022-01-26 20:36 UTC  (14+ messages)
` [PATCH RFC v2 1/9] mm: optimize do_wp_page() for exclusive pages in the swapcache
` [PATCH RFC v2 2/9] mm: optimize do_wp_page() for fresh pages in local LRU pagevecs
` [PATCH RFC v2 3/9] mm: slightly clarify KSM logic in do_swap_page()
` [PATCH RFC v2 4/9] mm: streamline COW "
` [PATCH RFC v2 5/9] mm/huge_memory: streamline COW logic in do_huge_pmd_wp_page()
` [PATCH RFC v2 6/9] mm/khugepaged: remove reuse_swap_page() usage
` [PATCH RFC v2 7/9] mm/swapfile: remove reuse_swap_page()
` [PATCH RFC v2 8/9] mm/huge_memory: remove stale page_trans_huge_mapcount()
` [PATCH RFC v2 9/9] mm/huge_memory: remove stale locking logic from __split_huge_pmd()

[PATCH v4 00/66] Introducing the Maple Tree
 2022-01-26 20:29 UTC  (38+ messages)
` [PATCH v4 43/66] userfaultfd: Use maple tree iterator to iterate VMAs
` [PATCH v4 49/66] bpf: Remove VMA linked list
` [PATCH v4 51/66] mm/khugepaged: Use maple tree iterators instead of vma "
` [PATCH v4 50/66] mm/gup: Use maple tree navigation instead of "
` [PATCH v4 52/66] mm/ksm: Use maple tree iterators instead of vma "
` [PATCH v4 55/66] mm/mempolicy: "
` [PATCH v4 54/66] mm/memcontrol: Stop using mm->highest_vm_end
` [PATCH v4 56/66] mm/mlock: Use maple tree iterators instead of vma linked list
` [PATCH v4 58/66] mm/mremap: Use vma_find() "
` [PATCH v4 60/66] mm/oom_kill: Use maple tree iterators "
` [PATCH v4 62/66] mm/swapfile: Use maple tree iterator "
` [PATCH v4 65/66] mm: Remove the "

[PATCH v4 0/4] page table check fixes and cleanups
 2022-01-26 19:26 UTC  (6+ messages)
` [PATCH v4 1/4] mm/debug_vm_pgtable: remove pte entry from the page table
` [PATCH v4 2/4] mm/page_table_check: use unsigned long for page counters and cleanup
` [PATCH v4 3/4] mm/khugepaged: unify collapse pmd clear, flush and free
` [PATCH v4 4/4] mm/page_table_check: check entries at pmd levels

[PATCH] mm/highmem: remove unnecessary done label
 2022-01-26 18:59 UTC  (4+ messages)

[v2 PATCH] fs/proc: task_mmu.c: don't read mapcount for migration entry
 2022-01-26 18:54 UTC  (12+ messages)

[RFC PATCH 0/6] Add support for shared PTEs across processes
 2022-01-26 17:33 UTC  (17+ messages)

[linux-next:master 1693/1734] drivers/gpu/drm/i915/gem/i915_gem_mman.c:369:11: error: implicit declaration of function 'i915_gem_evict_vm'; did you mean 'i915_gem_to_ttm'?
 2022-01-26 17:10 UTC 

[PATCH 0/4] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-01-26 16:57 UTC  (15+ messages)
` [PATCH 1/4] mm/memcg: Disable threshold event handlers on PREEMPT_RT
` [PATCH 2/4] mm/memcg: Protect per-CPU counter by disabling preemption on PREEMPT_RT where needed
` [PATCH 3/4] mm/memcg: Add a local_lock_t for IRQ and TASK object

[PATCHv4] psi: fix possible trigger missing in the window
 2022-01-26 16:44 UTC  (3+ messages)

[RFC V1 00/31] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-01-26 16:38 UTC  (7+ messages)
` [RFC V1 01/31] mm/debug_vm_pgtable: Directly use vm_get_page_prot()
` [RFC V1 02/31] mm/mmap: Clarify protection_map[] indices
` [RFC V1 25/31] nios2/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT

[PATCH 0/4] Remove the type-unclear target id concept
 2022-01-26 16:37 UTC  (2+ messages)

[PATCH v5 3/5] x86/e820: Tag e820_entry with crypto capabilities
 2022-01-26 14:03 UTC  (3+ messages)

[PATCH v3 0/4] page table check fixes and cleanups
 2022-01-26 12:46 UTC  (11+ messages)
` [PATCH v3 1/4] mm/debug_vm_pgtable: remove pte entry from the page table
` [PATCH v3 2/4] mm/page_table_check: use unsigned long for page counters and cleanup
` [PATCH v3 3/4] mm/khugepaged: unify collapse pmd clear, flush and free
` [PATCH v3 4/4] mm/page_table_check: check entries at pmd levels

[PATCH RFC 0/3] Add a module parameter to adjust kfence objects
 2022-01-26 12:12 UTC  (12+ messages)
` [PATCH RFC 1/3] kfence: "
` [PATCH RFC 3/3] kfence: Make test case compatible with run time set sample interval

[RESEND][PATCH v2] mm: don't call lru draining in the nested lru_cache_disable
 2022-01-26 12:09 UTC  (12+ messages)

[PATCH] mm/memremap: avoid calling kasan_remove_zero_shadow() for device private memory
 2022-01-26 10:06 UTC  (2+ messages)

[PATCH v7 0/5] Free the 2nd vmemmap page associated with each HugeTLB page
 2022-01-26  8:04 UTC  (7+ messages)

[PATCH] tools/testing/scatterlist: Add missing defines
 2022-01-26  7:16 UTC  (3+ messages)

[PATCH v1] binfmt_misc: fix crash when load/unload module
 2022-01-26  6:33 UTC  (5+ messages)

[linux-next:master 1562/1734] drivers/hid/hid-hyperv.c:218:9: sparse: sparse: cast from restricted __le16
 2022-01-26  3:03 UTC 

[PATCH] vmap(): don't allow invalid pages
 2022-01-26  2:50 UTC  (3+ messages)

[PATCH v2] proc/vmcore: fix possible deadlock on concurrent mmap and read
 2022-01-26  2:33 UTC  (4+ messages)

[PATCH v2] vmap(): don't allow invalid pages
 2022-01-26  2:29 UTC  (3+ messages)

[PATCH v2] Revert "mm/page_isolation: unset migratetype directly for non Buddy page"
 2022-01-26  2:44 UTC 

[PATCH] mm: io_uring: allow oom-killer from io_uring_setup
 2022-01-26  1:42 UTC  (4+ messages)

[PATCH] docs/vm: Fix typo in *harden*
 2022-01-26  0:18 UTC 

[linux-next:master 990/1252] drivers/mtd/nand/raw/brcmnand/bcma_nand.c:61:23: sparse: sparse: cast to restricted __be32
 2022-01-25 22:42 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION d25ee88530253138d0b20d43511ca5acbda4e9f7
 2022-01-25 22:19 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 930c0caea669427384901ee36e1815a387f1193c
 2022-01-25 21:04 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).