History log of /kvm-unit-tests/lib/s390x/asm/cpacf.h (Results 1 – 11 of 11)
Revision Date Author Comments
# 1f08a91a 03-Feb-2025 Thomas Huth <thuth@redhat.com>

Merge branch 'pr-2025-01-31' into 'master'

s390x: new edat, diag258 and STFLE tests; fixes for genprotimg >= 2.36.0; cleanups for snippets and makefiles

See merge request kvm-unit-tests/kvm-unit-te

Merge branch 'pr-2025-01-31' into 'master'

s390x: new edat, diag258 and STFLE tests; fixes for genprotimg >= 2.36.0; cleanups for snippets and makefiles

See merge request kvm-unit-tests/kvm-unit-tests!73

show more ...


# 6b32c6d5 21-Jun-2024 Nina Schoetterl-Glausch <nsg@linux.ibm.com>

s390x: Split and rework cpacf query functions

Cherry-pick 830999bd7e72 ("s390/cpacf: Split and rework cpacf query functions")
from the kernel:

Rework the cpacf query functions to use the correc

s390x: Split and rework cpacf query functions

Cherry-pick 830999bd7e72 ("s390/cpacf: Split and rework cpacf query functions")
from the kernel:

Rework the cpacf query functions to use the correct RRE
or RRF instruction formats and set register fields within
instructions correctly.

Fixes: a555dc6b16bf ("s390x: add cpacf.h from Linux")
Signed-off-by: Nina Schoetterl-Glausch <nsg@linux.ibm.com>
Reviewed-by: Nico Boehr <nrb@linux.ibm.com>
Link: https://lore.kernel.org/r/20240621102212.3311494-1-nsg@linux.ibm.com
Signed-off-by: Nico Boehr <nrb@linux.ibm.com>

show more ...


# 30f9c804 06-Nov-2023 Nico Boehr <nrb@linux.ibm.com>

lib: s390x: cpacf: move kernel-doc comment to correct function

The kernel-doc comment seems to describe a different function further at
the bottom of the file; move the comment there and adjust the

lib: s390x: cpacf: move kernel-doc comment to correct function

The kernel-doc comment seems to describe a different function further at
the bottom of the file; move the comment there and adjust the comment
accordingly.

Signed-off-by: Nico Boehr <nrb@linux.ibm.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20231106125352.859992-4-nrb@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>

show more ...


# eb5a1bba 09-Jun-2021 Cornelia Huck <cohuck@redhat.com>

s390x: unify header guards

Standardize header guards to _ASMS390X_HEADER_H_, _S390X_HEADER_H_,
and S390X_HEADER_H, respectively.

Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: David

s390x: unify header guards

Standardize header guards to _ASMS390X_HEADER_H_, _S390X_HEADER_H_,
and S390X_HEADER_H, respectively.

Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Message-Id: <20210609143712.60933-7-cohuck@redhat.com>

show more ...


# c9a34447 20-Jan-2021 Paolo Bonzini <pbonzini@redhat.com>

Merge tag 's390x-2021-20-01' of https://gitlab.com/frankja/kvm-unit-tests into HEAD

* Moved to SPDX license identifiers and cleaning up license
* Added test_bit(_inv)() & SCLP feature bit checking
*

Merge tag 's390x-2021-20-01' of https://gitlab.com/frankja/kvm-unit-tests into HEAD

* Moved to SPDX license identifiers and cleaning up license
* Added test_bit(_inv)() & SCLP feature bit checking
* Added first SIE lib and test for nesting tests
* Added diag318 emulation test
* Small UV fix

show more ...


# 6c9f99df 07-Dec-2020 Janosch Frank <frankja@linux.ibm.com>

s390x: lib: Move to GPL 2 and SPDX license identifiers

In the past we had some issues when developers wanted to use code
snippets or constants from the kernel in a test or in the library. To
remedy

s390x: lib: Move to GPL 2 and SPDX license identifiers

In the past we had some issues when developers wanted to use code
snippets or constants from the kernel in a test or in the library. To
remedy that the s390x maintainers decided to move all files to GPL 2
(if possible).

At the same time let's move to SPDX identifiers as they are much nicer
to read.

Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Acked-by: David Hildenbrand <david@redhat.com>
Acked-by: Pierre Morel <pmorel@linux.ibm.com>

show more ...


# 1b53866b 09-Aug-2020 Paolo Bonzini <pbonzini@redhat.com>

Merge tag 's390x-2020-31-07' of https://github.com/frankjaa/kvm-unit-tests into HEAD

* IO tests from Pierre
* GCC 10 compile fix from Claudio
* CPU model test fix from Thomas


# 1cd182cf 31-Jul-2020 Paolo Bonzini <pbonzini@redhat.com>

Merge tag 's390x-2020-31-07' of https://github.com/frankjaa/kvm-unit-tests

* IO tests from Pierre
* GCC 10 compile fix from Claudio
* CPU model test fix from Thomas


# c2f4799a 27-Jul-2020 Claudio Imbrenda <imbrenda@linux.ibm.com>

s390x: fix inline asm on gcc10

Fix compilation issues on 390x with gcc 10.

Simply mark the inline functions that lead to a .insn with a variable
opcode as __always_inline, to make gcc 10 happy.

Si

s390x: fix inline asm on gcc10

Fix compilation issues on 390x with gcc 10.

Simply mark the inline functions that lead to a .insn with a variable
opcode as __always_inline, to make gcc 10 happy.

Signed-off-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Janosch Frank <frankja@linux.ibm.com>
Message-Id: <20200727102643.15439-1-imbrenda@linux.ibm.com>
Signed-off-by: Janosch Frank <frankja@linux.ibm.com>

show more ...


# f1bcb0a3 19-Sep-2017 David Hildenbrand <david@redhat.com>

s390x: make sure cpacf.h can be used

We don't define BUG(), just use a return instead.

Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20170919145033.16959-4-david@redhat.com>
Sign

s390x: make sure cpacf.h can be used

We don't define BUG(), just use a return instead.

Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20170919145033.16959-4-david@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...


# a555dc6b 19-Sep-2017 David Hildenbrand <david@redhat.com>

s390x: add cpacf.h from Linux

Add arch/s390/include/asm/cpacf.h from Linux v4.13.

Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20170919145033.16959-3-david@redhat.com>
Signed-of

s390x: add cpacf.h from Linux

Add arch/s390/include/asm/cpacf.h from Linux v4.13.

Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20170919145033.16959-3-david@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...