All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-27 11:19:26 to 2023-01-27 11:43:03 UTC [more...]

[RFC] Support for Arm CCA VMs on Linux
 2023-01-27 11:40 UTC  (117+ messages)
` [RFC PATCH 00/14] arm64: Support for running as a guest in Arm CCA
  ` [RFC PATCH 01/14] arm64: remove redundant 'extern'
  ` [RFC PATCH 02/14] arm64: rsi: Add RSI definitions
  ` [RFC PATCH 03/14] arm64: Detect if in a realm and set RIPAS RAM
  ` [RFC PATCH 04/14] arm64: realm: Query IPA size from the RMM
  ` [RFC PATCH 05/14] arm64: Mark all I/O as non-secure shared
  ` [RFC PATCH 06/14] fixmap: Allow architecture overriding set_fixmap_io
  ` [RFC PATCH 07/14] arm64: Override set_fixmap_io
  ` [RFC PATCH 08/14] arm64: Make the PHYS_MASK_SHIFT dynamic
  ` [RFC PATCH 09/14] arm64: Enforce bounce buffers for realm DMA
  ` [RFC PATCH 10/14] arm64: Enable memory encrypt for Realms
  ` [RFC PATCH 11/14] arm64: Force device mappings to be non-secure shared
  ` [RFC PATCH 12/14] efi: arm64: Map Device with Prot Shared
  ` [RFC PATCH 13/14] arm64: realm: Support nonsecure ITS emulation shared
  ` [RFC PATCH 14/14] HACK: Accept prototype RSI version
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
  ` [RFC PATCH 01/28] arm64: RME: Handle Granule Protection Faults (GPFs)
  ` [RFC PATCH 02/28] arm64: RME: Add SMC definitions for calling the RMM
  ` [RFC PATCH 03/28] arm64: RME: Add wrappers for RMI calls
  ` [RFC PATCH 04/28] arm64: RME: Check for RME support at KVM init
  ` [RFC PATCH 05/28] arm64: RME: Define the user ABI
  ` [RFC PATCH 06/28] arm64: RME: ioctls to create and configure realms
  ` [RFC PATCH 07/28] arm64: kvm: Allow passing machine type in KVM creation
  ` [RFC PATCH 08/28] arm64: RME: Keep a spare page delegated to the RMM
  ` [RFC PATCH 09/28] arm64: RME: RTT handling
  ` [RFC PATCH 10/28] arm64: RME: Allocate/free RECs to match vCPUs
  ` [RFC PATCH 11/28] arm64: RME: Support for the VGIC in realms
  ` [RFC PATCH 12/28] KVM: arm64: Support timers in realm RECs
  ` [RFC PATCH 13/28] arm64: RME: Allow VMM to set RIPAS
  ` [RFC PATCH 14/28] arm64: RME: Handle realm enter/exit
  ` [RFC PATCH 15/28] KVM: arm64: Handle realm MMIO emulation
  ` [RFC PATCH 16/28] arm64: RME: Allow populating initial contents
  ` [RFC PATCH 17/28] arm64: RME: Runtime faulting of memory
  ` [RFC PATCH 18/28] KVM: arm64: Handle realm VCPU load
  ` [RFC PATCH 19/28] KVM: arm64: Validate register access for a Realm VM
  ` [RFC PATCH 20/28] KVM: arm64: Handle Realm PSCI requests
  ` [RFC PATCH 21/28] KVM: arm64: WARN on injected undef exceptions
  ` [RFC PATCH 22/28] arm64: Don't expose stolen time for realm guests
  ` [RFC PATCH 23/28] KVM: arm64: Allow activating realms
  ` [RFC PATCH 24/28] arm64: rme: allow userspace to inject aborts
  ` [RFC PATCH 25/28] arm64: rme: support RSI_HOST_CALL
  ` [RFC PATCH 26/28] arm64: rme: Allow checking SVE on VM instance
  ` [RFC PATCH 27/28] arm64: RME: Always use 4k pages for realms
  ` [RFC PATCH 28/28] HACK: Accept prototype RMI versions
` [RFC kvmtool 00/31] arm64: Support for Arm Confidential Compute Architecture
  ` [RFC kvmtool 01/31] arm64: Disable MTE when CFI flash is emulated
  ` [RFC kvmtool 02/31] script: update_headers: Ignore missing architectures
  ` [RFC kvmtool 03/31] hw: cfi flash: Handle errors in memory transitions
  ` [RFC kvmtool 04/31] Add --nocompat option to disable compat warnings
  ` [RFC kvmtool 05/31] arm64: Check pvtime support against the KVM instance
  ` [RFC kvmtool 06/31] arm64: Check SVE capability on the VM instance
  ` [RFC kvmtool 07/31] arm64: Add option to disable SVE
  ` [RFC kvmtool 08/31] linux: Update kernel headers for RME support
  ` [RFC kvmtool 09/31] arm64: Add --realm command line option
  ` [RFC kvmtool 10/31] arm64: Create a realm virtual machine
  ` [RFC kvmtool 11/31] arm64: Lock realm RAM in memory
  ` [RFC kvmtool 12/31] arm64: Create Realm Descriptor
  ` [RFC kvmtool 13/31] arm64: Add --measurement-algo command line option for a realm
  ` [RFC kvmtool 14/31] arm64: Add configuration step for Realms
  ` [RFC kvmtool 15/31] arm64: Add support for Realm Personalisation Value
  ` [RFC kvmtool 16/31] arm64: Add support for specifying the SVE vector length for Realm
  ` [RFC kvmtool 17/31] arm: Add kernel size to VM context
  ` [RFC kvmtool 18/31] arm64: Populate initial realm contents
  ` [RFC kvmtool 19/31] arm64: Don't try to set PSTATE for VCPUs belonging to a realm
  ` [RFC kvmtool 20/31] arm64: Finalize realm VCPU after reset
  ` [RFC kvmtool 21/31] init: Add last_{init, exit} list macros
  ` [RFC kvmtool 22/31] arm64: Activate realm before the first VCPU is run
  ` [RFC kvmtool 23/31] arm64: Specify SMC as the PSCI conduits for realms
  ` [RFC kvmtool 24/31] arm64: Don't try to debug a realm
  ` [RFC kvmtool 25/31] arm64: realm: Double the IPA space
  ` [RFC kvmtool 26/31] virtio: Add a wrapper for get_host_features
  ` [RFC kvmtool 27/31] virtio: Add arch specific hook for virtio host flags
  ` [RFC kvmtool 28/31] arm64: realm: Enforce virtio F_ACCESS_PLATFORM flag
  ` [RFC kvmtool 29/31] mmio: add arch hook for an unhandled MMIO access
  ` [RFC kvmtool 30/31] arm64: realm: inject an abort on "
  ` [RFC kvmtool 31/31] arm64: Allow the user to create a realm
` [RFC kvm-unit-tests 00/27] Support for Arm Confidential Compute Architecture
  ` [RFC kvm-unit-tests 02/27] arm: Expand SMCCC arguments and return values
  ` [RFC kvm-unit-tests 03/27] arm: realm: Add RSI interface header
  ` [RFC kvm-unit-tests 04/27] arm: Make physical address mask dynamic
  ` [RFC kvm-unit-tests 05/27] arm: Introduce NS_SHARED PTE attribute
  ` [RFC kvm-unit-tests 06/27] arm: Move io_init after vm initialization
  ` [RFC kvm-unit-tests 07/27] arm: realm: Make uart available before MMU is enabled
  ` [RFC kvm-unit-tests 08/27] arm: realm: Realm initialisation
  ` [RFC kvm-unit-tests 09/27] arm: realm: Add support for changing the state of memory
  ` [RFC kvm-unit-tests 10/27] arm: realm: Set RIPAS state for RAM
  ` [RFC kvm-unit-tests 11/27] arm: realm: Early memory setup
  ` [RFC kvm-unit-tests 12/27] arm: realm: Add RSI version test
  ` [RFC kvm-unit-tests 13/27] arm: selftest: realm: skip pabt test when running in a realm
  ` [RFC kvm-unit-tests 14/27] arm: realm: add hvc and RSI_HOST_CALL tests
  ` [RFC kvm-unit-tests 16/27] arm: realm: Add tests for in realm SEA

