platform-driver-x86.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-27 07:45:49 to 2022-07-06 15:31:52 UTC [more...]

[PATCH AUTOSEL 5.18 05/22] platform/x86: intel/pmc: Add Alder Lake N support to PMC core driver
 2022-07-06 15:30 UTC  (4+ messages)
` [PATCH AUTOSEL 5.18 12/22] platform/x86: thinkpad-acpi: profile capabilities as integer
` [PATCH AUTOSEL 5.18 13/22] platform/x86: thinkpad_acpi: do not use PSC mode on Intel platforms
` [PATCH AUTOSEL 5.18 14/22] platform/x86: hp-wmi: Ignore Sanitization Mode event

[PATCH v1 1/5] ACPI: utils: Introduce acpi_match_video_device_handle() helper
 2022-07-06 13:09 UTC  (8+ messages)
` [PATCH v1 2/5] ACPI: video: Convert to use "
` [PATCH v1 3/5] i2c: acpi: "
` [PATCH v1 4/5] PCI/VGA: "
` [PATCH v1 5/5] platform/x86: thinkpad_acpi: "

[Regression?] Linux 5.19-rc5 gets stuck on boot, not rc4
 2022-07-06 11:50 UTC  (4+ messages)

[PATCH 6/6] i2c: Make remove callback return void
 2022-07-06  9:31 UTC  (13+ messages)

[PATCH v9 0/9] x86: Show in sysfs if a memory node is able to do encryption
 2022-07-06  6:38 UTC  (15+ messages)
` [PATCH v9 1/9] mm/memblock: Tag memblocks with crypto capabilities
` [PATCH v9 2/9] mm/mmzone: Tag pg_data_t "
` [PATCH v9 3/9] x86/e820: Add infrastructure to refactor e820__range_{update,remove}
` [PATCH v9 4/9] x86/e820: Refactor __e820__range_update
` [PATCH v9 5/9] x86/e820: Refactor e820__range_remove
` [PATCH v9 6/9] x86/e820: Tag e820_entry with crypto capabilities
` [PATCH v9 7/9] x86/e820: Add unit tests for e820_range_* functions
` [PATCH v9 8/9] x86/efi: Mark e820_entries as crypto capable from EFI memmap
` [PATCH v9 9/9] drivers/node: Show in sysfs node's crypto capabilities

[PATCH v1 0/4] Add Raptor Lake and PCI error recovery support
 2022-07-05 19:47 UTC  (7+ messages)
` [PATCH v1 1/4] platform/x86/intel/vsec: Rework early hardware code
` [PATCH v1 2/4] platform/x86/intel/vsec: Add support for Raptor Lake
` [PATCH v1 3/4] platform/x86/intel/pmt: telemetry: Fix fixed region handling
` [PATCH v1 4/4] platform/x86/intel/vsec: Add PCI error recovery support to Intel PMT

[PATCH] platform/x86: gigabyte-wmi: add support for B660I AORUS PRO DDR4
 2022-07-05 18:44 UTC 

[Bug 215993] New: Serial Bus Multi Instantiate driver fails to allocate SPI device CSC3551:00
 2022-07-05 18:12 UTC  (4+ messages)
` [Bug 215993] "

input/i8042: Malfunctioning brightness keys on HP Elite Dragonfly G2
 2022-07-05 17:28 UTC  (2+ messages)

[Bug 214899] New: ideapad-laptop: platform backlight device not working
 2022-07-05  7:59 UTC  (7+ messages)
` [Bug 214899] ideapad-laptop: brightness hotkeys "

[Bug 216204] New: ideapad-laptop: Testing for DYTC platform-profile support
 2022-07-05  3:01 UTC 

[PATCH v11 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-05  2:12 UTC  (74+ 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 32/40] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v11 33/40] virtio_mmio: "
` [PATCH v11 34/40] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v11 35/40] virtio_net: set the default max ring size by find_vqs()
` [PATCH v11 36/40] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v11 37/40] virtio_net: split free_unused_bufs()
` [PATCH v11 38/40] virtio_net: support rx queue resize
` [PATCH v11 39/40] virtio_net: support tx "
` [PATCH v11 40/40] virtio_net: support set_ringparam

1: qa-Letter | v - 4
 2022-07-05  0:43 UTC 

[PATCH 0/4] platform/surface: Add support for tablet mode switch via Surface Aggregator Module
 2022-07-03 13:44 UTC  (5+ messages)
` [PATCH 2/4] platform/surface: Add KIP/POS tablet-mode switch driver

[PATCH 1/2] platform/x86/amd/pmc: Add new acpi id for PMC controller
 2022-07-02  9:57 UTC  (3+ messages)
` [PATCH 2/2] platform/x86/amd/pmc: Add new platform support

[PATCH v2] platform/x86: ISST: PUNIT device mapping with Sub-NUMA clustering
 2022-07-02  9:44 UTC  (2+ messages)

[PATCH 0/3] platform/surface: Move Surface Aggregator client hubs to their own modules
 2022-07-02  9:40 UTC  (2+ messages)

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-07-01 16:51 UTC  (11+ messages)
` [PATCH v12 19/46] x86/kernel: Make the .bss..decrypted section shared in RMP table

[PATCH v1 1/1] platform/x86: xo15-ebook: Replace open coded acpi_match_device()
 2022-07-01 11:50 UTC  (3+ messages)

[PATCH v1 1/1] platform/x86: asus-wireless: Replace open coded acpi_match_device()
 2022-07-01 11:50 UTC  (4+ messages)

[Bug 216176] New: ideapad-laptop doesn't expose rapid charge
 2022-06-29 21:10 UTC  (6+ messages)
` [Bug 216176] "

[PATCH v6 00/12] platform/x86: introduce p2sb_bar() helper
 2022-06-29 17:14 UTC  (6+ messages)

[GIT PULL] platform-drivers-x86 for 5.19-3
 2022-06-29 16:44 UTC  (2+ messages)

[PATCH] platform/x86: ISST: PUNIT device mapping with Sub-NUMA clustering
 2022-06-29 15:36 UTC  (5+ messages)

[PATCH] platform/x86: hp-wmi: Ignore Sanitization Mode event
 2022-06-28 21:24 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  (12+ 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 6/7] platform/x86: panasonic-laptop: filter out duplicate volume up/down/mute keypresses

[PATCH v10 00/41] virtio pci support VIRTIO_F_RING_RESET
 2022-06-28  6:54 UTC  (15+ messages)
` [PATCH v10 25/41] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data

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

[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  (2+ 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  (3+ 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).