index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
ktime: Cleanup ktime_set() usage
Thomas Gleixner
2016-12-25
1
-2
/
+2
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
3
-3
/
+3
*
s390/zcrypt: add missing memory clobber to ap_qci inline assembly
Heiko Carstens
2016-12-14
1
-1
/
+1
*
s390/zcrypt: tracepoint definitions for zcrypt device driver.
Harald Freudenberger
2016-12-14
1
-24
/
+81
*
s390/zcrypt: Rework debug feature invocations.
Harald Freudenberger
2016-12-14
10
-143
/
+190
*
s390/zcrypt: Improved invalid domain response handling.
Harald Freudenberger
2016-12-14
1
-29
/
+33
*
s390/zcrypt: Fix ap_max_domain_id for older machine types
Ingo Tuchscherer
2016-12-14
1
-0
/
+3
*
s390/zcrypt: Correct function bits for CEX2x and CEX3x cards.
Harald Freudenberger
2016-12-14
2
-3
/
+22
*
s390/zcrypt: Fixed attrition of AP adapters and domains
Ingo Tuchscherer
2016-12-14
4
-24
/
+47
*
s390/zcrypt: Introduce new zcrypt device status API
Ingo Tuchscherer
2016-12-14
1
-0
/
+42
*
s390/zcrypt: add multi domain support
Ingo Tuchscherer
2016-12-14
16
-1989
/
+2766
*
s390/zcrypt: Introduce workload balancing
Ingo Tuchscherer
2016-12-14
9
-249
/
+629
*
s390/zcrypt: get rid of ap_poll_requests
Martin Schwidefsky
2016-12-14
1
-10
/
+24
*
s390/zcrypt: header for the AP inline assmblies
Martin Schwidefsky
2016-12-14
2
-175
/
+204
*
s390/zcrypt: simplify message type handling
Martin Schwidefsky
2016-12-14
5
-67
/
+18
*
s390/zcrypt: Move the ap bus into kernel
Ingo Tuchscherer
2016-12-14
7
-20
/
+40
*
s390/zcrypt: Introduce CEX6 toleration
Harald Freudenberger
2016-12-14
2
-0
/
+4
*
s390/zcrypt: Convert to PM ops
Lars-Peter Clausen
2016-12-02
1
-8
/
+4
*
s390/zcrypt: fix possible memory leak in ap_module_init()
Wei Yongjun
2016-07-31
1
-1
/
+3
*
s390/zcrypt: Fix zcrypt suspend/resume behavior
Ingo Tuchscherer
2016-07-31
5
-6
/
+47
*
s390/crypto: use basic blocks for ap bus inline assemblies
Heiko Carstens
2016-06-28
1
-28
/
+49
*
s390: make couple of variables and functions static
Heiko Carstens
2016-05-10
1
-1
/
+1
*
s390/zcrypt: Fix cryptographic device id in kernel messages
Ingo Tuchscherer
2016-01-26
3
-20
/
+24
*
s390: Delete unnecessary checks before the function call "debug_unregister"
Markus Elfring
2015-11-27
1
-4
/
+2
*
s390/zcrypt: Fix AP queue handling if queue is full
Ingo Tuchscherer
2015-11-27
1
-1
/
+3
*
s390/zcrypt: Fix initialisation when zcrypt is built-in
Sascha Silbe
2015-11-11
5
-8
/
+14
*
s390/zcrypt: Fix kernel crash on systems without AP bus support
Sascha Silbe
2015-11-11
1
-0
/
+6
*
s390/zcrypt: use system work queue for ap_scan_bus
Martin Schwidefsky
2015-10-14
1
-18
/
+8
*
s390/zcrypt: remove support for PCICC and PCICA cards
Martin Schwidefsky
2015-10-14
6
-1445
/
+2
*
s390/zcrypt: introduce state machine for the AP bus
Martin Schwidefsky
2015-10-14
2
-562
/
+520
*
s390/zcrypt: use explicit return code for flushed requests
Martin Schwidefsky
2015-10-14
6
-66
/
+88
*
s390/zcrypt: cleanup AP bus timer code
Martin Schwidefsky
2015-10-14
1
-18
/
+6
*
s390/zcrypt: fix suspend/resume of AP bus devices
Martin Schwidefsky
2015-10-14
1
-166
/
+160
*
s390/zcrypt: fix device unregister race
Martin Schwidefsky
2015-10-14
1
-2
/
+0
*
s390/zcrypt: fix memory leak with ap configuration data
Martin Schwidefsky
2015-10-14
2
-133
/
+117
*
s390/zcrypt: remove duplicate low level functions
Martin Schwidefsky
2015-10-14
2
-117
/
+32
*
s390/zcrypt: enable odd RSA modulus sizes in CRT format
Ingo Tuchscherer
2015-10-14
4
-5
/
+4
*
drivers/s390/crypto/zcrypt_api.c: use seq_hex_dump() to dump buffers
Andy Shevchenko
2015-09-10
1
-9
/
+1
*
s390/zcrypt: use msleep() instead of mdelay()
Heiko Carstens
2015-08-19
2
-2
/
+2
*
s390/zcrypt: enable s390 hwrng to seed kernel entropy
Ingo Tuchscherer
2015-07-01
1
-0
/
+7
*
s390/zcrypt: Fixed reset and interrupt handling of AP queues
Ingo Tuchscherer
2015-06-25
3
-200
/
+239
*
s390/zcrypt: remove obsolete __constant
Vaishali Thakkar
2015-06-18
1
-4
/
+4
*
s390/zcrypt: Fix invalid domain handling during ap module unload
Ingo Tuchscherer
2015-05-13
1
-2
/
+2
*
s390/zcrypt: fixed ap poll timer behavior
Ingo Tuchscherer
2015-04-30
1
-9
/
+7
*
s390: remove test_facility(2) (== z/Architecture mode active) checks
Heiko Carstens
2015-03-25
1
-2
/
+2
*
s390: remove 31 bit support
Heiko Carstens
2015-03-25
1
-20
/
+0
*
s390/zcrypt: fixed domain scanning problem (again)
Ingo Tuchscherer
2015-02-04
1
-3
/
+7
*
s390/zcrypt: Add support for new crypto express (CEX5S) adapter.
Ingo Tuchscherer
2015-01-23
4
-9
/
+29
*
s390/zcrypt: Number of supported ap domains is not retrievable.
Ingo Tuchscherer
2015-01-23
1
-41
/
+96
*
s390/zcrypt: kernel oops at insmod of the z90crypt device driver
Harald Freudenberger
2014-12-18
1
-3
/
+7
[next]