[Intel-gfx] [PATCH i-g-t 0/6] Assorted intel_gpu_top improvements
 2023-01-27 11:39 UTC  (4+ messages)
` [Intel-gfx] [PATCH i-g-t 6/6] lib/igt_device_scan: Improve Intel discrete GPU selection
  ` [Intel-gfx] [igt-dev] "
    `  "

[patch net-next v2 00/12] devlink: Cleanup params usage
 2023-01-27 11:32 UTC  (3+ messages)
` [patch net-next v2 09/12] devlink: protect devlink param list by instance lock

[PATCH] Changelog: Add details about new features for SPR
 2023-01-27 11:40 UTC  (2+ messages)

[Intel-gfx] [RFC v3 00/12] DRM scheduling cgroup controller
 2023-01-27 11:40 UTC  (10+ messages)
`  "

[PATCH V2] riscv: Fixup race condition on PG_dcache_clean in flush_icache_pte
 2023-01-27 11:34 UTC  (2+ messages)

[PATCH] wifi: mac80211: mlme: handle EHT channel puncturing
 2023-01-27 11:39 UTC 

[PATCH] sstate.bbclass: Fetch non-existing local .sig files if needed
 2023-01-27 11:40 UTC 

[PATCH 0/3] P2M improvements for Arm
 2023-01-27 11:39 UTC  (8+ messages)
` [PATCH 2/3] xen/arm: Defer GICv2 CPU interface mapping until the first access

