[PATCH v2 00/89] fs: new accessors for inode->i_ctime
2023-07-05 23:19 UTC (8+ messages)
` [PATCH v2 07/92] fs: add ctime accessors infrastructure
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
` [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime
mprotect and hugetlb mappings
2023-07-05 23:08 UTC
[PATCH v3 0/2] Avoid memory corruption caused by per-VMA locks
2023-07-05 23:06 UTC (18+ messages)
` [PATCH v3 1/2] fork: lock VMAs of the parent process when forking
` [PATCH v3 2/2] mm: disable CONFIG_PER_VMA_LOCK until its fixed
[PATCH v4 00/33] Per-VMA locks
2023-07-05 22:55 UTC (13+ messages)
` [PATCH v4 29/33] x86/mm: try VMA lock-based page fault handling first
[RFC PATCH 00/14] context_tracking,x86: Defer some IPIs until a user->kernel transition
2023-07-05 22:41 UTC (23+ messages)
` [RFC PATCH 01/14] tracing/filters: Dynamically allocate filter_pred.regex
` [RFC PATCH 02/14] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH 03/14] tracing/filters: Enable filtering a scalar field by a cpumask
` [RFC PATCH 04/14] tracing/filters: Enable filtering the CPU common "
` [RFC PATCH 05/14] tracing/filters: Document cpumask filtering
` [RFC PATCH 06/14] objtool: Flesh out warning related to pv_ops[] calls
` [RFC PATCH 07/14] objtool: Warn about non __ro_after_init static key usage in .noinstr
` [RFC PATCH 08/14] BROKEN: context_tracking: Make context_tracking_key __ro_after_init
` [RFC PATCH 09/14] x86/kvm: Make kvm_async_pf_enabled __ro_after_init
` [RFC PATCH 10/14] x86/sev-es: Make sev_es_enable_key __ro_after_init
` [RFC PATCH 11/14] context-tracking: Introduce work deferral infrastructure
` [RFC PATCH 12/14] context_tracking,x86: Defer kernel text patching IPIs
` [RFC PATCH 13/14] context_tracking,x86: Add infrastructure to defer kernel TLBI
` [RFC PATCH 14/14] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs
[syzbot] [mm?] WARNING in validate_mm
2023-07-05 22:38 UTC
[PATCH 00/31] mm: allow pte_offset_map[_lock]() to fail
2023-07-05 22:26 UTC (4+ messages)
` [PATCH 04/31] mm/pgtable: "
[RESEND PATCH v3 0/2] RISC-V: mm: Make SV48 the default address space
2023-07-05 21:59 UTC (6+ messages)
` [RESEND PATCH v3 1/2] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [RESEND PATCH v3 2/2] RISC-V: mm: Update documentation and include test
[akpm-mm:mm-unstable 62/89] include/linux/kexec.h:41:2: error: #error KEXEC_SOURCE_MEMORY_LIMIT not defined
2023-07-05 21:15 UTC (7+ messages)
[PATCH v12 00/22] TDX host kernel support
2023-07-05 20:56 UTC (40+ messages)
` [PATCH v12 07/22] x86/virt/tdx: Add skeleton to enable TDX on demand
` [PATCH v12 13/22] x86/virt/tdx: Designate reserved areas for all TDMRs
` [PATCH v12 14/22] x86/virt/tdx: Configure TDX module with the TDMRs and global KeyID
` [PATCH v12 15/22] x86/virt/tdx: Configure global KeyID on all packages
` [PATCH v12 20/22] x86/virt/tdx: Allow SEAMCALL to handle #UD and #GP
[PATCH] mm/mmap: Clean up validate_mm() calls
2023-07-05 20:46 UTC (3+ messages)
[syzbot] [mm?] kernel BUG in validate_mm (2)
2023-07-05 20:37 UTC
[PATCH v2 1/4] mm/memory: convert do_page_mkwrite() to use folios
2023-07-05 20:25 UTC (11+ messages)
` [PATCH v2 2/4] mm/memory: convert wp_page_shared() "
` [PATCH v2 3/4] mm/memory: convert do_shared_fault() to folios
` [PATCH v2 4/4] mm/memory: convert do_read_fault() to use folios
[PATCH v2 11/92] shmem: convert to simple_rename_timestamp
2023-07-05 19:58 UTC (5+ messages)
` [PATCH v2 25/92] fs: convert to ctime accessor functions
` [PATCH v2 52/92] hugetlbfs: "
` [PATCH v2 87/92] shmem: "
[PATCH v2 0/5] variable-order, large folios for anonymous memory
2023-07-05 19:38 UTC (35+ messages)
` [PATCH v2 3/5] mm: Default implementation of arch_wants_pte_order()
` [PATCH v2 4/5] mm: FLEXIBLE_THP for improved performance
[PATCH v9 23/42] Documentation/x86: Add CET shadow stack description
2023-07-05 19:29 UTC (15+ messages)
[PATCH] mm/mmap: move vma operations to mm_struct out of the critical section of file mapping lock
2023-07-05 19:06 UTC (3+ messages)
[PATCH v2 1/6] mm: userfaultfd: add new UFFDIO_POISON ioctl
2023-07-05 18:23 UTC (22+ messages)
` [PATCH v2 2/6] mm: userfaultfd: refactor hugetlb folio allocation / lookup code
` [PATCH v2 3/6] mm: userfaultfd: support UFFDIO_POISON for hugetlbfs
` [PATCH v2 4/6] selftests/mm: refactor uffd_poll_thread to allow custom fault handlers
` [PATCH v2 5/6] selftests/mm: add uffd unit test for UFFDIO_POISON
` [PATCH v2 6/6] mm: userfaultfd: add basic documentation "
[linux-next:master 12854/13235] riscv32-linux-ld: section __bug_table LMA [00458b18,00474c6f] overlaps section .text LMA [0009e41c,01aff30b]
2023-07-05 17:48 UTC
Fwd: Memory corruption in multithreaded user space program while calling fork
2023-07-05 17:17 UTC (18+ messages)
[linus:master] [gup] a425ac5365: WARNING:at_mm/gup.c:#__get_user_pages
2023-07-05 17:15 UTC (6+ messages)
[PATCH v2 0/2] Avoid memory corruption caused by per-VMA locks
2023-07-05 17:14 UTC (6+ messages)
` [PATCH v2 1/2] fork: lock VMAs of the parent process when forking
` [PATCH v2 2/2] mm: disable CONFIG_PER_VMA_LOCK until its fixed
[PATCH v2] readahead: Correct the start and size in ondemand_readahead()
2023-07-05 16:52 UTC (4+ messages)
[linux-next:master] BUILD REGRESSION e1f6a8eaf1c271a0158114a03e3605f4fba059ad
2023-07-05 16:22 UTC (2+ messages)
[PATCH net-next v10 08/16] tls: Inline do_tcp_sendpages()
2023-07-05 16:19 UTC (11+ messages)
` [PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
2023-07-05 16:12 UTC (8+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions
RFC: Faster memtest (possibly bypassing data cache)
2023-07-05 15:41 UTC
[PATCH V3] mm: madvise: fix uneven accounting of psi
2023-07-05 13:45 UTC (2+ messages)
[PATCH] memcg: drop kmem.limit_in_bytes
2023-07-05 13:44 UTC (3+ messages)
[PATCH v7 00/17] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
2023-07-05 13:40 UTC (2+ messages)
[PATCHv2 0/3] zsmalloc: small compaction improvements
2023-07-05 13:28 UTC (2+ messages)
[PATCH] kasan, slub: fix HW_TAGS zeroing with slub_debug
2023-07-05 13:19 UTC (3+ messages)
[PATCH v1 00/14] Transparent Contiguous PTEs for User Mappings
2023-07-05 13:13 UTC (5+ messages)
` [PATCH v1 11/14] arm64/mm: Wire up PTE_CONT for user mappings
[PATCH v2 00/12] mm: free retracted page table by RCU
2023-07-05 12:55 UTC (12+ messages)
` [PATCH v2 07/12] s390: add pte_free_defer() for pgtables sharing page
[linux-next:pending-fixes] BUILD SUCCESS cd77f0c9fecc8717adef3366486b599481457e0e
2023-07-05 12:14 UTC
[RESEND PATCH v9 0/2] arm64: support batched/deferred tlb shootdown during page reclamation/migration
2023-07-05 10:24 UTC (7+ messages)
` [RESEND PATCH v9 2/2] "
[linux-next:master] [scsi] eca2040972: ltp.ioprio_set03.fail
2023-07-05 8:36 UTC (5+ messages)
` [LTP] "
[PATCH 1/1] mm: disable CONFIG_PER_VMA_LOCK by default until its fixed
2023-07-05 6:46 UTC (15+ messages)
[PATCH v2 0/2] mm/memfd: fix sysctl MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCED
2023-07-05 6:33 UTC (3+ messages)
` [PATCH v2 1/2] mm/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCED
` [PATCH v2 2/2] selftests/memfd: "
[RFC PATCH V3 0/1] sched/numa: Fix disjoint set vma scan regression
2023-07-05 5:48 UTC (3+ messages)
` [RFC PATCH V3 1/1] "
[linux-next:master 13097/13235] arch/arm64/mm/fault.c:624:9: error: 'vma' undeclared; did you mean 'vmap'?
2023-07-05 4:29 UTC
[PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
2023-07-05 3:27 UTC (7+ messages)
` [PATCH 24/29] mm: vmscan: make global slab shrink lockless
[PATCH] mm: page_alloc: avoid false page outside zone error info
2023-07-05 1:43 UTC (5+ messages)
[PATCH] bootmem: remove the vmemmap pages from kmemleak in free_bootmem_page
2023-07-05 1:17 UTC (3+ messages)
[linux-next:master 12982/13166] kernel/kexec_core.c:1061:4: error: implicit declaration of function 'crash_setup_regs' is invalid in C99
2023-07-04 22:47 UTC
[PATCH v22 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
2023-07-04 22:15 UTC (2+ messages)
[akpm-mm:mm-unstable 72/100] arch/riscv/kernel/crash_core.c:8:20: error: use of undeclared identifier 'VA_BITS'
2023-07-04 22:05 UTC
[PATCH 1/1] fork: lock VMAs of the parent process when forking
2023-07-04 20:06 UTC
[PATCH 1/4] mm/memory: convert do_page_mkwrite() to use folios
2023-07-04 19:35 UTC (2+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox