linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-05 01:34:39 to 2021-10-06 08:28:00 UTC [more...]

[PATCH v10 1/3] mm: rearrange madvise code to allow for reuse
 2021-10-06  8:27 UTC  (13+ messages)
` [PATCH v10 3/3] mm: add anonymous vma name refcounting

[PATCH] mm/huge_memory: disable thp if thp page size is too large
 2021-10-06  8:20 UTC  (4+ messages)

[PATCH v1 0/3] memory-hotplug.rst: document the "auto-movable" online policy
 2021-10-06  8:01 UTC  (4+ messages)
` [PATCH v1 3/3] "

linux 5.14.3: free_user_ns causes NULL pointer dereference
 2021-10-06  7:57 UTC  (15+ messages)

[PATCH v3 0/5] hugetlb: add demote/split page functionality
 2021-10-06  7:54 UTC  (12+ messages)
` [PATCH v3 1/5] hugetlb: add demote hugetlb page sysfs interfaces
` [PATCH v3 2/5] mm/cma: add cma_pages_valid to determine if pages are in CMA
` [PATCH v3 3/5] hugetlb: be sure to free demoted CMA pages to CMA

mmotm 2021-10-05-19-53 uploaded
 2021-10-06  7:24 UTC  (4+ messages)
` mmotm 2021-10-05-19-53 uploaded (drivers/gpu/drm/msm/hdmi/hdmi_phy.o)

[PATCH v2] mm/memcg: Remove obsolete memcg_free_kmem()
 2021-10-06  5:20 UTC  (3+ messages)

[PATCH v3 0/8] Add __alloc_size()
 2021-10-06  4:52 UTC  (7+ messages)
` [PATCH v3 4/8] slab: Add __alloc_size attributes for better bounds checking

[RFC v3 PATCH 0/5] Solve silent data loss caused by poisoned page cache (shmem/tmpfs)
 2021-10-06  4:00 UTC  (4+ messages)
` [v3 PATCH 1/5] mm: hwpoison: remove the unnecessary THP check

pageless memory & zsmalloc
 2021-10-06  3:21 UTC  (5+ messages)

[PATCH 0/3] Assorted improvements to usercopy
 2021-10-06  3:02 UTC  (14+ messages)
` [PATCH 1/3] mm/usercopy: Check kmap addresses properly
` [PATCH 2/3] mm/usercopy: Detect vmalloc overruns
` [PATCH 3/3] mm/usercopy: Detect compound page overruns

[PATCH 0/2] mm, thp: fix file-backed THP race in collapse_file
 2021-10-06  2:41 UTC  (5+ messages)
` [PATCH v3 v3 0/2] mm, thp: fix file-backed THP race in collapse_file and truncate pagecache
  ` [PATCH v3 v3 1/2] mm, thp: lock filemap when truncating page cache
  ` [PATCH v3 v3 2/2] mm, thp: bail out early in collapse_file for writeback page

[PATCH v2 0/5] mm/memory_hotplug: full support for add_memory_driver_managed() with CONFIG_ARCH_KEEP_MEMBLOCK
 2021-10-06  0:36 UTC  (7+ messages)
` [PATCH v2 2/5] memblock: improve MEMBLOCK_HOTPLUG documentation
` [PATCH v2 3/5] memblock: allow to specify flags with memblock_add_node()
` [PATCH v2 4/5] memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED

[PATCH v8] hugetlbfs: Extend the definition of hugepages parameter to support node allocation
 2021-10-05 22:59 UTC  (2+ messages)

[PATCH v3 00/20] Userspace P2PDMA with O_DIRECT NVMe devices
 2021-10-05 22:42 UTC  (10+ messages)
` [PATCH v3 10/20] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v3 11/20] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v3 12/20] RDMA/rw: use dma_map_sgtable()
` [PATCH v3 13/20] PCI/P2PDMA: remove pci_p2pdma_[un]map_sg()

[PATCH 0/5] Fixups for slub
 2021-10-05 21:43 UTC  (12+ messages)
` [PATCH 1/5] mm, slub: fix two bugs in slab_debug_trace_open()
` [PATCH 2/5] mm, slub: fix mismatch between reconstructed freelist depth and cnt
` [PATCH 3/5] mm, slub: fix potential memoryleak in kmem_cache_open()
` [PATCH 4/5] mm, slub: fix potential use-after-free in slab_debugfs_fops
` [PATCH 5/5] mm, slub: fix incorrect memcg slab count for bulk free

[PATCH] mm: don't call should_failslab() for !CONFIG_FAILSLAB
 2021-10-05 21:20 UTC  (3+ messages)

linux-next: Tree for Oct 5 (warnings: a. trace; b. mm/migrate)
 2021-10-05 20:46 UTC 

[GIT PULL] Memory folios for v5.15
 2021-10-05 19:56 UTC  (7+ messages)

[PATCH v2 0/9] proc/vmcore: sanitize access to virtio-mem memory
 2021-10-05 19:30 UTC  (12+ messages)
