All of lore.kernel.org
 help / color / mirror / Atom feed
* [XEN PATCH v2 0/5] xen: add parameter names and remove function declarations
@ 2023-12-07  8:47 Federico Serafini
  2023-12-07  8:47 ` [XEN PATCH v2 1/5] x86/acpi: remove acpi_pic_sci_set_trigger() Federico Serafini
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Federico Serafini @ 2023-12-07  8:47 UTC (permalink / raw)
  To: xen-devel
  Cc: consulting, Federico Serafini, Jan Beulich, Andrew Cooper,
	Roger Pau Monné, Wei Liu, Stefano Stabellini

This patch series adds the missing parameter names and remove useless function
declarations. No functional changes are introduced.

Federico Serafini (5):
  x86/acpi: remove acpi_pic_sci_set_trigger()
  xen/acpi: address violations of MISRA C:2012 Rule 8.2
  x86/mm: remove compat_subarch_memory_op()
  x86/mm: address violations of MISRA C:2012 Rule 8.2
  AMD/IOMMU: address violations of MISRA C:2012 Rule 8.2

 xen/arch/x86/include/asm/acpi.h           |  1 -
 xen/arch/x86/include/asm/mm.h             | 19 +++++++++---------
 xen/drivers/passthrough/amd/iommu.h       | 17 +++++++++-------
 xen/drivers/passthrough/amd/iommu_init.c  | 24 +++++++++++++----------
 xen/include/acpi/apei.h                   |  5 +++--
 xen/include/acpi/cpufreq/cpufreq.h        |  2 +-
 xen/include/acpi/cpufreq/processor_perf.h | 16 +++++++--------
 7 files changed, 45 insertions(+), 39 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2023-12-11 13:24 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-07  8:47 [XEN PATCH v2 0/5] xen: add parameter names and remove function declarations Federico Serafini
2023-12-07  8:47 ` [XEN PATCH v2 1/5] x86/acpi: remove acpi_pic_sci_set_trigger() Federico Serafini
2023-12-07  9:19   ` Jan Beulich
2023-12-07 10:09     ` Federico Serafini
2023-12-07 10:42       ` Jan Beulich
2023-12-07  8:47 ` [XEN PATCH v2 2/5] xen/acpi: address violations of MISRA C:2012 Rule 8.2 Federico Serafini
2023-12-08  0:43   ` Stefano Stabellini
2023-12-11 13:20     ` Jan Beulich
2023-12-07  8:47 ` [XEN PATCH v2 3/5] x86/mm: remove compat_subarch_memory_op() Federico Serafini
2023-12-08  0:34   ` Stefano Stabellini
2023-12-11 13:21     ` Jan Beulich
2023-12-07  8:47 ` [XEN PATCH v2 4/5] x86/mm: address violations of MISRA C:2012 Rule 8.2 Federico Serafini
2023-12-08  0:40   ` Stefano Stabellini
2023-12-11 13:21     ` Jan Beulich
2023-12-07  8:47 ` [XEN PATCH v2 5/5] AMD/IOMMU: " Federico Serafini
2023-12-08  0:39   ` Stefano Stabellini
2023-12-11 13:24     ` Jan Beulich

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.