X86 platform drivers
 help / color / mirror / Atom feed
 messages from 2024-01-29 13:20:12 to 2024-02-06 09:01:21 UTC [more...]

[PATCH v2] platform/x86/amd/hsmp: switch to use device_add_groups()
 2024-02-06  9:01 UTC  (8+ messages)

[PATCH v5 01/11] platform/x86/amd/hsmp: Move hsmp_test to probe
 2024-02-06  6:38 UTC  (7+ messages)
` [PATCH v5 10/11] platform/x86/amd/hsmp: Change devm_kzalloc() to devm_kcalloc()

[PATCH 00/42] Fix coccicheck warnings
 2024-02-06  2:07 UTC  (2+ messages)
` (subset) "

[RFC PATCH] platform/x86/fujitsu-laptop: Add battery charge control support
 2024-02-05 23:37 UTC  (6+ messages)
` [RFC PATCH v2] "

[PATCH 0/2] platform: x86: struct bus_type cleanup
 2024-02-05 17:02 UTC  (5+ messages)
` [PATCH 1/2] platform: x86: wmi: make wmi_bus_type const
` [PATCH 2/2] platform: x86: ibm_rtl: make rtl_subsys const

[PATCH AUTOSEL 5.15 11/11] platform/x86: touchscreen_dmi: Add info for the TECLAST X16 Plus tablet
 2024-02-02 18:41 UTC 

[PATCH AUTOSEL 6.1 15/15] platform/x86: touchscreen_dmi: Add info for the TECLAST X16 Plus tablet
 2024-02-02 18:40 UTC 

[PATCH AUTOSEL 6.6 05/21] platform/mellanox: mlxbf-tmfifo: Drop Tx network packet when Tx TmFIFO is full
 2024-02-02 18:40 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 21/21] platform/x86: touchscreen_dmi: Add info for the TECLAST X16 Plus tablet

[PATCH AUTOSEL 6.7 06/23] platform/mellanox: mlxbf-tmfifo: Drop Tx network packet when Tx TmFIFO is full
 2024-02-02 18:39 UTC  (2+ messages)
` [PATCH AUTOSEL 6.7 23/23] platform/x86: touchscreen_dmi: Add info for the TECLAST X16 Plus tablet

[PATCH] platform/x86/amd/hsmp: switch to use device_add_groups()
 2024-02-02 10:33 UTC  (11+ messages)

[PATCH vhost v1 00/19] virtio: drivers maintain dma info for premapped vq
 2024-02-02  9:39 UTC  (20+ messages)
` [PATCH vhost v1 01/19] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost v1 02/19] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost v1 03/19] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost v1 04/19] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost v1 05/19] virtio_ring: split: structure the indirect desc table
` [PATCH vhost v1 06/19] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost v1 07/19] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v1 08/19] virtio: vring_create_virtqueue: "
` [PATCH vhost v1 09/19] virtio: vring_new_virtqueue(): "
` [PATCH vhost v1 10/19] virtio_ring: reuse the parameter struct of find_vqs()
` [PATCH vhost v1 11/19] virtio: find_vqs: add new parameter premapped
` [PATCH vhost v1 12/19] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost v1 13/19] virtio_net: set premapped mode by find_vqs()
` [PATCH vhost v1 14/19] virtio_ring: remove api of setting vq premapped
` [PATCH vhost v1 15/19] virtio_ring: introduce dma map api for page
` [PATCH vhost v1 16/19] virtio_ring: introduce virtqueue_dma_map_sg_attrs
` [PATCH vhost v1 17/19] virtio_net: unify the code for recycling the xmit ptr
` [PATCH vhost v1 18/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH vhost v1 19/19] virtio_net: sq support premapped mode

[PATCH net-next v4 00/11] Enable SGMII and 2500BASEX interface mode switching for Intel platforms
 2024-02-02  8:50 UTC  (16+ messages)
` [PATCH net-next v4 01/11] net: phylink: publish ethtool link modes that supported and advertised
` [PATCH net-next v4 06/11] net: stmmac: resetup XPCS according to the new interface mode
` [PATCH net-next v4 07/11] arch: x86: Add IPC mailbox accessor function and add SoC register access
` [PATCH net-next v4 08/11] stmmac: intel: configure SerDes according to the interface mode

[PATCH net-next v3 0/5] TSN auto negotiation between 1G and 2.5G
 2024-02-02  3:07 UTC  (6+ messages)
` [PATCH net-next v3 4/5] net: stmmac: enable Intel mGbE 1G/2.5G auto-negotiation support

[PATCH vhost 00/17] virtio: drivers maintain dma info for premapped vq
 2024-02-02  3:06 UTC  (46+ messages)
