aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-16s390/blacklist: Perform subchannel scan only when neededPeter Oberparleiter1-3/+3
2013-12-16s390/css: Prevent unnecessary allocation in subchannel loopPeter Oberparleiter1-1/+9
2013-12-16s390/cio: Delay scan for newly available I/O devicesPeter Oberparleiter3-7/+9
2013-12-16s390/cio: Relax subchannel scan loopPeter Oberparleiter1-0/+3
2013-12-16s390/cio: More efficient handling of CHPID availability eventsPeter Oberparleiter1-36/+4
2013-11-15s390/scm_block: do not hide eadm subchannel dependencySebastian Ott2-53/+2
2013-10-24s390/eadm_sch: improve quiesce handlingSebastian Ott2-3/+28
2013-10-24s390/bitops: rename find_first_bit_left() to find_first_bit_inv()Heiko Carstens1-12/+7
2013-10-24s390/s390dbf: use debug_level_enabled() where applicableHendrik Brueckner2-8/+2
2013-10-24s390/qdio: fix atomic_sub() misusageHeiko Carstens1-1/+1
2013-10-22s390/time: correct use of store clock fastMartin Schwidefsky2-7/+7
2013-08-30s390/cio: fix unlocked access of global bitmapSebastian Ott1-0/+2
2013-08-30s390/hibernate: add early resume functionSebastian Ott1-2/+0
2013-08-22s390: convert interrupt handling to use generic hardirqMartin Schwidefsky3-28/+42
2013-08-22s390/airq: introduce adapter interrupt vector helperMartin Schwidefsky1-0/+153
2013-08-22s390: replace strict_strtoul() with kstrtoul()Jingoo Han4-4/+4
2013-07-16s390/qdio: remove unused variableSebastian Ott1-2/+2
2013-06-26s390/airq: simplify adapter interrupt codeMartin Schwidefsky2-128/+72
2013-06-26s390/irq: store interrupt information in pt_regsMartin Schwidefsky1-40/+28
2013-06-26s390/chsc: Use snprintf instead of sprintfMichael Holzheu1-6/+6
2013-06-26s390/qdio: cleanup chsc SADC usageSebastian Ott4-54/+73
2013-06-26s390/qdio: cleanup chsc SSQD usageSebastian Ott4-43/+58
2013-06-26s390/cio: Introduce on-close CHSC IOCTLsMichael Holzheu1-0/+94
2013-06-26s390/cio: Make /dev/chsc a single-open deviceMichael Holzheu1-1/+19
2013-06-26s390/cio: Introduce generic synchronous CHSC IOCTLMichael Holzheu2-7/+35
2013-06-26s390/qdio: remove unused functionSebastian Ott1-44/+0
2013-05-15s390/cio: add channel ID sysfs attributePeter Oberparleiter2-1/+39
2013-05-02s390/cio: add condev keyword to cio_ignoreSebastian Ott1-0/+7
2013-05-02s390/cio: add ipldev keyword to cio_ignoreSebastian Ott1-2/+19
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-04-26s390/cio: fix irq statisticsSebastian Ott1-0/+1
2013-04-17s390/css: move subchannel lock allocationSebastian Ott3-34/+32
2013-04-17s390/cio: fix early init counter usageSebastian Ott2-9/+6
2013-04-17s390/css: remove unused function definitionsSebastian Ott2-4/+2
2013-04-17s390/css: introduce cio_register_early_subchannelsSebastian Ott4-23/+24
2013-04-17s390/cio: get rid of static console deviceSebastian Ott1-43/+30
2013-04-17s390/cio: get rid of static console subchannelSebastian Ott5-108/+56
2013-04-17s390/cio: split subchannel registrationSebastian Ott1-19/+18
2013-04-17s390/cio: ccw_device_force_console don't use static variableSebastian Ott1-4/+2
2013-04-17s390/cio: wait_cons_dev don't use static variableSebastian Ott3-20/+28
2013-04-17s390/cio: Use BITS_TO_LONGS() instead of __BITOPS_WORDS()Akinobu Mita1-1/+1
2013-04-17s390/cio: make use of newly added format 1 channel-path dataPeter Oberparleiter1-8/+14
2013-04-17s390/cio: collect format 1 channel-path description dataPeter Oberparleiter4-9/+31
2013-04-09constify a bunch of struct file_operations instancesAl Viro1-1/+1
2013-03-07s390/scm: process availabilitySebastian Ott3-0/+35
2013-03-07s390/scm_drv: extend notify callbackSebastian Ott1-1/+1
2013-02-28qdio: remove unused parametersStefan Raspl3-7/+7
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2013-02-14s390/time: rename tod clock access functionsHeiko Carstens5-13/+13