summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio
Commit message (Expand)AuthorAgeFilesLines
* s390/chsc: fix SEI usage on old FW levelsSebastian Ott2014-04-171-5/+17
* Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-011-10/+16
|\
| * Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman2014-03-021-0/+1
| |\
| * \ Merge 3.14-rc3 into driver-core-nextGreg Kroah-Hartman2014-02-183-35/+21
| |\ \
| * | | s390: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo2014-02-071-10/+16
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-011-4/+2
|\ \ \ \
| * \ \ \ Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner2014-03-121-0/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | s390: Do not rely on magic indirect includesThomas Gleixner2014-03-041-0/+1
| * | | | s390: Cio: Use the core irq stats functionThomas Gleixner2014-03-041-4/+1
| | |_|/ | |/| |
* | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-011-1/+1
|\ \ \ \
| * | | | cputime: Default implementation of nsecs -> cputime conversionFrederic Weisbecker2014-03-131-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-03-314-49/+76
|\ \ \ \ | |_|_|/ |/| | |
| * | | s390: improve debug feature usageSebastian Ott2014-02-212-4/+3
| * | | s390/airq: add support for irq rangesMartin Schwidefsky2014-02-211-25/+41
| * | | s390/cio: fix irq stats for early interrupts on ccw consolesSebastian Ott2014-02-211-8/+14
| * | | s390/cio: reorder initialization of ccw consolesSebastian Ott2014-02-211-12/+17
| * | | s390/cio: fix driver callback initialization for ccw consolesSebastian Ott2014-02-211-1/+2
| | |/ | |/|
* | | s390/cio: Fix missing subchannels after CHPID configure onPeter Oberparleiter2014-02-211-0/+1
|/ /
* | s390/cio: improve cio_commit_configSebastian Ott2014-02-061-26/+14
* | s390/qdio: correct program-controlled interruption checkingUrsula Braun2014-01-291-1/+1
* | s390/qdio: for_each macro correctnessJose Alonso2014-01-291-8/+6
|/
* s390/qdio: bridgeport support - CHSC partEugene Crosser2014-01-143-1/+174
* s390/cio: use device_lock to synchronize calls to the ccwgroup driverSebastian Ott2013-12-161-6/+6
* s390/cio: use device_lock to synchronize calls to the ccw driverSebastian Ott2013-12-161-10/+6
* s390/cio: fix unlocked access of online memberSebastian Ott2013-12-161-4/+9
* s390/blacklist: Perform subchannel scan only when neededPeter Oberparleiter2013-12-161-3/+3
* s390/css: Prevent unnecessary allocation in subchannel loopPeter Oberparleiter2013-12-161-1/+9
* s390/cio: Delay scan for newly available I/O devicesPeter Oberparleiter2013-12-163-7/+9
* s390/cio: Relax subchannel scan loopPeter Oberparleiter2013-12-161-0/+3
* s390/cio: More efficient handling of CHPID availability eventsPeter Oberparleiter2013-12-161-36/+4
* s390/scm_block: do not hide eadm subchannel dependencySebastian Ott2013-11-152-53/+2
* s390/eadm_sch: improve quiesce handlingSebastian Ott2013-10-242-3/+28
* s390/bitops: rename find_first_bit_left() to find_first_bit_inv()Heiko Carstens2013-10-241-12/+7
* s390/s390dbf: use debug_level_enabled() where applicableHendrik Brueckner2013-10-242-8/+2
* s390/qdio: fix atomic_sub() misusageHeiko Carstens2013-10-241-1/+1
* s390/time: correct use of store clock fastMartin Schwidefsky2013-10-222-7/+7
* s390/cio: fix unlocked access of global bitmapSebastian Ott2013-08-301-0/+2
* s390/hibernate: add early resume functionSebastian Ott2013-08-301-2/+0
* s390: convert interrupt handling to use generic hardirqMartin Schwidefsky2013-08-223-28/+42
* s390/airq: introduce adapter interrupt vector helperMartin Schwidefsky2013-08-221-0/+153
* s390: replace strict_strtoul() with kstrtoul()Jingoo Han2013-08-224-4/+4
* s390/qdio: remove unused variableSebastian Ott2013-07-161-2/+2
* s390/airq: simplify adapter interrupt codeMartin Schwidefsky2013-06-262-128/+72
* s390/irq: store interrupt information in pt_regsMartin Schwidefsky2013-06-261-40/+28
* s390/chsc: Use snprintf instead of sprintfMichael Holzheu2013-06-261-6/+6
* s390/qdio: cleanup chsc SADC usageSebastian Ott2013-06-264-54/+73
* s390/qdio: cleanup chsc SSQD usageSebastian Ott2013-06-264-43/+58
* s390/cio: Introduce on-close CHSC IOCTLsMichael Holzheu2013-06-261-0/+94
* s390/cio: Make /dev/chsc a single-open deviceMichael Holzheu2013-06-261-1/+19
* s390/cio: Introduce generic synchronous CHSC IOCTLMichael Holzheu2013-06-262-7/+35
OpenPOWER on IntegriCloud