mbox series

[0/2] powerpc/32: nohz full support

Message ID 20221006142300.128189-1-npiggin@gmail.com (mailing list archive)
Headers show
Series powerpc/32: nohz full support | expand

Message

Nicholas Piggin Oct. 6, 2022, 2:22 p.m. UTC
On top of the previous fix to prevent KVM being selected with
context tracking on 32-bit, this should be good to go.

Since RFC:
- Improved code sharing in interrupt.h
- Minimal patch for VIRT_CPU_ACCOUNTING_GEN support

Thanks,
Nick

Nicholas Piggin (2):
  powerpc/32: implement HAVE_CONTEXT_TRACKING_USER support
  powerpc/32: select HAVE_VIRT_CPU_ACCOUNTING_GEN

 arch/powerpc/Kconfig                 |  3 ++-
 arch/powerpc/include/asm/interrupt.h | 35 +++++++---------------------
 2 files changed, 10 insertions(+), 28 deletions(-)