messages from 2022-12-03 00:36:31 to 2022-12-08 15:54:38 UTC [more...]
[PATCH v2 0/6] Support TDX guests on Hyper-V
2022-12-08 15:54 UTC (9+ messages)
` [PATCH v2 1/6] x86/tdx: Retry TDVMCALL_MAP_GPA() when needed
` [PATCH v2 2/6] x86/tdx: Support vmalloc() for tdx_enc_status_changed()
` [PATCH v2 3/6] x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guests
` [PATCH v2 4/6] x86/tdx: Expand __tdx_hypercall() to handle more arguments
` [PATCH v2 5/6] x86/hyperv: Support hypercalls for TDX guests
` [PATCH v2 6/6] Drivers: hv: vmbus: Support "
[RFC PATCH V2 00/18] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
2022-12-08 14:36 UTC (10+ messages)
` [RFC PATCH V2 01/18] x86/sev: Pvalidate memory gab for decompressing kernel
` [RFC PATCH V2 16/18] x86/sev: Initialize #HV doorbell and handle interrupt requests
[PATCH] iopoll: Call cpu_relax() in busy loops
2022-12-08 10:43 UTC
[GIT PULL] LoongArch fixes for v6.1-final
2022-12-08 13:00 UTC
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2022-12-08 11:30 UTC (38+ 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 v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 4/9] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v10 5/9] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v10 8/9] KVM: Handle page fault for private memory
[PATCH v4 00/39] Shadow stacks for userspace
2022-12-08 11:10 UTC (80+ messages)
` [PATCH v4 01/39] Documentation/x86: Add CET shadow stack description
` [PATCH v4 02/39] x86/shstk: Add Kconfig option for Shadow Stack
` [PATCH v4 03/39] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v4 04/39] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v4 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v4 06/39] x86/fpu: Add helper for modifying xstate
` [PATCH v4 07/39] x86: Add user control-protection fault handler
` [PATCH v4 08/39] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v4 09/39] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v4 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v4 11/39] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v4 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v4 13/39] x86/mm: Start actually marking _PAGE_COW
` [PATCH v4 14/39] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v4 15/39] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v4 16/39] x86/mm: Check Shadow Stack page fault errors
` [PATCH v4 17/39] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v4 18/39] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v4 19/39] mm: Add guard pages around a shadow stack
` [PATCH v4 20/39] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v4 21/39] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v4 22/39] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v4 23/39] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v4 24/39] mm: Warn on shadow stack memory in wrong vma
` [PATCH v4 25/39] x86: Introduce userspace API for shadow stack
` [PATCH v4 26/39] x86/shstk: Add user-mode shadow stack support
` [PATCH v4 27/39] x86/shstk: Handle thread shadow stack
` [PATCH v4 28/39] x86/shstk: Introduce routines modifying shstk
` [PATCH v4 29/39] x86/shstk: Handle signals for shadow stack
` [PATCH v4 30/39] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v4 31/39] x86/shstk: Support wrss for userspace
` [PATCH v4 32/39] x86: Expose thread features in /proc/$PID/status
` [PATCH v4 33/39] x86: Prevent 32 bit operations for 64 bit shstk tasks
` [PATCH v4 34/39] x86/shstk: Wire in shadow stack interface
` [PATCH v4 35/39] selftests/x86: Add shadow stack test
` [PATCH v4 36/39] x86/fpu: Add helper for initing features
` [PATCH v4 37/39] x86: Add PTRACE interface for shadow stack
` [PATCH v4 38/39] x86/shstk: Add ARCH_SHSTK_UNLOCK
` [PATCH v4 39/39] x86/shstk: Add ARCH_SHSTK_STATUS
[PATCH -next V10 00/10] riscv: Add GENERIC_ENTRY support and related features
2022-12-08 10:12 UTC (17+ messages)
` [PATCH -next V10 01/10] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH -next V10 02/10] riscv: ptrace: Remove duplicate operation
` [PATCH -next V10 03/10] riscv: entry: Add noinstr to prevent instrumentation inserted
` [PATCH -next V10 04/10] riscv: entry: Convert to generic entry
` [PATCH -next V10 05/10] riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}
` [PATCH -next V10 06/10] riscv: entry: Consolidate ret_from_kernel_thread into ret_from_fork
` [PATCH -next V10 07/10] riscv: entry: Consolidate general regs saving/restoring
` [PATCH -next V10 08/10] riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
` [PATCH -next V10 09/10] riscv: stack: Support HAVE_SOFTIRQ_ON_OWN_STACK
` [PATCH -next V10 10/10] riscv: stack: Add config of thread stack size
[PATCH 0/3] bitmap: optimize small_const path for
2022-12-08 3:32 UTC (3+ messages)
[linux-next:master] [mm] 5df397dec7: will-it-scale.per_thread_ops -53.3% regression
2022-12-07 22:20 UTC (9+ messages)
[PATCH] riscv: Fixup compile error with !MMU
2022-12-07 14:01 UTC (3+ messages)
[Patch v4 00/13] Add PCI pass-thru support to Hyper-V Confidential VMs
2022-12-06 20:30 UTC (9+ messages)
` [Patch v4 01/13] x86/ioapic: Gate decrypted mapping on cc_platform_has() attribute
` [Patch v4 05/13] init: Call mem_encrypt_init() after Hyper-V hypercall init is done
[RFC PATCH 0/2] Add support for sharing page tables across processes (Previously mshare)
2022-12-06 15:41 UTC (3+ messages)
` [RFC PATCH 1/2] mm/ptshare: Add vm flag for shared PTE
` [RFC PATCH 2/2] mm/ptshare: Create a new mm for shared pagetables and add basic page table sharing support
[PATCH v3 3/4] include/asm-generic/io.h: remove performing pointer arithmetic on a null pointer
2022-12-06 14:22 UTC (4+ messages)
[PATCH] x86/boot: Check if the input parameter (buffer) of the function is a null pointer
2022-12-06 12:59 UTC
[PATCH -next V8 00/14] riscv: Add GENERIC_ENTRY support and related features
2022-12-06 7:03 UTC (19+ messages)
` [PATCH -next V8 01/14] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH -next V8 02/14] riscv: elf_kexec: Fixup compile warning
` [PATCH -next V8 03/14] riscv: compat_syscall_table: "
` [PATCH -next V8 04/14] riscv: ptrace: Remove duplicate operation
` [PATCH -next V8 06/14] riscv: convert to generic entry
` [PATCH -next V8 10/14] riscv: Typo fixup for addi -> andi in comment
[PATCH 2/2] riscv: stacktrace: Make walk_stackframe cross pt_regs frame
2022-12-06 3:30 UTC (3+ messages)
[PATCH 0/2] riscv: stacktrace: A fixup and an optimization
2022-12-06 3:10 UTC (3+ messages)
[PATCH RFC v2 0/3] riscv: support for hardware breakpoints/watchpoints
2022-12-05 22:04 UTC (9+ messages)
` [PATCH RFC v2 1/3] riscv: add "
` [PATCH RFC v2 2/3] riscv: ptrace: expose hardware breakpoints to debuggers
` [PATCH RFC v2 3/3] riscv: hw-breakpoints: add more trigger controls
[PATCH v3 4/4] kernel/trace: remove calling regs_* when compiling HEXAGON
2022-12-05 8:30 UTC
[PATCH v3 2/4] kernel/trace: Provide default impelentations defined in trace_probe_tmpl.h
2022-12-05 8:29 UTC
[PATCH v3 1/4] kernel/trace: Introduce trace_probe_print_args and use it in *probes
2022-12-05 8:29 UTC
[PATCH v3 0/4] reorganize trace_peobe_tmpl.h
2022-12-05 8:29 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).