platform-driver-x86.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-15 15:32:59 to 2022-07-27 21:33:13 UTC [more...]

[PATCH v1 00/15] platform/x86/amd/pmf: Introduce AMD PMF Driver
 2022-07-27 21:33 UTC  (32+ messages)
` [PATCH v1 01/15] ACPI: platform_profile: Add support for notification chains
` [PATCH v1 02/15] platform/x86/amd/pmf: Add support for PMF core layer
` [PATCH v1 03/15] platform/x86/amd/pmf: Add support for PMF APCI layer
` [PATCH v1 04/15] platform/x86/amd/pmf: Add support SPS PMF feature
` [PATCH v1 05/15] platform/x86/amd/pmf: Add debugfs information
` [PATCH v1 06/15] platform/x86/amd/pmf: Add heartbeat signal support
` [PATCH v1 07/15] platform/x86/amd/pmf: Add fan control support
` [PATCH v1 08/15] platform/x86/amd/pmf: Get performance metrics from PMFW
` [PATCH v1 09/15] platform/x86/amd/pmf: Add support for CnQF
` [PATCH v1 10/15] platform/x86/amd/pmf: Add sysfs to toggle CnQF
` [PATCH v1 11/15] Documentation/ABI/testing/sysfs-amd-pmf: Add ABI doc for AMD PMF
` [PATCH v1 12/15] platform/x86/amd/pmf: Add support for Auto mode feature
` [PATCH v1 13/15] platform/x86/amd/pmf: Handle AMT and CQL events for Auto mode

[PATCH] platform/x86: pmc_atom: Add DMI quirk for Lex 3I380A/CW boards
 2022-07-27 15:32 UTC 

[PATCH v2 0/4] Add support for CLSA0101
 2022-07-27 15:27 UTC  (6+ messages)
` [PATCH v2 1/4] ALSA: hda: cs35l41: Use the CS35L41 HDA internal define
` [PATCH v2 2/4] ALSA: hda: cs35l41: Support CLSA0101
` [PATCH v2 3/4] ACPI: scan: Add CLSA0101 Laptop Support
` [PATCH v2 4/4] platform/x86: serial-multi-instantiate: Add CLSA0101 Laptop

names for root swnodes in INT33FE driver and others
 2022-07-27 14:17 UTC  (2+ messages)

[PATCH v13 00/42] virtio pci support VIRTIO_F_RING_RESET
 2022-07-27  7:36 UTC  (57+ messages)
` [PATCH v13 01/42] virtio: record the maximum queue num supported by the device
` [PATCH v13 02/42] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v13 03/42] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v13 04/42] virtio_ring: extract the logic of freeing vring
` [PATCH v13 05/42] virtio_ring: split vring_virtqueue
` [PATCH v13 06/42] virtio_ring: introduce virtqueue_init()
` [PATCH v13 07/42] virtio_ring: split: stop __vring_new_virtqueue as export symbol
` [PATCH v13 08/42] virtio_ring: split: __vring_new_virtqueue() accept struct vring_virtqueue_split
` [PATCH v13 09/42] virtio_ring: split: introduce vring_free_split()
` [PATCH v13 10/42] virtio_ring: split: extract the logic of alloc queue
` [PATCH v13 11/42] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v13 12/42] virtio_ring: split: extract the logic of vring init
` [PATCH v13 13/42] virtio_ring: split: extract the logic of attach vring
` [PATCH v13 14/42] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v13 15/42] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v13 16/42] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v13 17/42] virtio_ring: packed: introduce vring_free_packed
` [PATCH v13 18/42] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v13 19/42] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v13 20/42] virtio_ring: packed: extract the logic of vring init
` [PATCH v13 21/42] virtio_ring: packed: extract the logic of attach vring
` [PATCH v13 22/42] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v13 23/42] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v13 24/42] virtio_ring: introduce virtqueue_resize()
` [PATCH v13 25/42] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v13 26/42] virtio: allow to unbreak/break virtqueue individually
` [PATCH v13 27/42] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v13 28/42] virtio_ring: struct virtqueue introduce reset
` [PATCH v13 29/42] virtio_pci: struct virtio_pci_common_cfg add queue_reset
` [PATCH v13 30/42] virtio_pci: introduce helper to get/set queue reset
` [PATCH v13 31/42] virtio_pci: extract the logic of active vq for modern pci
` [PATCH v13 32/42] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v13 33/42] virtio: find_vqs() add arg sizes
` [PATCH v13 34/42] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v13 35/42] virtio_mmio: "
` [PATCH v13 36/42] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v13 37/42] virtio_net: set the default max ring size by find_vqs()
` [PATCH v13 38/42] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v13 39/42] virtio_net: split free_unused_bufs()
` [PATCH v13 40/42] virtio_net: support rx queue resize
` [PATCH v13 41/42] virtio_net: support tx "
` [PATCH v13 42/42] virtio_net: support set_ringparam

[PATCH v12 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-25  7:28 UTC  (60+ messages)
` [PATCH v12 01/40] virtio: record the maximum queue num supported by the device
` [PATCH v12 02/40] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v12 03/40] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v12 04/40] virtio_ring: extract the logic of freeing vring
` [PATCH v12 05/40] virtio_ring: split vring_virtqueue
` [PATCH v12 06/40] virtio_ring: introduce virtqueue_init()
` [PATCH v12 07/40] virtio_ring: split: introduce vring_free_split()
` [PATCH v12 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v12 09/40] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v12 10/40] virtio_ring: split: extract the logic of attach vring
` [PATCH v12 11/40] virtio_ring: split: extract the logic of vring init
` [PATCH v12 12/40] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v12 13/40] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v12 14/40] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v12 15/40] virtio_ring: packed: introduce vring_free_packed
` [PATCH v12 16/40] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v12 17/40] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v12 18/40] virtio_ring: packed: extract the logic of attach vring
` [PATCH v12 19/40] virtio_ring: packed: extract the logic of vring init
` [PATCH v12 20/40] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v12 21/40] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v12 22/40] virtio_ring: introduce virtqueue_resize()
` [PATCH v12 23/40] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v12 24/40] virtio: allow to unbreak/break virtqueue individually
` [PATCH v12 25/40] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v12 26/40] virtio_ring: struct virtqueue introduce reset
` [PATCH v12 27/40] virtio_pci: struct virtio_pci_common_cfg add queue_reset
` [PATCH v12 28/40] virtio_pci: introduce helper to get/set queue reset
` [PATCH v12 29/40] virtio_pci: extract the logic of active vq for modern pci
` [PATCH v12 30/40] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v12 31/40] virtio: find_vqs() add arg sizes
` [PATCH v12 32/40] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v12 33/40] virtio_mmio: "
` [PATCH v12 34/40] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v12 35/40] virtio_net: set the default max ring size by find_vqs()
` [PATCH v12 36/40] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v12 37/40] virtio_net: split free_unused_bufs()
` [PATCH v12 38/40] virtio_net: support rx queue resize
` [PATCH v12 39/40] virtio_net: support tx "
` [PATCH v12 40/40] virtio_net: support set_ringparam

