linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-23 06:46:42 to 2021-05-25 13:08:18 UTC [more...]

[PATCH v5 0/2] hwpoison: fix race with hugetlb page allocation
 2021-05-25 13:08 UTC  (8+ messages)
` [PATCH v5 1/2] mm,hwpoison: "

[RFC 00/26] SLUB: use local_lock for kmem_cache_cpu protection and reduce disabling irqs
 2021-05-25 13:04 UTC  (44+ messages)
` [RFC 01/26] mm, slub: allocate private object map for sysfs listings
` [RFC 02/26] mm, slub: allocate private object map for validate_slab_cache()
` [RFC 03/26] mm, slub: don't disable irq for debug_check_no_locks_freed()
` [RFC 04/26] mm, slub: simplify kmem_cache_cpu and tid setup
` [RFC 05/26] mm, slub: extract get_partial() from new_slab_objects()
` [RFC 06/26] mm, slub: dissolve new_slab_objects() into ___slab_alloc()
` [RFC 07/26] mm, slub: return slab page from get_partial() and set c->page afterwards
` [RFC 08/26] mm, slub: restructure new page checks in ___slab_alloc()
` [RFC 09/26] mm, slub: move disabling/enabling irqs to ___slab_alloc()
` [RFC 10/26] mm, slub: do initial checks in ___slab_alloc() with irqs enabled
` [RFC 11/26] mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc()
` [RFC 12/26] mm, slub: restore irqs around calling new_slab()
` [RFC 13/26] mm, slub: validate partial and newly allocated slabs before loading them
` [RFC 14/26] mm, slub: check new pages with restored irqs
` [RFC 15/26] mm, slub: stop disabling irqs around get_partial()
` [RFC 16/26] mm, slub: move reset of c->page and freelist out of deactivate_slab()
` [RFC 17/26] mm, slub: make locking in deactivate_slab() irq-safe
` [RFC 18/26] mm, slub: call deactivate_slab() without disabling irqs
` [RFC 19/26] mm, slub: move irq control into unfreeze_partials()
` [RFC 20/26] mm, slub: discard slabs in unfreeze_partials() without irqs disabled
` [RFC 21/26] mm, slub: detach whole partial list at once in unfreeze_partials()
` [RFC 22/26] mm, slub: detach percpu partial list in unfreeze_partials() using this_cpu_cmpxchg()
` [RFC 23/26] mm, slub: only disable irq with spin_lock in __unfreeze_partials()
` [RFC 24/26] mm, slub: don't disable irqs in slub_cpu_dead()
` [RFC 25/26] mm, slub: use migrate_disable() in put_cpu_partial()
` [RFC 26/26] mm, slub: convert kmem_cpu_slab protection to local_lock

[PATCH 0/1] mm/debug_vm_pgtable: fix alignment for pmd/pud_advanced_tests()
 2021-05-25 13:00 UTC  (2+ messages)
` [PATCH 1/1] "

[GIT PULL] netfs: Fixes
 2021-05-25 13:01 UTC 

[PATCH] arm64/mm: Drop HAVE_ARCH_PFN_VALID
 2021-05-25 12:55 UTC 

