All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-18 09:31:36 to 2023-08-18 10:01:41 UTC [more...]

[PATCH v2 00/58] TDX QEMU support
 2023-08-18  9:50 UTC  (48+ messages)
` [PATCH v2 01/58] *** HACK *** linux-headers: Update headers to pull in TDX API changes
` [PATCH v2 02/58] i386: Introduce tdx-guest object
` [PATCH v2 03/58] target/i386: Parse TDX vm type
` [PATCH v2 04/58] target/i386: Introduce kvm_confidential_guest_init()
` [PATCH v2 05/58] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
` [PATCH v2 06/58] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v2 07/58] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [PATCH v2 08/58] i386/tdx: Adjust the supported CPUID based on TDX restrictions
` [PATCH v2 09/58] i386/tdx: Update tdx_cpuid_lookup[].tdx_fixed0/1 by tdx_caps.cpuid_config[]
` [PATCH v2 10/58] i386/tdx: Integrate tdx_caps->xfam_fixed0/1 into tdx_cpuid_lookup
` [PATCH v2 11/58] i386/tdx: Integrate tdx_caps->attrs_fixed0/1 to tdx_cpuid_lookup
` [PATCH v2 12/58] i386/kvm: Move architectural CPUID leaf generation to separate helper
` [PATCH v2 13/58] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v2 14/58] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v2 15/58] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [PATCH v2 16/58] i386/tdx: Make sept_ve_disable set by default
` [PATCH v2 17/58] i386/tdx: Wire CPU features up with attributes of TD guest
` [PATCH v2 18/58] i386/tdx: Validate TD attributes
` [PATCH v2 19/58] qom: implement property helper for sha384
` [PATCH v2 20/58] i386/tdx: Allows mrconfigid/mrowner/mrownerconfig for TDX_INIT_VM
` [PATCH v2 21/58] i386/tdx: Implement user specified tsc frequency
` [PATCH v2 22/58] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [PATCH v2 23/58] i386/tdx: Make memory type private by default
` [PATCH v2 24/58] i386/tdx: Create kvm gmem for TD
` [PATCH v2 25/58] kvm/tdx: Don't complain when converting vMMIO region to shared
` [PATCH v2 26/58] kvm/tdx: Ignore memory conversion to shared of unassigned region
` [PATCH v2 27/58] i386/tdvf: Introduce function to parse TDVF metadata
` [PATCH v2 28/58] i386/tdx: Parse TDVF metadata for TDX VM
` [PATCH v2 29/58] i386/tdx: Skip BIOS shadowing setup
` [PATCH v2 30/58] i386/tdx: Don't initialize pc.rom for TDX VMs
` [PATCH v2 31/58] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [PATCH v2 32/58] i386/tdx: Track RAM entries for TDX VM
` [PATCH v2 33/58] headers: Add definitions from UEFI spec for volumes, resources, etc
` [PATCH v2 34/58] i386/tdx: Setup the TD HOB list
` [PATCH v2 35/58] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [PATCH v2 36/58] memory: Introduce memory_region_init_ram_gmem()
` [PATCH v2 37/58] i386/tdx: register TDVF as private memory
` [PATCH v2 38/58] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [PATCH v2 39/58] i386/tdx: Finalize TDX VM
` [PATCH v2 40/58] i386/tdx: handle TDG.VP.VMCALL<SetupEventNotifyInterrupt>
` [PATCH v2 41/58] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v2 42/58] i386/tdx: register the fd read callback with the main loop to read the quote data
` [PATCH v2 43/58] i386/tdx: setup a timer for the qio channel
` [PATCH v2 44/58] i386/tdx: handle TDG.VP.VMCALL<MapGPA> hypercall
` [PATCH v2 45/58] i386/tdx: Limit the range size for MapGPA
` [PATCH v2 46/58] i386/tdx: Handle TDG.VP.VMCALL<REPORT_FATAL_ERROR>
` [PATCH v2 48/58] i386/tdx: Disable SMM for TDX VMs

[PATCH v1, 1/7] linux-firmware: Update firmware file for Intel Bluetooth AX201
 2023-08-18  9:58 UTC  (6+ messages)
` [PATCH v1, 2/7] linux-firmware: Update firmware file for Intel Bluetooth AX200
` [PATCH v1, 3/7] linux-firmware: Update firmware file for Intel Bluetooth AX210
` [PATCH v1, 5/7] linux-firmware: Update firmware file for Intel Bluetooth AX211
` [PATCH v1, 6/7] linux-firmware: Update firmware file for Intel Bluetooth AX203
` [PATCH v1, 7/7] "

