messages from 2023-02-19 20:44:00 to 2023-02-27 22:32:32 UTC [more...]
[PATCH v7 00/41] Shadow stacks for userspace
2023-02-27 22:29 UTC (16+ messages)
` [PATCH v7 01/41] Documentation/x86: Add CET shadow stack description
` [PATCH v7 02/41] x86/shstk: Add Kconfig option for shadow stack
` [PATCH v7 03/41] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v7 04/41] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v7 05/41] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v7 06/41] x86/fpu: Add helper for modifying xstate
` [PATCH v7 07/41] x86: Move control protection handler to separate file
` [PATCH v7 08/41] x86/shstk: Add user control-protection fault handler
` [PATCH v7 09/41] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v7 10/41] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v7 11/41] mm: Introduce pte_mkwrite_kernel()
` [PATCH v7 12/41] s390/mm: Introduce pmd_mkwrite_kernel()
` [PATCH v7 13/41] mm: Make pte_mkwrite() take a VMA
` [PATCH v7 15/41] x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTY
` [PATCH v7 16/41] x86/mm: Start actually marking _PAGE_SAVED_DIRTY
[PATCH v2 00/30] New page table range API
2023-02-27 20:20 UTC (33+ messages)
` [PATCH v2 01/30] mm: Convert page_table_check_pte_set() to page_table_check_ptes_set()
` [PATCH v2 02/30] mm: Add generic flush_icache_pages() and documentation
` [PATCH v2 03/30] mm: Add folio_flush_mapping()
` [PATCH v2 04/30] mm: Remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIO
` [PATCH v2 05/30] alpha: Implement the new page table range API
` [PATCH v2 06/30] arc: "
` [PATCH v2 07/30] arm64: "
` [PATCH v2 08/30] csky: "
` [PATCH v2 09/30] hexagon: "
` [PATCH v2 10/30] ia64: "
` [PATCH v2 11/30] loongarch: "
` [PATCH v2 12/30] m68k: "
` [PATCH v2 13/30] microblaze: "
` [PATCH v2 14/30] mips: "
` [PATCH v2 15/30] nios2: "
` [PATCH v2 16/30] openrisc: "
` [PATCH v2 17/30] parisc: "
` [PATCH v2 18/30] powerpc: "
` [PATCH v2 19/30] riscv: "
` [PATCH v2 20/30] s390: "
` [PATCH v2 21/30] superh: "
` [PATCH v2 22/30] sparc32: "
` [PATCH v2 23/30] sparc64: "
` [PATCH v2 24/30] um: "
` [PATCH v2 25/30] x86: "
` [PATCH v2 26/30] xtensa: "
` [PATCH v2 27/30] filemap: Add filemap_map_folio_range()
` [PATCH v2 28/30] rmap: add folio_add_file_rmap_range()
` [PATCH v2 29/30] mm: Convert do_set_pte() to set_pte_range()
` [PATCH v2 30/30] filemap: Batch PTE mappings
[PATCH 0/2] char/agp: consolidate asm/agp.h
2023-02-27 20:04 UTC (2+ messages)
[GIT PULL] csky changes for v6.3
2023-02-27 18:18 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 7f7a8831520f12a3cf894b0627641fad33971221
2023-02-27 13:57 UTC
[PATCH v7 0/5] shoot lazy tlbs (lazy tlb refcount scalability improvement)
2023-02-27 13:33 UTC (4+ messages)
` [PATCH v7 5/5] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN
[PATCH 0/2] riscv: asid: switch to alternative way to fix stale TLB entries
2023-02-26 16:44 UTC (4+ messages)
` [PATCH 1/2] Revert "riscv: mm: notify remote harts about mmu cache updates"
` [PATCH 2/2] riscv: asid: Fixup stale TLB entry cause application crash
[PATCH] locking/atomic: cmpxchg: Make __generic_cmpxchg_local compare against zero-extended 'old' value
2023-02-26 10:13 UTC (2+ messages)
[PATCH 0/7] New arch interfaces for manipulating multiple pages
2023-02-26 6:56 UTC (5+ messages)
` [PATCH 9/7] arm64: Implement the new page table range API
` [PATCH 13/7] loongson: "
[git pull] vfs.git misc bits
2023-02-25 22:02 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 8232539f864ca60474e38eb42d451f5c26415856
2023-02-25 21:02 UTC (2+ messages)
[PATCH] rust: ioctl: Add ioctl number manipulation functions
2023-02-25 2:43 UTC (5+ messages)
[PATCH v6 00/41] Shadow stacks for userspace
2023-02-24 18:39 UTC (83+ messages)
` [PATCH v6 11/41] mm: Introduce pte_mkwrite_kernel()
` [PATCH v6 12/41] s390/mm: Introduce pmd_mkwrite_kernel()
` [PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA
` [PATCH v6 14/41] x86/mm: Introduce _PAGE_SAVED_DIRTY
` [PATCH v6 18/41] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v6 19/41] x86/mm: Check shadow stack page fault errors
` [PATCH v6 20/41] x86/mm: Teach pte_mkwrite() about stack memory
` [PATCH v6 22/41] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v6 24/41] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v6 25/41] x86/mm: Introduce MAP_ABOVE4G
` [PATCH v6 27/41] x86/mm: Warn if create Write=0,Dirty=1 with raw prot
` [PATCH v6 28/41] x86: Introduce userspace API for shadow stack
` [PATCH v6 29/41] x86/shstk: Add user-mode shadow stack support
` [PATCH v6 33/41] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v6 37/41] selftests/x86: Add shadow stack test
` [PATCH v6 38/41] x86/fpu: Add helper for initing features
[PATCH] tools/memory-model: Add details about SRCU read-side critical sections
2023-02-24 18:39 UTC (15+ messages)
` [PATCH] tools/memory-model: Add documentation "
` [PATCH v2] "
[linux-next:master] BUILD REGRESSION 4d6d7ce9baaf9e67a85a53afc69a36af716f7670
2023-02-24 17:58 UTC
[RFC PATCH 1/2] mm: restrictedmem: Allow userspace to specify mount_path for memfd_restricted
2023-02-24 9:36 UTC (3+ messages)
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-02-24 5:42 UTC (15+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
[PATCH 5.15 v2 0/5] Fix Build ID on arm64 if CONFIG_MODVERSIONS=y
2023-02-24 2:47 UTC (7+ messages)
` [PATCH 5.15 v2 1/5] arch: fix broken BuildID for arm64 and riscv
[PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted
2023-02-23 21:24 UTC (30+ messages)
[PATCH 5.4 v2 0/6] Fix Build ID on arm64 if CONFIG_MODVERSIONS=y
2023-02-23 19:08 UTC (4+ messages)
` [PATCH 5.4 v2 1/6] x86, vmlinux.lds: Add RUNTIME_DISCARD_EXIT to generic DISCARDS
[linux-next:master] BUILD REGRESSION 0222aa9800b25ff171d6dcabcabcd5c42c6ffc3f
2023-02-23 17:05 UTC
[PATCH v3 00/24] Remove COMMAND_LINE_SIZE from uapi
2023-02-23 13:11 UTC (7+ messages)
` [PATCH v3 03/24] arm: "
[PATCH 6.1 v2 0/7] Backport Build ID fixes
2023-02-23 9:54 UTC (2+ messages)
[RFC PATCH 0/2] Add flag as THP allocation hint for memfd_restricted() syscall
2023-02-23 1:31 UTC (3+ messages)
[linux-next:master] BUILD REGRESSION aaf70d5ad5e2b06a8050c51e278b0c3a14fabef5
2023-02-22 17:24 UTC
[PATCH] riscv: mm: fix regression due to update_mmu_cache change
2023-02-22 15:00 UTC (2+ messages)
[PATCH -next V17 0/7] riscv: Add GENERIC_ENTRY support
2023-02-22 3:30 UTC (8+ messages)
` [PATCH -next V17 1/7] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH -next V17 2/7] riscv: ptrace: Remove duplicate operation
` [PATCH -next V17 3/7] riscv: entry: Add noinstr to prevent instrumentation inserted
` [PATCH -next V17 4/7] riscv: entry: Convert to generic entry
` [PATCH -next V17 5/7] riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}
` [PATCH -next V17 6/7] riscv: entry: Consolidate ret_from_kernel_thread into ret_from_fork
` [PATCH -next V17 7/7] riscv: entry: Consolidate general regs saving/restoring
[linux-next:master] BUILD REGRESSION 465461cf48465b8a0a54025db5ae2b3df7a04577
2023-02-21 19:32 UTC
[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
2023-02-21 16:44 UTC (3+ messages)
` [RFC PATCH V3 16/16] x86/sev: Fix interrupt exit code paths from #HV exception
[GIT PULL] asm-generic: cleanups for 6.3
2023-02-21 0:05 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION d2af0fa4bfa4ec29d03b449ccd43fee39501112d
2023-02-20 20:11 UTC
API for setting multiple PTEs at once
2023-02-20 8:29 UTC (4+ messages)
[PATCH 0/4] Remove #ifdef CONFIG_* from uapi headers (2023 edition)
2023-02-20 6:20 UTC (9+ messages)
` [PATCH 1/4] Move COMPAT_ATM_ADDPARTY to net/atm/svc.c
` [PATCH 2/4] Move ep_take_care_of_epollwakeup() to fs/eventpoll.c
` [PATCH 3/4] Move bp_type_idx to include/linux/hw_breakpoint.h
` [PATCH 4/4] Move USE_WCACHING to drivers/block/pktcdvd.c
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).