linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-04 21:19:38 to 2022-11-07 16:19:11 UTC [more...]

[PATCH RFC 00/19] mm/gup: remove FOLL_FORCE usage from drivers (reliable R/O long-term pinning)
 2022-11-07 16:17 UTC  (14+ messages)
` [PATCH RFC 01/19] selftests/vm: anon_cow: prepare for non-anonymous COW tests
` [PATCH RFC 02/19] selftests/vm: cow: basic COW tests for non-anonymous pages
` [PATCH RFC 03/19] selftests/vm: cow: R/O long-term pinning reliability tests for non-anon pages
` [PATCH RFC 04/19] mm: add early FAULT_FLAG_UNSHARE consistency checks
` [PATCH RFC 05/19] mm: add early FAULT_FLAG_WRITE "
` [PATCH RFC 06/19] mm: rework handling in do_wp_page() based on private vs. shared mappings
` [PATCH RFC 07/19] mm: don't call vm_ops->huge_fault() in wp_huge_pmd()/wp_huge_pud() for private mappings
` [PATCH RFC 08/19] mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mapping
` [PATCH RFC 09/19] mm/gup: reliable R/O long-term pinning in COW mappings
` [PATCH RFC 10/19] RDMA/umem: remove FOLL_FORCE usage
` [PATCH RFC 11/19] RDMA/usnic: "
` [PATCH RFC 12/19] RDMA/siw: "
` [PATCH RFC 13/19] media: videobuf-dma-sg: "

[PATCH] mm: anonymous shared memory naming
 2022-11-07 15:59 UTC  (8+ messages)

[PATCH] mm, compaction: fix fast_isolate_around() to stay within boundaries
 2022-11-07 15:43 UTC  (3+ messages)

[PATCH V5] mm: fix use-after free of page_ext after race with memory-offline
 2022-11-07 15:41 UTC  (2+ messages)

[PATCH v2] mm/hugetlb_vmemmap: remap head page to newly allocated page
 2022-11-07 15:39 UTC 

[PATCH 0/2] migrate: convert migrate_pages()/unmap_and_move() to use folios
 2022-11-07 15:29 UTC  (7+ messages)
` [PATCH 1/2] migrate: convert unmap_and_move() "
` [PATCH 2/2] migrate: convert migrate_pages() "

[PATCH v3 00/13] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2022-11-07 15:24 UTC  (29+ messages)
` [PATCH v3 01/13] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN
` [PATCH v3 02/13] dma-mapping: Force bouncing if the kmalloc() size is not cacheline-aligned
` [PATCH v3 03/13] iommu/dma: Force bouncing of the "
` [PATCH v3 04/13] mm/slab: Allow kmalloc() minimum alignment fallback to dma_get_cache_alignment()
` [PATCH v3 05/13] mm/slab: Simplify create_kmalloc_cache() args and make it static
` [PATCH v3 06/13] dma: Allow the smaller cache_line_size() returned by dma_get_cache_alignment()
` [PATCH v3 07/13] drivers/base: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
` [PATCH v3 08/13] drivers/gpu: "
` [PATCH v3 09/13] drivers/usb: "
` [PATCH v3 10/13] drivers/spi: "
` [PATCH v3 11/13] crypto: "
` [PATCH v3 12/13] drivers/md: "
` [PATCH v3 13/13] dma: arm64: Add CONFIG_DMA_BOUNCE_UNALIGNED_KMALLOC and enable it for arm64

[PATCH] mm: fix unexpected changes to {failslab|fail_page_alloc}.attr
 2022-11-07 15:05 UTC  (3+ messages)

[PATCHv11 00/16] Linear Address Masking enabling
 2022-11-07 14:59 UTC  (7+ messages)
` [PATCHv11 04/16] x86/mm: Handle LAM on context switch
` [PATCHv11 05/16] x86/uaccess: Provide untagged_addr() and remove tags before address check

Crash with PREEMPT_RT on aarch64 machine
 2022-11-07 14:43 UTC  (3+ messages)

[RFC v2 0/3] move PG_slab to page_type
 2022-11-07 14:41 UTC  (9+ messages)
