]> git.baikalelectronics.ru Git - kernel.git/commit
s390: add support for transactional memory
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 31 Jul 2012 09:03:04 +0000 (11:03 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 26 Sep 2012 13:45:02 +0000 (15:45 +0200)
commit5e806453d6a1492235646b67fe7e741e9064361a
tree7f6447709e0bdb601687c40c42e09c3ca6deff8c
parente9cd12e2f43564a735d27ea5fe6628ba6c2905ac
s390: add support for transactional memory

Allow user-space processes to use transactional execution (TX).
If the TX facility is available user space programs can use
transactions for fine-grained serialization based on the data
objects that are referenced during a transaction. This is
useful for lockless data structures and speculative compiler
optimizations.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
14 files changed:
arch/s390/include/asm/elf.h
arch/s390/include/asm/lowcore.h
arch/s390/include/asm/processor.h
arch/s390/include/asm/ptrace.h
arch/s390/include/asm/setup.h
arch/s390/kernel/asm-offsets.c
arch/s390/kernel/dis.c
arch/s390/kernel/early.c
arch/s390/kernel/entry64.S
arch/s390/kernel/processor.c
arch/s390/kernel/ptrace.c
arch/s390/kernel/setup.c
arch/s390/kernel/traps.c
include/linux/elf.h