Age | Commit message (Expand) | Author | Files | Lines |
2021-11-16 | s390: replace snprintf in show functions with sysfs_emit | Qing Wang | 1 | -1/+1 |
2021-06-18 | s390/cio: dont call css_wait_for_slow_path() inside a lock | Vineeth Vijayan | 1 | -0/+3 |
2021-04-12 | s390/cio: use DECLARE_WAIT_QUEUE_HEAD for static work_queue_head_t | Vineeth Vijayan | 1 | -2/+1 |
2020-11-16 | s390/cio: Export information about Endpoint-Security Capability | Sebastian Ott | 1 | -0/+15 |
2020-02-17 | s390/cio: use kobj_to_dev() API | chenqiwu | 1 | -2/+2 |
2018-07-17 | s390/cio: ensure that a chpid is registered only once | Sebastian Ott | 1 | -10/+11 |
2018-03-28 | s390/cio: add util_string sysfs attribute | Sebastian Ott | 1 | -0/+23 |
2018-03-26 | s390/chsc: query utility strings via fmt3 channel path descriptor | Sebastian Ott | 1 | -0/+1 |
2018-03-26 | s390/cio: rename struct channel_path_desc | Sebastian Ott | 1 | -5/+5 |
2018-02-05 | s390/cio: fix kernel-doc usage | Sebastian Ott | 1 | -5/+5 |
2017-11-24 | s390: cio: add SPDX identifiers to the remaining files | Greg Kroah-Hartman | 1 | -0/+1 |
2017-08-03 | s390/cio: add const to bin_attribute structures | Bhumika Goyal | 1 | -2/+2 |
2017-07-13 | s390: chp: handle CRW_ERC_INIT for channel-path status change | Dong Jia Shi | 1 | -0/+1 |
2017-01-16 | s390/cio: clarify cssid usage | Sebastian Ott | 1 | -6/+7 |
2016-10-17 | s390/cio: don't register chpids in reserved state | Sebastian Ott | 1 | -2/+4 |
2016-07-31 | s390/cio: fix premature wakeup during chp configure | Sebastian Ott | 1 | -14/+32 |
2016-07-31 | s390/cio: convert cfg_lock mutex to spinlock | Sebastian Ott | 1 | -9/+9 |
2016-07-18 | s390/cio/chp : Remove deprecated create_singlethread_workqueue | Bhaktipriya Shridhar | 1 | -9/+2 |
2016-07-15 | s390/cio: make fmt1 channel path descriptor optional | Sebastian Ott | 1 | -4/+7 |
2016-01-26 | s390/cio: update measurement characteristics | Sebastian Ott | 1 | -7/+5 |
2016-01-26 | s390/cio: ensure consistent measurement state | Sebastian Ott | 1 | -8/+5 |
2016-01-26 | s390/cio: fix measurement characteristics memleak | Sebastian Ott | 1 | -3/+3 |
2014-10-14 | s390/cio: replace strnicmp with strncasecmp | Rasmus Villemoes | 1 | -2/+2 |
2014-05-20 | s390/cio: fix multiple structure definitions | Sebastian Ott | 1 | -1/+1 |
2013-05-15 | s390/cio: add channel ID sysfs attribute | Peter Oberparleiter | 1 | -0/+36 |
2013-04-17 | s390/cio: collect format 1 channel-path description data | Peter Oberparleiter | 1 | -1/+21 |
2012-07-20 | s390/comments: unify copyright messages and remove file names | Heiko Carstens | 1 | -3/+1 |
2012-06-05 | s390/cio/chp: cleanup attribute usage | Sebastian Ott | 1 | -7/+5 |
2011-11-01 | s390: add missing module.h/export.h includes | Heiko Carstens | 1 | -0/+2 |
2010-10-25 | [S390] cio: update descriptor in chsc_chp_vary | Sebastian Ott | 1 | -6/+0 |
2010-10-25 | [S390] cio: add lock to struct channel_path | Sebastian Ott | 1 | -12/+23 |
2010-05-21 | sysfs: add struct file* to bin_attr callbacks | Chris Wright | 1 | -2/+3 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 1 | -1/+1 |
2009-10-06 | [S390] cio: channel path memory leak | Michael Ernst | 1 | -1/+1 |
2009-09-11 | [S390] proper use of device register | Sebastian Ott | 1 | -1/+2 |
2009-03-26 | [S390] split/move machine check handler code | Heiko Carstens | 1 | -3/+3 |
2008-10-10 | [S390] bus_id -> dev_set_name() changes | Cornelia Huck | 1 | -2/+1 |
2008-09-09 | [S390] cio: Correct cleanup on error. | Cornelia Huck | 1 | -3/+4 |
2008-07-14 | [S390] Cleanup cio printk messages. | Michael Ernst | 1 | -5/+2 |
2008-07-14 | [S390] s390/cio: use memory_read_from_buffer() | Akinobu Mita | 1 | -9/+2 |
2008-07-14 | [S390] cio: Add chsc subchannel driver. | Cornelia Huck | 1 | -1/+1 |
2008-07-14 | [S390] cio: suppress chpid event in case of configure error | Peter Oberparleiter | 1 | -6/+17 |
2008-07-14 | [S390] cio: Repair chpid event handling. | Cornelia Huck | 1 | -3/+3 |
2008-07-14 | [S390] cio: Get rid of css_characteristics_avail. | Cornelia Huck | 1 | -2/+1 |
2008-07-14 | [S390] cio: Export some symbols for modular css drivers. | Cornelia Huck | 1 | -0/+1 |
2008-07-14 | [S390] cio: Cleanup crw interface. | Cornelia Huck | 1 | -7/+42 |
2008-07-14 | [S390] cio: Rework css driver. | Cornelia Huck | 1 | -0/+20 |
2007-10-22 | [S390] cio: Use to_channelpath() for device to channel path conversion. | Cornelia Huck | 1 | -6/+6 |
2007-10-12 | [S390] Get rid of a bunch of sparse warnings again. | Heiko Carstens | 1 | -2/+6 |