messages from 2023-02-14 00:09:55 to 2023-02-20 11:24:33 UTC [more...]
[PATCH v6 00/41] Shadow stacks for userspace
2023-02-20 11:23 UTC (57+ messages)
` [PATCH v6 01/41] Documentation/x86: Add CET shadow stack description
` [PATCH v6 02/41] x86/shstk: Add Kconfig option for shadow stack
` [PATCH v6 03/41] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v6 04/41] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v6 05/41] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v6 06/41] x86/fpu: Add helper for modifying xstate
` [PATCH v6 07/41] x86: Move control protection handler to separate file
` [PATCH v6 08/41] x86/shstk: Add user control-protection fault handler
` [PATCH v6 09/41] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v6 10/41] x86/mm: Move pmd_write(), pud_write() up in the file
` [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 15/41] x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTY
` [PATCH v6 16/41] x86/mm: Start actually marking _PAGE_SAVED_DIRTY
` [PATCH v6 17/41] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [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 21/41] mm: Add guard pages around a shadow stack
` [PATCH v6 22/41] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v6 23/41] mm: Re-introduce vm_flags to do_mmap()
` [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 26/41] mm: Warn on shadow stack memory in wrong vma
` [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 30/41] x86/shstk: Handle thread shadow stack
` [PATCH v6 31/41] x86/shstk: Introduce routines modifying shstk
` [PATCH v6 32/41] x86/shstk: Handle signals for shadow stack
` [PATCH v6 33/41] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v6 34/41] x86/shstk: Support WRSS for userspace
` [PATCH v6 35/41] x86: Expose thread features in /proc/$PID/status
` [PATCH v6 36/41] x86/shstk: Wire in shadow stack interface
` [PATCH v6 37/41] selftests/x86: Add shadow stack test
` [PATCH v6 38/41] x86/fpu: Add helper for initing features
` [PATCH v6 39/41] x86: Add PTRACE interface for shadow stack
` [PATCH v6 40/41] x86/shstk: Add ARCH_SHSTK_UNLOCK
` [PATCH v6 41/41] x86/shstk: Add ARCH_SHSTK_STATUS
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 (13+ 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
[RFC PATCH 0/2] Add flag as THP allocation hint for memfd_restricted() syscall
2023-02-20 3:04 UTC (4+ messages)
` [RFC PATCH 1/2] mm: restrictedmem: "
` [RFC PATCH 2/2] selftests: restrictedmem: Add selftest for RMFD_HUGEPAGE
[PATCH] tools/memory-model: Add details about SRCU read-side critical sections
2023-02-19 17:13 UTC (4+ messages)
Current LKMM patch disposition
2023-02-19 8:09 UTC (24+ messages)
[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
2023-02-18 7:15 UTC (11+ messages)
` [RFC PATCH V3 12/16] x86/sev: Add a #HV exception handler
` [RFC PATCH V3 14/16] x86/sev: Initialize #HV doorbell and handle interrupt requests
[GIT PULL] asm-generic: cleanups for 6.3
2023-02-17 17:34 UTC
[PATCH v5 00/39] Shadow stacks for userspace
2023-02-17 16:53 UTC (14+ messages)
` [PATCH v5 11/39] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v5 19/39] mm: Fixup places that call pte_mkwrite() directly
[linux-next:master] BUILD REGRESSION c068f40300a0eaa34f7105d137a5560b86951aa9
2023-02-17 16:39 UTC
[PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted
2023-02-17 14:55 UTC (17+ messages)
[PATCH v3 0/6] Support TDX guests on Hyper-V
2023-02-17 13:19 UTC (7+ messages)
` [PATCH v3 1/6] x86/tdx: Retry TDVMCALL_MAP_GPA() when needed
` [PATCH v3 2/6] x86/tdx: Support vmalloc() for tdx_enc_status_changed()
` [PATCH v3 4/6] x86/hyperv: Support hypercalls for TDX guests
[PATCH 0/7] New arch interfaces for manipulating multiple pages
2023-02-16 22:03 UTC (25+ messages)
` [PATCH 6/7] arc: Implement the new page table range API
` [PATCH 9/7] arm64: "
` [PATCH 10/7] riscv: "
` [PATCH 11/7] csky: "
` [PATCH 12/7] hexagon: "
` [PATCH 13/7] loongson: "
` [PATCH 14/17] ia64: "
` [PATCH 15/17] m68k: "
` [PATCH 16/17] microblaze: "
` [PATCH 17/17] mips: "
[PATCH v4 04/16] mm: ioremap: allow ARCH to have its own ioremap method definition
2023-02-16 12:41 UTC (2+ messages)
[RFC PATCH 0/2] Providing mount for memfd_restricted() syscall
2023-02-16 10:01 UTC (4+ messages)
` [RFC PATCH 1/2] mm: restrictedmem: Allow userspace to specify mount_path for memfd_restricted
` [RFC PATCH 2/2] selftests: restrictedmem: Check hugepage-ness of shmem file backing restrictedmem fd
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-02-16 9:51 UTC (10+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
[PATCH v4 00/18] gpiolib cleanups
2023-02-15 15:59 UTC (3+ messages)
[PATCH v3 00/24] Remove COMMAND_LINE_SIZE from uapi
2023-02-15 13:04 UTC (50+ messages)
` [PATCH v3 01/24] alpha: "
` [PATCH v3 02/24] arm64: "
` [PATCH v3 03/24] arm: "
` [PATCH v3 04/24] ia64: "
` [PATCH v3 05/24] m68k: "
` [PATCH v3 06/24] microblaze: "
` [PATCH v3 07/24] mips: "
` [PATCH v3 08/24] parisc: "
` [PATCH v3 09/24] powerpc: "
` [PATCH v3 10/24] sparc: "
` [PATCH v3 11/24] xtensa: "
` [PATCH v3 12/24] asm-generic: "
` [PATCH v3 13/24] alpha: Remove empty <uapi/asm/setup.h>
` [PATCH v3 14/24] arc: "
` [PATCH v3 15/24] m68k: "
` [PATCH v3 16/24] arm64: "
` [PATCH v3 17/24] microblaze: "
` [PATCH v3 18/24] sparc: "
` [PATCH v3 19/24] parisc: "
` [PATCH v3 20/24] x86: "
` [PATCH v3 21/24] xtensa: "
` [PATCH v3 22/24] powerpc: "
` [PATCH v3 23/24] mips: "
` [PATCH v3 24/24] s390: "
[arnd-asm-generic:asm-generic] BUILD SUCCESS a13408c205260716e925a734ef399899d69182ba
2023-02-14 15:18 UTC
[PATCH] dma-mapping: no need to pass a bus_type into get_arch_dma_ops()
2023-02-14 14:12 UTC (3+ messages)
Panele fotowaltaiczne
2023-02-10 8:30 UTC
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).