All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL kvm-unit-tests 00/10] arm/arm64 updates
@ 2019-10-24 13:06 Andrew Jones
  2019-10-24 13:06 ` [PULL 01/10] arm: gic: check_acked: add test description Andrew Jones
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Andrew Jones @ 2019-10-24 13:06 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini

The following changes since commit ac033c9a2cb287c1bb5ebe414c63067563a05bbb:

  Revert "lib: use an argument which doesn't require default argument promotion" (2019-10-23 11:03:31 +0200)

are available in the Git repository at:

  https://github.com/rhdrjones/kvm-unit-tests pull-arm-oct-24-2019

for you to fetch changes up to 00d7e26501263263877465d2a74a330897de1e70:

  arm: Add PL031 test (2019-10-24 14:41:01 +0200)

----------------------------------------------------------------
Alexander Graf (1):
  arm: Add PL031 test

Alexandru Elisei (3):
  lib: arm64: Add missing ISB in flush_tlb_page
  lib: arm/arm64: Add function to clear the PTE_USER bit
  arm64: Add cache code generation test

Andre Przywara (6):
  arm: gic: check_acked: add test description
  arm: gic: Split variable output data from test name
  arm: timer: Split variable output data from test name
  arm: selftest: Split variable output data from test name
  arm: selftest: Make MPIDR output stable
  arm: Add missing test name prefix calls

 arm/Makefile.arm64    |   1 +
 arm/Makefile.common   |   1 +
 arm/cache.c           | 122 ++++++++++++++++++++
 arm/gic.c             |  64 ++++++-----
 arm/pci-test.c        |   2 +
 arm/pl031.c           | 262 ++++++++++++++++++++++++++++++++++++++++++
 arm/psci.c            |   2 +
 arm/selftest.c        |  23 +++-
 arm/timer.c           |   3 +-
 arm/unittests.cfg     |   6 +
 lib/arm/asm/gic.h     |   1 +
 lib/arm/asm/mmu-api.h |   1 +
 lib/arm/mmu.c         |  15 +++
 lib/arm64/asm/mmu.h   |   1 +
 14 files changed, 472 insertions(+), 32 deletions(-)
 create mode 100644 arm/cache.c
 create mode 100644 arm/pl031.c

-- 
2.21.0


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

end of thread, other threads:[~2019-10-24 20:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-24 13:06 [PULL kvm-unit-tests 00/10] arm/arm64 updates Andrew Jones
2019-10-24 13:06 ` [PULL 01/10] arm: gic: check_acked: add test description Andrew Jones
2019-10-24 13:06 ` [PULL 02/10] arm: gic: Split variable output data from test name Andrew Jones
2019-10-24 13:06 ` [PULL 03/10] arm: timer: " Andrew Jones
2019-10-24 13:06 ` [PULL 04/10] arm: selftest: " Andrew Jones
2019-10-24 13:06 ` [PULL 05/10] arm: selftest: Make MPIDR output stable Andrew Jones
2019-10-24 13:06 ` [PULL 06/10] arm: Add missing test name prefix calls Andrew Jones
2019-10-24 13:06 ` [PULL 07/10] lib: arm64: Add missing ISB in flush_tlb_page Andrew Jones
2019-10-24 13:06 ` [PULL 08/10] lib: arm/arm64: Add function to clear the PTE_USER bit Andrew Jones
2019-10-24 13:07 ` [PULL 09/10] arm64: Add cache code generation test Andrew Jones
2019-10-24 13:07 ` [PULL 10/10] arm: Add PL031 test Andrew Jones
2019-10-24 20:30 ` [PULL kvm-unit-tests 00/10] arm/arm64 updates Paolo Bonzini

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.