linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-07-31 15:58 UTC  (12+ 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

[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

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-07-31 15:54 UTC  (27+ 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 10/20] jump_label,module: Don't alloc static_key_mod for __ro_after_init keys
` [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 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 0/4] mm: mremap: fix move page tables
 2023-07-31 13:58 UTC  (15+ 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

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

[PATCH 00/11] Introduce mt_dup() to improve the performance of fork()
 2023-07-31 12:59 UTC  (24+ 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 RFC v2 0/4] Add support for sharing page tables across processes (Previously mshare)
 2023-07-31 12:50 UTC  (4+ messages)

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

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

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

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

[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 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 -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  (9+ 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)

kernel/watchdog.c:162:1: warning: the frame size of 1248 bytes is larger than 1024 bytes
 2023-07-31  1:24 UTC 

[RFC v1 0/3] udmabuf: Replace pages when there is FALLOC_FL_PUNCH_HOLE in memfd
 2023-07-30 23:09 UTC  (19+ messages)
` [RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)

[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 

[PATCH] rust: allocator: Prevents mis-aligned allocation
 2023-07-29 23:40 UTC  (3+ messages)

[PATCH 0/2] mm/damon/core: fix unitialized memory error from
 2023-07-29 20:37 UTC  (3+ messages)
` [PATCH 1/2] mm/damon/core: initialize damo_filter->list from damos_new_filter()
` [PATCH 2/2] mm/damon/core-test: add a test for damos_new_filter()

[PATCH 0/5] Fixes and cleanups to compaction
 2023-07-29 17:43 UTC  (3+ messages)
` [PATCH 1/5] mm/compaction: allow blockpfn outside of pageblock for high order buddy page
` [PATCH 4/5] mm/compaction: remove unnecessary cursor page in isolate_freepages_block

[PATCH 0/3] support large folio for mlock
 2023-07-29 13:54 UTC  (4+ messages)
` [PATCH 1/3] mm: add functions folio_in_range() and folio_within_vma()

[PATCH 0/2] don't use mapcount() to check large folio sharing
 2023-07-29 13:53 UTC  (4+ messages)
` [PATCH 2/2] madvise: don't use mapcount() against large folio for sharing check

[PATCH v1 0/4] smaps / mm/gup: fix gup_can_follow_protnone fallout
 2023-07-29  9:35 UTC  (14+ messages)

[akpm-mm:mm-unstable 197/338] include/asm-generic/io.h:636:15: error: redefinition of 'inb_p'
 2023-07-29  8:59 UTC  (2+ messages)

[PATCH v3 00/49] use refcount+RCU method to implement lockless slab shrink
 2023-07-29  8:47 UTC  (4+ messages)
` [PATCH v3 05/49] mm: shrinker: add infrastructure for dynamically allocating shrinker

[linux-next:master 2386/5284] ERROR: modpost: "iounmap" [drivers/net/ethernet/smsc/smc91c92_cs.ko] undefined!
 2023-07-29  8:33 UTC 

[v1 0/6] mm/memblock: Skip prep and initialization of struct pages freed later by HVO
 2023-07-29  7:34 UTC  (9+ messages)
` [v1 1/6] mm: hugetlb: Skip prep of tail pages when HVO is enabled
` [v1 3/6] memblock: add parameter to memblock_setclr_flag for selecting memblock_type
` [v1 4/6] memblock: introduce MEMBLOCK_RSRV_NOINIT flag
` [v1 5/6] mm: move allocation of gigantic hstates to the start of mm_core_init

[PATCH next v2 2/5] minmax: Allow min()/max()/clamp() if the arguments have the same signedness
 2023-07-29  2:00 UTC 

[PATCH] mm: shrinkers: fix race condition on debugfs cleanup
 2023-07-29  0:50 UTC  (3+ messages)

[GIT PULL] hotfixes for 6.5-rc4
 2023-07-29  0:27 UTC  (2+ messages)

[PATCH] led: trig: timer: stop offloading on deactivation
 2023-07-28 22:55 UTC 

[linux-next:master 3523/5284] arch/s390/kernel/mcount.S:133: Error: Unrecognized opcode: `aghik'
 2023-07-28 21:53 UTC 

[RFC PATCH 00/13] Extedn DAMOS filters for address ranges and
 2023-07-28 20:34 UTC  (2+ messages)
` [RFC PATCH 13/13] Docs/admin-guide/mm/damon/usage: update for DAMON monitoring target type DAMOS filter

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox