platform-driver-x86.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-12 15:06:03 to 2022-07-25 07:29:18 UTC [more...]

[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  (50+ messages)
` [PATCH v2 01/29] ACPI: video: Add acpi_video_backlight_use_native() helper
` [PATCH v2 02/29] drm/i915: Don't register backlight when another backlight should be used
` [PATCH v2 03/29] drm/amdgpu: "
` [PATCH v2 04/29] drm/radeon: "
` [PATCH v2 05/29] drm/nouveau: "
` [PATCH v2 06/29] ACPI: video: Drop backlight_device_get_by_type() call from acpi_video_get_backlight_type()
` [PATCH v2 07/29] ACPI: video: Remove acpi_video_bus from list before tearing it down
` [PATCH v2 08/29] ACPI: video: Simplify acpi_video_unregister_backlight()
` [PATCH v2 09/29] ACPI: video: Make backlight class device registration a separate step
` [PATCH v2 10/29] ACPI: video: Remove code to unregister acpi_video backlight when a native backlight registers
` [PATCH v2 11/29] drm/i915: Call acpi_video_register_backlight() (v2)
` [PATCH v2 12/29] drm/nouveau: Register ACPI video backlight when nv_backlight registration fails
` [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 15/29] ACPI: video: Refactor acpi_video_get_backlight_type() a bit
` [PATCH v2 16/29] ACPI: video: Add Nvidia WMI EC brightness control detection
` [PATCH v2 17/29] ACPI: video: Add Apple GMUX "
` [PATCH v2 18/29] platform/x86: apple-gmux: Stop calling acpi/video.h functions
` [PATCH v2 19/29] platform/x86: toshiba_acpi: Stop using acpi_video_set_dmi_backlight_type()
` [PATCH v2 20/29] platform/x86: acer-wmi: Move backlight DMI quirks to acpi/video_detect.c
` [PATCH v2 21/29] platform/x86: asus-wmi: Drop DMI chassis-type check from backlight handling
` [PATCH v2 22/29] platform/x86: asus-wmi: Move acpi_backlight=vendor quirks to ACPI video_detect.c
` [PATCH v2 23/29] platform/x86: asus-wmi: Move acpi_backlight=native "
` [PATCH v2 24/29] platform/x86: samsung-laptop: Move acpi_backlight=[vendor|native] "
` [PATCH v2 25/29] ACPI: video: Remove acpi_video_set_dmi_backlight_type()
` [PATCH v2 26/29] ACPI: video: Drop "Samsung X360" acpi_backlight=native quirk
` [PATCH v2 27/29] ACPI: video: Drop Clevo/TUXEDO NL5xRU and NL5xNU acpi_backlight=native quirks
` [PATCH v2 28/29] ACPI: video: Fix indentation of video_detect_dmi_table[] entries
` [PATCH v2 29/29] drm/todo: Add entry about dealing with brightness control on devices with > 1 panel

[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  (8+ 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 

names for root swnodes in INT33FE driver and others
 2022-07-18 20:17 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  (17+ 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)

[PATCH platform-next 0/9] platform/x86: mlx-platform: Extend to support new systems and additional user interfaces
 2022-07-14 21:00 UTC  (2+ messages)

[PATCH v2 1/1] platform/x86: asus-wmi: Add mic-mute LED classdev support
 2022-07-14 20:04 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] MAINTAINERS: repair file entry in MICROSOFT SURFACE AGGREGATOR TABLET-MODE SWITCH
 2022-07-14 19:49 UTC  (4+ messages)

[PATCH 0/1] ACPI: video: Fix acpi_video_handles_brightness_key_presses()
 2022-07-14 16:47 UTC  (3+ messages)
` [PATCH] "

[Bug 216230] New: "irq9: nobody cared" on Thinkpad T14 Gen1 (AMD) when s2idle is enabled
 2022-07-14 13:48 UTC  (10+ messages)
` [Bug 216230] "

input/i8042: Malfunctioning brightness keys on HP Elite Dragonfly G2
 2022-07-14  9:22 UTC  (11+ messages)

[Bug 215075] New: BUG: scheduling while atomic: cpuhp/1/21/0x00000002 when going out of sleep S3 state
 2022-07-13 11:28 UTC  (3+ messages)
` [Bug 215075] "

[PATCH v1 00/15] platform/x86/amd/pmf: Introduce AMD PMF Driver
 2022-07-12 15:03 UTC  (6+ messages)
` [PATCH v1 01/15] ACPI: platform_profile: Add support for notification chains
` [PATCH v1 13/15] platform/x86/amd/pmf: Handle AMT and CQL events for Auto mode
` [PATCH v1 14/15] platform/x86/amd/pmf: Force load driver on older supported platforms
` [PATCH v1 15/15] MAINTAINERS: Add AMD PMF driver entry


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