platform-driver-x86.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-08 19:29:52 to 2021-11-15 10:11:46 UTC [more...]

[PATCH v2 00/20] power-suppy/i2c/extcon: Fix charger setup on Xiaomi Mi Pad 2 and Lenovo Yogabook
 2021-11-15 10:11 UTC  (22+ messages)
` [PATCH v2 01/20] power: supply: core: Refactor power_supply_set_input_current_limit_from_supplier()
` [PATCH v2 02/20] power: supply: bq25890: Fix ADC continuous conversion setting when charging
` [PATCH v2 03/20] power: supply: bq25890: Rename IILIM field to IINLIM
` [PATCH v2 04/20] power: supply: bq25890: Reduce reported CONSTANT_CHARGE_CURRENT_MAX for low temperatures
` [PATCH v2 05/20] power: supply: bq25890: Add a bq25890_rw_init_data() helper
` [PATCH v2 06/20] power: supply: bq25890: Add support to skip reset at probe() / remove()
` [PATCH v2 07/20] power: supply: bq25890: Add support to read back the settings from the chip
` [PATCH v2 08/20] power: supply: bq25890: Enable charging on boards where we skip reset
` [PATCH v2 09/20] power: supply: bq25890: Drop dev->platform_data == NULL check
` [PATCH v2 10/20] power: supply: bq25890: Add bq25890_set_otg_cfg() helper
` [PATCH v2 11/20] power: supply: bq25890: Add support for registering the Vbus boost converter as a regulator
` [PATCH v2 12/20] power: supply: bq25890: On the bq25892 set the IINLIM based on external charger detection
` [PATCH v2 13/20] power: supply: bq25890: Support higher charging voltages through Pump Express+ protocol
` [PATCH v2 14/20] mfd: intel_soc_pmic_chtwc: Add intel_cht_wc_get_model() helper function
` [PATCH v2 15/20] i2c: cht-wc: Make charger i2c-client instantiation board/device-model specific
` [PATCH v2 16/20] extcon: intel-cht-wc: Use new intel_cht_wc_get_model() helper
` [PATCH v2 17/20] extcon: intel-cht-wc: Support devs with Micro-B / USB-2 only Type-C connectors
` [PATCH v2 18/20] extcon: intel-cht-wc: Refactor cht_wc_extcon_get_charger()
` [PATCH v2 19/20] extcon: intel-cht-wc: Add support for registering a power_supply class-device
` [PATCH v2 20/20] extcon: intel-cht-wc: Report RID_A for ACA adapters

[PATCH 0/4] power: supply: add charge_behaviour property (force-discharge, inhibit-charge)
 2021-11-13 10:42 UTC  (5+ messages)
` [PATCH 1/4] power: supply: add charge_behaviour attributes
` [PATCH 2/4] power: supply: add helpers for charge_behaviour sysfs
` [PATCH 3/4] platform/x86: thinkpad_acpi: support force-discharge
` [PATCH 4/4] platform/x86: thinkpad_acpi: support inhibit-charge

[PATCH] platform/x86: dell-wmi-descriptor: disable by default
 2021-11-13  8:05 UTC 

[PATCH] platform/x86: samsung-laptop: Fix typo in a comment
 2021-11-13  5:48 UTC 

[PATCH] x86/efi: Remove a repeated word in a comment
 2021-11-13  3:28 UTC 

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

[RFC v2] standardized attributes for powersupply charge behaviour
 2021-11-12 18:26 UTC  (4+ messages)

[PATCH v2 0/5] platform: surface: Introduce Surface XBL Driver
 2021-11-12 14:39 UTC  (4+ messages)
` [PATCH v2 1/5] dt-bindings: platform: microsoft: Document surface xbl

[PATCH] firmware: export x86_64 platform flash bios region via sysfs
 2021-11-12 12:25 UTC  (61+ messages)

[Bug 204807] Hardware monitoring sensor nct6798d doesn't work unless acpi_enforce_resources=lax is enabled
 2021-11-12 10:56 UTC  (10+ messages)

[PATCH v2 2/5] platform: surface: Propagate ACPI Dependency
 2021-11-11 19:45 UTC  (2+ messages)

[PATCH] HID: intel-ish-hid: fix module device-id handling
 2021-11-11 16:25 UTC  (4+ messages)

[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-11-11 16:01 UTC  (7+ messages)
` [PATCH v6 19/42] x86/mm: Add support to validate memory when changing C-bit

[PATCH v4 00/11] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data
 2021-11-11 15:13 UTC  (5+ messages)
` [PATCH v4 04/11] regulator: Introduce tps68470-regulator driver

[PATCH] platform/x86: hp_accel: Fix an error handling path in 'lis3lv02d_probe()'
 2021-11-11  9:50 UTC  (4+ messages)

[PATCH] platform/mellanox: mlxreg-lc: fix error code in mlxreg_lc_create_static_devices()
 2021-11-11  9:47 UTC  (6+ messages)

[PATCH] platform/x86: thinkpad_acpi: fix documentation for adaptive keyboard
 2021-11-11  9:45 UTC  (2+ messages)

[PATCH 2/2] platform/surface: surfacepro3_button: don't load on amd variant
 2021-11-11  9:39 UTC  (3+ messages)

[PATCH 0/5] x86: Show in sysfs if a memory node is able to do encryption
 2021-11-09 19:16 UTC  (6+ messages)
` [PATCH 3/5] Extend e820_table to hold information about memory encryption

[PATCH 0/6] MODULE_DEVICE_TABLE() support for the ISHTP bus
 2021-11-09 10:42 UTC  (2+ messages)

[PATCH] platform/x86: think-lmi: Abort probe on analyze failure
 2021-11-09  9:26 UTC  (3+ messages)

[PATCH AUTOSEL 4.9 03/33] platform/x86: wmi: do not fail if disabling fails
 2021-11-09  1:07 UTC 

[PATCH AUTOSEL 4.4 03/30] platform/x86: wmi: do not fail if disabling fails
 2021-11-09  1:08 UTC 

[PATCH AUTOSEL 4.14 03/39] platform/x86: wmi: do not fail if disabling fails
 2021-11-09  1:06 UTC 

[PATCH AUTOSEL 4.19 04/47] platform/x86: wmi: do not fail if disabling fails
 2021-11-08 17:49 UTC 

[PATCH AUTOSEL 5.4 08/74] platform/x86: wmi: do not fail if disabling fails
 2021-11-08 17:48 UTC 

[PATCH AUTOSEL 5.10 009/101] platform/x86: wmi: do not fail if disabling fails
 2021-11-08 17:46 UTC 

[PATCH AUTOSEL 5.14 009/138] platform/x86: wmi: do not fail if disabling fails
 2021-11-08 17:44 UTC 

[PATCH AUTOSEL 5.15 010/146] platform/x86: wmi: do not fail if disabling fails
 2021-11-08 17:42 UTC 

[PATCH 1/2] Documentation: syfs-class-firmware-attributes: Lenovo Opcode support
 2021-11-08 23:25 UTC  (2+ messages)
` [PATCH 2/2] platform/x86: think-lmi: "


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).