platform-driver-x86.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-20 10:23:41 to 2022-06-29 07:00:48 UTC [more...]

[PATCH v11 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-06-29  6:56 UTC  (33+ messages)
` [PATCH v11 01/40] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v11 02/40] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v11 03/40] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v11 04/40] virtio_ring: extract the logic of freeing vring
` [PATCH v11 05/40] virtio_ring: split vring_virtqueue
` [PATCH v11 06/40] virtio_ring: introduce virtqueue_init()
` [PATCH v11 07/40] virtio_ring: split: introduce vring_free_split()
` [PATCH v11 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v11 09/40] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v11 10/40] virtio_ring: split: extract the logic of attach vring
` [PATCH v11 11/40] virtio_ring: split: extract the logic of vring init
` [PATCH v11 12/40] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v11 13/40] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v11 14/40] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v11 15/40] virtio_ring: packed: introduce vring_free_packed
` [PATCH v11 16/40] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v11 17/40] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v11 18/40] virtio_ring: packed: extract the logic of attach vring
` [PATCH v11 19/40] virtio_ring: packed: extract the logic of vring init
` [PATCH v11 20/40] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v11 21/40] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v11 22/40] virtio_ring: introduce virtqueue_resize()
` [PATCH v11 23/40] virtio_pci: move struct virtio_pci_common_cfg to virtio_pci_modern.h
` [PATCH v11 24/40] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v11 25/40] virtio: allow to unbreak/break virtqueue individually
` [PATCH v11 26/40] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v11 27/40] virtio_pci: struct virtio_pci_common_cfg add queue_reset
` [PATCH v11 28/40] virtio_pci: introduce helper to get/set queue reset
` [PATCH v11 29/40] virtio_pci: extract the logic of active vq for modern pci
` [PATCH v11 30/40] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v11 31/40] virtio: find_vqs() add arg sizes
` [PATCH v11 33/40] virtio_mmio: support the arg sizes of find_vqs()

[PATCH] platform/x86: hp-wmi: Ignore Sanitization Mode event
 2022-06-28 21:24 UTC  (2+ messages)

[PATCH] platform/x86: ISST: PUNIT device mapping with Sub-NUMA clustering
 2022-06-28 20:16 UTC  (2+ messages)

[PATCH v2] platform/x86: thinkpad_acpi: do not use PSC mode on Intel platforms
 2022-06-28 20:11 UTC  (2+ messages)

[PATCH 0/7] ACPI: video / platform/x86: Fix Panasonic laptop missing keypresses
 2022-06-28 20:09 UTC  (17+ messages)
` [PATCH 1/7] ACPI: video: Change how we determine if brightness key-presses are handled
` [PATCH 2/7] platform/x86: panasonic-laptop: de-obfuscate button codes
` [PATCH 3/7] platform/x86: panasonic-laptop: sort includes alphabetically
` [PATCH 4/7] platform/x86: panasonic-laptop: revert "Resolve hotkey double trigger bug"
` [PATCH 5/7] platform/x86: panasonic-laptop: don't report duplicate brightness key-presses
` [PATCH 6/7] platform/x86: panasonic-laptop: filter out duplicate volume up/down/mute keypresses
` [PATCH 7/7] platform/x86: panasonic-laptop: Use acpi_video_get_backlight_type()

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

Order Emquiry 27/06/22
 2022-06-27  9:09 UTC 

[Bug 216176] New: ideapad-laptop doesn't expose rapid charge
 2022-06-27 19:47 UTC  (5+ messages)
` [Bug 216176] "

[PATCH] platform: x86: Remove duplicated include in barco-p50-gpio.c
 2022-06-27 17:35 UTC  (5+ messages)

[PATCH] platform/x86: thinkpad_acpi: do not use PSC mode on Intel platforms
 2022-06-27 14:51 UTC  (4+ messages)
  ` [External] "

[Bug 213297] New: ideapad-laptop: DYTC interface not found, several functionalities missing
 2022-06-27 14:23 UTC  (7+ messages)
` [Bug 213297] "

[PATCH] platform: x86: ideapad-laptop: Add allow_v4_dytc module parameter
 2022-06-27 14:13 UTC  (2+ messages)

[PATCH] platform: x86: ideapad-laptop: Add Ideapad 5 15ITL05 to ideapad_dytc_v4_allow_table[]
 2022-06-27 14:13 UTC  (2+ messages)

[PATCH v1] platform/x86: intel/pmc: Add Alder Lake N support to PMC core driver
 2022-06-27  7:46 UTC  (5+ messages)

[Bug 215651] Battery charge limit is reset on every boot on ASUS laptops
 2022-06-27  7:45 UTC  (4+ messages)

[PATCH v2 01/14] thermal/core: Change thermal_zone_ops to thermal_sensor_ops
 2022-06-26 17:33 UTC  (3+ messages)

[Bug 214899] New: ideapad-laptop: platform backlight device not working
 2022-06-26 15:38 UTC  (2+ messages)
` [Bug 214899] ideapad-laptop: brightness hotkeys "

