linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-30 01:29:56 to 2023-07-31 17:04:38 UTC [more...]

[PATCH mm-unstable v8 00/31] Split ptdesc from struct page
 2023-07-31 17:03 UTC  (21+ messages)
` [PATCH mm-unstable v8 01/31] mm: Add PAGE_TYPE_OP folio functions
` [PATCH mm-unstable v8 02/31] pgtable: Create struct ptdesc
` [PATCH mm-unstable v8 03/31] mm: add utility functions for ptdesc
` [PATCH mm-unstable v8 04/31] mm: Convert pmd_pgtable_page() callers to use pmd_ptdesc()
` [PATCH mm-unstable v8 05/31] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH mm-unstable v8 06/31] mm: Convert ptlock_ptr() "
` [PATCH mm-unstable v8 07/31] mm: Convert pmd_ptlock_init() "
` [PATCH mm-unstable v8 08/31] mm: Convert ptlock_init() "
` [PATCH mm-unstable v8 09/31] mm: Convert pmd_ptlock_free() "
` [PATCH mm-unstable v8 10/31] mm: Convert ptlock_free() "
` [PATCH mm-unstable v8 11/31] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH mm-unstable v8 12/31] powerpc: Convert various functions to use ptdescs
` [PATCH mm-unstable v8 13/31] x86: "
` [PATCH mm-unstable v8 14/31] s390: Convert various pgalloc "
` [PATCH mm-unstable v8 15/31] mm: Remove page table members from struct page
` [PATCH mm-unstable v8 16/31] pgalloc: Convert various functions to use ptdescs
` [PATCH mm-unstable v8 17/31] arm: "
` [PATCH mm-unstable v8 18/31] arm64: "
` [PATCH mm-unstable v8 19/31] csky: Convert __pte_free_tlb() "
` [PATCH mm-unstable v8 20/31] hexagon: "

[PATCH 0/3] minor cleanups for kmsan
 2023-07-31 17:02 UTC  (8+ messages)
` [PATCH 1/3] mm: kmsan: use helper function page_size()
` [PATCH 2/3] mm: kmsan: use helper macro offset_in_page()
` [PATCH 3/3] mm: kmsan: use helper macros PAGE_ALIGN and PAGE_ALIGN_DOWN

[PATCH RFC v2 0/4] Add support for sharing page tables across processes (Previously mshare)
 2023-07-31 16:54 UTC  (9+ messages)

[PATCH 00/11] Introduce mt_dup() to improve the performance of fork()
 2023-07-31 16:48 UTC  (28+ messages)
` [PATCH 01/11] maple_tree: Introduce ma_nonleaf_data_end{_nocheck}()
` [PATCH 03/11] maple_tree: Add some helper functions
` [PATCH 04/11] maple_tree: Introduce interfaces __mt_dup() and mt_dup()
` [PATCH 05/11] maple_tree: Add test for mt_dup()
` [PATCH 06/11] maple_tree: Introduce mas_replace_entry() to directly replace an entry
` [PATCH 10/11] MAINTAINERS: Add co-maintainer for maple tree
` [PATCH 11/11] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[PATCH v1 00/14] futex: More futex2 bits
 2023-07-31 16:43 UTC  (15+ messages)
` [PATCH v1 01/14] futex: Clarify FUTEX2 flags
` [PATCH v1 02/14] futex: Extend the "
` [PATCH v1 03/14] futex: Flag conversion
` [PATCH v1 06/14] futex: Add sys_futex_wait()
` [PATCH v1 07/14] futex: Propagate flags into get_futex_key()
` [PATCH v1 08/14] futex: Add flags2 argument to futex_requeue()

[PATCH 0/4] mm: mremap: fix move page tables
 2023-07-31 16:42 UTC  (16+ messages)
` [PATCH 1/4] mm: hugetlb: use flush_hugetlb_tlb_range() in move_hugetlb_page_tables()
` [PATCH 2/4] mm: mremap: use flush_pmd_tlb_range() in move_normal_pmd()
` [PATCH 3/4] mm: mremap: use flush_pud_tlb_range in move_normal_pud()
` [PATCH 4/4] arm64: tlb: set huge page size to stride for hugepage

