linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-14 02:25:00 to 2022-07-17 02:46:45 UTC [more...]

[PATCH v11 00/69] Introducing the Maple Tree
 2022-07-17  2:46 UTC  (4+ messages)
` [PATCH v11 03/69] radix tree test suite: add kmem_cache_set_non_kernel()
` [PATCH v11 02/69] radix tree test suite: add pr_err define
` [PATCH v11 04/69] radix tree test suite: add allocation counts and size to kmem_cache

[linux-next:master] BUILD REGRESSION 4662b7adea50bb62e993a67f611f3be625d3df0d
 2022-07-17  1:03 UTC  (4+ 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  (20+ messages)
` [PATCH v9 1/8] mm/demotion: Add support for explicit memory tiers
` [PATCH v9 2/8] mm/demotion: Move memory demotion related code
` [PATCH v9 3/8] mm/demotion/dax/kmem: Set node's memory tier to MEMORY_TIER_PMEM
` [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 v9 7/8] mm/demotion: Demote pages according to allocation fallback order
` [PATCH v9 8/8] mm/demotion: Update node_is_toptier to work with memory tiers

[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  (17+ messages)
` [PATCH v7 04/14] mm/shmem: Support memfile_notifier
` [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  (6+ 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] mm/shmem: add support for FS_IOC_[SG]ETFLAGS for tmpfs
 2022-07-15  1:59 UTC  (3+ messages)
` [PATCH -v2] mm/shmem: support FS_IOC_[SG]ETFLAGS in tmpfs
  ` [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  (13+ 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

[PATCH 2/4] mm/sparse: skip no-map memblock check when fill_subsection_map
 2022-07-14 18:45 UTC  (2+ messages)

[RFC PATCH] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-07-14 18:21 UTC  (4+ messages)
` [RFC PATCH v6] "

[PATCHv4 0/8] Linear Address Masking enabling
 2022-07-14 18:12 UTC  (6+ messages)
` [PATCHv4 6/8] x86/mm: Provide ARCH_GET_UNTAG_MASK and ARCH_ENABLE_TAGGED_ADDR

[PATCH for mm-stable] mm/damon/lru_sort: fix potential memory leak in damon_lru_sort_init()
 2022-07-14 17:04 UTC 

[linux-next:master 7409/10678] drivers/clk/qcom/gpucc-sm8350.c:111:2: error: initializer element is not a compile-time constant
 2022-07-14 16:54 UTC  (2+ messages)

[syzbot] memory leak in xas_create
 2022-07-14 16:27 UTC  (9+ messages)

[PATCH v8 02/15] mm: move page zone helpers into new header-specific file
 2022-07-14 16:15 UTC  (2+ messages)
` [PATCH] mm: move page zone helpers from mm.h to mmzone.h

[linux-next:master 9649/10678] i915_scatterlist.c:undefined reference to `__udivdi3'
 2022-07-14 16:11 UTC 

[PATCH V4 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-07-14 12:34 UTC  (7+ messages)
` [PATCH V4 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()

[linux-next:master 10519/10678] security/apparmor/policy_ns.c:83:20: warning: no previous prototype for function 'alloc_unconfined'
 2022-07-14 12:23 UTC 

[next] Kernel panic - not syncing: swiotlb_init_remap: nslabs = 0 too small
 2022-07-14 11:35 UTC  (4+ messages)

[PATCH v2] can: slcan: do not sleep with a spin lock held
 2022-07-14 10:38 UTC  (2+ messages)

[PATCH v3 00/15] common kmalloc v3
 2022-07-14 10:30 UTC  (8+ messages)
` [PATCH 16/16] mm/sl[au]b: check if large object is valid in __ksize()

[PATCH v3] secretmem: fix unhandled fault in truncate
 2022-07-14  9:52 UTC  (2+ messages)

[linux-next:master 4365/10347] drivers/net/dsa/microchip/ksz_spi.c:132:34: warning: unused variable 'ksz_dt_ids'
 2022-07-14  8:21 UTC  (2+ messages)

[PATCH] zsmalloc: zs_malloc: Return ERR_PTR if fail
 2022-07-14  8:07 UTC 

[PATCH v8 00/12] mm/demotion: Memory tiers and demotion
 2022-07-14  7:21 UTC  (14+ messages)

[PATCH v4] mm: vmpressure: don't count proactive reclaim in vmpressure
 2022-07-14  6:49 UTC 

[mm/mprotect] 64fe24a3e0: stress-ng.icache.ops_per_sec 32.6% improvement
 2022-07-14  6:29 UTC 

[PATCH bpf-next 0/5] bpf: BPF specific memory allocator
 2022-07-14  6:15 UTC  (12+ messages)

[PATCH v8 00/15] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-07-14  5:39 UTC  (7+ messages)
` [PATCH v8 06/15] mm: remove the vma check in migrate_vma_setup()
` [PATCH v8 07/15] mm/gup: migrate device coherent pages when pinning instead of failing

[PATCH v8 00/13] DMA Mapping P2PDMA Pages
 2022-07-14  5:13 UTC  (4+ messages)
` [PATCH v8 01/13] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL

[mm-unstable PATCH v7 0/8] mm, hwpoison: enable 1GB hugepage support (v7)
 2022-07-14  4:24 UTC  (9+ messages)
` [mm-unstable PATCH v7 1/8] mm/hugetlb: check gigantic_page_runtime_supported() in return_unused_surplus_pages()
` [mm-unstable PATCH v7 2/8] mm/hugetlb: make pud_huge() and follow_huge_pud() aware of non-present pud entry
` [mm-unstable PATCH v7 3/8] mm, hwpoison, hugetlb: support saving mechanism of raw error pages
` [mm-unstable PATCH v7 4/8] mm, hwpoison: make unpoison aware of raw error info in hwpoisoned hugepage
` [mm-unstable PATCH v7 5/8] mm, hwpoison: set PG_hwpoison for busy hugetlb pages
` [mm-unstable PATCH v7 6/8] mm, hwpoison: make __page_handle_poison returns int
` [mm-unstable PATCH v7 7/8] mm, hwpoison: skip raw hwpoison page in freeing 1GB hugepage
` [mm-unstable PATCH v7 8/8] mm, hwpoison: enable memory error handling on "

[PATCH] memblock tests: change build options to run-time options
 2022-07-14  3:17 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).