[PATCH v7] mm: slub: move sysfs slab alloc/free interfaces to debugfs
 2021-05-25 11:54 UTC  (4+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 45efcfb7fe0e436d0039fd5afe05406ab13315a7
 2021-05-25 11:51 UTC 

[PATCH v9 00/10] Add support for SVM atomics in Nouveau
 2021-05-25 11:51 UTC  (15+ messages)
` [PATCH v9 01/10] mm: Remove special swap entry functions
` [PATCH v9 02/10] mm/swapops: Rework swap entry manipulation code
` [PATCH v9 03/10] mm/rmap: Split try_to_munlock from try_to_unmap
` [PATCH v9 04/10] mm/rmap: Split migration into its own function
` [PATCH v9 05/10] mm: Rename migrate_pgmap_owner
` [PATCH v9 06/10] mm/memory.c: Allow different return codes for copy_nonpresent_pte()
` [PATCH v9 07/10] mm: Device exclusive memory access
` [PATCH v9 08/10] mm: Selftests for exclusive device memory
` [PATCH v9 09/10] nouveau/svm: Refactor nouveau_range_fault
` [PATCH v9 10/10] nouveau/svm: Implement atomic SVM access

[PATCH 00/14] Clean W=1 build warnings for mm/
 2021-05-25 11:48 UTC  (2+ messages)

[linux-next:master 187/5003] arch/sh/kernel/traps_32.c:574:9: sparse: sparse: incorrect type in initializer (different address spaces)
 2021-05-25 11:01 UTC 

[PATCH v27 00/31] Control-flow Enforcement: Shadow Stack
 2021-05-25 11:00 UTC  (5+ messages)
` [PATCH v27 27/31] ELF: Introduce arch_setup_elf_property()
` [PATCH v27 30/31] mm: Update arch_validate_flags() to test vma anonymous

[PATCH 1/2] mm: slab/slub: use raw_spinlock_t to define list_lock
 2021-05-25 10:46 UTC  (4+ messages)
` [PATCH 2/2] mm: slub: use DEFINE_RAW_SPINLOCK init object_map_lock

[PATCH -next] riscv: TRANSPARENT_HUGEPAGE: depends on MMU
 2021-05-25 10:33 UTC  (2+ messages)

[PATCH v1] memory-hotplug.rst: complete admin-guide overhaul
 2021-05-25 10:26 UTC 

[linux-next:master 3447/5003] drivers/gpu/drm/amd/amdgpu/../include/asic_reg/dcn/dcn_3_0_3_sh_mask.h:7607:111: warning: initialized field overwritten
 2021-05-25 10:20 UTC 

[PATCH v3 0/4] arm64: drop pfn_valid_within() and simplify pfn_valid()
 2021-05-25 10:04 UTC  (9+ messages)
` [RFC V2] mm: Enable generic pfn_valid() to handle early sections with memmap holes

[PATCH v6 updated 9/11] mm/mremap: Fix race between mremap and pageout
 2021-05-25  8:44 UTC  (3+ messages)

[PATCH 0/5] mm/sparse: a few minor fixes and improvements
 2021-05-25  8:39 UTC  (10+ messages)
` [PATCH 2/5] mm/sparse: free section usage memory in case populate_section_memmap failed
` [PATCH 4/5] mm: rename the global section array to mem_sections
` [PATCH 5/5] mm/page_alloc: improve memmap_pages and dma_reserve dbg msg

[PATCH] mm: memcontrol: fix kernel-doc
 2021-05-25  8:34 UTC  (2+ messages)

[RFC PATCH 1/2] mm/mremap: Fix race between MOVE_PMD mremap and pageout
 2021-05-25  8:33 UTC  (2+ messages)
` [RFC PATCH 2/2] mm/mremap: Fix race between MOVE_PUD "

[RFC PATCH] mm/page_alloc: fix counting of free pages after take off from buddy
 2021-05-25  8:32 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/6] fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pages
 2021-05-25  8:21 UTC  (9+ messages)
` [PATCH v2 3/6] "
` [PATCH v2 4/6] mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting PageOffline()
` [PATCH v2 5/6] virtio-mem: use page_offline_(start|end) when "
` [PATCH v2 6/6] fs/proc/kcore: use page_offline_(freeze|thaw)

[PATCH] mm/huge_memory.c: Remove unused variable unmap_success
 2021-05-25  8:02 UTC  (2+ messages)

[PATCH 0/6 v2] Calculate pcp->high based on zone sizes and active CPUs
 2021-05-25  8:01 UTC  (7+ messages)
