linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-14 18:55:08 to 2022-07-17 14:31:57 UTC [more...]

[linux-next:master 7381/10906] drivers/nvme/target/configfs.c:1762:2-7: WARNING: NULL check before some freeing functions is not needed
 2022-07-17 14:31 UTC 

[PATCH v11 00/69] Introducing the Maple Tree
 2022-07-17 13:06 UTC  (75+ messages)
` [PATCH v11 02/69] radix tree test suite: add pr_err define
` [PATCH v11 01/69] Maple Tree: add new data structure
` [PATCH v11 03/69] radix tree test suite: add kmem_cache_set_non_kernel()
` [PATCH v11 04/69] radix tree test suite: add allocation counts and size to kmem_cache
` [PATCH v11 05/69] radix tree test suite: add support for slab bulk APIs
` [PATCH v11 06/69] radix tree test suite: add lockdep_is_held to header
` [PATCH v11 07/69] lib/test_maple_tree: add testing for maple tree
` [PATCH v11 10/69] mmap: use the VMA iterator in count_vma_pages_range()
` [PATCH v11 09/69] mm: add VMA iterator
` [PATCH v11 08/69] mm: start tracking VMAs with maple tree
` [PATCH v11 11/69] mm/mmap: use the maple tree in find_vma() instead of the rbtree
` [PATCH v11 12/69] mm/mmap: use the maple tree for find_vma_prev() "
` [PATCH v11 13/69] mm/mmap: use maple tree for unmapped_area{_topdown}
` [PATCH v11 16/69] proc: remove VMA rbtree use from nommu
` [PATCH v11 15/69] damon: convert __damon_va_three_regions to use the VMA iterator
` [PATCH v11 14/69] kernel/fork: use maple tree for dup_mmap() during forking
` [PATCH v11 18/69] mmap: change zeroing of maple tree in __vma_adjust()
` [PATCH v11 17/69] mm: remove rb tree
` [PATCH v11 19/69] xen: use vma_lookup() in privcmd_ioctl_mmap()
` [PATCH v11 20/69] mm: optimize find_exact_vma() to use vma_lookup()
` [PATCH v11 22/69] mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v11 21/69] mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v11 23/69] mm: use maple tree operations for find_vma_intersection()
` [PATCH v11 24/69] mm/mmap: use advanced maple tree API for mmap_region()
` [PATCH v11 25/69] mm: remove vmacache
` [PATCH v11 26/69] mm: convert vma_lookup() to use mtree_load()
` [PATCH v11 27/69] mm/mmap: move mmap_region() below do_munmap()
` [PATCH v11 29/69] mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v11 28/69] mm/mmap: reorganize munmap to use maple states
` [PATCH v11 30/69] arm64: remove mmap linked list from vdso
` [PATCH v11 31/69] arm64: Change elfcore for_each_mte_vma() to use VMA iterator
` [PATCH v11 32/69] parisc: remove mmap linked list from cache handling
` [PATCH v11 34/69] s390: remove vma linked list walks
` [PATCH v11 33/69] powerpc: remove mmap "
` [PATCH v11 36/69] xtensa: remove vma "
` [PATCH v11 37/69] cxl: remove vma linked list walk
` [PATCH v11 35/69] x86: remove vma linked list walks
` [PATCH v11 39/69] um: remove vma linked list walk
` [PATCH v11 38/69] optee: "
` [PATCH v11 41/69] exec: use VMA iterator instead of linked list
` [PATCH v11 40/69] coredump: remove vma linked list walk
` [PATCH v11 44/69] userfaultfd: use maple tree iterator to iterate VMAs
` [PATCH v11 42/69] fs/proc/base: use maple tree iterators in place of linked list
` [PATCH v11 43/69] fs/proc/task_mmu: stop using linked list and highest_vm_end
` [PATCH v11 46/69] acct: use VMA iterator instead of linked list
` [PATCH v11 47/69] perf: use VMA iterator
` [PATCH v11 45/69] ipc/shm: use VMA iterator instead of linked list
` [PATCH v11 49/69] fork: use VMA iterator
` [PATCH v11 48/69] sched: use maple tree iterator to walk VMAs
` [PATCH v11 50/69] bpf: remove VMA linked list
` [PATCH v11 54/69] mm/madvise: use vma_find() instead of vma "
` [PATCH v11 53/69] mm/ksm: use vma iterators "
` [PATCH v11 51/69] mm/gup: use maple tree navigation instead of "
` [PATCH v11 52/69] mm/khugepaged: stop using vma "
` [PATCH v11 57/69] mm/mlock: use vma iterator and maple state instead of "
` [PATCH v11 55/69] mm/memcontrol: stop using mm->highest_vm_end
` [PATCH v11 56/69] mm/mempolicy: use vma iterator & maple state instead of vma linked list
` [PATCH v11 59/69] mm/mremap: use vma_find_intersection() "
` [PATCH v11 60/69] mm/msync: use vma_find() "
` [PATCH v11 58/69] mm/mprotect: use maple tree navigation "
` [PATCH v11 63/69] mm/swapfile: use vma iterator "
` [PATCH v11 62/69] mm/pagewalk: use vma_find() "
` [PATCH v11 61/69] mm/oom_kill: use maple tree iterators "
` [PATCH v11 64/69] i915: use the VMA iterator
` [PATCH v11 67/69] mm: remove the vma linked list
` [PATCH v11 66/69] riscv: use vma iterator for vdso
` [PATCH v11 65/69] nommu: remove uses of VMA linked list
` [PATCH v11 68/69] mm/mmap: drop range_has_overlap() function
` [PATCH v11 69/69] mm/mmap.c: pass in mapping to __vma_link_file()

