All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] stm class/intel_th: Updates for v6.10
@ 2024-04-29 12:08 Alexander Shishkin
  2024-04-29 12:08 ` [PATCH 01/14] stm class: Fix a double free in stm_register_device() Alexander Shishkin
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Alexander Shishkin @ 2024-04-29 12:08 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-kernel, Alexander Shishkin

Hi Greg,

Here are the patches I have for the next cycle. The bulk of them are new
PCI IDs. Besides that, there are cosmetic changes, one actual bugfix and
a new feature added to the SyS-T protocol driver that uses a specially
designated format for ftrace data. I dropped Uwe's patch as he'd resent
it himself earlier today. Please consider applying. Thanks!

Alexander Shishkin (6):
  intel_th: pci: Add Granite Rapids support
  intel_th: pci: Add Granite Rapids SOC support
  intel_th: pci: Add Sapphire Rapids SOC support
  intel_th: pci: Add Meteor Lake-S support
  intel_th: pci: Add Meteor Lake-S CPU support
  intel_th: pci: Add Lunar Lake support

Colin Ian King (1):
  intel_th: Remove redundant initialization of pointer outp

Dan Carpenter (1):
  stm class: Fix a double free in stm_register_device()

Li Zhijian (1):
  intel_th: Convert sprintf/snprintf to sysfs_emit

Mikhail Lappo (3):
  stm class: Add source type
  stm class: Propagate source type to protocols
  stm class: sys-t: Improve ftrace source handling

Randy Dunlap (1):
  intel_th: msu: Fix kernel-doc warnings

Ricardo B. Marliere (1):
  intel_th: Constify the struct device_type usage

 drivers/hwtracing/intel_th/core.c |  8 +--
 drivers/hwtracing/intel_th/gth.c  |  8 +--
 drivers/hwtracing/intel_th/msu.c  | 12 +++-
 drivers/hwtracing/intel_th/pci.c  | 30 ++++++++++
 drivers/hwtracing/intel_th/sth.c  |  2 +-
 drivers/hwtracing/stm/console.c   |  1 +
 drivers/hwtracing/stm/core.c      | 19 ++++---
 drivers/hwtracing/stm/ftrace.c    |  1 +
 drivers/hwtracing/stm/heartbeat.c |  1 +
 drivers/hwtracing/stm/p_basic.c   |  3 +-
 drivers/hwtracing/stm/p_sys-t.c   | 93 ++++++++++++++++++++++++++++---
 drivers/hwtracing/stm/stm.h       |  2 +-
 include/linux/stm.h               | 12 ++++
 13 files changed, 162 insertions(+), 30 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2024-04-29 13:05 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-29 12:08 [PATCH 00/14] stm class/intel_th: Updates for v6.10 Alexander Shishkin
2024-04-29 12:08 ` [PATCH 01/14] stm class: Fix a double free in stm_register_device() Alexander Shishkin
2024-04-29 12:08 ` [PATCH 02/14] stm class: Add source type Alexander Shishkin
2024-04-29 12:08 ` [PATCH 03/14] stm class: Propagate source type to protocols Alexander Shishkin
2024-04-29 12:08 ` [PATCH 04/14] stm class: sys-t: Improve ftrace source handling Alexander Shishkin
2024-04-29 12:08 ` [PATCH 05/14] intel_th: Constify the struct device_type usage Alexander Shishkin
2024-04-29 12:09 ` [PATCH 06/14] intel_th: Convert sprintf/snprintf to sysfs_emit Alexander Shishkin
2024-04-29 12:09 ` [PATCH 07/14] intel_th: Remove redundant initialization of pointer outp Alexander Shishkin
2024-04-29 12:09 ` [PATCH 08/14] intel_th: msu: Fix kernel-doc warnings Alexander Shishkin
2024-04-29 12:09 ` [PATCH 09/14] intel_th: pci: Add Granite Rapids support Alexander Shishkin
2024-04-29 12:09 ` [PATCH 10/14] intel_th: pci: Add Granite Rapids SOC support Alexander Shishkin
2024-04-29 12:09 ` [PATCH 11/14] intel_th: pci: Add Sapphire " Alexander Shishkin
2024-04-29 12:09 ` [PATCH 12/14] intel_th: pci: Add Meteor Lake-S support Alexander Shishkin
2024-04-29 12:09 ` [PATCH 13/14] intel_th: pci: Add Meteor Lake-S CPU support Alexander Shishkin
2024-04-29 12:09 ` [PATCH 14/14] intel_th: pci: Add Lunar Lake support Alexander Shishkin
2024-04-29 13:05 ` [PATCH 00/14] stm class/intel_th: Updates for v6.10 Alexander Shishkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.