[PATCH v3] mtd: spi-nor: Check bus width while setting QE bit
 2023-08-18  9:59 UTC  (3+ messages)

[PATCH V9 00/23] Add support UHS-II for GL9755
 2023-08-18  9:58 UTC  (21+ messages)
` [PATCH V9 02/23] mmc: core: Prepare to support SD UHS-II cards
` [PATCH V9 03/23] mmc: core: Announce successful insertion of an SD UHS-II card
` [PATCH V9 04/23] mmc: core: Extend support for mmc regulators with a vqmmc2
` [PATCH V9 05/23] mmc: core: Add definitions for SD UHS-II cards
` [PATCH V9 06/23] mmc: core: Support UHS-II card control and access

[nft PATCH] src: use reentrant getprotobyname_r()/getprotobynumber_r()/getservbyport_r()
 2023-08-18  9:57 UTC  (3+ messages)
` [nft PATCH v2] "

[PATCH blktests v1 0/1] Introduce nvmet target setup/cleanup helpers
 2023-08-18  9:57 UTC  (2+ messages)
` [PATCH blktests v1 1/1] nvme: Introduce nvmet_target_{setup/cleanup} common code

Patchwork housekeeping for: spi-devel-general
 2023-08-18  9:57 UTC 

[PATCH v32 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
 2023-08-18  9:55 UTC  (3+ messages)

[PATCH] bitbake.conf: add bunzip2 in HOSTTOOLS
 2023-08-18  9:56 UTC  (3+ messages)
` [OE-core] "

[virtio-comment] [RFC PATCH 0/5] virtio: introduce SUSPEND bit and vq state
 2023-08-18  9:55 UTC  (15+ messages)
` [virtio-comment] [RFC PATCH 1/5] virtio: introduce SUSPEND bit in device status
              ` [virtio-dev] "
` [virtio-comment] [RFC PATCH 4/5] virtqueue: constraints for virtqueue state
  ` [virtio-comment] "
          ` [virtio-dev] "

[RESEND v4 0/3] Use PSCI OS initiated mode for sc7280
 2023-08-18  9:53 UTC  (3+ messages)
` [RESEND v4 3/3] arm64: dts: qcom: sc7280: Add power-domains for cpuidle states

[V9 0/9] Enable Wifi RFI interference mitigation feature support
 2023-08-18  9:54 UTC  (5+ messages)
` [V9 7/9] drm/amd/pm: add flood detection for wbrf events
` [V9 8/9] drm/amd/pm: enable Wifi RFI mitigation feature support for SMU13.0.0

[PATCH v2 1/1] media: v4l: usb: Use correct dependency for camera sensor drivers
 2023-08-18  9:51 UTC 

[PATCH] dt-bindings: usb: samsung,exynos-dwc3: Fix Exynos5433 compatible
 2023-08-18  9:52 UTC  (3+ messages)

[PATCH] landlock: Annotate struct landlock_rule with __counted_by
 2023-08-18  9:46 UTC  (2+ messages)

[PATCH] cpufreq: stats: Improve the performance of cpufreq_stats_create_table()
 2023-08-18  9:50 UTC 

[Crash-utility PATCH V2] RISCV64: Add KASLR support
 2023-08-18  9:50 UTC  (2+ messages)

[PATCH] clocksource/drivers/arm_arch_timer: Disable timer before programming CVAL
 2023-08-18  9:29 UTC  (2+ messages)

[PATCH net-next 1/1] net: stmmac: Check more MAC HW features for XGMAC Core 3.20
 2023-08-18  9:48 UTC  (2+ messages)

[PATCH] drm/amdgpu: Fix kcalloc over kzalloc in 'gmc_v9_0_init_mem_ranges'
 2023-08-18  9:48 UTC  (2+ messages)

