X86 platform drivers
 help / color / mirror / Atom feed
 messages from 2022-04-18 08:55:01 to 2022-04-28 10:20:15 UTC [more...]

[PATCH 0/4] platform: allow ATOM PMC code to be optional
 2022-04-28 10:20 UTC  (7+ messages)
` [PATCH 1/4] platform/x86: pmc_atom: remove unused pmc_atom_write()
` [PATCH 2/4] ACPI: LPSS: make the Kconfig dependency on PMC_ATOM explicit
` [PATCH 3/4] platform/x86: pmc_atom: dont export pmc_atom_read - no modular users
` [PATCH 4/4] platform/x86: pmc_atom: make the PMC driver actually unselectable

[PATCH v8] platform: x86: Add ChromeOS ACPI device driver
 2022-04-28  8:12 UTC  (11+ messages)

[Bug 204807] Hardware monitoring sensor nct6798d doesn't work unless acpi_enforce_resources=lax is enabled
 2022-04-27 19:55 UTC 

[PATCH v3] amd_hsmp: Add HSMP protocol version 5 messages
 2022-04-27 19:47 UTC  (2+ messages)

[PATCH] platform/x86/dell: add buffer allocation/free functions for SMI calls
 2022-04-27 19:46 UTC  (2+ messages)

PCIE ASPM-related trouble with S0ix on Thinkpad X1 (NVME-related?)
 2022-04-27 15:05 UTC  (3+ messages)

[PATCH] platform/x86: dell-laptop: Add quirk entry for Latitude 7520
 2022-04-27 14:53 UTC  (4+ messages)

[PATCH] platform/x86: intel-uncore-freq: Prevent driver loading in guests
 2022-04-27 14:46 UTC  (2+ messages)

[PATCH] platform/x86/intel: pmc/core: change pmc_lpm_modes to static
 2022-04-27 14:44 UTC  (3+ messages)

[PATCH 0/3] platform/x86/intel/sdsi: Fixes for 5.18
 2022-04-27 14:34 UTC  (7+ messages)
` [PATCH 1/3] platform/x86/intel/sdsi: Handle leaky bucket
` [PATCH 2/3] platform/x86/intel/sdsi: Poll on ready bit for writes
` [PATCH 3/3] platform/x86/intel/sdsi: Fix bug in multi packet reads

[PATCH] platform/x86: amd-pmc: Shuffle location of amd_pmc_get_smu_version()
 2022-04-27 14:25 UTC  (3+ messages)

[PATCH] platform/x86: gigabyte-wmi: added support for B660 GAMING X DDR4 motherboard
 2022-04-27 14:17 UTC  (2+ messages)

[PATCH] platform/x86: asus-wmi: Fix driver not binding when fan curve control probe fails
 2022-04-27 14:15 UTC  (2+ messages)

[PATCH] platform/x86: asus-wmi: Potential buffer overflow in asus_wmi_evaluate_method_buf()
 2022-04-27 14:15 UTC  (2+ messages)

[Bug 214899] New: ideapad-laptop: platform backlight device not working
 2022-04-27 12:03 UTC  (5+ messages)
` [Bug 214899] ideapad-laptop: brightness hotkeys "

[PATCH v2] platform/x86: intel-uncore-freq: Prevent driver loading in guests
 2022-04-27 10:03 UTC 

[PATCH v2 00/10] Introduce In Field Scan driver
 2022-04-27  2:42 UTC  (60+ messages)
` [PATCH v2 01/10] x86/microcode/intel: expose collect_cpu_info_early() for IFS
` [PATCH v3 00/11] Introduce In Field Scan driver
  ` [PATCH v3 01/11] x86/microcode/intel: Expose collect_cpu_info_early() for IFS
  ` [PATCH v3 02/11] Documentation: In-Field Scan
  ` [PATCH v3 03/11] platform/x86/intel/ifs: Create device for Intel IFS (In Field Scan)
  ` [PATCH v3 04/11] platform/x86/intel/ifs: Add stub driver for In-Field Scan
  ` [PATCH v3 05/11] platform/x86/intel/ifs: Read IFS firmware image
  ` [PATCH v3 06/11] platform/x86/intel/ifs: Check IFS Image sanity
  ` [PATCH v3 07/11] platform/x86/intel/ifs: Authenticate and copy to secured memory
  ` [PATCH v3 08/11] platform/x86/intel/ifs: Add scan test support
  ` [PATCH v3 09/11] platform/x86/intel/ifs: Add IFS sysfs interface
  ` [PATCH v3 10/11] trace: platform/x86/intel/ifs: Add trace point to track Intel IFS operations
  ` [PATCH v3 11/11] platform/x86/intel/ifs: add ABI documentation for IFS
  ` [PATCH v4 00/10] Introduce In Field Scan driver
    ` [PATCH v4 01/10] x86/microcode/intel: Expose collect_cpu_info_early() for IFS
    ` [PATCH v4 02/10] x86/msr-index: Define INTEGRITY_CAPABILITIES MSR
    ` [PATCH v4 03/10] platform/x86/intel/ifs: Add stub driver for In-Field Scan
    ` [PATCH v4 04/10] platform/x86/intel/ifs: Read IFS firmware image
    ` [PATCH v4 05/10] platform/x86/intel/ifs: Check IFS Image sanity
    ` [PATCH v4 06/10] platform/x86/intel/ifs: Authenticate and copy to secured memory
    ` [PATCH v4 07/10] platform/x86/intel/ifs: Add scan test support
    ` [PATCH v4 08/10] platform/x86/intel/ifs: Add IFS sysfs interface
    ` [PATCH v4 09/10] trace: platform/x86/intel/ifs: Add trace point to track Intel IFS operations
    ` [PATCH v4 10/10] platform/x86/intel/ifs: add ABI documentation for IFS

