aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-06[S390] zcrypt: Improve some commentsFelix Beck1-3/+6
2009-10-06[S390] zcrypt: Fix sparse warning.Felix Beck1-2/+2
2009-09-22[S390] zcrypt: Do not add/remove devices in s/r callbacksFelix Beck1-11/+29
2009-09-11[S390] zcrypt: Free ap_device if dev_set_name fails.Felix Beck1-2/+5
2009-09-11[S390] zcrypt: Use spin_lock_bh in suspend callbackFelix Beck1-2/+6
2009-09-11[S390] proper use of device registerSebastian Ott1-1/+1
2009-07-24[S390] zcrypt: fix scheduling of hrtimer ap_poll_timerFelix Beck1-2/+7
2009-06-22[S390] ap/zcrypt: Suspend/Resume ap bus and zcryptFelix Beck1-2/+83
2009-03-26[S390] use kzfree()Johannes Weiner1-2/+1
2009-03-26[S390] list usage cleanup in s390Eric Sesterhenn1-4/+2
2009-01-06s390: remove s390_root_dev_*()Mark McLoughlin1-4/+3
2008-12-25[S390] convert ap_bus printks to pr_xxx macros.Martin Schwidefsky1-3/+7
2008-12-25[S390] drivers/s390/crypto: Move dereference to after IS_ERR testJulia Lawall4-12/+28
2008-12-25[S390] ap: Minor code beautification.Christian Maaser1-14/+14
2008-12-25[S390] zcrypt: Use of Thin InterruptsFelix Beck2-4/+176
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven1-2/+2
2008-10-10[S390] bus_id -> dev_set_name() changesCornelia Huck1-2/+2
2008-09-05hrtimer: convert s390 to the new hrtimer apisArjan van de Ven1-3/+3
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-0/+3
2008-07-14[S390] Cleanup zcrypt printk messages.Felix Beck7-130/+17
2008-07-14[S390] zcrypt: Add additional card IDs to CEX2C and CEX2ARalph Wuerthner3-0/+4
2008-07-14[S390] ap: Use high-resolution timer for pollingFelix Beck1-10/+53
2008-06-20crypto-zcrypt_api: BKL pushdownArnd Bergmann1-0/+3
2008-04-17[S390] zcrypt: Comments and kernel-doc cleanupFelix Beck7-95/+184
2008-04-17[S390] replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-04-17[S390] zcrypt: add support for large random numbersRalph Wuerthner3-1/+326
2008-03-05[S390] zcrypt: fix ap_device_list handlingRalph Wuerthner1-5/+7
2008-02-09[S390] zcrypt: Do not start ap poll thread per defaultFelix Beck1-2/+2
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-10/+4
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-10/+4
2007-10-12[S390] zcrypt: fix PCIXCC/CEX2C error recoveryRalph Wuerthner1-2/+5
2007-10-12[S390] zcrypt: fix ap_reset_domain()Ralph Wuerthner1-2/+3
2007-10-12[S390] zcrypt: remove duplicated struct CPRBX definitionRalph Wuerthner2-46/+1
2007-10-12[S390] zcrypt: make init/exit functions static.Heiko Carstens1-2/+2
2007-07-10[S390] zcrypt: fix request timeout handlingRalph Wuerthner6-90/+140
2007-04-27uevent: use add_uevent_var() instead of open coding itEric Rannaud1-15/+13
2007-03-26[S390] zcrypt: Fix ap_poll_requests counter in lost requests error path.Ralph Wuerthner1-0/+4
2007-03-26[S390] zcrypt: Fix possible dead lock in AP bus module.Ralph Wuerthner1-13/+13
2007-03-19[S390] zcrypt: fix possible race when unloading zcrypt driver modulesRalph Wuerthner1-6/+6
2007-03-19[S390] zcrypt: fix possible dead lock in AP bus moduleRalph Wuerthner2-7/+24
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven1-1/+1
2007-02-11[PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan1-1/+0
2007-02-05[S390] Avoid excessive inlining.Heiko Carstens3-16/+16
2007-02-05[S390] Get rid of a lot of sparse warnings.Heiko Carstens2-3/+4
2006-12-15[S390] zcrypt: module unload fixes.Ralph Wuerthner1-2/+12
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day3-5/+5
2006-12-08[S390] add reset call handler to the ap bus.Ralph Wuerthner1-0/+17
2006-12-06[PATCH] More work_struct induced breakage (s390)Al Viro1-3/+3
2006-12-04[S390] Add MODALIAS= to the uevent for the ap bus.Cornelia Huck1-1/+9
2006-10-27[S390] Improve AP bus device removal.Ralph Wuerthner1-1/+6