[PATCH 0/2] Media Kconfig fixes
 2023-08-18  9:47 UTC  (4+ messages)
` [PATCH 1/2] media: v4l: usb: Use correct dependency for camera sensor drivers

[nft PATCH v4 0/6] add input flags and "no-dns"/"json" flags
 2023-08-18  9:45 UTC  (13+ messages)
` [nft PATCH v4 2/6] src: add input flag NFT_CTX_INPUT_NO_DNS to avoid blocking
` [nft PATCH v4 6/6] py: add Nftables.{get,set}_input() API

[PATCH] power: vexpress: fix -Wvoid-pointer-to-enum-cast warning
 2023-08-18  9:44 UTC  (3+ messages)

[nft PATCH v5 0/6] add input flags and "no-dns"/"json" flags
 2023-08-18  9:40 UTC  (7+ messages)
` [nft PATCH v5 1/6] src: add input flags for nft_ctx
` [nft PATCH v5 2/6] src: add input flag NFT_CTX_INPUT_NO_DNS to avoid blocking
` [nft PATCH v5 3/6] src: add input flag NFT_CTX_INPUT_JSON to enable JSON parsing
` [nft PATCH v5 4/6] py: fix exception during cleanup of half-initialized Nftables
` [nft PATCH v5 5/6] py: extract flags helper functions for set_debug()/get_debug()
` [nft PATCH v5 6/6] py: add Nftables.{get,set}_input_flags() API

[RFC PATCH 0/1] Introduce Event ML Adapter
 2023-08-18  9:45 UTC  (4+ messages)
` [RFC PATCH v2 "
  ` [RFC PATCH v2 1/1] eventdev: introduce ML event adapter library

[PATCH] rombios: Work around GCC issue 99578
 2023-08-18  9:44 UTC  (3+ messages)

rcu stall caused by rt task with high minor page fault rate
 2023-08-18  9:42 UTC  (2+ messages)

[PATCH v3 0/6] leds: turris-omnia: updates
 2023-08-18  9:42 UTC  (3+ messages)
` [PATCH v3 4/6] leds: turris-omnia: make set_brightness() more efficient

[PATCH 0/5] Add packagefeed class documentation
 2023-08-18  9:43 UTC  (2+ messages)
` [docs] "

[PATCH v3 00/18] Add some checks before translating instructions
 2023-08-18  9:41 UTC  (3+ messages)
` [PATCH v3 08/18] target/loongarch: Truncate high 32 bits of address in VA32 mode

[PATCH v2 0/3] SDM670 CPU frequency scaling: dtschema fixes
 2023-08-18  9:40 UTC  (3+ messages)
` [PATCH v2 2/3] dt-bindings: cpufreq: cpufreq-qcom-hw: add SDM670 compatible

[PATCH 00/11] Introduce mt_dup() to improve the performance of fork()
 2023-08-18  9:39 UTC  (8+ messages)
` [PATCH 06/11] maple_tree: Introduce mas_replace_entry() to directly replace an entry

[PATCH net-next] net: add skb_queue_purge_reason and __skb_queue_purge_reason
 2023-08-18  9:40 UTC 

[PATCH v3 0/2] arm64: dts: qcom: enable BT on SM8550-QRD
 2023-08-18  9:38 UTC  (5+ messages)
` [PATCH v3 1/2] arm64: dts: qcom: sm8550: add UART14 nodes
` [PATCH v3 2/2] arm64: dts: qcom: sm8550-qrd: add bluetooth support

[PATCH v3] eventdev/eth_rx: add new adapter create API
 2023-08-18  9:39 UTC  (5+ messages)
` [PATCH v4] "
  ` [PATCH v5] "

[PATCH V2] coresight: tmc: Make etr buffer mode user configurable from sysfs
 2023-08-18  9:39 UTC  (3+ messages)

[PATCHv6 00/14] net/lwip: add lwip library for the network stack
 2023-08-18  9:39 UTC  (10+ messages)
` [PATCHv6 04/14] net/lwip: implement dhcp cmd

[PATCH] docs/mm/zh_CN: a few native ZH revisements
 2023-08-18  9:37 UTC 

qemu cxl memory expander shows numa_node -1
 2023-08-18  9:38 UTC 

[PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2023-08-16 (iavf, i40e)
 2023-08-18  9:38 UTC  (4+ messages)
` [PATCH net 1/2] iavf: fix FDIR rule fields masks validation

[docs] [master] Pull request
 2023-08-18  9:38 UTC 

MLX5 PMD access ring library private data
 2023-08-18  9:38 UTC  (5+ messages)

[PATCH v2] Makefile: Fix grep warning
 2023-08-18  9:38 UTC  (2+ messages)

[PATCH] lib: sbi_pmu: remove mhpm_count field in hart feature
 2023-08-18  9:37 UTC  (2+ messages)

[PATCH v5 00/17] Imagination Technologies PowerVR DRM driver
 2023-08-18  9:36 UTC  (4+ messages)
` [PATCH v5 02/17] dt-bindings: gpu: Add Imagination Technologies PowerVR GPU

[PATCH V2] platform: generic: allwinner: correct mhpmevent count
 2023-08-18  9:37 UTC  (2+ messages)

[PATCH v6 0/3] Add support for Xilinx XDMA Soft IP as Root Port
 2023-08-18  9:35 UTC  (8+ messages)
` [PATCH v6 1/3] PCI: xilinx-cpm: Move interrupt bit definitions to common header
` [PATCH v6 2/3] dt-bindings: PCI: xilinx-xdma: Add YAML schemas for Xilinx XDMA PCIe Root Port Bridge
` [PATCH v6 3/3] PCI: xilinx-xdma: Add Xilinx XDMA Root Port driver

[Intel-wired-lan] [PATCH iwl-next v2 0/5] ice: refactor PTP feature flags
 2023-08-18  9:36 UTC  (2+ messages)

[PATCH v4 0/2] hwmon: (isl28022) new driver for ISL28022 power monitor
 2023-08-18  9:35 UTC  (3+ messages)
` [PATCH v4 2/2] dt-bindings: hwmon: add renesas,isl28022

[PATCH v1 1/1] mmc: sdhci-of-dwcmshc: Add runtime PM operations for BlueField-3
 2023-08-18  9:35 UTC  (4+ messages)
` [PATCH v9] mmc: sdhci-of-dwcmshc: Add runtime PM operations

[PATCH v3 0/4] Fix Versa3 clock mapping
 2023-08-18  9:36 UTC  (3+ messages)
` [PATCH v3 1/4] dt-bindings: clock: versaclock3: Document clock-output-names

[PATCH -next] thermal/drivers/imx: Use the devm_clk_get_enabled() helper function
 2023-08-18  9:35 UTC  (2+ messages)

[PATCH v1 00/57] Enable build of full Xen for RISC-V
 2023-08-18  9:36 UTC  (4+ messages)
` [PATCH v1 02/57] xen/riscv: add public arch-riscv.h

PROBLEM: LTP cfs_bandwidth01 test bumped into SCHED_WARN_ON after de-selecting CONFIG_SMP
 2023-08-18  9:35 UTC 

[PATCH -next v3 00/23] spi: switch to use modern name (part4)
 2023-08-18  9:31 UTC  (24+ messages)
` [PATCH -next v3 01/23] spi: orion: switch to use modern name
` [PATCH -next v3 02/23] spi: mchp-pci1xxxx: "
` [PATCH -next v3 03/23] spi: pic32-sqi: "
` [PATCH -next v3 04/23] spi: pic32: "
` [PATCH -next v3 05/23] spi: spl022: "
` [PATCH -next v3 06/23] spi: ppc4xx: "
` [PATCH -next v3 07/23] spi: pxa2xx: "
` [PATCH -next v3 08/23] spi: spi-qcom-qspi: "
` [PATCH -next v3 09/23] spi: qup: "
` [PATCH -next v3 10/23] spi: rb4xx: "
` [PATCH -next v3 11/23] spi: realtek-rtl: switch to use devm_spi_alloc_host()
` [PATCH -next v3 12/23] spi: rockchip-sfc: switch to use modern name
` [PATCH -next v3 13/23] spi: rockchip: "
` [PATCH -next v3 14/23] spi: rspi: switch to use spi_alloc_host()
` [PATCH -next v3 15/23] spi: rzv2m-csi: switch to use devm_spi_alloc_host()
` [PATCH -next v3 16/23] spi: s3c64xx: switch to use modern name
` [PATCH -next v3 17/23] spi: sc18is602: "
` [PATCH -next v3 18/23] spi: sh-hspi: "
` [PATCH -next v3 19/23] spi: sh-msiof: "
` [PATCH -next v3 20/23] spi: sh-sci: "
` [PATCH -next v3 21/23] spi: sh: "
` [PATCH -next v3 22/23] spi: sifive: "
` [PATCH -next v3 23/23] spi: spi-sn-f-ospi: "

[PATCH] usb: hcd: xhci: Add set command timer delay API
 2023-08-18  9:23 UTC 

DCCP Deprecation
 2023-08-18  9:35 UTC  (8+ messages)

[PATCH v1] serial-uclass: reset gd->cur_serial_dev to NULL if serial not found
 2023-08-18  9:34 UTC 

[PATCH -next] mfd: mxs-lradc: Use the devm_clk_get_enabled() helper function
 2023-08-18  9:33 UTC 

[igt-dev] [PATCH i-g-t v7 0/4] Testcases for dirtyfb ioctl
 2023-08-18  9:34 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v7 4/4] tests/kms_dirtyfb: Add new test "

[PATCH mptcp-next v4 0/6] userspace pm remove id 0 subflow & address
 2023-08-18  9:34 UTC  (3+ messages)
` [PATCH mptcp-next v4 6/6] selftests: mptcp: userspace pm remove id 0 address

[PATCH v4] PCI/VGA: Make the vga_is_firmware_default() less arch-dependent
 2023-08-18  9:31 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t v3] tests/kms_lease: Terminate lease fd before subtests execution
 2023-08-18  9:32 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t] "

