All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] xtensa: enable context tracking and VIRT_CPU_ACCOUNTING_GEN
@ 2022-04-18 17:12 Max Filippov
  2022-04-18 17:12 ` [PATCH 1/5] xtensa: drop dead code from entry.S Max Filippov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Max Filippov @ 2022-04-18 17:12 UTC (permalink / raw)
  To: linux-xtensa; +Cc: Chris Zankel, linux-kernel, Max Filippov

Hello,

this series adds context tracking on xtensa and enables
HAVE_VIRT_CPU_ACCOUNTING_GEN allowing to build full tickless kernel.

Max Filippov (5):
  xtensa: drop dead code from entry.S
  xtensa: move trace_hardirqs_off call back to entry.S
  xtensa: use abi_* register names in the kernel exit code
  xtensa: enable context tracking
  xtensa: enable HAVE_VIRT_CPU_ACCOUNTING_GEN

 .../time/context-tracking/arch-support.txt    |   2 +-
 .../time/virt-cpuacct/arch-support.txt        |   2 +-
 arch/xtensa/Kconfig                           |   2 +
 arch/xtensa/kernel/entry.S                    | 120 +++++++++---------
 arch/xtensa/kernel/traps.c                    |  11 +-
 5 files changed, 66 insertions(+), 71 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2022-04-18 17:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-18 17:12 [PATCH 0/5] xtensa: enable context tracking and VIRT_CPU_ACCOUNTING_GEN Max Filippov
2022-04-18 17:12 ` [PATCH 1/5] xtensa: drop dead code from entry.S Max Filippov
2022-04-18 17:12 ` [PATCH 2/5] xtensa: move trace_hardirqs_off call back to entry.S Max Filippov
2022-04-18 17:12 ` [PATCH 3/5] xtensa: use abi_* register names in the kernel exit code Max Filippov
2022-04-18 17:12 ` [PATCH 4/5] xtensa: enable context tracking Max Filippov
2022-04-18 17:12 ` [PATCH 5/5] xtensa: enable HAVE_VIRT_CPU_ACCOUNTING_GEN Max Filippov

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.