[PATCH v3 00/37] Shadow stacks for userspace
2022-11-04 22:36 UTC (35+ 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 v9 0/8] KVM: mm: fd-based approach for supporting KVM
2022-11-04 22:29 UTC (14+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
` [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
[mm-unstable PATCH v7 2/8] mm/hugetlb: make pud_huge() and follow_huge_pud() aware of non-present pud entry
2022-11-04 22:23 UTC (3+ messages)
[PATCH v12 01/17] riscv: Rename __switch_to_aux -> fpu
2022-11-04 22:08 UTC (6+ messages)
` [PATCH v12 05/17] riscv: Add has_vector/riscv_vsize to save vector features
` [PATCH v12 08/17] riscv: Add task switch support for vector
[v2 PATCH 1/2] mm: khugepaged: allow page allocation fallback to eligible nodes
2022-11-04 20:52 UTC (13+ messages)
` [v2 PATCH 2/2] mm: don't warn if the node is offlined
[PATCH 00/23] Convert to filemap_get_folios_tag()
2022-11-04 20:06 UTC (9+ messages)
` [PATCH 04/23] page-writeback: Convert write_cache_pages() to use filemap_get_folios_tag()
[ammarfaizi2-block:akpm/mm/mm-unstable 46/244] lib/test_maple_tree.c:453:12: warning: result of comparison of constant 4398046511104 with expression of type 'unsigned long' is always false
2022-11-04 18:57 UTC (5+ messages)
[linux-next:master] BUILD SUCCESS WITH WARNING 0cdb3579f1ee4c1e55acf8dfb0697b660067b1f8
2022-11-04 18:56 UTC
[PATCH 0/6] slab: Provide full coverage for __alloc_size attribute
2022-11-04 18:22 UTC (4+ messages)
` [PATCH 3/6] slab: Provide functional __alloc_size() hints to kmalloc_trace*()
[linux-next:pending-fixes] BUILD SUCCESS 53fcf96923f7823196751aa781db39ac83093348
2022-11-04 18:10 UTC
[PATCHv4 0/9] zram: Support multiple compression streams
2022-11-04 17:53 UTC (24+ messages)
` [PATCHv4 2/9] zram: Add recompression algorithm sysfs knob
` [PATCHv4 4/9] zram: Introduce recompress "
[PATCH v5 0/8] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
2022-11-04 17:42 UTC (2+ messages)
[PATCH 01/13] mm: Update ptep_get_lockless()s comment
2022-11-04 17:35 UTC (19+ messages)
` mm: delay rmap removal until after TLB flush
[PATCH 00/13] Clean up pmd_get_atomic() and i386-PAE
2022-11-04 17:15 UTC (9+ messages)
` [PATCH 11/13] x86_64: Remove pointless set_64bit() usage
[RFC PATCH] mm: introduce object accounting via backtrace on slub
2022-11-04 16:18 UTC (2+ messages)
[PATCH v3 0/3] page_owner: print stacks and their counter
2022-11-04 16:14 UTC (5+ messages)
` [PATCH v3 1/3] lib/stackdepot: Add a refcount field in stack_record
` [PATCH v3 2/3] mm, page_owner: Add page_owner_stacks file to print out only stacks and their counte
` [PATCH v3 3/3] mm,page_owner: Filter out stacks by a threshold counter
[syzbot] possible deadlock in hugetlb_fault
2022-11-04 16:00 UTC
amusing SLUB compaction bug when CC_OPTIMIZE_FOR_SIZE
2022-11-04 15:57 UTC (11+ messages)
[PATCH RFC 00/10] mm/hugetlb: Make huge_pte_offset() thread-safe for pmd unshare
2022-11-04 15:44 UTC (16+ messages)
` [PATCH RFC 01/10] mm/hugetlb: Let vma_offset_start() to return start
` [PATCH RFC 02/10] mm/hugetlb: Comment huge_pte_offset() for its locking requirements
` [PATCH RFC 07/10] mm/hugetlb: Make hugetlb_follow_page_mask() RCU-safe
` [PATCH RFC 09/10] mm/hugetlb: Make hugetlb_fault() RCU-safe
[PATCH v2] mm/page_alloc: Leave IRQs enabled for per-cpu page allocations
2022-11-04 14:22 UTC
[vbabka-slab:slab/for-6.1-rc4/fixes 2/2] ERROR: modpost: "__kmem_cache_alloc_node" [arch/um/drivers/hostaudio.ko] undefined!
2022-11-04 14:21 UTC (2+ messages)
[PATCH] hugetlbfs: don't delete error page from pagecache
2022-11-04 13:27 UTC (3+ messages)
improve pagecache PSI annotations v2
2022-11-04 12:36 UTC (6+ messages)
` [PATCH 3/5] btrfs: add manual PSI accounting for compressed reads
` [REGESSION] systemd-oomd overreacting due to PSI changes for Btrfs (was: Re: [PATCH 3/5] btrfs: add manual PSI accounting for compressed reads)
[PATCH] mm, compaction: fix fast_isolate_around() to stay within boundaries
2022-11-04 11:45 UTC (2+ messages)
[RFC] mm: block swap in mtd partition
2022-11-04 11:28 UTC
[PATCH v4 0/7] mm: Remember a/d bits for migration entries
2022-11-04 10:39 UTC (5+ messages)
` [PATCH v4 4/7] mm/thp: Carry over dirty bit when thp splits on pmd
` dpkg fails on sparc64 (was: [PATCH v4 4/7] mm/thp: Carry over dirty bit when thp splits on pmd)
` dpkg fails on sparc64 (was: [PATCH v4 4/7] mm/thp: Carry over dirty bit when thp splits on pmd) #forregzbot
[PATCH v6] mm: add zblock - new allocator for use via zpool API
2022-11-04 8:58 UTC
[PATCH v1 0/3] Avoid scheduling cache draining to isolated cpus
2022-11-04 8:41 UTC (6+ messages)
[PATCH 0/2] migrate: convert migrate_pages()/unmap_and_move() to use folios
2022-11-04 8:30 UTC (3+ messages)
` [PATCH 1/2] migrate: convert unmap_and_move() "
` [PATCH 2/2] migrate: convert migrate_pages() "
[linux-next:master 4732/5429] drivers/gpu/drm/msm/hdmi/hdmi.c:251:1: warning: 'static' is not at beginning of declaration
2022-11-04 8:21 UTC
Crash with PREEMPT_RT on aarch64 machine
2022-11-04 8:06 UTC
[QUESTION] {start,stop}_this_handle() and lockdep annotations
2022-11-04 8:04 UTC (2+ messages)
[PATCH 0/3] mm,huge,rmap: unify and speed up compound mapcounts
2022-11-04 4:29 UTC (4+ messages)
` [PATCH 1/3] mm,hugetlb: use folio fields in second tail page
[PATCH 5/5] zsmalloc: Implement writeback mechanism for zsmalloc
2022-11-04 4:02 UTC (7+ messages)
` [PATCH v2 "
[PATCH 0/5] Implement writeback for zsmalloc
2022-11-04 3:58 UTC (16+ messages)
` [PATCH 2/5] zsmalloc: Consolidate zs_pool's migrate_lock and size_class's locks
[PATCH v6 1/4] mm/slub: enable debugging memory wasting of kmalloc
2022-11-04 3:52 UTC (14+ messages)
[PATCH bpf-next v1 RESEND 0/5] vmalloc_exec for modules and BPF programs
2022-11-04 3:29 UTC (18+ messages)
` [PATCH bpf-next v1 RESEND 1/5] vmalloc: introduce vmalloc_exec, vfree_exec, and vcopy_exec
` [PATCH bpf-next v1 RESEND 2/5] x86/alternative: support vmalloc_exec() and vfree_exec()
` [PATCH bpf-next v1 RESEND 5/5] x86: use register_text_tail_vm
[PATCH] binfmt_elf: replace IS_ERR() with IS_ERR_VALUE()
2022-11-04 3:16 UTC
[PATCH] zsmalloc: replace IS_ERR() with IS_ERR_VALUE()
2022-11-04 3:11 UTC (2+ messages)
[PATCH] selftests/vm: update hugetlb madvise
2022-11-04 1:16 UTC
[PATCH] mm: convert mm's rss stats into percpu_counter
2022-11-04 0:18 UTC (5+ messages)
[linus:master] [mm,madvise,hugetlb] 8ebe0a5eaa: kernel-selftests.vm.run_vmtests.sh../hugetlb_madvise_./huge/madvise_test.fail
2022-11-03 23:22 UTC
[syzbot] possible deadlock in filemap_fault
2022-11-03 22:14 UTC
[PATCH v6 00/21] TDX host kernel support
2022-11-03 22:07 UTC (5+ messages)
` [PATCH v6 12/21] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
[stable:linux-4.9.y 1768/2665] include/linux/nodemask.h:370:13: error: comparison of unsigned expression >= 0 is always true
2022-11-03 21:14 UTC
[PATCH v4 00/23] Convert to filemap_get_folios_tag()
2022-11-03 20:47 UTC (4+ messages)
[linux-next:master] BUILD SUCCESS WITH WARNING 81214a573d19ae2fa5b528286ba23cd1cb17feec
2022-11-03 18:20 UTC
[PATCH v2 0/2] mm: Allow kmalloc() allocations below ARCH_KMALLOC_MINALIGN
2022-11-03 18:03 UTC (6+ messages)
` [PATCH v2 2/2] treewide: Add the __GFP_PACKED flag to several non-DMA kmalloc() allocations
[PATCH 0/5] Removing the lru_cache_add() wrapper
2022-11-03 17:56 UTC (8+ messages)
` [PATCH 3/5] userfualtfd: Replace lru_cache functions with folio_add functions
[PATCH v2 00/39] Shadowstacks for userspace
2022-11-03 17:39 UTC (12+ messages)
` [PATCH v2 33/39] x86/cpufeatures: Limit shadow stack to Intel CPUs
[PATCH] mm: don't warn if the node is offlined
2022-11-03 17:13 UTC (12+ messages)
[PATCH] mm/slab_common: repair kernel-doc for __ksize()
2022-11-03 17:11 UTC (2+ messages)
[RFC] Kernel Support of Memory Error Detection
2022-11-03 16:40 UTC (3+ messages)
[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
2022-11-03 16:27 UTC (7+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
[REGRESSION] Bug 216646 - having TRANSPARENT_HUGEPAGE enabled hangs some applications
2022-11-03 16:21 UTC (2+ messages)
[PATCH 0/2] Fix slab-out-of-bounds Write in dbgfs_rm_context_write
2022-11-03 16:14 UTC (2+ messages)
[PATCH] mm: hugetlb_vmemmap: include missing linux/moduleparam.h
2022-11-03 16:02 UTC (3+ messages)
[PATCH v5 0/3] Implement IOCTL to get and/or the clear info about PTEs
2022-11-03 15:03 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