[PATCH] maple: change the pointer name from maple_enode to maple_enode_p
 2022-07-17 12:12 UTC 

[linux-next:master 10391/10906] drivers/scsi/mpi3mr/mpi3mr_os.c:389:41: sparse: sparse: cast to restricted __le64
 2022-07-17 11:27 UTC 

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-07-17 10:01 UTC  (3+ messages)
` [PATCH Part2 v6 03/49] x86/sev: Add the host SEV-SNP initialization support

[linux-next:master 9226/10906] ld.lld: error: undefined symbol: kunit_kmalloc_array
 2022-07-17  6:02 UTC 

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-07-17  5:08 UTC  (5+ messages)
` [PATCH v12 29/46] x86/boot: Add Confidential Computing type to setup_data

[linux-next:master 7976/10906] htmldocs: Documentation/ABI/testing/sysfs-driver-qat:24: WARNING: Unexpected indentation
 2022-07-17  5:11 UTC 

[linux-next:master 10391/10906] drivers/scsi/mpi3mr/mpi3mr_os.c:389:41: sparse: sparse: cast to restricted __le64
 2022-07-17  4:50 UTC 

[linux-next:master 10391/10906] drivers/scsi/mpi3mr/mpi3mr_os.c:389:48: sparse: sparse: non size-preserving pointer to integer cast
 2022-07-17  3:47 UTC 

[linux-next:master] BUILD REGRESSION 4662b7adea50bb62e993a67f611f3be625d3df0d
 2022-07-17  2:57 UTC  (3+ messages)

[PATCH] mm/dmapool.c: avoid duplicate memset within dma_pool_alloc
 2022-07-17  1:01 UTC  (2+ messages)

[PATCH] mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pte
 2022-07-16 23:06 UTC  (24+ messages)

[linux-next:master 1595/10906] drivers/platform/chrome/cros_kbd_led_backlight.c:183:42: warning: unused variable 'keyboard_led_drvdata_ec_pwm'
 2022-07-16 21:17 UTC 

[PATCH v2 1/1] mm: kfence: apply kmemleak_ignore_phys on early allocated pool
 2022-07-16 18:43 UTC  (4+ messages)

[linux-next:master 9199/10906] arch/arm64/net/bpf_jit_comp.c:1683:16: sparse: sparse: incorrect type in assignment (different base types)
 2022-07-16 16:31 UTC 

[linux-next:master 4418/10906] drivers/firmware/tegra/bpmp.c:204:17: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2022-07-16 16:10 UTC 

[linux-next:master 10517/10906] fs/nfsd/nfsctl.c:1504:24: error: 'NFS4_CLIENTS_PER_GB' undeclared
 2022-07-16 11:56 UTC 

[PATCH] mm: remove unneeded PageAnon check in restore_exclusive_pte()
 2022-07-16  8:18 UTC 

[PATCH] mm: remove obsolete comment in do_fault_around()
 2022-07-16  8:03 UTC 

[PATCH 07/10] crypto: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
 2022-07-16  3:25 UTC  (12+ messages)

[linux-next:master] BUILD REGRESSION 6014cfa5bf32cf8c5c58b3cfd5ee0e1542c8a825
 2022-07-16  3:00 UTC 

[PATCH 1/4] of: add struct page support to rmem
 2022-07-16  0:38 UTC  (2+ messages)

[PATCH] mm/mmap: Fix locking issues in vma_expand()
 2022-07-15 23:16 UTC  (3+ messages)

[RFC PATCH 00/26] hugetlb: Introduce HugeTLB high-granularity mapping
 2022-07-15 23:03 UTC  (16+ messages)
` [RFC PATCH 07/26] hugetlb: add hugetlb_pte to track HugeTLB page table entries
` [RFC PATCH 19/26] hugetlb: add HGM support for copy_hugetlb_page_range
` [RFC PATCH 20/26] hugetlb: add support for high-granularity UFFDIO_CONTINUE

[linux-next:master 10820/10906] include/trace/events/btrfs.h:2327:1: sparse: sparse: incorrect type in assignment (different base types)
 2022-07-15 20:54 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 27ca1dbc37a0aacd61371f94a83d684024ba9749
 2022-07-15 20:50 UTC 

[PATCH v3] selftests/vm: enable running select groups of tests
 2022-07-15 19:54 UTC  (2+ messages)

[PATCH] maple_tree: Fix sparse reported issues
 2022-07-15 19:53 UTC  (6+ messages)

[PATCH Fix] maple_tree: Use metadata for mas_dead_leaves() walk
 2022-07-15 19:43 UTC 

[PATCH] mm/huge_memory: Return from zap_huge_pmd after WARN_ONCE
 2022-07-15 17:50 UTC  (2+ messages)

[PATCH] mm/damon/reclaim: fix 'enabled' is incorrectly set because 'system_wq' is not initialized
 2022-07-15 17:07 UTC  (2+ messages)

[PATCH v9 0/8] mm/demotion: Memory tiers and demotion
 2022-07-15 16:59 UTC  (16+ messages)
` [PATCH v9 1/8] mm/demotion: Add support for explicit memory tiers
` [PATCH v9 4/8] mm/demotion: Add hotplug callbacks to handle new numa node onlined
` [PATCH v9 5/8] mm/demotion: Build demotion targets based on explicit memory tiers
` [PATCH v9 6/8] mm/demotion: Add pg_data_t member to track node memory tier details

[PATCH v4 04/45] x86: asm: instrument usercopy in get_user() and __put_user_size()
 2022-07-15 16:44 UTC  (5+ messages)

[linux-next:master 10517/10906] fs/nfsd/nfsctl.c:1504:17: error: use of undeclared identifier 'NFS4_CLIENTS_PER_GB'
 2022-07-15 16:29 UTC 

[PATCH v3] mm/compaction: fix set skip in fast_find_migrateblock
 2022-07-15 15:26 UTC  (4+ messages)

[PATCH] mm: fix page leak with multiple threads mapping the same page
 2022-07-15 15:21 UTC  (5+ messages)

[PATCH v9 00/14] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-07-15 15:05 UTC  (15+ messages)
` [PATCH v9 01/14] mm: rename is_pinnable_pages to is_longterm_pinnable_pages
` [PATCH v9 02/14] mm: move page zone helpers from mm.h to mmzone.h
` [PATCH v9 03/14] mm: add zone device coherent type memory support
` [PATCH v9 04/14] mm: handling Non-LRU pages returned by vm_normal_pages
` [PATCH v9 05/14] mm: add device coherent vma selection for memory migration
` [PATCH v9 06/14] mm/gup: migrate device coherent pages when pinning instead of failing
` [PATCH v9 07/14] drm/amdkfd: add SPM support for SVM
` [PATCH v9 08/14] lib: test_hmm add ioctl to get zone device type
` [PATCH v9 09/14] lib: test_hmm add module param for "
` [PATCH v9 10/14] lib: add support for device coherent type in test_hmm
` [PATCH v9 11/14] tools: update hmm-test to support device coherent type
` [PATCH v9 12/14] tools: update test_hmm script to support SP config
` [PATCH v9 13/14] tools: add hmm gup tests for device coherent type
` [PATCH v9 14/14] tools: add selftests to hmm for COW in device memory

[PATCH] mm: compaction: include compound page count for scanning in pageblock isolation
 2022-07-15 14:13 UTC  (3+ messages)

[PATCH v8 07/15] mm/gup: migrate device coherent pages when pinning instead of failing
 2022-07-15 14:12 UTC  (3+ messages)
` [PATCH] "

[PATCH V3] mm: prevent page_frag_alloc() from corrupting the memory
 2022-07-15 12:50 UTC 

[PATCH] mm: fix use-after free of page_ext after race with memory-offline
 2022-07-15 12:32 UTC  (3+ messages)

[PATCH] mm/shmem: add support for FS_IOC_[SG]ETFLAGS for tmpfs
 2022-07-15 11:36 UTC  (5+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-15 11:36 UTC  (3+ messages)
` [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry

[PATCH 0/3] pid: replace idr api with xarray
 2022-07-15 11:33 UTC  (4+ messages)
` [PATCH 1/3] pid: replace pidmap_lock with xarray lock
` [PATCH 2/3] pid: split cyclic id allocation cursor from idr
` [PATCH 3/3] pid: switch pid_namespace from idr to xarray

[PATCH 1/3] mm/slub: fix the race between validate_slab and slab_free
 2022-07-15 10:51 UTC  (12+ messages)

[PATCH v2 0/3] s390/cpufeature: rework to allow different types of cpufeatures
 2022-07-15  9:32 UTC  (5+ messages)
` [PATCH v2 1/3] s390/cpufeature: rework to allow more than only hwcap bits

[PATCH v4 00/45] Add KernelMemorySanitizer infrastructure
 2022-07-15  8:52 UTC  (5+ messages)
` [PATCH v4 06/45] kmsan: add ReST documentation

[PATCH v1] mm/slub: enable debugging memory wasting of kmalloc
 2022-07-15  8:29 UTC  (5+ messages)

[PATCH 0/3] s390/cpufeature: rework to allow different types of cpufeatures
 2022-07-15  8:03 UTC  (6+ messages)
` [PATCH 1/3] s390/cpufeature: rework to allow more than only hwcap bits

[PATCH v3] can: slcan: do not sleep with a spin lock held
 2022-07-15  7:29 UTC 

[linux-next:master] BUILD REGRESSION 37b355fdaf31ee18bda9a93c2a438dc1cbf57ec9
 2022-07-15  6:49 UTC 

[PATCH v5] memblock,arm64: Expand the static memblock memory table
 2022-07-15  3:29 UTC  (3+ messages)

[PATCH v2 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-07-15  2:47 UTC  (4+ messages)

[PATCH -v2] mm/shmem: support FS_IOC_[SG]ETFLAGS in tmpfs
 2022-07-15  1:59 UTC  (2+ messages)
` [PATCH -v3] "

[PATCH v5 0/3] Implement readahead for squashfs
 2022-07-15  1:45 UTC  (5+ messages)
` [PATCH v5 3/3] squashfs: implement readahead

[syzbot] possible deadlock in start_this_handle (3)
 2022-07-15  1:39 UTC  (2+ messages)

[PATCH bpf-next 1/3] mm/vmalloc: introduce vmalloc_exec which allocates RO+X memory
 2022-07-15  0:24 UTC  (6+ messages)

[PATCH v2 00/10] lib: cleanup bitmap-related headers
 2022-07-14 22:15 UTC  (3+ messages)

[PATCH v2 0/9] Add support for shared PTEs across processes
 2022-07-14 22:02 UTC  (6+ messages)

[linux-next:master 10618/10678] drivers/scsi/qla2xxx/qla_init.c:171:10: warning: variable 'bail' set but not used
 2022-07-14 20:07 UTC 

[mm-unstable v7 00/18] mm: userspace hugepage collapse
 2022-07-14 18:55 UTC  (2+ messages)
` [RFC] mm: userspace hugepage collapse: file/shmem semantics


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).