` [PATCH 1/6] mm/page_alloc: Delete vm.percpu_pagelist_fraction
` [PATCH 2/6] mm/page_alloc: Disassociate the pcp->high from pcp->batch
` [PATCH 3/6] mm/page_alloc: Adjust pcp->high after CPU hotplug events
` [PATCH 4/6] mm/page_alloc: Scale the number of pages that are batch freed
` [PATCH 5/6] mm/page_alloc: Limit the number of pages on PCP lists when reclaim is active
` [PATCH 6/6] mm/page_alloc: Introduce vm.percpu_pagelist_high_fraction

[PATCH 0/3] slub: Print non-hashed pointers in slub debugging
 2021-05-25  7:37 UTC  (10+ messages)
` [PATCH 1/3] lib/hexdump: Add a raw pointer printing format for "
` [PATCH 2/3] slub: Print raw pointer addresses when debugging
` [PATCH 3/3] slub: Actually use 'message' in restore_bytes()

[clocksource] 8e614d5b58: WARNING:at_kernel/time/clocksource-wdtest.c:#wdtest_func.cold
 2021-05-25  7:36 UTC  (4+ messages)

[LSF/MM TOPIC] mm documentation
 2021-05-25  7:04 UTC  (4+ messages)

[linux-next:master 2881/4780] drivers/bus/ti-sysc.c:1398:13: warning: variable 'error' is used uninitialized whenever 'if' condition is false
 2021-05-25  5:51 UTC  (4+ messages)

[PATCH 0/2] arm64: remove page granularity limitation from KFENCE
 2021-05-25  2:15 UTC  (9+ messages)
` [PATCH 1/2] kfence: allow providing __kfence_pool in arch specific way
` [PATCH 2/2] arm64: remove page granularity limitation from KFENCE

[PATCH 1/2] KVM: Deliver VM fault signals to userspace
 2021-05-25  0:47 UTC  (2+ messages)

[PATCH v3] mm, hugetlb: fix resv_huge_pages underflow on UFFDIO_COPY
 2021-05-25  0:45 UTC  (4+ messages)

[kvm PATCH v6 0/2] shrink vcpu_vmx down to order 2
 2021-05-25  0:00 UTC  (6+ messages)

[PATCH v27 00/10] Control-flow Enforcement: Indirect Branch Tracking
 2021-05-24 19:01 UTC  (4+ messages)
` [PATCH v27 10/10] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

[PATCH v24 0/9] Control-flow Enforcement: Indirect Branch Tracking
 2021-05-24 19:01 UTC  (4+ messages)
` [PATCH v24 9/9] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

[linux-next:master] BUILD REGRESSION 674dc447b09fb668976c6ab1356b11e02ff209ed
 2021-05-24 18:56 UTC 

[PATCH v6 00/11] Speedup mremap on ppc64
 2021-05-24 17:02 UTC  (14+ messages)
` [PATCH v6 01/11] selftest/mremap_test: Update the test to handle pagesize other than 4K
` [PATCH v6 02/11] selftest/mremap_test: Avoid crash with static build
` [PATCH v6 03/11] mm/mremap: Convert huge PUD move to separate helper
` [PATCH v6 04/11] mm/mremap: Use pmd/pud_poplulate to update page table entries
` [PATCH v6 05/11] powerpc/mm/book3s64: Fix possible build error
` [PATCH v6 06/11] powerpc/mm/book3s64: Update tlb flush routines to take a page walk cache flush argument
` [PATCH v6 07/11] mm/mremap: Use range flush that does TLB and page walk cache flush
` [PATCH v6 08/11] mm/mremap: properly flush the TLB on mremap
` [PATCH v6 09/11] mm/mremap: Fix race between mremap and pageout
  ` [PATCH v6 updated 9/11] "
` [PATCH v6 10/11] mm/mremap: Allow arch runtime override
` [PATCH v6 11/11] powerpc/mm: Enable HAVE_MOVE_PMD support

drivers/scsi/mvumi.c:407:40: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-05-24 16:27 UTC 

[RFC PATCH 0/6] Calculate pcp->high based on zone sizes and active CPUs
 2021-05-24 16:01 UTC  (18+ messages)
` [PATCH 2/6] mm/page_alloc: Disassociate the pcp->high from pcp->batch
` [PATCH 3/6] mm/page_alloc: Adjust pcp->high after CPU hotplug events
` [PATCH 4/6] mm/page_alloc: Scale the number of pages that are batch freed
` [PATCH 5/6] mm/page_alloc: Limit the number of pages on PCP lists when reclaim is active
` [PATCH 6/6] mm/page_alloc: Introduce vm.percpu_pagelist_high_fraction