` [PATCH v2 1/9] x86/xen: update xen_oldmem_pfn_is_ram() documentation
` [PATCH v2 2/9] x86/xen: simplify xen_oldmem_pfn_is_ram()
` [PATCH v2 3/9] x86/xen: print a warning when HVMOP_get_mem_type fails
` [PATCH v2 4/9] proc/vmcore: let pfn_is_ram() return a bool
` [PATCH v2 5/9] proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks
` [PATCH v2 6/9] virtio-mem: factor out hotplug specifics from virtio_mem_init() into virtio_mem_init_hotplug()
` [PATCH v2 7/9] virtio-mem: factor out hotplug specifics from virtio_mem_probe() "
` [PATCH v2 8/9] virtio-mem: factor out hotplug specifics from virtio_mem_remove() into virtio_mem_deinit_hotplug()
` [PATCH v2 9/9] virtio-mem: kdump mode to sanitize /proc/vmcore access

[PATCH 00/62] Separate struct slab from struct page
 2021-10-05 18:48 UTC  (4+ messages)
` [PATCH 03/62] mm: Split slab into its own type

[PATCH 0/2] mm/mprotect: avoid unnecessary TLB flushes
 2021-10-05 16:34 UTC  (6+ messages)
` [PATCH 1/2] mm/mprotect: use mmu_gather

[PATCH -rcu/kcsan 00/23] kcsan: Support detecting a subset of missing memory barriers
 2021-10-05 15:13 UTC  (33+ messages)
` [PATCH -rcu/kcsan 01/23] kcsan: Refactor reading of instrumented memory
` [PATCH -rcu/kcsan 02/23] kcsan: Remove redundant zero-initialization of globals
` [PATCH -rcu/kcsan 03/23] kcsan: Avoid checking scoped accesses from nested contexts
` [PATCH -rcu/kcsan 04/23] kcsan: Add core support for a subset of weak memory modeling
` [PATCH -rcu/kcsan 05/23] kcsan: Add core memory barrier instrumentation functions
` [PATCH -rcu/kcsan 06/23] kcsan, kbuild: Add option for barrier instrumentation only
` [PATCH -rcu/kcsan 07/23] kcsan: Call scoped accesses reordered in reports
` [PATCH -rcu/kcsan 08/23] kcsan: Show location access was reordered to
` [PATCH -rcu/kcsan 09/23] kcsan: Document modeling of weak memory
` [PATCH -rcu/kcsan 10/23] kcsan: test: Match reordered or normal accesses
` [PATCH -rcu/kcsan 11/23] kcsan: test: Add test cases for memory barrier instrumentation
` [PATCH -rcu/kcsan 12/23] kcsan: Ignore GCC 11+ warnings about TSan runtime support
` [PATCH -rcu/kcsan 13/23] kcsan: selftest: Add test case to check memory barrier instrumentation
` [PATCH -rcu/kcsan 14/23] locking/barriers, kcsan: Add instrumentation for barriers
` [PATCH -rcu/kcsan 15/23] locking/barriers, kcsan: Support generic instrumentation
` [PATCH -rcu/kcsan 16/23] locking/atomics, kcsan: Add instrumentation for barriers
` [PATCH -rcu/kcsan 18/23] x86/barriers, kcsan: Use generic instrumentation for non-smp barriers
` [PATCH -rcu/kcsan 19/23] x86/qspinlock, kcsan: Instrument barrier of pv_queued_spin_unlock()
` [PATCH -rcu/kcsan 20/23] mm, kcsan: Enable barrier instrumentation
` [PATCH -rcu/kcsan 21/23] sched, kcsan: Enable memory "
` [PATCH -rcu/kcsan 22/23] objtool, kcsan: Add memory barrier instrumentation to whitelist
` [PATCH -rcu/kcsan 23/23] objtool, kcsan: Remove memory barrier instrumentation from noinstr

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-10-05 15:01 UTC  (5+ messages)
` [PATCH Part2 v5 25/45] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command

[PATCH memcg v2] memcg: prohibit unconditional exceeding the limit of dying tasks
 2021-10-05 14:55 UTC  (3+ messages)
` [PATCH memcg v3] "

[PATCH 0/3] mm/smaps: Fixes and optimizations on shmem swap handling
 2021-10-05 14:40 UTC  (4+ messages)
` [PATCH 3/3] mm/smaps: Simplify shmem handling of pte holes

[x86/iopl] 32e1ae626f: kernel-selftests.x86.iopl_64.fail
 2021-10-05 14:56 UTC 

[PATCH v30 00/32] Control-flow Enforcement: Shadow Stack
 2021-10-05 14:26 UTC  (3+ messages)
` [PATCH v30 01/32] Documentation/x86: Add CET description

[PATCH v1 0/6] mm/memory_hotplug: Kconfig and 32 bit cleanups
 2021-10-05 14:22 UTC  (4+ messages)
` [PATCH v1 2/6] mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE

