platform-driver-x86.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-20 10:09:25 to 2021-08-27 16:06:00 UTC [more...]

[PATCH v5 0/1] asus-wmi: Add support for custom fan curves
 2021-08-27 16:05 UTC  (5+ messages)
` [PATCH v5] "

[PATCH Part1 v5 00/38] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-27 15:47 UTC  (64+ messages)
` [PATCH Part1 v5 01/38] x86/mm: Add sev_feature_enabled() helper
` [PATCH Part1 v5 02/38] x86/sev: Shorten GHCB terminate macro names
` [PATCH Part1 v5 03/38] x86/sev: Get rid of excessive use of defines
` [PATCH Part1 v5 04/38] x86/head64: Carve out the guest encryption postprocessing into a helper
` [PATCH Part1 v5 05/38] x86/sev: Define the Linux specific guest termination reasons
` [PATCH Part1 v5 06/38] x86/sev: Save the negotiated GHCB version
` [PATCH Part1 v5 07/38] x86/sev: Add support for hypervisor feature VMGEXIT
` [PATCH Part1 v5 08/38] x86/sev: Check SEV-SNP features support
` [PATCH Part1 v5 09/38] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH Part1 v5 10/38] x86/sev: Check the vmpl level
` [PATCH Part1 v5 11/38] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH Part1 v5 12/38] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH Part1 v5 13/38] x86/sev: "
      ` [PATCH] x86/sev: Remove do_early_exception() forward declarations
` [PATCH Part1 v5 14/38] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH Part1 v5 15/38] x86/kernel: Make the bss.decrypted section shared in RMP table
` [PATCH Part1 v5 16/38] x86/kernel: Validate rom memory before accessing when SEV-SNP is active
` [PATCH Part1 v5 17/38] x86/mm: Add support to validate memory when changing C-bit
` [PATCH Part1 v5 18/38] KVM: SVM: Define sev_features and vmpl field in the VMSA
` [PATCH Part1 v5 19/38] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH Part1 v5 20/38] KVM: SVM: Create a separate mapping for the GHCB "
` [PATCH Part1 v5 21/38] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH Part1 v5 22/38] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH Part1 v5 23/38] x86/head/64: set up a startup %gs for stack protector
` [PATCH Part1 v5 24/38] x86/sev: move MSR-based VMGEXITs for CPUID to helper
` [PATCH Part1 v5 25/38] KVM: x86: move lookup of indexed CPUID leafs "
` [PATCH Part1 v5 26/38] x86/compressed/acpi: move EFI config table access to common code
` [PATCH Part1 v5 27/38] x86/boot: Add Confidential Computing type to setup_data
` [PATCH Part1 v5 28/38] x86/compressed/64: enable SEV-SNP-validated CPUID in #VC handler
` [PATCH Part1 v5 29/38] x86/boot: add a pointer to Confidential Computing blob in bootparams
` [PATCH Part1 v5 30/38] x86/compressed/64: store Confidential Computing blob address "
` [PATCH Part1 v5 31/38] x86/compressed/64: add identity mapping for Confidential Computing blob
` [PATCH Part1 v5 32/38] x86/sev: enable SEV-SNP-validated CPUID in #VC handlers
` [PATCH Part1 v5 33/38] x86/sev: Provide support for SNP guest request NAEs
` [PATCH Part1 v5 34/38] x86/sev: Add snp_msg_seqno() helper
` [PATCH Part1 v5 35/38] x86/sev: Register SNP guest request platform device
` [PATCH Part1 v5 36/38] virt: Add SEV-SNP guest driver
` [PATCH Part1 v5 37/38] virt: sevguest: Add support to derive key
` [PATCH Part1 v5 38/38] virt: sevguest: Add support to get extended report

[PATCH v1 1/1] platform/x86/intel: punit_ipc: Drop wrong use of ACPI_PTR()
 2021-08-27 14:53 UTC 

[PATCH v4] platform/x86: hp-wmi: add support for omen laptops
 2021-08-27 12:31 UTC 

Touchpad stickiness on Dell Inspiron/XPS
 2021-08-27  6:57 UTC 

[PATCH] platform/x86: dell-smbios-wmi: Add missing kfree in error-exit from run_smbios_call
 2021-08-27  3:19 UTC  (2+ messages)

[PATCH v4 0/1] asus-wmi: Add support for custom fan curves
 2021-08-26 23:09 UTC  (18+ messages)
` [PATCH v4 1/1] "

[PATCH v2 2/2] platform/x86: wmi: fail wmi_driver_register when no GUID is found
 2021-08-26 15:39 UTC  (11+ messages)
