public inbox for platform-driver-x86@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-01 19:56:02 to 2022-03-08 15:21:28 UTC [more...]

[PATCH] platform/x86/intel-uncore-freq: fix uncore_freq_common_init() error codes
 2022-03-08 15:21 UTC  (3+ messages)

[RFC] ACPI: platform-profile: support for AC vs DC modes
 2022-03-08 15:16 UTC  (7+ messages)
  ` [External] "

[PATCH v2] platform: x86: huawei-wmi: check the return value of device_create_file()
 2022-03-08 14:44 UTC  (2+ messages)

[PATCH v7 00/26] virtio pci support VIRTIO_F_RING_RESET
 2022-03-08 13:13 UTC  (28+ messages)
` [PATCH v7 01/26] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v7 02/26] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v7 03/26] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v7 04/26] virtio_ring: split: extract the logic of creating vring
` [PATCH v7 05/26] virtio_ring: split: extract the logic of init vq and attach vring
` [PATCH v7 06/26] virtio_ring: packed: extract the logic of creating vring
` [PATCH v7 07/26] virtio_ring: packed: extract the logic of init vq and attach vring
` [PATCH v7 08/26] virtio_ring: extract the logic of freeing vring
` [PATCH v7 09/26] virtio_ring: split: implement virtqueue_reset_vring_split()
` [PATCH v7 10/26] virtio_ring: packed: implement virtqueue_reset_vring_packed()
` [PATCH v7 11/26] virtio_ring: introduce virtqueue_reset_vring()
` [PATCH v7 12/26] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v7 13/26] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v7 14/26] virtio: add helper for queue reset
` [PATCH v7 15/26] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v7 16/26] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v7 17/26] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v7 18/26] virtio: find_vqs() add arg sizes
` [PATCH v7 19/26] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v7 20/26] virtio_mmio: "
` [PATCH v7 21/26] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v7 22/26] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v7 23/26] virtio_net: split free_unused_bufs()
` [PATCH v7 24/26] virtio_net: support rx/tx queue reset
` [PATCH v7 25/26] virtio_net: set the default max ring size by find_vqs()
` [PATCH v7 26/26] virtio_net: support set_ringparam

[PATCH v6 00/26] virtio pci support VIRTIO_F_RING_RESET
 2022-03-08  8:01 UTC  (6+ messages)
` [PATCH v6 06/26] virtio_ring: packed: extrace the logic of creating vring

[PATCH 0/4] x86/platform/uv: UV Kernel support for UV5
 2022-03-08  1:05 UTC  (5+ messages)
` [PATCH 1/4] x86/platform/uv: Remove Obsolete Scratch5 NMI handler
` [PATCH 2/4] x86/platform/uv: Update NMI Handler for UV5
` [PATCH 3/4] x86/platform/uv: Update TSC sync state "
` [PATCH 4/4] x86/platform/uv: Add gap hole end size

[PATCH v4 0/3] Fix SW_TABLET_MODE detection method
 2022-03-07 22:28 UTC  (6+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] Fix 0x05 error code reported by several WMI calls
` [PATCH v4 3/3] Changing bios_args.data to be dynamically allocated

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-03-07 21:53 UTC  (48+ messages)
` [PATCH v12 01/46] KVM: SVM: Define sev_features and vmpl field in the VMSA
` [PATCH v12 02/46] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH v12 03/46] KVM: SVM: Create a separate mapping for the GHCB "
` [PATCH v12 04/46] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH v12 05/46] x86/boot: Introduce helpers for MSR reads/writes
` [PATCH v12 06/46] x86/boot: Use MSR read/write helpers instead of inline assembly
` [PATCH v12 07/46] x86/compressed/64: Detect/setup SEV/SME features earlier in boot
` [PATCH v12 08/46] x86/sev: "
` [PATCH v12 09/46] x86/mm: Extend cc_attr to include AMD SEV-SNP
` [PATCH v12 10/46] x86/sev: Define the Linux specific guest termination reasons
` [PATCH v12 11/46] x86/sev: Save the negotiated GHCB version
` [PATCH v12 12/46] x86/sev: Check SEV-SNP features support
` [PATCH v12 13/46] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH v12 14/46] x86/sev: Check the vmpl level
` [PATCH v12 15/46] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH v12 16/46] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH v12 17/46] x86/sev: "
` [PATCH v12 18/46] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH v12 19/46] x86/kernel: Make the .bss..decrypted section shared in RMP table
` [PATCH v12 20/46] x86/kernel: Validate ROM memory before accessing when SEV-SNP is active
` [PATCH v12 21/46] x86/mm: Validate memory when changing the C-bit
` [PATCH v12 22/46] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v12 23/46] x86/head/64: Re-enable stack protection
` [PATCH v12 24/46] x86/compressed/acpi: Move EFI detection to helper
` [PATCH v12 25/46] x86/compressed/acpi: Move EFI system table lookup "
` [PATCH v12 26/46] x86/compressed/acpi: Move EFI config "
` [PATCH v12 27/46] x86/compressed/acpi: Move EFI vendor "
` [PATCH v12 28/46] x86/compressed/acpi: Move EFI kexec handling into common code
` [PATCH v12 29/46] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v12 30/46] KVM: x86: Move lookup of indexed CPUID leafs to helper
` [PATCH v12 31/46] x86/sev: Move MSR-based VMGEXITs for CPUID "
` [PATCH v12 32/46] x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v12 33/46] x86/boot: Add a pointer to Confidential Computing blob in bootparams
` [PATCH v12 34/46] x86/compressed: Add SEV-SNP feature detection/setup
` [PATCH v12 35/46] x86/compressed: Use firmware-validated CPUID leaves for SEV-SNP guests
` [PATCH v12 36/46] x86/compressed: Export and rename add_identity_map()
` [PATCH v12 37/46] x86/compressed/64: Add identity mapping for Confidential Computing blob
` [PATCH v12 38/46] x86/sev: Add SEV-SNP feature detection/setup
` [PATCH v12 39/46] x86/sev: Use firmware-validated CPUID for SEV-SNP guests
` [PATCH v12 40/46] x86/sev: add sev=debug cmdline option to dump SNP CPUID table
` [PATCH v12 41/46] x86/sev: Provide support for SNP guest request NAEs
` [PATCH v12 42/46] x86/sev: Register SEV-SNP guest request platform device
` [PATCH v12 43/46] virt: Add SEV-SNP guest driver
` [PATCH v12 44/46] virt: sevguest: Add support to derive key
` [PATCH v12 45/46] virt: sevguest: Add support to get extended report
` [PATCH v12 46/46] virt: sevguest: Add documentation for SEV-SNP CPUID Enforcement
` [PATCH v12 43.1/46] virt: Add SEV-SNP guest driver

