X86 platform drivers
 help / color / mirror / Atom feed
 messages from 2024-01-22 17:50:56 to 2024-01-31 18:09:16 UTC [more...]

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

[PATCH v5 0/2] Surface fan monitoring driver
 2024-01-31 17:58 UTC  (6+ 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 0/2] platform/x86: Add ACPI quickstart button driver
 2024-01-31 17:36 UTC  (7+ 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 vhost 00/17] virtio: drivers maintain dma info for premapped vq
 2024-01-31 11:03 UTC  (32+ 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 net-next v4 00/11] Enable SGMII and 2500BASEX interface mode switching for Intel platforms
 2024-01-31 10:58 UTC  (17+ messages)
` [PATCH net-next v4 01/11] net: phylink: publish ethtool link modes that supported and advertised
` [PATCH net-next v4 02/11] net: stmmac: provide allow_switch_interface flag
` [PATCH net-next v4 03/11] net: phylink: provide mac_get_pcs_neg_mode() function
` [PATCH net-next v4 04/11] net: phylink: add phylink_pcs_neg_mode() declaration into phylink.h
` [PATCH net-next v4 05/11] net: stmmac: select PCS negotiation mode according to the interface mode
` [PATCH net-next v4 06/11] net: stmmac: resetup XPCS according to the new "
` [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 v4 09/11] net: stmmac: configure SerDes on mac_finish
` [PATCH net-next v4 10/11] stmmac: intel: interface switching support for EHL platform
` [PATCH net-next v4 11/11] stmmac: intel: interface switching support for ADL-N platform

[PATCH v5 01/11] platform/x86/amd/hsmp: Move hsmp_test to probe
 2024-01-31 10:32 UTC  (13+ messages)
` [PATCH v5 06/11] platform/x86/amd/hsmp: Restructure sysfs group creation
` [PATCH v5 07/11] platform/x86/amd/hsmp: Add support for ACPI based probing
` [PATCH v5 10/11] platform/x86/amd/hsmp: Change devm_kzalloc() to devm_kcalloc()
` [PATCH v5 11/11] platform/x86/amd/hsmp: Remove extra parenthesis and add a space

[PATCH 0/5] Miscelleanous fixes and improvements to Infield Scan
 2024-01-31 10:29 UTC  (11+ messages)
` [PATCH 1/5] platform/x86/intel/ifs: Call release_firmware() when handling errors
` [PATCH 2/5] platform/x86/intel/ifs: Trace on all HT threads when executing a test
` [PATCH 3/5] platform/x86/intel/ifs: Add current batch number to trace output
` [PATCH 4/5] platform/x86/intel/ifs: Replace the exit rendezvous with an entry rendezvous for ARRAY_BIST
` [PATCH 5/5] platform/x86/intel/ifs: Add an entry rendezvous for SAF

[PATCH 1/1] platform/x86/intel/ifs: Remove unnecessary ret init
 2024-01-31 10:28 UTC  (5+ 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  (17+ 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

[RFC PATCH] platform/x86/fujitsu-laptop: Add battery charge control support
 2024-01-30  2:02 UTC  (3+ messages)
` [RFC PATCH v2] "

[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

[PATCH net-next v3 0/5] TSN auto negotiation between 1G and 2.5G
 2024-01-29 13:41 UTC  (14+ messages)
` [PATCH net-next v3 2/5] net: pcs: xpcs: combine C37 SGMII AN and 2500BASEX for Intel mGbE controller
` [PATCH net-next v3 3/5] net: phy: update in-band AN mode when changing interface by PHY driver
` [PATCH net-next v3 4/5] net: stmmac: enable Intel mGbE 1G/2.5G auto-negotiation support

[PATCH net-next v2 0/5] TSN auto negotiation between 1G and 2.5G
 2024-01-29 13:11 UTC  (8+ messages)

[PATCH] platform/x86/amd/hsmp: switch to use device_add_groups()
 2024-01-29 12:46 UTC  (2+ messages)

[PATCH] platform/x86/amd/pmf: Fix memory leak in amd_pmf_get_pb_data()
 2024-01-29  9:52 UTC  (7+ messages)
  ` [PATCH v2] "
      ` [v2] "

ERROR: Writing to dgpu_disable cause Input/Output error
 2024-01-29  0:32 UTC 

[PATCH v3 0/2] Surface fan monitoring driver
 2024-01-27 20:28 UTC  (5+ messages)
` [PATCH v3 2/2] hwmon: add fan speed monitoring driver for Surface devices

[GIT PULL] platform-drivers-x86 for 6.8-2
 2024-01-27 17:52 UTC  (2+ messages)

[PATCH] drivers/platform/x86/touchscreen_dmi.c: Add touch config
 2024-01-26 19:25 UTC  (2+ messages)

[PATCH 1/2] platform/x86/amd/pmf: Get Human presence information from AMD SFH driver
 2024-01-26 19:16 UTC  (5+ messages)
` [PATCH 2/2] "

[PATCH v5 000/111] pwm: Improve lifetime tracking for pwm_chips
 2024-01-26 17:10 UTC  (7+ messages)
` [PATCH v5 039/111] pwm: Provide wrappers for storing and getting driver private data
` [PATCH v5 040/111] pwm: Provide devm_pwmchip_alloc() function
` [PATCH v5 070/111] pwm: lpss-*: Make use of "

[PATCH] platform/x86/amd/hsmp: Change devm_kzalloc() to devm_kcalloc()
 2024-01-25 12:59 UTC  (2+ messages)

[PATCH v2] treewide, serdev: change receive_buf() return type to size_t
 2024-01-25 10:42 UTC  (7+ messages)

[PATCH 00/21] gpio: convert users to gpio_device_find() and remove gpiochip_find()
 2024-01-24 15:18 UTC  (6+ messages)
` [PATCH 19/21] gpio: swnode: replace gpiochip_find() with gpio_device_find_by_label()

[PATCH v2] platform/x86: wmi: Use ACPI device name in netlink event
 2024-01-24 11:10 UTC  (6+ messages)

[PATCH] platform/x86: Support for mode FN key
 2024-01-24 11:02 UTC  (2+ messages)

[PATCH v2] platform/x86: remove obsolete calls to ledtrig_audio_get
 2024-01-24 11:02 UTC  (2+ messages)

[PATCH v2] platform/x86: silicom-platform: clean up a check
 2024-01-24 11:02 UTC  (2+ messages)

[PATCH][next] platform/x86: thinkpad_acpi: remove redundant assignment to variable i
 2024-01-24 11:02 UTC  (2+ messages)

[PATCH 00/42] Fix coccicheck warnings
 2024-01-24 11:01 UTC  (3+ messages)
  ` [PATCH 14/42] drivers/platform/mellanox: Convert snprintf to sysfs_emit

[PATCH 1/2] platform/x86: hp-wmi: Tidy up module source code
 2024-01-24 10:28 UTC  (2+ messages)

ERROR: Writing to dgpu_disable cause Input/Output error
 2024-01-23 15:34 UTC  (2+ messages)

[Bug 218305] New: Ryzen 7 7840HS gets stuck at 544MHz frequency after a random number of suspend/resume cycles
 2024-01-22 17:54 UTC  (3+ messages)
` [Bug 218305] "


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