Age | Commit message (Expand) | Author | Files | Lines |
2017-11-14 | s390/cio: Convert timers to use timer_setup() | Kees Cook | 1 | -4/+4 |
2017-09-19 | s390/cio: recover from bad paths | Sebastian Ott | 1 | -3/+9 |
2017-07-26 | s390/cio: constify attribute_group structures. | Arvind Yadav | 1 | -2/+2 |
2017-06-12 | s390/cio: introduce io_subchannel_type | Sebastian Ott | 1 | -42/+0 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -0/+1 |
2016-10-31 | s390: cio: make it explicitly non-modular | Paul Gortmaker | 1 | -3/+3 |
2016-08-08 | s390/cio: remove subchannel_id from ccw_device_private | Sebastian Ott | 1 | -2/+0 |
2016-03-07 | s390: Use pr_warn instead of pr_warning | Joe Perches | 1 | -13/+10 |
2015-10-14 | s390/cio: fix use after free in cmb processing | Sebastian Ott | 1 | -0/+2 |
2015-10-14 | s390/cio: use device_lock during cmb activation | Sebastian Ott | 1 | -1/+1 |
2014-06-16 | s390/cio: set device name as early as possible | Sebastian Ott | 1 | -35/+36 |
2014-02-21 | s390/cio: fix irq stats for early interrupts on ccw consoles | Sebastian Ott | 1 | -8/+14 |
2014-02-21 | s390/cio: reorder initialization of ccw consoles | Sebastian Ott | 1 | -12/+17 |
2014-02-21 | s390/cio: fix driver callback initialization for ccw consoles | Sebastian Ott | 1 | -1/+2 |
2013-12-16 | s390/cio: use device_lock to synchronize calls to the ccw driver | Sebastian Ott | 1 | -10/+6 |
2013-12-16 | s390/cio: fix unlocked access of online member | Sebastian Ott | 1 | -4/+9 |
2013-08-22 | s390: replace strict_strtoul() with kstrtoul() | Jingoo Han | 1 | -1/+1 |
2013-04-17 | s390/cio: fix early init counter usage | Sebastian Ott | 1 | -7/+6 |
2013-04-17 | s390/cio: get rid of static console device | Sebastian Ott | 1 | -43/+30 |
2013-04-17 | s390/cio: get rid of static console subchannel | Sebastian Ott | 1 | -12/+12 |
2013-04-17 | s390/cio: ccw_device_force_console don't use static variable | Sebastian Ott | 1 | -4/+2 |
2013-04-17 | s390/cio: wait_cons_dev don't use static variable | Sebastian Ott | 1 | -2/+25 |
2013-02-14 | s390/cio: export vpm via sysfs | Sebastian Ott | 1 | -0/+10 |
2013-01-08 | s390/irq: remove split irq fields from /proc/stat | Heiko Carstens | 1 | -6/+6 |
2012-11-23 | s390: use ccw_device_get_schid | Sebastian Ott | 1 | -11/+0 |
2012-10-26 | s390/cio: suppress 2nd path verification during resume | Sebastian Ott | 1 | -7/+1 |
2012-09-06 | s390/cio: invalidate cdev pointer before deregistration | Sebastian Ott | 1 | -1/+4 |
2012-09-06 | s390/cio: fix IO subchannel event race | Sebastian Ott | 1 | -0/+2 |
2012-07-20 | s390/comments: unify copyright messages and remove file names | Heiko Carstens | 1 | -2/+1 |
2012-05-16 | s390/ccwgroup: exploit ccwdev_by_dev_id | Sebastian Ott | 1 | -1/+12 |
2012-01-25 | cio: remove {get,put}_driver | Sebastian Ott | 1 | -7/+1 |
2011-12-01 | [S390] hibernate: directly trigger subchannel evaluation | Sebastian Ott | 1 | -2/+2 |
2011-10-30 | [S390] fix mismatch in summation of I/O IRQ statistics | Peter Oberparleiter | 1 | -0/+13 |
2011-04-04 | [S390] cio: prevent purging of CCW devices in the online state | Peter Oberparleiter | 1 | -6/+18 |
2011-03-23 | [S390] ccw_bus_type: make it static | Sebastian Ott | 1 | -3/+2 |
2011-03-23 | [S390] ccw_driver: remove duplicate members | Sebastian Ott | 1 | -4/+2 |
2011-03-15 | [S390] css_driver: remove duplicate members | Sebastian Ott | 1 | -2/+4 |
2011-03-15 | [S390] css: move io_private to drv_data | Sebastian Ott | 1 | -6/+11 |
2011-01-12 | [S390] cio: path_event overindication after resume | Sebastian Ott | 1 | -0/+1 |
2010-11-10 | [S390] cio: fix incorrect ccw_device_init_count | Sebastian Ott | 1 | -1/+10 |
2010-10-25 | [S390] cio: fix I/O cancel function | Peter Oberparleiter | 1 | -0/+1 |
2010-10-25 | [S390] cio: notify drivers of channel path events | Sebastian Ott | 1 | -0/+9 |
2010-10-25 | [S390] cio: fix memleak in resume path | Sebastian Ott | 1 | -2/+6 |
2010-08-09 | [S390] cio: ccw_device_online_store return -EINVAL in case of missing driver | Sebastian Ott | 1 | -4/+6 |
2010-08-09 | [S390] cio: CHSC SIOSL Support | Michael Ernst | 1 | -0/+37 |
2010-03-08 | [S390] cio: fix init_count in case of recognition after steal lock | Sebastian Ott | 1 | -2/+3 |
2010-02-27 | [S390] cio: trigger subchannel event at resume time | Sebastian Ott | 1 | -50/+61 |
2010-02-27 | [S390] ccw_device_notify: improve return codes | Sebastian Ott | 1 | -5/+5 |
2010-02-27 | [S390] cio: make wait_events interruptible | Sebastian Ott | 1 | -3/+8 |
2010-02-27 | [S390] cio: consolidate workqueues | Sebastian Ott | 1 | -22/+6 |