aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-16s390/ccwgroup: use ccwgroup_ungroup wrapperSebastian Ott1-12/+2
2014-06-16s390/ccwgroup: fix an uninitialized return codeSebastian Ott1-4/+5
2014-06-16s390/ccwgroup: obtain extra reference for asynchronous processingSebastian Ott1-1/+4
2014-06-16qdio: Keep device-specific dbf entriesStefan Raspl3-13/+77
2014-06-16s390/cio: set device name as early as possibleSebastian Ott1-35/+36
2014-06-10s390/airq: silence lockdep warningSebastian Ott1-7/+6
2014-06-10s390/qdio: replace shift loop by ilog2Fabian Frederick1-4/+3
2014-06-10s390/cio: silence lockdep warningSebastian Ott1-0/+2
2014-05-28s390/lowcore: replace lowcore irb array with a per-cpu variableMartin Schwidefsky6-8/+13
2014-05-27s390/cio: remove weird assignment during argument evaluationSebastian Ott1-1/+1
2014-05-20s390/cio: fix multiple structure definitionsSebastian Ott4-15/+13
2014-04-17s390/chsc: fix SEI usage on old FW levelsSebastian Ott1-5/+17
2014-04-01Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-10/+16
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+2
2014-04-01Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds4-49/+76
2014-03-13cputime: Default implementation of nsecs -> cputime conversionFrederic Weisbecker1-1/+1
2014-03-12Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner1-0/+1
2014-03-04s390: Do not rely on magic indirect includesThomas Gleixner1-0/+1
2014-03-04s390: Cio: Use the core irq stats functionThomas Gleixner1-4/+1
2014-03-02Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman1-0/+1
2014-02-21s390: improve debug feature usageSebastian Ott2-4/+3
2014-02-21s390/airq: add support for irq rangesMartin Schwidefsky1-25/+41
2014-02-21s390/cio: fix irq stats for early interrupts on ccw consolesSebastian Ott1-8/+14
2014-02-21s390/cio: reorder initialization of ccw consolesSebastian Ott1-12/+17
2014-02-21s390/cio: fix driver callback initialization for ccw consolesSebastian Ott1-1/+2
2014-02-21s390/cio: Fix missing subchannels after CHPID configure onPeter Oberparleiter1-0/+1
2014-02-18Merge 3.14-rc3 into driver-core-nextGreg Kroah-Hartman3-35/+21
2014-02-07s390: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo1-10/+16
2014-02-06s390/cio: improve cio_commit_configSebastian Ott1-26/+14
2014-01-29s390/qdio: correct program-controlled interruption checkingUrsula Braun1-1/+1
2014-01-29s390/qdio: for_each macro correctnessJose Alonso1-8/+6
2014-01-14s390/qdio: bridgeport support - CHSC partEugene Crosser3-1/+174
2013-12-16s390/cio: use device_lock to synchronize calls to the ccwgroup driverSebastian Ott1-6/+6
2013-12-16s390/cio: use device_lock to synchronize calls to the ccw driverSebastian Ott1-10/+6
2013-12-16s390/cio: fix unlocked access of online memberSebastian Ott1-4/+9
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