[linux-next:master] BUILD REGRESSION ec89391563792edd11d138a853901bce76d11f44
 2023-07-31 16:31 UTC 

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-07-31 16:23 UTC  (15+ messages)
` [RFC PATCH v11 06/29] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 11/29] security: Export security_inode_init_security_anon() for use by KVM
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

kernel/watchdog.c:162:1: warning: the frame size of 1248 bytes is larger than 1024 bytes
 2023-07-31 16:20 UTC  (2+ messages)

[PATCH v1 0/4] smaps / mm/gup: fix gup_can_follow_protnone fallout
 2023-07-31 16:20 UTC  (18+ messages)

[PATCH v3] dma-contiguous: support numa CMA for specified node
 2023-07-31 16:02 UTC  (2+ messages)

[PATCH v6 0/9] Allow dynamic allocation of software IO TLB bounce buffers
 2023-07-31 16:04 UTC 

[PATCH] docs: mm: Fix number of base pages for 1GB HugeTLB
 2023-07-31 16:03 UTC  (4+ messages)
  ` [External] "

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-07-31 16:03 UTC  (26+ messages)
` [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH v2 05/20] tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a single CPU
` [RFC PATCH v2 06/20] tracing/filters: Optimise scalar vs cpumask filtering when the "
` [RFC PATCH v2 11/20] objtool: Flesh out warning related to pv_ops[] calls
` [RFC PATCH v2 12/20] objtool: Warn about non __ro_after_init static key usage in .noinstr
` [RFC PATCH v2 13/20] context_tracking: Make context_tracking_key __ro_after_init

[PATCH v3 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-07-31 15:56 UTC  (38+ messages)
` [PATCH v3 01/36] prctl: arch-agnostic prctl for shadow stack
` [PATCH v3 02/36] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v3 03/36] arm64/gcs: Document the ABI "
` [PATCH v3 04/36] arm64/sysreg: Add new system registers for GCS
` [PATCH v3 05/36] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v3 06/36] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v3 07/36] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v3 08/36] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v3 09/36] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v3 10/36] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v3 11/36] arm64/mm: Map pages for guarded control stack
` [PATCH v3 12/36] KVM: arm64: Manage GCS registers for guests
` [PATCH v3 13/36] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v3 14/36] arm64/idreg: Add overrride for GCS
` [PATCH v3 15/36] arm64/hwcap: Add hwcap "
` [PATCH v3 16/36] arm64/traps: Handle GCS exceptions
` [PATCH v3 17/36] arm64/mm: Handle GCS data aborts
` [PATCH v3 18/36] arm64/gcs: Context switch GCS state for EL0
` [PATCH v3 19/36] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v3 20/36] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v3 21/36] arm64/mm: Implement map_shadow_stack()
` [PATCH v3 22/36] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v3 23/36] arm64/signal: Expose GCS state in signal frames
` [PATCH v3 24/36] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v3 25/36] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v3 26/36] kselftest/arm64: Verify the GCS hwcap
` [PATCH v3 27/36] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v3 28/36] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v3 29/36] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v3 30/36] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v3 31/36] kselftest/arm64: Add very basic GCS test program
` [PATCH v3 32/36] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v3 33/36] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v3 34/36] selftests/arm64: Add GCS signal tests
` [PATCH v3 35/36] kselftest/arm64: Add a GCS stress test
` [PATCH v3 36/36] kselftest/arm64: Enable GCS for the FP stress tests

[PATCH v2 0/2] seqlock,mm: lockdep annotation + write_seqlock_irqsave()
 2023-07-31 14:25 UTC  (10+ messages)
` [PATCH v2 1/2] seqlock: Do the lockdep annotation before locking in do_write_seqcount_begin_nested()

[PATCH 0/3] LoongArch: mm: Code cleanup with populate pte
 2023-07-31 14:15 UTC  (5+ messages)
` [PATCH 2/3] LoongArch: Code cleanup in function pcpu_populate_pte
` [PATCH 3/3] LoongArch: mm: Add unified function populate_kernel_pte

[next-20230731] Kdump fails to capture vmcore (powerpc)
 2023-07-31 14:09 UTC 

[linux-next:master] [tcp] dfa2f04833: stress-ng.sock.ops_per_sec -7.3% regression
 2023-07-31 14:00 UTC  (2+ messages)

[PATCH v3 0/4] mm: convert to vma_is_initial_heap/stack()
 2023-07-31 13:47 UTC  (2+ messages)

[PATCH 0/8] Fixes and cleanups to compaction
 2023-07-31 12:01 UTC  (2+ messages)
  ` [PATCH 1/8] mm/compaction: avoid missing last page block in section after skip offline sections

[linux-next:pending-fixes] BUILD SUCCESS cae3d4bef85a3396268852e84dff37dd8602775d
 2023-07-31 11:19 UTC 

[PATCH v2] dma-contiguous: define proper name for global cma region
 2023-07-31 11:21 UTC  (2+ messages)