[PATCH v2 00/29] drm/kms: Stop registering multiple /sys/class/backlight devs for a single display
 2022-07-21 21:30 UTC  (20+ messages)
` [PATCH v2 01/29] ACPI: video: Add acpi_video_backlight_use_native() helper
` [PATCH v2 03/29] drm/amdgpu: Don't register backlight when another backlight should be used
` [PATCH v2 04/29] drm/radeon: "
` [PATCH v2 09/29] ACPI: video: Make backlight class device registration a separate step
` [PATCH v2 13/29] drm/amdgpu: Register ACPI video backlight when skipping amdgpu backlight registration
` [PATCH v2 14/29] drm/radeon: Register ACPI video backlight when skipping radeon "
` [PATCH v2 16/29] ACPI: video: Add Nvidia WMI EC brightness control detection

[PATCH v2] arch/x86: Check validity of EBDA pointer in mpparse.c
 2022-07-21 15:38 UTC  (5+ messages)

[PATCH] platform/surface: gpe: Add support for 13" Intel version of Surface Laptop 4
 2022-07-21 12:11 UTC 

[i2c] 5c7b9167dd: BUG:KASAN:use-after-free_in_string
 2022-07-21  2:57 UTC 

[PATCH] Platform: OLPC: uninitialized data in debugfs write
 2022-07-20 18:33 UTC  (2+ messages)

linux-next: Tree for Jul 20 (I2C_I801)
 2022-07-20 17:25 UTC  (2+ messages)

[RFC PATCH 0/2] x86: allow to notify host about guest entering s2idle
 2022-07-20 15:54 UTC  (6+ messages)
` [RFC PATCH 1/2] suspend: extend S2Idle ops by new notify handler

