aboutsummaryrefslogtreecommitdiff
path: root/drivers/s390/cio
AgeCommit message (Expand)AuthorFilesLines
2014-02-06s390/cio: improve cio_commit_configGravatar Sebastian Ott 1-26/+14
2014-01-29s390/qdio: correct program-controlled interruption checkingGravatar Ursula Braun 1-1/+1
2014-01-29s390/qdio: for_each macro correctnessGravatar Jose Alonso 1-8/+6
2014-01-14s390/qdio: bridgeport support - CHSC partGravatar Eugene Crosser 3-1/+174
2013-12-16s390/cio: use device_lock to synchronize calls to the ccwgroup driverGravatar Sebastian Ott 1-6/+6
2013-12-16s390/cio: use device_lock to synchronize calls to the ccw driverGravatar Sebastian Ott 1-10/+6
2013-12-16s390/cio: fix unlocked access of online memberGravatar Sebastian Ott 1-4/+9
2013-12-16s390/blacklist: Perform subchannel scan only when neededGravatar Peter Oberparleiter 1-3/+3
2013-12-16s390/css: Prevent unnecessary allocation in subchannel loopGravatar Peter Oberparleiter 1-1/+9
2013-12-16s390/cio: Delay scan for newly available I/O devicesGravatar Peter Oberparleiter 3-7/+9
2013-12-16s390/cio: Relax subchannel scan loopGravatar Peter Oberparleiter 1-0/+3
2013-12-16s390/cio: More efficient handling of CHPID availability eventsGravatar Peter Oberparleiter 1-36/+4
2013-11-15s390/scm_block: do not hide eadm subchannel dependencyGravatar Sebastian Ott 2-53/+2
2013-10-24s390/eadm_sch: improve quiesce handlingGravatar Sebastian Ott 2-3/+28
2013-10-24s390/bitops: rename find_first_bit_left() to find_first_bit_inv()Gravatar Heiko Carstens 1-12/+7
2013-10-24s390/s390dbf: use debug_level_enabled() where applicableGravatar Hendrik Brueckner 2-8/+2
2013-10-24s390/qdio: fix atomic_sub() misusageGravatar Heiko Carstens 1-1/+1
2013-10-22s390/time: correct use of store clock fastGravatar Martin Schwidefsky 2-7/+7
2013-08-30s390/cio: fix unlocked access of global bitmapGravatar Sebastian Ott 1-0/+2
2013-08-30s390/hibernate: add early resume functionGravatar Sebastian Ott 1-2/+0
2013-08-22s390: convert interrupt handling to use generic hardirqGravatar Martin Schwidefsky 3-28/+42
2013-08-22s390/airq: introduce adapter interrupt vector helperGravatar Martin Schwidefsky 1-0/+153
2013-08-22s390: replace strict_strtoul() with kstrtoul()Gravatar Jingoo Han 4-4/+4
2013-07-16s390/qdio: remove unused variableGravatar Sebastian Ott 1-2/+2
2013-06-26s390/airq: simplify adapter interrupt codeGravatar Martin Schwidefsky 2-128/+72
2013-06-26s390/irq: store interrupt information in pt_regsGravatar Martin Schwidefsky 1-40/+28
2013-06-26s390/chsc: Use snprintf instead of sprintfGravatar Michael Holzheu 1-6/+6
2013-06-26s390/qdio: cleanup chsc SADC usageGravatar Sebastian Ott 4-54/+73
2013-06-26s390/qdio: cleanup chsc SSQD usageGravatar Sebastian Ott 4-43/+58
2013-06-26s390/cio: Introduce on-close CHSC IOCTLsGravatar Michael Holzheu 1-0/+94
2013-06-26s390/cio: Make /dev/chsc a single-open deviceGravatar Michael Holzheu 1-1/+19
2013-06-26s390/cio: Introduce generic synchronous CHSC IOCTLGravatar Michael Holzheu 2-7/+35
2013-06-26s390/qdio: remove unused functionGravatar Sebastian Ott 1-44/+0
2013-05-15s390/cio: add channel ID sysfs attributeGravatar Peter Oberparleiter 2-1/+39
2013-05-02s390/cio: add condev keyword to cio_ignoreGravatar Sebastian Ott 1-0/+7
2013-05-02s390/cio: add ipldev keyword to cio_ignoreGravatar Sebastian Ott 1-2/+19
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-04-26s390/cio: fix irq statisticsGravatar Sebastian Ott 1-0/+1
2013-04-17s390/css: move subchannel lock allocationGravatar Sebastian Ott 3-34/+32
2013-04-17s390/cio: fix early init counter usageGravatar Sebastian Ott 2-9/+6
2013-04-17s390/css: remove unused function definitionsGravatar Sebastian Ott 2-4/+2
2013-04-17s390/css: introduce cio_register_early_subchannelsGravatar Sebastian Ott 4-23/+24
2013-04-17s390/cio: get rid of static console deviceGravatar Sebastian Ott 1-43/+30
2013-04-17s390/cio: get rid of static console subchannelGravatar Sebastian Ott 5-108/+56
2013-04-17s390/cio: split subchannel registrationGravatar Sebastian Ott 1-19/+18
2013-04-17s390/cio: ccw_device_force_console don't use static variableGravatar Sebastian Ott 1-4/+2
2013-04-17s390/cio: wait_cons_dev don't use static variableGravatar Sebastian Ott 3-20/+28
2013-04-17s390/cio: Use BITS_TO_LONGS() instead of __BITOPS_WORDS()Gravatar Akinobu Mita 1-1/+1
2013-04-17s390/cio: make use of newly added format 1 channel-path dataGravatar Peter Oberparleiter 1-8/+14
2013-04-17s390/cio: collect format 1 channel-path description dataGravatar Peter Oberparleiter 4-9/+31