[PATCH] dt-bindings: usb: Add binding for ti,tps25750
 2023-08-18  9:31 UTC  (2+ messages)

[PATCH 0/6] soc/tegra: fuse: Add ACPI support
 2023-08-18  9:30 UTC  (7+ messages)
` [PATCH 1/6] soc/tegra: fuse: Add tegra_acpi_init_apbmisc()
` [PATCH 2/6] soc/tegra: fuse: Add function to register nvmem
` [PATCH 3/6] soc/tegra: fuse: Add function to add lookups
` [PATCH 4/6] soc/tegra: fuse: Add function to print SKU info
` [PATCH 5/6] soc/tegra: fuse: Add ACPI support for Tegra194 and Tegra234
` [PATCH 6/6] soc/tegra: fuse: Add support for Tegra241

[PATCH -next 00/11] gpio: Use devm_clk_get_*() helper function to simplify the drivers
 2023-08-18  9:30 UTC  (12+ messages)
` [PATCH -next 03/11] gpio: ftgpio010: Use helper function devm_clk_get_enabled()
` [PATCH -next 04/11] gpio: lpc18xx: "
` [PATCH -next 05/11] gpio: mb86s7x: Use helper function devm_clk_get_optional_enabled()
` [PATCH -next 06/11] gpio: mvebu: Use helper function devm_clk_get_enabled()
` [PATCH -next 07/11] gpio: mxc: Use helper function devm_clk_get_optional_enabled()
` [PATCH -next 08/11] gpio: omap: Use helper function devm_clk_get_prepared()
` [PATCH -next 09/11] gpio: stp-xway: Use helper function devm_clk_get_enabled()
` [PATCH -next 10/11] gpio: xilinx: Use helper function devm_clk_get_optional_enabled()
` [PATCH -next 11/11] gpio: zynq: Use helper function devm_clk_get_enabled()

[PATCH -next] crypto: allwinner - Remove unused function declarations
 2023-08-18  9:30 UTC  (3+ messages)

[PATCH] mmc: sdhci-esdhc-imx: improve ESDHC_FLAG_ERR010450
 2023-08-18  9:30 UTC  (7+ messages)

[PATCH -next] crypto: qat - Remove unused function declarations
 2023-08-18  9:30 UTC  (2+ messages)

[PATCH] crypto: caam: fix unchecked return value error
 2023-08-18  9:30 UTC  (3+ messages)
` [PATCH] crypto: caam/jr - fix shared IRQ line handling


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.