` [PATCH vhost 01/17] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost 02/17] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost 03/17] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost 04/17] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost 05/17] virtio_ring: split: structure the indirect desc table
` [PATCH vhost 06/17] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost 07/17] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost 08/17] virtio: vring_new_virtqueue(): "
` [PATCH vhost 09/17] virtio_ring: reuse the parameter struct of find_vqs()
` [PATCH vhost 10/17] virtio: find_vqs: add new parameter premapped
` [PATCH vhost 11/17] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost 12/17] virtio_net: set premapped mode by find_vqs()
` [PATCH vhost 13/17] virtio_ring: remove api of setting vq premapped
` [PATCH vhost 14/17] virtio_ring: introduce dma map api for page
` [PATCH vhost 15/17] virtio_net: unify the code for recycling the xmit ptr
` [PATCH vhost 16/17] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH vhost 17/17] virtio_net: sq support premapped mode

[PATCH 0/8] Intel On Demand: Add netlink interface for SPDM attestation
 2024-02-02  1:42 UTC  (18+ messages)
` [PATCH 1/8] platform/x86/intel/sdsi: Set message size during writes
` [PATCH 2/8] platform/x86/intel/sdsi: Combine read and write mailbox flows
` [PATCH 3/8] platform/x86/intel/sdsi: Add header file
` [PATCH 4/8] platform/x86/intel/sdsi: Add netlink SPDM transport
` [PATCH 5/8] platform/x86/intel/sdsi: Add in-band BIOS lock support
` [PATCH 6/8] platform/x86/intel/sdsi: Add attribute to read the current meter state
` [PATCH 7/8] tools: Fix errors in meter_certificate display
` [PATCH 8/8] tools: intel_sdsi: Add current meter support

[PATCH 0/2] platform/x86: Add ACPI quickstart button driver
 2024-02-01 15:03 UTC  (11+ messages)
` [PATCH 1/2] platform/x86: Add ACPI quickstart button (PNP0C32) driver
` [PATCH 2/2] platform/x86: toshiba_acpi: Add quirk for buttons on Z830

[PATCH v2 2/2] platform/x86: hp-wmi: Add thermal profile support for 8BAD boards
 2024-02-01 13:29 UTC 

[PATCH v2 1/2] platform/x86: hp-wmi: Tidy up module source code
 2024-02-01 13:29 UTC 

[PATCH v5 0/2] Surface fan monitoring driver
 2024-02-01  8:25 UTC  (8+ messages)
` [PATCH v5 1/2] hwmon: add fan speed monitoring driver for Surface devices
` [PATCH v5 2/2] platform/surface: aggregator_registry: add entry for fan speed

[PATCH] Fix to correct wrong temp reporting on some ThinkPads
 2024-01-31 18:07 UTC 

[PATCH 0/5] Miscelleanous fixes and improvements to Infield Scan
 2024-01-31 10:29 UTC  (2+ messages)

[PATCH 1/1] platform/x86/intel/ifs: Remove unnecessary ret init
 2024-01-31 10:28 UTC  (2+ messages)

[PATCH v1 0/2] Feature additions to mlxbf-pmc driver
 2024-01-31 10:23 UTC  (5+ messages)
` [PATCH v1 1/2] platform/mellanox: mlxbf-pmc: Add support for 64-bit counters and cycle count
` [PATCH v1 2/2] platform/mellanox: mlxbf-pmc: Add support for clock_measure performance block

hp-wmi: info hotkey has no keycode or scancode
 2024-01-31  4:06 UTC  (11+ messages)

hp-wmi: info hotkey has no keycode or scancode
 2024-01-31  4:01 UTC 

[PATCH v4 0/2] Surface fan monitoring driver
 2024-01-31  0:23 UTC  (5+ messages)
` [PATCH v4 1/2] platform/surface: aggregator_registry: add entry for fan speed
` [PATCH v4 2/2] hwmon: add fan speed monitoring driver for Surface devices

[PATCH v2] platform/x86: wmi: Stop using ACPI device class
 2024-01-30 22:19 UTC 

[PATCH AUTOSEL 6.7 15/18] platform/x86: wmi: Remove ACPI handlers after WMI devices
 2024-01-30 21:04 UTC  (3+ messages)

[PATCH vhost 00/14] virtio remove dma info for premapped mode
 2024-01-30 11:43 UTC  (16+ messages)
` [PATCH 01/14] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH 02/14] virtio_ring: packed: remove double check of the unmap ops
` [PATCH 03/14] virtio_ring: packed: structure the indirect desc table
` [PATCH 04/14] virtio_ring: split: remove double check of the unmap ops
` [PATCH 05/14] virtio_ring: split: structure the indirect desc table
` [PATCH 06/14] virtio_ring: no store dma info when unmap is not needed
` [PATCH 07/14] virtio_ring: introduce dma map api for page
` [PATCH 08/14] virtio: find_vqs introduce premapped parameter
` [PATCH 09/14] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH 10/14] virtio_net: set premapped mode by find_vqs()
` [PATCH 11/14] virtio_ring: remove api of setting vq premapped
` [PATCH 12/14] virtio_net: unify the code for recycling the xmit ptr
` [PATCH 13/14] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH 14/14] virtio_net: sq support premapped mode

[PATCH] platform/x86: wmi: Initialize ACPI device class
 2024-01-30  9:17 UTC  (5+ messages)

[PATCH v2] platform/x86/amd/hsmp: Add CONFIG_ACPI dependency
 2024-01-30  7:34 UTC  (2+ messages)
` [PATCH v2] platform/x86/amd/hsmp: Remove NULL dereferencing code

[PATCH] platform/x86/amd/hsmp: add CONFIG_ACPI dependency
 2024-01-29 16:26 UTC  (4+ messages)
` [PATCH] platform/x86/amd/hsmp: Remove NULL dereferencing code


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