some works in 2023
 2023-07-31 11:14 UTC 

[PATCH 0/3] Fix alignment issue and prepare for rust 1.71
 2023-07-31 11:12 UTC  (13+ messages)
` [PATCH 1/3] rust: allocator: Prevent mis-aligned allocation
` [PATCH 2/3] rust: allocator: Use krealloc_aligned() in KernelAllocator::alloc
` [PATCH 3/3] rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc impl

[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
 2023-07-31 11:13 UTC  (6+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions

[PATCH -mm] arm64: tlbflush: Add some comments for TLB batched flushing
 2023-07-31 10:34 UTC  (2+ messages)

[PATCH] [RFC PATCH v2]mm/slub: Optimize slub memory usage
 2023-07-31  9:49 UTC  (9+ messages)

[PATCH v12 0/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-07-31  9:36 UTC  (4+ messages)
` [PATCH v12 2/2] "

[v2 0/6] mm/memblock: Skip prep and initialization of struct pages freed later by HVO
 2023-07-31  6:46 UTC  (12+ messages)
` [v2 1/6] mm: hugetlb: Skip prep of tail pages when HVO is enabled
` [v2 2/6] mm: hugetlb_vmemmap: Use nid of the head page to reallocate it
` [v2 3/6] memblock: pass memblock_type to memblock_setclr_flag
` [v2 4/6] memblock: introduce MEMBLOCK_RSRV_NOINIT flag
` [v2 5/6] mm: move allocation of gigantic hstates to the start of mm_core_init
` [v2 6/6] mm: hugetlb: Skip initialization of struct pages freed later by HVO

[linux-next:master 4432/4710] arch/powerpc/mm/init_64.c:201:15: error: no previous prototype for '__vmemmap_populate'
 2023-07-31  3:26 UTC 

[PATCH v2 0/2] Two minor cleanups for compaction
 2023-07-31  3:13 UTC  (2+ messages)
  ` [PATCH v2 1/2] mm/compaction: correct comment of candidate pfn in fast_isolate_freepages

[linux-next:master 1582/5027] drivers/counter/rz-mtu3-cnt.c:602: undefined reference to `rz_mtu3_shared_reg_update_bit'
 2023-07-31  3:01 UTC  (3+ messages)

[linux-next:master] [drm/vkms] a0e6a017ab: WARNING:bad_unlock_balance_detected
 2023-07-31  2:06 UTC 

[PATCH] mm: disable kernelcore=mirror when no mirror memory
 2023-07-31  2:06 UTC  (7+ messages)

[RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)
 2023-07-30 23:09 UTC  (11+ messages)

[PATCH] nfsd: Fix reading via splice
 2023-07-30 22:02 UTC  (6+ messages)

[PATCH 00/13] Remove pagevecs
 2023-07-30 21:42 UTC  (6+ messages)
` [PATCH 03/13] scatterlist: Add sg_set_folio()

[PATCH next v2 5/5] minmax: Relax check to allow comparison between int and small unsigned constants
 2023-07-30 16:55 UTC  (2+ messages)

[linux-next:master 3805/5027] ../lib/gcc/loongarch64-linux/12.3.0/plugin/include/config/loongarch/loongarch-opts.h:31:10: fatal error: loongarch-def.h: No such file or directory
 2023-07-30 15:26 UTC 

[PATCH 0/3] mm/hugetlb: fix /sys and /proc fs dealing with persistent hugepages
 2023-07-30 12:51 UTC  (4+ messages)
` [PATCH 1/3] mm/hugetlb: fix the inconsistency of /proc/sys/vm/nr_huge_pages
` [PATCH 2/3] mm/hugeltb: clean up hstate::max_huge_pages
` [PATCH 3/3] mm/hugeltb: fix nodes huge page allocation when there are surplus pages

[linux-next:master 379/5284] htmldocs: Documentation/gpu/rfc/i915_scheduler.rst:138: WARNING: Unknown directive type "c:namespace-push"
 2023-07-30 11:00 UTC 

[PATCH] lib/bch.c: using bitrev instead of internal logic
 2023-07-30  8:17 UTC 

[linux-next:master 4904/5284] include/asm-generic/io.h:636:15: error: redefinition of 'inb_p'
 2023-07-30  7:27 UTC 

[linux-next:master 2135/5284] drivers/net/ethernet/broadcom/asp2/bcmasp.c:562:1-33: WARNING: Function "for_each_available_child_of_node" should have of_node_put() before goto around lines 567. (fwd)
 2023-07-30  5:47 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).