[RFC 00/10] Introduce In Field Scan driver
 2022-03-07 21:33 UTC  (50+ messages)
` [RFC 01/10] x86/microcode/intel: expose collect_cpu_info_early() for IFS
` [RFC 02/10] Documentation: In-Field Scan
` [RFC 03/10] platform/x86/intel/ifs: Add driver for "
` [RFC 04/10] platform/x86/intel/ifs: Load IFS Image
` [RFC 07/10] platform/x86/intel/ifs: Create kthreads for online cpus for scan test
` [RFC 08/10] platform/x86/intel/ifs: Add IFS sysfs interface
` [RFC 09/10] platform/x86/intel/ifs: add ABI documentation for IFS
` [RFC 10/10] trace: platform/x86/intel/ifs: Add trace point to track Intel IFS operations

mmotm 2022-03-06-20-33 uploaded (x86-android-tablets)
 2022-03-07 21:15 UTC 

[PATCH v4 0/8] platform/x86: introduce p2sb_bar() helper
 2022-03-07 19:03 UTC  (5+ messages)
` [PATCH v4 5/8] mfd: lpc_ich: Add support for pinctrl in non-ACPI system

[PATCH] platform/x86: thinkpad_acpi: clean up dytc profile convert
 2022-03-07 18:30 UTC 

[PATCH] platform/x86: amd-pmc: uninitialized variable in amd_pmc_s2d_init()
 2022-03-07 14:18 UTC 

[Bug 204807] Hardware monitoring sensor nct6798d doesn't work unless acpi_enforce_resources=lax is enabled
 2022-03-06 19:54 UTC  (4+ messages)

[PATCH v3 0/3] Fix SW_TABLET_MODE detection method
 2022-03-04 20:31 UTC  (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] Fix 0x05 error code reported by several WMI calls
` [PATCH v3 3/3] Changing bios_args.data to be dynamically allocated

[PATCH v6 0/6] x86: Show in sysfs if a memory node is able to do encryption
 2022-03-04 20:32 UTC  (4+ messages)
` [PATCH v6 3/6] x86/e820: Refactor range_update and range_remove

mmotm 2022-03-03-21-24 uploaded [drivers/platform/x86/x86-android-tablets.ko]
 2022-03-04 17:10 UTC 

[PATCH v11 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-03-04 16:14 UTC  (31+ messages)
` [PATCH v11 22/45] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v11 29/45] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v11 39/45] x86/sev: Use firmware-validated CPUID for SEV-SNP guests
` [PATCH v11 42/45] virt: Add SEV-SNP guest driver
` [PATCH v11 44/45] virt: sevguest: Add support to get extended report

[PATCH v7 1/2] platforms/x86: Add AMD system management interface
 2022-03-03 15:33 UTC  (6+ messages)
` [PATCH v7 2/2] Documentation: Add x86/amd_hsmp driver

[PATCH] platform: x86: huawei-wmi: check the return value of device_create_file()
 2022-03-03  1:45 UTC  (3+ messages)

[PATCH] platform/x86: thinkpad_acpi: Add PSC mode support
 2022-03-02 15:32 UTC  (3+ messages)
  ` [External] "

[PATCH V9 1/2] tools arch x86: Add Intel SDSi provisiong tool
 2022-03-02 14:28 UTC  (2+ messages)

[PATCH 0/2] Input: Replace surface3_button code with soc_button_array
 2022-03-02 11:34 UTC  (4+ messages)
` [PATCH 1/2] Input: soc_button_array - add support for Microsoft Surface 3 (MSHW0028) buttons

[PATCH 0/5] spi: make remove callback a void function
 2022-03-02  7:30 UTC  (3+ messages)
` [PATCH 5/5] "

[PATCH 2/2] platform/surface: surfacepro3_button: don't load on amd variant
 2022-03-01 21:03 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox