messages from 2023-08-15 09:11:25 to 2023-08-22 15:20:20 UTC [more...]
[PATCH] LoongArch: Fix hw_breakpoint_control() for watchpoints
2023-08-22 15:19 UTC
[PATCH v5 00/37] arm64/gcs: Provide support for GCS in userspace
2023-08-22 15:05 UTC (39+ messages)
` [PATCH v5 01/37] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v5 02/37] prctl: arch-agnostic prctl for shadow stack
` [PATCH v5 03/37] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v5 04/37] arm64/gcs: Document the ABI "
` [PATCH v5 05/37] arm64/sysreg: Add new system registers for GCS
` [PATCH v5 06/37] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v5 07/37] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v5 08/37] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v5 09/37] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v5 10/37] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v5 11/37] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v5 12/37] arm64/mm: Map pages for guarded control stack
` [PATCH v5 13/37] KVM: arm64: Manage GCS registers for guests
` [PATCH v5 14/37] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v5 15/37] arm64/idreg: Add overrride for GCS
` [PATCH v5 16/37] arm64/hwcap: Add hwcap "
` [PATCH v5 17/37] arm64/traps: Handle GCS exceptions
` [PATCH v5 18/37] arm64/mm: Handle GCS data aborts
` [PATCH v5 19/37] arm64/gcs: Context switch GCS state for EL0
` [PATCH v5 20/37] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v5 21/37] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v5 22/37] arm64/mm: Implement map_shadow_stack()
` [PATCH v5 23/37] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v5 24/37] arm64/signal: Expose GCS state in signal frames
` [PATCH v5 25/37] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v5 26/37] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v5 27/37] kselftest/arm64: Verify the GCS hwcap
` [PATCH v5 28/37] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v5 29/37] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v5 30/37] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v5 31/37] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v5 32/37] kselftest/arm64: Add very basic GCS test program
` [PATCH v5 33/37] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v5 34/37] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v5 35/37] selftests/arm64: Add GCS signal tests
` [PATCH v5 36/37] kselftest/arm64: Add a GCS stress test
` [PATCH v5 37/37] kselftest/arm64: Enable GCS for the FP stress tests
[PATCH 0/9] Support TDX guests on Hyper-V (the Hyper-V specific part)
2023-08-22 14:18 UTC (6+ messages)
` [PATCH 1/9] x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guests
` [PATCH 9/9] x86/hyperv: Remove hv_isolation_type_en_snp
[PATCH v1] docs/zh_CN: add zh_CN translation for memory-barriers.txt
2023-08-22 12:09 UTC (6+ messages)
[PATCH treewide 0/9] Remove obsolete IDE headers
2023-08-22 5:56 UTC (18+ messages)
` [PATCH 1/9] ARM: Remove <asm/ide.h>
` [PATCH 2/9] parisc: "
` [PATCH 3/9] powerpc: "
` [PATCH 4/9] sparc: "
` [PATCH 5/9] asm-generic: Remove ide_iops.h
` [PATCH 6/9] ata: pata_buddha: Remove #include <asm/ide.h>
` [PATCH 7/9] ata: pata_falcon: "
` [PATCH 8/9] ata: pata_gayle: "
` [PATCH 9/9] m68k: Remove <asm/ide.h>
[PATCH v7 0/8] x86/hyperv: Add AMD sev-snp enlightened guest support on hyperv
2023-08-22 1:16 UTC (11+ messages)
` [PATCH v7 1/8] x86/hyperv: Add sev-snp enlightened guest static key
` [PATCH v7 2/8] x86/hyperv: Set Virtual Trust Level in VMBus init message
` [PATCH v7 3/8] x86/hyperv: Mark Hyper-V vp assist page unencrypted in SEV-SNP enlightened guest
` [PATCH v7 4/8] drivers: hv: Mark percpu hvcall input arg "
` [PATCH v7 5/8] x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp "
` [PATCH v7 6/8] clocksource: hyper-v: Mark hyperv tsc page unencrypted "
` [PATCH v7 7/8] x86/hyperv: Add smp support for SEV-SNP guest
` [PATCH v7 8/8] x86/hyperv: Add hyperv-specific handling for VMMCALL under SEV-ES
[PATCH v2 0/9] Support TDX guests on Hyper-V (the Hyper-V specific part)
2023-08-21 19:33 UTC (14+ messages)
` [PATCH v2 1/9] x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guests
` [PATCH v2 2/9] x86/hyperv: Support hypercalls for fully enlightened "
` [PATCH v2 3/9] Drivers: hv: vmbus: Support "
` [PATCH v2 4/9] x86/hyperv: Fix serial console interrupts for "
` [PATCH v2 5/9] Drivers: hv: vmbus: Support >64 VPs for a fully enlightened TDX/SNP VM
` [PATCH v2 6/9] x86/hyperv: Introduce a global variable hyperv_paravisor_present
` [PATCH v2 7/9] Drivers: hv: vmbus: Bring the post_msg_page back for TDX VMs with the paravisor
` [PATCH v2 8/9] x86/hyperv: Use TDX GHCI to access some MSRs in a TDX VM "
` [PATCH v2 9/9] x86/hyperv: Remove hv_isolation_type_en_snp
[PATCH 0/9] Kbuild: warning options cleanup and more warnings
2023-08-21 18:26 UTC (15+ messages)
` [PATCH 2/9] Kbuild: consolidate warning flags in scripts/Makefile.extrawarn
` [PATCH 3/9] Kbuild: avoid duplicate warning options
` [PATCH 5/9] extrawarn: enable format and stringop overflow warnings in W=1
` [PATCH 6/9] extrawarn: move -Wrestrict into W=1 warnings
[PATCH v2 00/15] Introduce /dev/mshv drivers
2023-08-21 18:18 UTC (33+ messages)
` [PATCH v2 01/15] hyperv-tlfs: Change shared HV_REGISTER_* defines to HV_MSR_*
` [PATCH v2 02/15] mshyperv: Introduce hv_get_hypervisor_version function
` [PATCH v2 03/15] mshyperv: Introduce numa_node_to_proximity_domain_info
` [PATCH v2 04/15] asm-generic/mshyperv: Introduce hv_recommend_using_aeoi()
` [PATCH v2 05/15] hyperv: Move hv_connection_id to hyperv-tlfs
` [PATCH v2 06/15] hyperv-tlfs: Introduce hv_status_to_string and hv_status_to_errno
` [PATCH v2 07/15] Drivers: hv: Move hv_call_deposit_pages and hv_call_create_vp to common code
` [PATCH v2 08/15] Drivers: hv: Introduce per-cpu event ring tail
` [PATCH v2 09/15] Drivers: hv: Introduce hv_output_arg_exists in hv_common.c
` [PATCH v2 10/15] x86: hyperv: Add mshv_handler irq handler and setup function
` [PATCH v2 11/15] Drivers: hv: export vmbus_isr, hv_context and hv_post_message
` [PATCH v2 12/15] Documentation: Reserve ioctl number for mshv driver
` [PATCH v2 13/15] uapi: hyperv: Add mshv driver headers hvhdk.h, hvhdk_mini.h, hvgdk.h, hvgdk_mini.h
` [PATCH v2 14/15] asm-generic: hyperv: Use mshv headers conditionally. Add asm-generic/hyperv-defs.h
` [PATCH v2 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V
[PATCH 1/6] sparc: replace #include <asm/export.h> with #include <linux/export.h>
2023-08-20 8:08 UTC (8+ messages)
` [PATCH 2/6] sparc: remove <asm/export.h>
` [PATCH 3/6] ia64: replace #include <asm/export.h> with #include <linux/export.h>
` [PATCH 4/6] ia64: remove <asm/export.h>
` [PATCH 5/6] alpha: replace #include <asm/export.h> with #include <linux/export.h>
` [PATCH 6/6] alpha: remove <asm/export.h>
[PATCH 1/2] asm-generic: current: Don't include thread-info.h if building asm
2023-08-19 23:12 UTC (3+ messages)
[PATCH] treewide: drop CONFIG_EMBEDDED
2023-08-19 8:53 UTC (5+ messages)
[PATCH v1 1/1] asm-generic: Fix spelling of architecture
2023-08-18 23:08 UTC (3+ messages)
[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
2023-08-18 20:15 UTC (26+ messages)
` [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH v4 07/36] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v4 09/36] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v4 17/36] arm64/mm: Handle GCS data aborts
` [PATCH v4 18/36] arm64/gcs: Context switch GCS state for EL0
` [PATCH v4 19/36] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v4 21/36] arm64/mm: Implement map_shadow_stack()
[GIT PULL] asm-generic: regression fix for 6.5
2023-08-18 17:48 UTC (2+ messages)
[PATCH 06/12] arch: Declare screen_info in <asm/screen_info.h>
2023-08-18 14:18 UTC (3+ messages)
` [06/12] "
Pytanie o samochód
2023-08-18 8:11 UTC
[PATCH 00/15] Introduce /dev/mshv drivers
2023-08-17 17:57 UTC (18+ messages)
` [PATCH 02/15] mshyperv: Introduce hv_get_hypervisor_version
` [PATCH 05/15] hyperv: Move hv_connection_id to hyperv-tlfs
` [PATCH 08/15] Drivers: hv: Introduce per-cpu event ring tail
` [PATCH 09/15] Drivers: hv: Introduce hv_output_arg_exists in hv_common
` [PATCH 14/15] asm-generic: hyperv: Use mshv headers conditionally. Add asm-generic/hyperv-defs.h
` [PATCH 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V
[PATCH V2 0/2] riscv: stack: Fixup independent softirq/irq stack for CONFIG_FRAME_POINTER=n
2023-08-17 15:20 UTC (2+ messages)
[PATCH v5 00/12] GenieZone hypervisor drivers
2023-08-17 7:31 UTC (6+ messages)
` [PATCH v5 04/12] virt: geniezone: Add vcpu support
[PATCH] treewide: drop CONFIG_EMBEDDED
2023-08-17 4:38 UTC (7+ messages)
[PATCH RESEND v1] docs/zh_CN: add zh_CN translation for memory-barriers.txt
2023-08-17 3:03 UTC (2+ messages)
[PATCH v6 0/8] x86/hyperv: Add AMD sev-snp enlightened guest support on hyperv
2023-08-16 21:43 UTC (18+ messages)
` [PATCH v6 1/8] x86/hyperv: Add sev-snp enlightened guest static key
` [PATCH v6 2/8] x86/hyperv: Set Virtual Trust Level in VMBus init message
` [PATCH v6 3/8] x86/hyperv: Mark Hyper-V vp assist page unencrypted in SEV-SNP enlightened guest
` [PATCH v6 4/8] drivers: hv: Mark percpu hvcall input arg "
` [PATCH v6 5/8] x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp "
` [PATCH v6 6/8] clocksource: hyper-v: Mark hyperv tsc page unencrypted "
` [PATCH v6 7/8] x86/hyperv: Add smp support for SEV-SNP guest
` [PATCH v6 8/8] x86/hyperv: Add hyperv-specific handling for VMMCALL under SEV-ES
[PATCH 1/2] m68k: replace #include <asm/export.h> with #include <linux/export.h>
2023-08-16 14:55 UTC (4+ messages)
` [PATCH 2/2] m68k: remove <asm/export.h>
[RFC] Bridging the gap between the Linux Kernel Memory Consistency Model (LKMM) and C11/C++11 atomics
2023-08-16 14:31 UTC (5+ messages)
[PATCH 1/3] mips: remove unneeded #include <asm/export.h>
2023-08-15 8:26 UTC (2+ messages)
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).