[PATCH v7 0/8] x86: Show in sysfs if a memory node is able to do encryption
 2022-04-26 17:55 UTC  (20+ messages)
` [PATCH v7 1/8] mm/memblock: Tag memblocks with crypto capabilities
` [PATCH v7 2/8] mm/mmzone: Tag pg_data_t "
` [PATCH v7 3/8] x86/e820: Add infrastructure to refactor e820__range_{update,remove}
` [PATCH v7 4/8] x86/e820: Refactor __e820__range_update
` [PATCH v7 5/8] x86/e820: Refactor e820__range_remove
` [PATCH v7 6/8] x86/e820: Tag e820_entry with crypto capabilities
` [PATCH v7 7/8] x86/efi: Mark e820_entries as crypto capable from EFI memmap
` [PATCH v7 8/8] drivers/node: Show in sysfs node's crypto capabilities

[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
 2022-04-26  9:59 UTC  (8+ messages)
` [PATCH v9 31/32] virtio_net: support rx/tx queue resize

[Bug 215883] New: Unable to resume from suspend with module `intel_lpss_pci` enabled
 2022-04-25 19:46 UTC  (6+ messages)
` [Bug 215883] "

[PATCH] platform/x86: intel_pmc_core: use kobj_to_dev()
 2022-04-25 10:55 UTC 

[PATCH] platform/x86: use kobj_to_dev()
 2022-04-25 10:54 UTC 

[PATCH v3 0/4] Add TDX Guest Attestation support
 2022-04-25  3:06 UTC  (47+ messages)
` [PATCH v3 1/4] x86/tdx: Add tdx_mcall_tdreport() API support
` [PATCH v3 2/4] x86/tdx: Add tdx_hcall_get_quote() "
` [PATCH v3 4/4] platform/x86: intel_tdx_attest: Add TDX Guest attestation interface driver

[PATCH v5 0/4] platform: surface: Introduce Surface XBL Driver
 2022-04-21 14:47 UTC  (5+ messages)
` [PATCH v5 1/4] dt-bindings: platform: microsoft: Document surface xbl
    ` [EXTERNAL] "

[PATCH v2] amd_hsmp: Add HSMP protocol version 5 messages
 2022-04-21  9:02 UTC 

[PATCH v2 0/9] introduce mirrored memory support for arm64
 2022-04-20 22:39 UTC  (14+ messages)
` [PATCH v2 7/9] mm: Calc the right pfn if page size is not 4K
  ` [PATCH 0/2] Add support to relocate kernel image to mirrored region
    ` [PATCH 1/2] arm64/boot/KASLR: "
    ` [PATCH 2/2] arm64/boot: Add support to relocate kernel image to mirrored region without kaslr

[PATCH AUTOSEL 5.4 03/14] platform/x86: samsung-laptop: Fix an unsigned comparison which can never be negative
 2022-04-19 18:14 UTC 

[PATCH AUTOSEL 4.19 03/12] platform/x86: samsung-laptop: Fix an unsigned comparison which can never be negative
 2022-04-19 18:15 UTC 

[PATCH AUTOSEL 4.9 2/7] platform/x86: samsung-laptop: Fix an unsigned comparison which can never be negative
 2022-04-19 18:16 UTC 

[PATCH AUTOSEL 4.14 2/9] platform/x86: samsung-laptop: Fix an unsigned comparison which can never be negative
 2022-04-19 18:15 UTC 

[PATCH AUTOSEL 5.10 03/18] platform/x86: samsung-laptop: Fix an unsigned comparison which can never be negative
 2022-04-19 18:13 UTC 

[PATCH AUTOSEL 5.15 04/27] platform/x86: samsung-laptop: Fix an unsigned comparison which can never be negative
 2022-04-19 18:12 UTC 

[PATCH AUTOSEL 5.17 06/34] platform/x86: samsung-laptop: Fix an unsigned comparison which can never be negative
 2022-04-19 18:10 UTC 


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