[QUESTION] is SLAB considered legacy and deprecated?
 2021-10-05 14:16 UTC  (13+ messages)
  ` Queueing is outside of SLUB nowdays

[PATCH mm] vmalloc: back off when the current task is OOM-killed
 2021-10-05 14:00 UTC  (3+ messages)
` [PATCH mm v2] "

[RFC PATCH] mm, slab: Reduce space complexity of alien_cache using rbtree
 2021-10-05 13:18 UTC  (3+ messages)

Can the GFP flags to releasepage() be trusted? -- was Re: [PATCH v2 3/8] nfs: Move to using the alternate fallback fscache I/O API
 2021-10-05 13:15 UTC  (3+ messages)

[PATCH 0/6 v2] congestion_wait() and GFP_NOFAIL
 2021-10-05 12:27 UTC  (8+ messages)
` [PATCH 1/6] MM: Support __GFP_NOFAIL in alloc_pages_bulk_*() and improve doco
` [PATCH 2/6] MM: improve documentation for __GFP_NOFAIL

[PATCH v2 1/2] mm, thp: check page mapping when truncating page cache
 2021-10-05  9:03 UTC  (28+ messages)

[PATCH RESEND 3 00/16] Bitmap patches for 5.15
 2021-10-05  6:02 UTC  (18+ messages)
` [PATCH 01/16] bitops: protect find_first_{,zero}_bit properly
` [PATCH 02/16] bitops: move find_bit_*_le functions from le.h to find.h
` [PATCH 03/16] include: move find.h from asm_generic to linux
` [PATCH 04/16] arch: remove GENERIC_FIND_FIRST_BIT entirely
` [PATCH 05/16] lib: add find_first_and_bit()
` [PATCH 06/16] cpumask: use find_first_and_bit()
` [PATCH 07/16] all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
` [PATCH 08/16] tools: sync tools/bitmap with mother linux
` [PATCH 09/16] cpumask: replace cpumask_next_* with cpumask_first_* where appropriate
` [PATCH 10/16] include/linux: move for_each_bit() macros from bitops.h to find.h
` [PATCH 11/16] find: micro-optimize for_each_{set,clear}_bit()
` [PATCH 12/16] Replace for_each_*_bit_from() with for_each_*_bit() where appropriate
` [PATCH 13/16] mm/percpu: micro-optimize pcpu_is_populated()
` [PATCH 14/16] bitmap: unify find_bit operations
` [PATCH 15/16] lib: bitmap: add performance test for bitmap_print_to_pagebuf
` [PATCH 16/16] vsprintf: rework bitmap_list_string

[bug report] hugetlbfs: extend the definition of hugepages parameter to support node allocation
 2021-10-05  5:52 UTC  (2+ messages)

[PATCH v1] mm, pagemap: expose hwpoison entry
 2021-10-05  2:53 UTC  (2+ messages)

[PATCH v3 00/66] Introducing the Maple Tree
 2021-10-05  1:31 UTC  (26+ messages)
` [PATCH v3 11/66] mm: Remove rb tree
` [PATCH v3 10/66] kernel/fork: Use maple tree for dup_mmap() during forking
` [PATCH v3 13/66] xen/privcmd: Optimized privcmd_ioctl_mmap() by using vma_lookup()
` [PATCH v3 17/66] mm: Use maple tree operations for find_vma_intersection() and find_vma()
` [PATCH v3 20/66] mm/mmap: Move mmap_region() below do_munmap()
` [PATCH v3 25/66] arch/arm64: Remove mmap linked list from vdso
` [PATCH v3 30/66] arch/x86: Use maple tree iterators for vdso/vma
` [PATCH v3 33/66] drivers/tee/optee: Use maple tree iterators for __check_mem_type()
` [PATCH v3 39/66] fs/userfaultfd: Stop using vma linked list
` [PATCH v3 42/66] kernel/events/core: Use maple tree iterators instead of "
` [PATCH v3 44/66] kernel/sched/fair: "
` [PATCH v3 47/66] bpf: Remove VMA "
` [PATCH v3 48/66] mm/gup: Use maple tree navigation instead of "
` [PATCH v3 54/66] mm/mlock: Use maple tree iterators instead of vma "
` [PATCH v3 53/66] mm/mempolicy: "
` [PATCH v3 56/66] mm/mremap: Use vma_next() "
` [PATCH v3 57/66] mm/msync: "
` [PATCH v3 59/66] mm/pagewalk: "
` [PATCH v3 61/66] damon: Change vma iterator to mas_for_each
` [PATCH v3 60/66] mm/swapfile: Use maple tree iterator instead of vma linked list
` [PATCH v3 63/66] s390: Use the maple tree iterator for vdso
` [PATCH v3 62/66] powerpc: Use "
` [PATCH v3 64/66] i915: Use the "
` [PATCH v3 65/66] mm: Remove the vma linked list
` [PATCH v3 66/66] mm/mmap: Drop range_has_overlap() function


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