` [RFC v2 1/3] mm: move PG_slab flag "
` [RFC v2 2/3] mm: introduce show_page_types() to provide human-readable page_type
` [RFC v2 3/3] mm, printk: introduce new format %pGt for page_type

[linux-next:master 4744/6155] net/dcb/dcbnl.c:1230:1: warning: the frame size of 1244 bytes is larger than 1024 bytes
 2022-11-07 14:39 UTC 

[PATCH v6 00/44] Add KernelMemorySanitizer infrastructure
 2022-11-07 14:24 UTC  (4+ messages)
` [PATCH v6 06/44] kmsan: add ReST documentation
  ` [PATCH v6 6/44] "

[linux-next:master 5631/6155] drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_vdac.c:75:8: error: call to undeclared function 'readl'; ISO C99 and later do not support implicit function declarations
 2022-11-07 13:07 UTC 

[PATCH v1] arch/x86/mm/hugetlbpage.c: pud_huge() returns 0 when using 2-level paging
 2022-11-07 12:42 UTC  (2+ messages)

[PATCH v5 0/3] Implement IOCTL to get and/or the clear info about PTEs
 2022-11-07 12:26 UTC  (3+ messages)
` [PATCH v5 2/3] fs/proc/task_mmu: "

[PATCH v1 0/2] mm: In-kernel support for memory-deny-write-execute (MDWE)
 2022-11-07 12:23 UTC  (5+ messages)
` [PATCH v1 2/2] kselftest: vm: add tests for memory-deny-write-execute

[linux-next:master 6099/6155] lib/test_objpool.c:80:7: warning: no previous prototype for function 'ot_kzalloc'
 2022-11-07 12:07 UTC 

[PATCH v2] mm/page_alloc: Leave IRQs enabled for per-cpu page allocations
 2022-11-07 11:16 UTC  (4+ messages)

Duplicate kernel-doc comments for ksize()
 2022-11-07 10:41 UTC 

[linux-next:pending-fixes] BUILD SUCCESS WITH WARNING 82d05e3975f57aee899381a7033cc1cc30f9ac64
 2022-11-07 10:31 UTC 

[PATCH 00/13] Clean up pmd_get_atomic() and i386-PAE
 2022-11-07  9:14 UTC  (12+ messages)
` [PATCH 11/13] x86_64: Remove pointless set_64bit() usage

[PATCH 01/13] mm: Update ptep_get_lockless()s comment
 2022-11-07  9:12 UTC  (17+ messages)
                ` mm: delay rmap removal until after TLB flush

[PATCH 0/8] Cleanup and optimization patches for percpu
 2022-11-07  8:23 UTC  (6+ messages)
` [PATCH 8/8] mm/slub, percpu: correct the calculation of early percpu allocation size

[PATCH] mm/vmscan: respect cpuset policy during page demotion
 2022-11-07  8:17 UTC  (12+ messages)

[PATCH v1 0/3] Avoid scheduling cache draining to isolated cpus
 2022-11-07  8:10 UTC  (8+ messages)

[v2 PATCH 1/2] mm: khugepaged: allow page allocation fallback to eligible nodes
 2022-11-07  7:55 UTC  (8+ messages)
` [v2 PATCH 2/2] mm: don't warn if the node is offlined

fs/ocfs2/super.c:1809 ocfs2_mount_volume() warn: missing error code 'status'
 2022-11-07  7:52 UTC  (3+ messages)

[PATCH v4 5/5] memblock tests: remove completed TODO item
 2022-11-07  7:29 UTC  (2+ messages)
` [PATCH v4 0/5] memblock tests: add tests for memblock_alloc_exact_nid_raw

[PATCH bpf-next v1 RESEND 0/5] vmalloc_exec for modules and BPF programs
 2022-11-07  6:58 UTC  (7+ messages)