[PATCH v7 0/2] Basic early_printk and smoke test implementation
 2023-01-27 11:39 UTC  (3+ messages)
` [PATCH v7 1/2] xen/riscv: introduce early_printk basic stuff
` [PATCH v7 2/2] automation: add RISC-V smoke test

[PATCH] arm64: dts: qcom: sm8550-mtp: drop incorrect vdd-l6-l16-supply
 2023-01-27 11:38 UTC  (4+ messages)

[PATCH v2] RISC-V: KVM: Redirect illegal instruction traps to guest
 2023-01-27 11:29 UTC  (2+ messages)

[PATCH bpf-next 00/24] Support bpf trampoline for s390x
 2023-01-27 11:36 UTC  (4+ messages)
` [PATCH bpf-next 24/24] s390/bpf: Implement bpf_jit_supports_kfunc_call()

[PATCH] vhost: decrease log level for unimplemented request
 2023-01-27 11:37 UTC  (3+ messages)

[PATCH 1/2] shared/util: Add CAS, HAS, TMAS and PBAS UUIDs
 2023-01-27 11:35 UTC  (2+ messages)
` [PATCH 2/2] AUTHORS: Update Marcin's email

[PATCH v3 net-next 0/8] sfc: devlink support for ef100
 2023-01-27 11:35 UTC  (7+ messages)
` [PATCH v3 net-next 2/8] sfc: add devlink info "
` [PATCH v3 net-next 5/8] sfc: add devlink port "

rhel-9.2.0 - build: Fix make rpm with VERSION_DM without dash
 2023-01-27 11:36 UTC 

[6.2][regression] after commit cd372b8c99c5a5cf6a464acebb7e4a79af7ec8ae stopping working wifi mt7921e
 2023-01-27 11:36 UTC  (3+ messages)
` [6.2][regression] after commit cd372b8c99c5a5cf6a464acebb7e4a79af7ec8ae stopping working wifi mt7921e #forregzbot

linux-6.2-rc4+ hangs on poweroff/reboot: Bisected
 2023-01-27 11:35 UTC  (8+ messages)
    ` [Nouveau] "

RTT-PROBE: lore-subspace-rtt
 2023-01-27 11:33 UTC 

Missing sriov_numvfs after removal of EfiMemoryMappedIO from E820 map
 2023-01-27 11:32 UTC  (5+ messages)

[PATCH v2 0/7] gpiolib cleanups
 2023-01-27 11:29 UTC  (2+ messages)

[yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus
 2023-01-27 11:30 UTC  (4+ messages)

[PATCH v3 1/1] PCI: Add translated request only flag for pci_enable_pasid()
 2023-01-27 11:30 UTC  (3+ messages)

[PATCH net-next 0/8] net: ipa: abstract status parsing
 2023-01-27 11:20 UTC  (2+ messages)

[PATCH RESEND] Input: atmel_captouch - drop obsolete dependency on COMPILE_TEST
 2023-01-27 11:28 UTC 

[PATCH -next v13 00/19] riscv: Add vector ISA support
 2023-01-27 11:28 UTC  (4+ messages)
` [PATCH -next v13 18/19] riscv: kvm: redirect illegal instruction traps to guests

[PATCH v3 0/7] extent buffer dirty cleanups
 2023-01-27 11:27 UTC  (2+ messages)

[PATCH bpf-next] bpftool: disable bpfilter kernel config checks
 2023-01-27 11:17 UTC  (2+ messages)

[PATCH v1 1/1] usg: gadget: Move validation out of lock in webusb_bcdVersion_store()
 2023-01-27 11:26 UTC 

[PATCH 0/3] Reserve dspps based on user request
 2023-01-27 11:26 UTC  (4+ messages)
` [PATCH 3/3] drm/msm/disp/dpu1: reserve the resources on topology change

[PATCH v5 00/11] leds: lookup-table support + int3472/media privacy LED support
 2023-01-27 11:23 UTC  (3+ messages)

[PATCH v6 0/2] Basic early_printk and smoke test implementation
 2023-01-27 11:26 UTC  (3+ messages)
` [PATCH v6 1/2] xen/riscv: introduce early_printk basic stuff

[PATCH] target/i386: Change CR4 before CR0 in SVM
 2023-01-27 11:19 UTC 

[PATCH v5 0/2] arm64: Fix pending single-step debugging issues
 2023-01-27 11:21 UTC  (5+ messages)
` [PATCH v5 1/2] arm64: entry: Skip single stepping into interrupt handlers

[PATCH v1 0/6] media: nxp: imx7-media-csi: Move to subdev active state
 2023-01-27 11:20 UTC  (6+ messages)
` [PATCH v1 2/6] media: imx: imx7-media-csi: Simplify imx7_csi_video_init_format()

Linux guest kernel threat model for Confidential Computing
 2023-01-27 11:23 UTC  (6+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-01-27 11:23 UTC 

[OE-core] Proposal to add recipe for varlink library #poky
 2023-01-27 11:21 UTC  (3+ messages)
`  "

[PATCH v2 0/1] tee: Add tee_shm_register_fd
 2023-01-27 11:19 UTC  (4+ messages)
` [PATCH 1/1] tee: new ioctl to a register tee_shm from a dmabuf file descriptor
  ` [PATCH v2 "

[PATCH 00/37] nvmem: patches for 6.3
 2023-01-27 11:16 UTC  (16+ messages)
` [PATCH 22/37] nvmem: core: provide own priv pointer in post process callback
` [PATCH 24/37] MAINTAINERS: add myself as sl28vpd nvmem layout driver
` [PATCH 25/37] nvmem: layouts: Add ONIE tlv "
` [PATCH 26/37] MAINTAINERS: Add myself as ONIE tlv NVMEM layout maintainer
` [PATCH 27/37] nvmem: core: return -ENOENT if nvmem cell is not found
` [PATCH 28/37] nvmem: layouts: Fix spelling mistake "platforn" -> "platform"
` [PATCH 29/37] dt-bindings: nvmem: "
` [PATCH 30/37] nvmem: core: fix nvmem_layout_get_match_data()
` [PATCH 31/37] nvmem: stm32: add OP-TEE support for STM32MP13x
` [PATCH 32/37] nvmem: stm32: detect bsec pta presence for STM32MP15x
` [PATCH 33/37] nvmem: rave-sp-eeprm: fix kernel-doc bad line warning
` [PATCH 34/37] of: property: fix #nvmem-cell-cells parsing
` [PATCH 35/37] nvmem: qcom-spmi-sdam: register at device init time
` [PATCH 36/37] dt-bindings: nvmem: qfprom: add IPQ8074 compatible
` [PATCH 37/37] nvmem: stm32: fix OPTEE dependency

[PATCH 0/2] vhost: improve livepatch switching for heavily loaded vhost worker kthreads
 2023-01-27 11:19 UTC  (4+ messages)

[PATCH RESEND 0/8] Resend LED patches
 2023-01-27 11:20 UTC  (3+ messages)
` [PATCH RESEND 5/8] leds: Add support for Turris 1.x LEDs

[PATCH v6 0/7] add support for CDX bus
 2023-01-27 11:17 UTC  (5+ messages)
` [PATCH v6 7/7] cdx: add device attributes

[PATCH] locking/atomic: atomic: Use arch_atomic_{read,set} in generic atomic ops
 2023-01-27 11:18 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.