[PATCH 0/4] platform/surface: Add support for tablet mode switch via Surface Aggregator Module
 2022-06-25 12:58 UTC  (7+ messages)
` [PATCH 1/4] platform/surface: aggregator: Add helper macros for requests with argument and return value
` [PATCH 2/4] platform/surface: Add KIP/POS tablet-mode switch driver
` [PATCH 3/4] platform/surface: aggregator_registry: Add support for tablet mode switch on Surface Pro 8
` [PATCH 4/4] platform/surface: aggregator_registry: Add support for tablet mode switch on Surface Laptop Studio

[PATCH 0/3] platform/surface: Move Surface Aggregator client hubs to their own modules
 2022-06-24 20:58 UTC  (4+ messages)
` [PATCH 1/3] platform/surface: aggregator: Move device registry helper functions to core module
` [PATCH 2/3] platform/surface: aggregator: Move subsystem hub drivers to their own module
` [PATCH 3/3] platform/surface: Update copyright year of various drivers

[PATCH 7/9] resolve hotkey double trigger bug
 2022-06-24  9:24 UTC  (20+ messages)
` [PATCH 0/2] fix panasonic-laptop hotkey regression
  ` [PATCH 2/2] platform/x86: panasonic-laptop: allow to use all hotkeys

[PATCH v2] platform/x86: intel/pmc: Add Alder Lake N support to PMC core driver
 2022-06-22 17:53 UTC 

[PATCH] platform/x86: thinkpad_acpi: Fix a memory leak of EFCH MMIO resource
 2022-06-22 10:54 UTC  (4+ messages)

[PATCH v2 1/3] platform/x86: acer_wmi: Cleanup Kconfig selects
 2022-06-22 10:34 UTC  (5+ messages)
` [PATCH v2 2/3] platform/x86: Kconfig: Remove unnecessary "if X86"
` [PATCH v2 3/3] platform/x86/dell: Kconfig: Remove unnecessary "depends on X86_PLATFORM_DEVICES"

[PATCH v1 1/2] platform/x86: thinkpad_acpi: Sort headers for better maintenance
 2022-06-22 10:33 UTC  (2+ messages)

[PATCH] platform/mellanox: nvsw-sn2201: fix error code in nvsw_sn2201_create_static_devices()
 2022-06-22 10:23 UTC  (2+ messages)

[PATCH] platform/surface: aggregator: Reserve more event- and target-categories
 2022-06-22 10:09 UTC  (2+ messages)

[PATCH] platform/surface: avoid flush_scheduled_work() usage
 2022-06-22 10:04 UTC  (3+ messages)

[PATCH] tools/power/x86/intel-speed-select: Remove duplicate macro
 2022-06-22 10:02 UTC  (2+ messages)

[PATCH v3] platform/x86: Move AMD platform drivers to separate directory
 2022-06-22  9:58 UTC  (2+ messages)

[PATCH 0/4] platform/x86: Use backlight helpers
 2022-06-22  9:54 UTC  (2+ messages)

[PATCH 1/4] platform/x86: thinkpad-acpi: profile capabilities as integer
 2022-06-22  9:51 UTC  (2+ messages)

[Bug 216163] New: cstates: intel_idle.max_cstate=4 required to eliminate flickering of the display on the laptop model 3Logic Group Graviton N15i-K2
 2022-06-22  9:00 UTC  (6+ messages)
` [Bug 216163] "

[PATCH v6 00/12] platform/x86: introduce p2sb_bar() helper
 2022-06-21 11:58 UTC  (4+ messages)

[PATCH 00/14] drm/kms: Stop registering multiple /sys/class/backlight devs for a single display
 2022-06-21 10:06 UTC  (6+ messages)
` [PATCH 01/14] ACPI: video: Add a native function parameter to acpi_video_get_backlight_type()

[Bug 200333] Incorrect battery id for BAT1 on Thinkpad 13
 2022-06-20 16:27 UTC 

[Bug 216150] New: ideapad-laptop exposes only two keyboard backlight levels, instead of three
 2022-06-20 14:59 UTC  (2+ messages)
` [Bug 216150] "

[PATCH 1/3] platform/x86: acer_wmi: Cleanup Kconfig selects
 2022-06-20 14:46 UTC  (6+ messages)
` [PATCH 2/3] platform/x86: Kconfig: Remove unnecessary "depends on X86"
` [PATCH 3/3] platform/x86/dell: Kconfig: Remove unnecessary "depends on X86_PLATFORM_DEVICES"


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