All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-12 08:34:03 to 2024-04-12 08:51:56 UTC [more...]

[RFC PATCH v2 0/6] Towards a shared TSM sysfs-ABI for Confidential Computing
 2024-04-12  8:51 UTC  (3+ messages)
` [RFC PATCH v2 1/6] configfs-tsm: Namespace TSM report symbols
` [RFC PATCH v2 2/6] coco/guest: Move shared guest CC infrastructure to drivers/virt/coco/guest/

[PATCH] Documentation: fix typos describing date format
 2024-04-12  8:51 UTC 

[PATCH net-next 0/6] selftests: net: exercise page pool reporting via netlink
 2024-04-12  8:20 UTC  (3+ messages)
` [PATCH net-next 6/6] "

[RFC PATCH 0/2] Hot page promotion optimization for large address space
 2024-04-12  8:48 UTC  (14+ messages)

[PATCH 00/65]target/riscv: Support XTheadVector extension
 2024-04-12  7:37 UTC  (10+ messages)
` [PATCH 27/65] target/riscv: Add single-width integer multiply-add instructions for XTheadVector
` [PATCH 28/65] target/riscv: Add widening "
` [PATCH 29/65] target/riscv: Add integer merge and move "
` [PATCH 30/65] target/riscv: Add single-width saturating add and sub "
` [PATCH 31/65] target/riscv: Add single-width average "
` [PATCH 32/65] target/riscv: Add single-width fractional mul with rounding and saturation "
` [PATCH 33/65] target/riscv: Add widening saturating scaled multiply-add instructions "
` [PATCH 34/65] target/riscv: Add single-width scaling shift "
` [PATCH 35/65] target/riscv: Add narrowing fixed-point clip "

[PATCH v4 0/2] Add notifier for PLL0 clock and set it 1.5GHz on
 2024-04-12  8:48 UTC  (4+ messages)
` [PATCH v4 1/2] clk: starfive: jh7110-sys: Add notifier for PLL clock

[PATCH] mfd: bd71828: Remove commented code lines
 2024-04-12  8:49 UTC  (2+ messages)
` (subset) "

[PATCH v10 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
 2024-04-12  8:45 UTC  (4+ messages)
` [PATCH v10 1/3] dt-bindings: timer: Add timer for StarFive JH7110 SoC
` [PATCH v10 2/3] clocksource: Add JH7110 timer driver
` [PATCH v10 3/3] riscv: dts: jh7110: starfive: Add timer node

[v2] Support for Arm CCA VMs on Linux
 2024-04-12  8:43 UTC  (116+ messages)
` [PATCH v2 00/14] arm64: Support for running as a guest in Arm CCA
  ` [PATCH v2 01/14] arm64: rsi: Add RSI definitions
  ` [PATCH v2 02/14] arm64: Detect if in a realm and set RIPAS RAM
  ` [PATCH v2 03/14] arm64: realm: Query IPA size from the RMM
  ` [PATCH v2 04/14] arm64: Mark all I/O as non-secure shared
  ` [PATCH v2 05/14] fixmap: Allow architecture overriding set_fixmap_io
  ` [PATCH v2 06/14] arm64: Override set_fixmap_io
  ` [PATCH v2 07/14] arm64: Make the PHYS_MASK_SHIFT dynamic
  ` [PATCH v2 08/14] arm64: Enforce bounce buffers for realm DMA
  ` [PATCH v2 09/14] arm64: Enable memory encrypt for Realms
  ` [PATCH v2 10/14] arm64: Force device mappings to be non-secure shared
  ` [PATCH v2 11/14] efi: arm64: Map Device with Prot Shared
  ` [PATCH v2 12/14] arm64: realm: Support nonsecure ITS emulation shared
  ` [PATCH v2 13/14] arm64: rsi: Interfaces to query attestation token
  ` [PATCH v2 14/14] virt: arm-cca-guest: TSM_REPORT support for realms
` [PATCH v2 00/43] arm64: Support for Arm CCA in KVM
  ` [PATCH v2 01/43] KVM: Prepare for handling only shared mappings in mmu_notifier events
  ` [PATCH v2 02/43] kvm: arm64: pgtable: Track the number of pages in the entry level
  ` [PATCH v2 03/43] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
  ` [PATCH v2 04/43] arm64: RME: Handle Granule Protection Faults (GPFs)
  ` [PATCH v2 05/43] arm64: RME: Add SMC definitions for calling the RMM
  ` [PATCH v2 06/43] arm64: RME: Add wrappers for RMI calls
  ` [PATCH v2 07/43] arm64: RME: Check for RME support at KVM init
  ` [PATCH v2 08/43] arm64: RME: Define the user ABI
  ` [PATCH v2 09/43] arm64: RME: ioctls to create and configure realms
  ` [PATCH v2 10/43] kvm: arm64: Expose debug HW register numbers for Realm
  ` [PATCH v2 11/43] arm64: kvm: Allow passing machine type in KVM creation
  ` [PATCH v2 12/43] arm64: RME: Keep a spare page delegated to the RMM
  ` [PATCH v2 13/43] arm64: RME: RTT handling
  ` [PATCH v2 14/43] arm64: RME: Allocate/free RECs to match vCPUs
  ` [PATCH v2 15/43] arm64: RME: Support for the VGIC in realms
  ` [PATCH v2 16/43] KVM: arm64: Support timers in realm RECs
  ` [PATCH v2 17/43] arm64: RME: Allow VMM to set RIPAS
  ` [PATCH v2 18/43] arm64: RME: Handle realm enter/exit
  ` [PATCH v2 19/43] KVM: arm64: Handle realm MMIO emulation
  ` [PATCH v2 20/43] arm64: RME: Allow populating initial contents
  ` [PATCH v2 21/43] arm64: RME: Runtime faulting of memory
  ` [PATCH v2 22/43] KVM: arm64: Handle realm VCPU load
  ` [PATCH v2 23/43] KVM: arm64: Validate register access for a Realm VM
  ` [PATCH v2 24/43] KVM: arm64: Handle Realm PSCI requests
  ` [PATCH v2 25/43] KVM: arm64: WARN on injected undef exceptions
  ` [PATCH v2 26/43] arm64: Don't expose stolen time for realm guests
  ` [PATCH v2 27/43] arm64: rme: allow userspace to inject aborts
  ` [PATCH v2 28/43] arm64: rme: support RSI_HOST_CALL
  ` [PATCH v2 29/43] arm64: rme: Allow checking SVE on VM instance
  ` [PATCH v2 30/43] arm64: RME: Always use 4k pages for realms
  ` [PATCH v2 31/43] arm64: rme: Prevent Device mappings for Realms
  ` [PATCH v2 32/43] arm_pmu: Provide a mechanism for disabling the physical IRQ
  ` [PATCH v2 33/43] arm64: rme: Enable PMU support with a realm guest
  ` [PATCH v2 34/43] kvm: rme: Hide KVM_CAP_READONLY_MEM for realm guests
  ` [PATCH v2 35/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
  ` [PATCH v2 36/43] arm64: RME: Set breakpoint parameters through SET_ONE_REG
  ` [PATCH v2 37/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
  ` [PATCH v2 38/43] arm64: RME: Propagate max SVE vector length from RMM
  ` [PATCH v2 39/43] arm64: RME: Configure max SVE vector length for a Realm
  ` [PATCH v2 40/43] arm64: RME: Provide register list for unfinalized RME RECs
  ` [PATCH v2 41/43] arm64: RME: Provide accurate register list
  ` [PATCH v2 42/43] arm64: kvm: Expose support for private memory
  ` [PATCH v2 43/43] KVM: arm64: Allow activating realms

RTT-PROBE: lore-subspace-rtt
 2024-04-12  8:49 UTC 

[PATCH] rust: remove unneeded `kernel::prelude` imports from doctests
 2024-04-12  8:48 UTC  (2+ messages)

[PATCH v3 8/8] SubmittingPatches: demonstrate using git-contacts with git-send-email
 2024-04-12  8:48 UTC  (2+ messages)

[PATCH v2] wifi: ath12k: add support to handle beacon miss for WCN7850
 2024-04-12  8:47 UTC  (3+ messages)

[PATCH rdma-next 1/1] RDMA/mana_ib: Use num_comp_vectors of ib_device
 2024-04-12  8:47 UTC 

[PATCH] mm/shrinker: add SHRINKER_NO_DIRECT_RECLAIM
 2024-04-12  8:47 UTC  (2+ messages)

[PATCH v8 0/8] devm_led_classdev_register() usage problem
 2024-04-12  8:46 UTC  (2+ messages)
` [GIT PULL] Immutable branch between LEDs and Locking due for the v6.10 merge window

[PATCH i-g-t v4 0/2] Update compression check based on platform
 2024-04-12 13:37 UTC  (3+ messages)
` [PATCH i-g-t v4 2/2] tests/xe_ccs: Update compression check based on flat-ccs enablement

[PATCH v4 0/2] regulator: pca9450: make warm reset on PMIC_RST_B assertion
 2024-04-12  8:44 UTC  (3+ messages)
` [PATCH v4 1/2] regulator: dt-bindings: pca9450: add PMIC_RST_B warm reset property
` [PATCH v4 2/2] regulator: pca9450: make warm reset on PMIC_RST_B assertion

[PATCH v2] arm64: dts: meson: fix S4 power-controller node
 2024-04-12  8:42 UTC  (4+ messages)

[PATCH v1] KVM: s390x: selftests: Add shared zeropage test
 2024-04-12  8:43 UTC 

[net-next PATCH 00/15] eth: fbnic: Add network driver for Meta Platforms Host Network Interface
 2024-04-12  8:43 UTC  (7+ messages)
` [net-next PATCH 13/15] eth: fbnic: add basic Rx handling

[PATCH] Bluetooth: btusb: mediatek: Add usb reset for firmware setup failure
 2024-04-12  8:41 UTC 

[PATCH v11 00/20] Automatic Disk Unlock with TPM2
 2024-04-12  8:40 UTC  (21+ messages)
` [PATCH v11 01/20] posix_wrap: tweaks in preparation for libtasn1
` [PATCH v11 02/20] libtasn1: import libtasn1-4.19.0
` [PATCH v11 03/20] libtasn1: disable code not needed in grub
` [PATCH v11 04/20] libtasn1: changes for grub compatibility
` [PATCH v11 05/20] libtasn1: fix the potential buffer overrun
` [PATCH v11 06/20] libtasn1: compile into asn1 module
` [PATCH v11 07/20] asn1_test: test module for libtasn1
` [PATCH v11 08/20] libtasn1: Add the documentation
` [PATCH v11 09/20] key_protector: Add key protectors framework
` [PATCH v11 10/20] tpm2: Add TPM Software Stack (TSS)
` [PATCH v11 11/20] key_protector: Add TPM2 Key Protector
` [PATCH v11 12/20] cryptodisk: Support key protectors
` [PATCH v11 13/20] util/grub-protect: Add new tool
` [PATCH v11 14/20] tpm2: Support authorized policy
` [PATCH v11 15/20] tpm2: Implement NV index
` [PATCH v11 16/20] cryptodisk: Fallback to passphrase
` [PATCH v11 17/20] cryptodisk: wipe out the cached keys from protectors
` [PATCH v11 18/20] diskfilter: look up cryptodisk devices first
` [PATCH v11 19/20] tpm2: Enable tpm2 module for grub-emu
` [PATCH v11 20/20] tests: Add tpm2_test

[LTP] [PATCH] connect: Add negative tests for connect
 2024-04-12  8:07 UTC 

[PATCH-for-9.0?] docs: i386: pc: Update maximum CPU numbers for PC Q35
 2024-04-12  8:53 UTC 

[PATCH V2] cpufreq: Always clear freq_table pointer
 2024-04-12  8:41 UTC 

[LTP] [PATCH] bind: Add negative tests for bind
 2024-04-12  8:05 UTC 

[ANNOUNCE] PUCK Notes - 2024.04.03 - TDX Upstreaming Strategy
 2024-04-12  8:40 UTC  (13+ messages)

[PATCH v2 1/3] binutils-cross-canadian: add gprofng package as runtime dependency
 2024-04-12  8:40 UTC  (2+ messages)

[PATCH v2] drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference
 2024-04-12  8:35 UTC 

[PATCH 00/18] i2c: remove printout on handled timeouts
 2024-04-12  8:39 UTC  (4+ messages)
` [PATCH 09/18] i2c: nomadik: "

RTT-PROBE: lore-subspace-rtt
 2024-04-12  8:39 UTC 

[PATCH] locking/pvqspinlock/x86: Remove redundant CMP after CMPXCHG in __raw_callee_save___pv_queued_spin_unlock()
 2024-04-12  8:38 UTC 

[PATCH V4] ppdev: Add an error check in register_device
 2024-04-12  8:38 UTC 

[PATCH v3 05/10] crypto: riscv - add vector crypto accelerated ChaCha20
 2024-04-12  7:59 UTC  (2+ messages)

[PATCH v2] arm: kasan: clear stale stack poison
 2024-04-12  8:37 UTC  (3+ messages)

[PATCH 0/2] rust: time related cleanup
 2024-04-12  8:36 UTC  (3+ messages)
` [PATCH 2/2] rust: time: Use wrapping_sub() for Ktime::sub()

[PATCH 0/7] qcom: mmc fixes and sdm845 support
 2024-04-12  8:35 UTC  (4+ messages)
` [PATCH 1/7] mmc: msm_sdhci: correct vendor_spec_cap0 register for v5

[PATCH v1 1/1] gpio: sch: Switch to memory mapped IO accessors
 2024-04-12  8:35 UTC  (2+ messages)

[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS f990a8a3833acaeb38f976ffa8fd90d136a9d810
 2024-04-12  8:35 UTC 

[PATCH 0/4] Cleanup and fixes in drmm_add_action_or_reset usage
 2024-04-12  8:35 UTC  (3+ messages)
` ✓ CI.Hooks: success for Cleanup and fixes in drmm_add_action_or_reset usage (rev3)
` ✓ CI.checksparse: "

[VirtIO] Support for various devices in Xen
 2024-04-12  8:35 UTC  (6+ messages)

[PATCH] usb: dwc3: support USB 3.1 controllers
 2024-04-12  8:34 UTC  (2+ messages)

[LTP] New LTP documentation!
 2024-04-12  8:34 UTC  (5+ 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.