| Commit message (Expand) | Author | Age | Files | Lines |
* | [S390] seq_file: convert drivers/s390/ | Alexey Dobriyan | 2010-02-26 | 1 | -86/+72 |
* | [S390] zcrypt: Do not remove coprocessor for error 8/72 | Felix Beck | 2010-01-27 | 2 | -0/+4 |
* | [S390] zcrypt: add sanity check before copy_from_user() | Heiko Carstens | 2010-01-13 | 1 | -1/+3 |
* | [S390] zcrypt: remove BKL | Martin Schwidefsky | 2009-12-07 | 1 | -2/+0 |
* | [S390] zcrypt: Do not simultaneously schedule hrtimer | Felix Beck | 2009-12-07 | 1 | -3/+8 |
* | [S390] zcrypt: adjust speed rating of cex3 adapters | Felix Beck | 2009-12-07 | 2 | -2/+2 |
* | [S390] zcrypt: adjust speed rating between cex2 and pcixcc | Felix Beck | 2009-12-07 | 1 | -2/+2 |
* | [S390] zcrypt: use definitions for cex3 | Felix Beck | 2009-12-07 | 3 | -28/+67 |
* | [S390] zcrypt: add support for cex3 device types | Felix Beck | 2009-12-07 | 4 | -6/+11 |
* | [S390] zcrypt: special command support for cex3 exploitation | Felix Beck | 2009-12-07 | 3 | -5/+23 |
* | [S390] zcrypt: initialize ap_messages for cex3 exploitation | Felix Beck | 2009-12-07 | 5 | -0/+22 |
* | [S390] zcrypt: Improve some comments | Felix Beck | 2009-10-06 | 1 | -3/+6 |
* | [S390] zcrypt: Fix sparse warning. | Felix Beck | 2009-10-06 | 1 | -2/+2 |
* | [S390] zcrypt: Do not add/remove devices in s/r callbacks | Felix Beck | 2009-09-22 | 1 | -11/+29 |
* | [S390] zcrypt: Free ap_device if dev_set_name fails. | Felix Beck | 2009-09-11 | 1 | -2/+5 |
* | [S390] zcrypt: Use spin_lock_bh in suspend callback | Felix Beck | 2009-09-11 | 1 | -2/+6 |
* | [S390] proper use of device register | Sebastian Ott | 2009-09-11 | 1 | -1/+1 |
* | [S390] zcrypt: fix scheduling of hrtimer ap_poll_timer | Felix Beck | 2009-07-24 | 1 | -2/+7 |
* | [S390] ap/zcrypt: Suspend/Resume ap bus and zcrypt | Felix Beck | 2009-06-22 | 1 | -2/+83 |
* | [S390] use kzfree() | Johannes Weiner | 2009-03-26 | 1 | -2/+1 |
* | [S390] list usage cleanup in s390 | Eric Sesterhenn | 2009-03-26 | 1 | -4/+2 |
* | s390: remove s390_root_dev_*() | Mark McLoughlin | 2009-01-06 | 1 | -4/+3 |
* | [S390] convert ap_bus printks to pr_xxx macros. | Martin Schwidefsky | 2008-12-25 | 1 | -3/+7 |
* | [S390] drivers/s390/crypto: Move dereference to after IS_ERR test | Julia Lawall | 2008-12-25 | 4 | -12/+28 |
* | [S390] ap: Minor code beautification. | Christian Maaser | 2008-12-25 | 1 | -14/+14 |
* | [S390] zcrypt: Use of Thin Interrupts | Felix Beck | 2008-12-25 | 2 | -4/+176 |
* | Merge commit 'linus/master' into merge-linus | Arjan van de Ven | 2008-10-17 | 1 | -2/+2 |
|\ |
|
| * | [S390] bus_id -> dev_set_name() changes | Cornelia Huck | 2008-10-10 | 1 | -2/+2 |
* | | hrtimer: convert s390 to the new hrtimer apis | Arjan van de Ven | 2008-09-05 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2008-07-14 | 1 | -0/+3 |
|\ |
|
| * | crypto-zcrypt_api: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -0/+3 |
* | | [S390] Cleanup zcrypt printk messages. | Felix Beck | 2008-07-14 | 7 | -130/+17 |
* | | [S390] zcrypt: Add additional card IDs to CEX2C and CEX2A | Ralph Wuerthner | 2008-07-14 | 3 | -0/+4 |
* | | [S390] ap: Use high-resolution timer for polling | Felix Beck | 2008-07-14 | 1 | -10/+53 |
|/ |
|
* | [S390] zcrypt: Comments and kernel-doc cleanup | Felix Beck | 2008-04-17 | 7 | -95/+184 |
* | [S390] replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-17 | 1 | -4/+4 |
* | [S390] zcrypt: add support for large random numbers | Ralph Wuerthner | 2008-04-17 | 3 | -1/+326 |
* | [S390] zcrypt: fix ap_device_list handling | Ralph Wuerthner | 2008-03-05 | 1 | -5/+7 |
* | [S390] zcrypt: Do not start ap poll thread per default | Felix Beck | 2008-02-09 | 1 | -2/+2 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2007-10-12 | 1 | -10/+4 |
|\ |
|
| * | Driver core: change add_uevent_var to use a struct | Kay Sievers | 2007-10-12 | 1 | -10/+4 |
* | | [S390] zcrypt: fix PCIXCC/CEX2C error recovery | Ralph Wuerthner | 2007-10-12 | 1 | -2/+5 |
* | | [S390] zcrypt: fix ap_reset_domain() | Ralph Wuerthner | 2007-10-12 | 1 | -2/+3 |
* | | [S390] zcrypt: remove duplicated struct CPRBX definition | Ralph Wuerthner | 2007-10-12 | 2 | -46/+1 |
* | | [S390] zcrypt: make init/exit functions static. | Heiko Carstens | 2007-10-12 | 1 | -2/+2 |
|/ |
|
* | [S390] zcrypt: fix request timeout handling | Ralph Wuerthner | 2007-07-10 | 6 | -90/+140 |
* | uevent: use add_uevent_var() instead of open coding it | Eric Rannaud | 2007-04-27 | 1 | -15/+13 |
* | [S390] zcrypt: Fix ap_poll_requests counter in lost requests error path. | Ralph Wuerthner | 2007-03-26 | 1 | -0/+4 |
* | [S390] zcrypt: Fix possible dead lock in AP bus module. | Ralph Wuerthner | 2007-03-26 | 1 | -13/+13 |
* | [S390] zcrypt: fix possible race when unloading zcrypt driver modules | Ralph Wuerthner | 2007-03-19 | 1 | -6/+6 |