[PATCH AUTOSEL 4.9 6/6] platform/x86: asus-wmi: Add key mappings
 2022-07-20  1:18 UTC 

[PATCH AUTOSEL 4.14 6/6] platform/x86: asus-wmi: Add key mappings
 2022-07-20  1:18 UTC 

[PATCH AUTOSEL 4.19 8/8] platform/x86: asus-wmi: Add key mappings
 2022-07-20  1:18 UTC 

[PATCH AUTOSEL 5.4 14/16] platform/x86: asus-wmi: Add key mappings
 2022-07-20  1:17 UTC 

[PATCH AUTOSEL 5.10 21/25] platform/x86: asus-wmi: Add key mappings
 2022-07-20  1:16 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 22/25] platform/x86: intel_atomisp2_led: Also turn off the always-on camera LED on the Asus T100TAF

[PATCH AUTOSEL 5.15 36/42] platform/x86: asus-wmi: Add key mappings
 2022-07-20  1:13 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 37/42] platform/x86: intel_atomisp2_led: Also turn off the always-on camera LED on the Asus T100TAF

[PATCH AUTOSEL 5.18 47/54] platform/x86: gigabyte-wmi: add support for B660I AORUS PRO DDR4
 2022-07-20  1:10 UTC  (3+ messages)
` [PATCH AUTOSEL 5.18 48/54] platform/x86: asus-wmi: Add key mappings
` [PATCH AUTOSEL 5.18 49/54] platform/x86: intel_atomisp2_led: Also turn off the always-on camera LED on the Asus T100TAF

[PATCH platform 1/1] platform/mellanox: mlxreg-lc: Fix error flow and extend verbosity
 2022-07-19 15:35 UTC 

[PATCH] platform/x86: pmc_atom: Add Lex 3I380NX industrial PC to critclk_systems DMI table
 2022-07-19 12:48 UTC 

[PATCH] platform/x86: remove useless comparisons in sony_pic_read_possible_resource()
 2022-07-19 11:03 UTC 

[GIT PULL]: tools/power/x86/intel-speed-select pull request for 5.20-rc1
 2022-07-18 17:05 UTC 

[PATCH] tools/power/x86/intel-speed-select: Fix off by one check
 2022-07-18 15:29 UTC  (2+ messages)

[PATCH] tools/power/x86/intel-speed-select:Unneeded semicolon
 2022-07-18 15:28 UTC  (2+ messages)

[PATCH v1 1/1] platform/x86: p2sb: Move out of X86_PLATFORM_DEVICES dependency
 2022-07-18 14:55 UTC  (3+ messages)

[PATCH v2 1/1] platform/x86: p2sb: Move out of X86_PLATFORM_DEVICES dependency
 2022-07-18 14:53 UTC 

[PATCH] efi: Fix comment typo
 2022-07-15  4:41 UTC 

[PATCH v6 00/12] platform/x86: introduce p2sb_bar() helper
 2022-07-18 11:17 UTC  (6+ messages)

[PATCH v11 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-18  9:11 UTC  (15+ messages)
` [PATCH v11 38/40] virtio_net: support rx queue resize
` [PATCH v11 39/40] virtio_net: support tx "

[pdx86-platform-drivers-x86:review-hans 66/93] drivers/platform/x86/intel/vsec.c:429:38: sparse: sparse: incorrect type in initializer (different base types)
 2022-07-17 16:54 UTC 

[PATCH] platform/surface: tabletsw: Fix __le32 integer access
 2022-07-17 14:50 UTC  (2+ messages)

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-07-17  5:08 UTC  (5+ messages)
` [PATCH v12 29/46] x86/boot: Add Confidential Computing type to setup_data

[GIT PULL] platform-drivers-x86 for 5.19-4
 2022-07-15 17:45 UTC  (2+ messages)

[PATCH] x86/olpc: fix 'logical not is only applied to the left hand side'
 2022-07-15 15:45 UTC  (2+ 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).