` [PATCH v3] platform/x86: Add driver for ACPI WMAA EC-based backlight control

[PATCH v3] platform/x86: hp-wmi: add support for omen laptops
 2021-08-26 14:13 UTC  (7+ messages)

[PATCH][RFC] platform/x86: dell-smbios-wmi: Avoid false-positive memcpy() warning
 2021-08-26 13:57 UTC  (3+ messages)

[PATCH] platform/x86: ISST: use semi-colons instead of commas
 2021-08-26 13:18 UTC  (3+ messages)

[PATCH] asus-wmi: delete impossible condition
 2021-08-26 13:13 UTC  (2+ messages)

[RFT, PATCH v2 0/2] platform/x86: hp_accel: Clean up and convert
 2021-08-26 13:13 UTC  (7+ messages)
` [PATCH v2 1/2] platform/x86: hp_accel: Remove _INI method call
` [PATCH v2 2/2] platform/x86: hp_accel: Convert to be a platform driver

[RFC PATCH v2 0/3] Add regulator_lookup_list and API
 2021-08-26 12:40 UTC  (26+ messages)
` [RFC PATCH v2 1/3] regulator: core: Add regulator_lookup_list
` [RFC PATCH v2 2/3] Documentation: power: Document regulator_lookup_list
` [RFC PATCH v2 3/3] platform/surface: Add Surface Go 2 board file

[PATCH v2 00/12] Implement generic prot_guest_has() helper function
 2021-08-24  7:14 UTC  (5+ messages)
` [PATCH v2 03/12] x86/sev: Add an x86 version of prot_guest_has()

[PATCH AUTOSEL 5.13 11/26] platform/x86: asus-nb-wmi: Allow configuring SW_TABLET_MODE method with a module option
 2021-08-24  0:53 UTC  (4+ messages)
` [PATCH AUTOSEL 5.13 12/26] platform/x86: asus-nb-wmi: Add tablet_mode_sw=lid-flip quirk for the TP200s
` [PATCH AUTOSEL 5.13 19/26] platform/x86: gigabyte-wmi: add support for X570 GAMING X
` [PATCH AUTOSEL 5.13 24/26] platform/x86: gigabyte-wmi: add support for B450M S2H V2

[PATCH v2] platform/x86: hp-wmi: add support for omen laptops
 2021-08-23 17:12 UTC  (3+ messages)

[RFT, PATCH v1 1/1] platform/x86: hp_accel: Convert to be a platform driver
 2021-08-23  9:33 UTC  (3+ messages)

[PATCH v5 00/20] platform/x86: Intel platform driver code movement
 2021-08-23  7:35 UTC  (25+ messages)
` [PATCH v5 01/20] platform/x86: intel_scu_ipc: Fix doc of intel_scu_ipc_dev_command_with_size()
` [PATCH v5 02/20] platform/x86: intel_bxtwc_tmu: Move to intel sub-directory
` [PATCH v5 03/20] platform/x86: intel_chtdc_ti_pwrbtn: "
` [PATCH v5 04/20] platform/x86: intel_mrfld_pwrbtn: "
` [PATCH v5 05/20] platform/x86: intel_punit_ipc: "
` [PATCH v5 06/20] platform/x86: intel_pmc_core: "
` [PATCH v5 07/20] platform/x86: pmc_atom: "
` [PATCH v5 08/20] platform/x86: intel_telemetry: "
` [PATCH v5 09/20] platform/x86: intel-rst: "
` [PATCH v5 10/20] platform/x86: intel-smartconnect: "
` [PATCH v5 11/20] platform/x86: intel_turbo_max_3: "
` [PATCH v5 12/20] platform/x86: intel-uncore-frequency: "
` [PATCH v5 13/20] platform/x86: intel_speed_select_if: "
` [PATCH v5 14/20] platform/x86: intel_atomisp2: "
` [PATCH v5 15/20] platform/x86: intel-hid: "
` [PATCH v5 16/20] platform/x86: intel_int0002_vgpio: "
` [PATCH v5 17/20] platform/x86: intel_oaktrail: "
` [PATCH v5 18/20] platform/x86: intel-vbtn: "
` [PATCH v5 19/20] platform/x86: intel-wmi-sbl-fw-update: "
` [PATCH v5 20/20] platform/x86: intel-wmi-thunderbolt: "

[PATCH] platform/mellanox: mlxbf-pmc: fix kernel-doc notation
 2021-08-23  7:24 UTC  (2+ messages)

[PATCH Part1 RFC v4 00/36] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-23  4:52 UTC  (13+ messages)
` [PATCH Part1 RFC v4 22/36] x86/sev: move MSR-based VMGEXITs for CPUID to helper
` [PATCH Part1 RFC v4 24/36] x86/compressed/acpi: move EFI config table access to common code

[PATCH] platform/x86: hp-wmi: add support for omen laptops
 2021-08-22 19:10 UTC  (7+ messages)

[Bug 204807] Hardware monitoring sensor nct6798d doesn't work unless acpi_enforce_resources=lax is enabled
 2021-08-22  8:47 UTC  (4+ messages)

[Bug 201885] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
 2021-08-21 23:17 UTC 

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-08-20 14:44 UTC  (6+ messages)
` [PATCH Part2 RFC v4 40/40] KVM: SVM: Support SEV-SNP AP Creation NAE event

[PATCH v4 00/21] platform/x86: Intel platform driver code movement
 2021-08-20 10:22 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;
as well as URLs for NNTP newsgroup(s).