aboutsummaryrefslogtreecommitdiff
path: root/drivers/s390/cio/chp.c
AgeCommit message (Expand)Author
2021-11-16s390: replace snprintf in show functions with sysfs_emitQing Wang
2021-06-18s390/cio: dont call css_wait_for_slow_path() inside a lockVineeth Vijayan
2021-04-12s390/cio: use DECLARE_WAIT_QUEUE_HEAD for static work_queue_head_tVineeth Vijayan
2020-11-16s390/cio: Export information about Endpoint-Security CapabilitySebastian Ott
2020-02-17s390/cio: use kobj_to_dev() APIchenqiwu
2018-07-17s390/cio: ensure that a chpid is registered only onceSebastian Ott
2018-03-28s390/cio: add util_string sysfs attributeSebastian Ott
2018-03-26s390/chsc: query utility strings via fmt3 channel path descriptorSebastian Ott
2018-03-26s390/cio: rename struct channel_path_descSebastian Ott
2018-02-05s390/cio: fix kernel-doc usageSebastian Ott
2017-11-24s390: cio: add SPDX identifiers to the remaining filesGreg Kroah-Hartman
2017-08-03s390/cio: add const to bin_attribute structuresBhumika Goyal
2017-07-13s390: chp: handle CRW_ERC_INIT for channel-path status changeDong Jia Shi
2017-01-16s390/cio: clarify cssid usageSebastian Ott
2016-10-17s390/cio: don't register chpids in reserved stateSebastian Ott
2016-07-31s390/cio: fix premature wakeup during chp configureSebastian Ott
2016-07-31s390/cio: convert cfg_lock mutex to spinlockSebastian Ott
2016-07-18s390/cio/chp : Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-07-15s390/cio: make fmt1 channel path descriptor optionalSebastian Ott
2016-01-26s390/cio: update measurement characteristicsSebastian Ott
2016-01-26s390/cio: ensure consistent measurement stateSebastian Ott
2016-01-26s390/cio: fix measurement characteristics memleakSebastian Ott
2014-10-14s390/cio: replace strnicmp with strncasecmpRasmus Villemoes
2014-05-20s390/cio: fix multiple structure definitionsSebastian Ott
2013-05-15s390/cio: add channel ID sysfs attributePeter Oberparleiter
2013-04-17s390/cio: collect format 1 channel-path description dataPeter Oberparleiter
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens
2012-06-05s390/cio/chp: cleanup attribute usageSebastian Ott
2011-10-31s390: add missing module.h/export.h includesHeiko Carstens
2010-10-25[S390] cio: update descriptor in chsc_chp_varySebastian Ott
2010-10-25[S390] cio: add lock to struct channel_pathSebastian Ott
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-10-06[S390] cio: channel path memory leakMichael Ernst
2009-09-11[S390] proper use of device registerSebastian Ott
2009-03-26[S390] split/move machine check handler codeHeiko Carstens
2008-10-10[S390] bus_id -> dev_set_name() changesCornelia Huck
2008-09-09[S390] cio: Correct cleanup on error.Cornelia Huck
2008-07-14[S390] Cleanup cio printk messages.Michael Ernst
2008-07-14[S390] s390/cio: use memory_read_from_buffer()Akinobu Mita
2008-07-14[S390] cio: Add chsc subchannel driver.Cornelia Huck
2008-07-14[S390] cio: suppress chpid event in case of configure errorPeter Oberparleiter
2008-07-14[S390] cio: Repair chpid event handling.Cornelia Huck
2008-07-14[S390] cio: Get rid of css_characteristics_avail.Cornelia Huck
2008-07-14[S390] cio: Export some symbols for modular css drivers.Cornelia Huck
2008-07-14[S390] cio: Cleanup crw interface.Cornelia Huck
2008-07-14[S390] cio: Rework css driver.Cornelia Huck
2007-10-22[S390] cio: Use to_channelpath() for device to channel path conversion.Cornelia Huck
2007-10-12[S390] Get rid of a bunch of sparse warnings again.Heiko Carstens