` [PATCH bpf-next v1 RESEND 1/5] vmalloc: introduce vmalloc_exec, vfree_exec, and vcopy_exec

[PATCH] hugetlbfs: don't delete error page from pagecache
 2022-11-07  4:25 UTC  (4+ messages)

[PATCH] fs/binfmt_elf: Fix memsz > filesz handling
 2022-11-07  3:59 UTC  (3+ messages)

[PATCH] hugetlbfs: inode: Remove unnecessary (void*) conversions
 2022-11-07  3:05 UTC  (2+ messages)

[PATCH v6 0/2] Memory poison recovery in khugepaged collapsing
 2022-11-07  2:53 UTC  (3+ messages)
` [PATCH v6 1/2] mm/khugepaged: recover from poisoned anonymous memory
` [PATCH v6 2/2] mm/khugepaged: recover from poisoned file-backed memory

[mm-unstable PATCH v7 2/8] mm/hugetlb: make pud_huge() and follow_huge_pud() aware of non-present pud entry
 2022-11-06 23:52 UTC  (4+ messages)

[syzbot] memory leak in xas_create
 2022-11-06 23:26 UTC  (2+ messages)

[PATCH] mm/slab_common: Restore passing "caller" for tracing
 2022-11-06 20:23 UTC  (3+ messages)

[PATCH RFC 05/10] mm/hugetlb: Make walk_hugetlb_range() RCU-safe
 2022-11-06 16:41 UTC  (3+ messages)

[linux-next:master] [mm] 901c96c363: BUG:Bad_rss-counter_state_mm:#type:MM_FILEPAGES_val
 2022-11-06 13:41 UTC 

[6.1.0-rc3-next-20221104] Boot failure - kernel BUG at mm/memblock.c:519
 2022-11-06 12:07 UTC 

[PATCH v3 00/37] Shadow stacks for userspace
 2022-11-06  9:33 UTC  (40+ messages)
` [PATCH v3 01/37] Documentation/x86: Add CET description
` [PATCH v3 02/37] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v3 03/37] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v3 04/37] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v3 05/37] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v3 06/37] x86/fpu: Add helper for modifying xstate
` [PATCH v3 07/37] x86/cet: Add user control-protection fault handler
` [PATCH v3 08/37] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v3 09/37] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v3 10/37] x86/mm: Introduce _PAGE_COW
` [PATCH v3 11/37] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v3 12/37] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v3 13/37] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v3 14/37] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v3 15/37] x86/mm: Check Shadow Stack page fault errors
` [PATCH v3 16/37] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v3 17/37] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v3 18/37] mm: Add guard pages around a shadow stack
` [PATCH v3 19/37] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v3 20/37] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v3 21/37] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v3 22/37] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v3 23/37] mm: Warn on shadow stack memory in wrong vma
` [PATCH v3 24/37] x86: Introduce userspace API for CET enabling
` [PATCH v3 25/37] x86/shstk: Add user-mode shadow stack support
` [PATCH v3 26/37] x86/shstk: Handle thread shadow stack
` [PATCH v3 27/37] x86/shstk: Introduce routines modifying shstk
` [PATCH v3 28/37] x86/shstk: Handle signals for shadow stack
` [PATCH v3 29/37] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v3 30/37] x86/shstk: Support wrss for userspace
` [PATCH v3 31/37] x86: Expose thread features in /proc/$PID/status
` [PATCH v3 32/37] x86/cet/shstk: Wire in CET interface
` [PATCH v3 33/37] selftests/x86: Add shadow stack test
` [PATCH v3 34/37] x86/fpu: Add helper for initing features
` [PATCH v3 35/37] x86/cet: Add PTRACE interface for CET
` [PATCH v3 36/37] x86/cet/shstk: Add ARCH_CET_UNLOCK
` [RFC 37/37] fs/binfmt_elf: Block old shstk elf bit

[PATCH 0/3] mm,huge,rmap: unify and speed up compound mapcounts
 2022-11-05 20:06 UTC  (7+ messages)
` [PATCH 1/3] mm,hugetlb: use folio fields in second tail page
` [PATCH 2/3] mm,thp,rmap: simplify compound page mapcount handling
` [PATCH 3/3] mm,thp,rmap: lock_compound_mapcounts() on THP mapcounts

[linux-next:master 4936/5429] drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c:1726:6: warning: no previous prototype for function 'kfd_fill_cache_non_crat_info'
 2022-11-05 19:34 UTC 

[linux-next:master 3252/5429] drivers/firmware/raspberrypi.c:234:17: sparse: sparse: incorrect type in initializer (different base types)
 2022-11-05 14:00 UTC 

[PATCH 0/6] slab: Provide full coverage for __alloc_size attribute
 2022-11-05  6:45 UTC  (6+ messages)
` [PATCH 3/6] slab: Provide functional __alloc_size() hints to kmalloc_trace*()

[PATCH 21/30] mm: Use kstrtobool() instead of strtobool()
 2022-11-05  2:58 UTC  (2+ messages)

[PATCH] percpu_counter: add percpu_counter_sum_all interface
 2022-11-05  1:40 UTC 

[PATCHv4 0/9] zram: Support multiple compression streams
 2022-11-05  1:30 UTC  (24+ messages)
` [PATCHv4 2/9] zram: Add recompression algorithm sysfs knob
` [PATCHv4 4/9] zram: Introduce recompress "

[PATCH] mm: hugetlb_vmemmap: include missing linux/moduleparam.h
 2022-11-04 23:36 UTC  (4+ messages)

[PATCH] mm/memremap.c: map FS_DAX device memory as decrypted
 2022-11-04 23:32 UTC  (4+ messages)

[PATCH] mm: convert mm's rss stats into percpu_counter
 2022-11-04 23:15 UTC  (5+ messages)

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-04 22:29 UTC  (9+ messages)
` [PATCH v9 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v9 5/8] KVM: Register/unregister the guest private memory regions

[PATCH v12 01/17] riscv: Rename __switch_to_aux -> fpu
 2022-11-04 22:08 UTC  (3+ messages)
` [PATCH v12 08/17] riscv: Add task switch support for vector


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