[PATCH] mm/vmalloc: Fallback to a single page allocator
 2021-05-24 15:49 UTC  (6+ messages)

[PATCH v5 0/9] Speedup mremap on ppc64
 2021-05-24 14:24 UTC  (11+ messages)
` [PATCH v5 7/9] mm/mremap: Move TLB flush outside page table lock

[PATCH 1/2] kselftest/vm: Rename TARGETS to BUILD_TARGETS
 2021-05-24 13:03 UTC  (2+ messages)
` [PATCH 2/2] kselftest/vm: Add test_hmm.sh to TEST_FILES

[PATCH] mm/swapfile: move scan_swap_map() under CONFIG_HIBERNATION
 2021-05-24 12:34 UTC  (3+ messages)

[linux-next:master 1880/4499] ld.lld: error: undefined symbol: arm64_bpf_fixup_exception
 2021-05-24 11:56 UTC  (2+ messages)

[PATCH v2 -next] mm/dmapool: use DEVICE_ATTR_RO macro
 2021-05-24 11:28 UTC 

[PATCH -next] mm/dmapool: use DEVICE_ATTR_RO macro
 2021-05-24 11:25 UTC  (3+ messages)

[PATCH] mm/thp: Make ARCH_ENABLE_SPLIT_PMD_PTLOCK dependent on PGTABLE_LEVELS > 2
 2021-05-24  9:41 UTC  (4+ messages)

[PATCH v5 0/3] mm,hwpoison: fix sending SIGBUS for Action Required MCE
 2021-05-24  8:42 UTC  (4+ messages)
` [PATCH v5 1/3] mm/memory-failure: Use a mutex to avoid memory_failure() races

[PATCH 0/6] gfs2: Handle page faults during read and write
 2021-05-24  8:39 UTC  (7+ messages)
` [PATCH 6/6] gfs2: Fix mmap + page fault deadlocks (part 2)

[RFC Patch v2 0/4] mm/mempolicy: some fix and semantics cleanup
 2021-05-24  8:32 UTC  (8+ messages)
` [RFC Patch v2 1/4] mm/mempolicy: skip nodemask intersect check for 'interleave' when oom
` [RFC Patch v2 2/4] mm/mempolicy: unify the preprocessing for mbind and set_mempolicy

[mld] 020ef930b8: kernel-selftests.net.pmtu.sh.ipv6_cleanup_of_cached_exceptions_-_nexthop_objects.fail
 2021-05-24  8:46 UTC 

[mm/slub] ad36bafb3b: BUG:sleeping_function_called_from_invalid_context_at_mm/page_alloc.c
 2021-05-24  5:25 UTC  (3+ messages)

[PATCH V2 RESEND] mm: Define default value for FIRST_USER_ADDRESS
 2021-05-23 22:32 UTC  (2+ messages)

[PATCH] mm: page_alloc: dump migrate-failed pages only at -EBUSY
 2021-05-23 12:06 UTC  (7+ messages)

[linux-next:master 3726/4499] drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:332:1: warning: unused label 'exit'
 2021-05-23  9:50 UTC 

[linux-next:master 1287/4499] decompress.c:(.text.decompress_kernel+0x54): undefined reference to `__bswapsi2'
 2021-05-23  9:16 UTC 

[linux-next:master] BUILD REGRESSION 8dca2cd055ffb78b37f52f0bf0bd20c249619c4d
 2021-05-23  8:34 UTC  (3+ messages)


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