summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio
Commit message (Expand)AuthorAgeFilesLines
* s390: add SMT supportMartin Schwidefsky2015-01-221-1/+1
* s390/cio: idset.c: remove some unused functionsRickard Strandqvist2015-01-082-22/+0
* s390/eadm: change timeout valueSebastian Ott2014-12-081-1/+1
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-155-8/+8
|\
| * s390: cio driver &__get_cpu_var replacementsChristoph Lameter2014-08-265-8/+8
* | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2014-10-141-2/+2
|\ \
| * | s390/cio: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-2/+2
| |/
* | s390/nohz: use a per-cpu flag for arch_needs_cpuMartin Schwidefsky2014-10-092-2/+2
|/
* s390/qdio: add helpers to manage qdio buffersSebastian Ott2014-07-221-0/+53
* s390/ccwgroup: use ccwgroup_ungroup wrapperSebastian Ott2014-06-161-12/+2
* s390/ccwgroup: fix an uninitialized return codeSebastian Ott2014-06-161-4/+5
* s390/ccwgroup: obtain extra reference for asynchronous processingSebastian Ott2014-06-161-1/+4
* qdio: Keep device-specific dbf entriesStefan Raspl2014-06-163-13/+77
* s390/cio: set device name as early as possibleSebastian Ott2014-06-161-35/+36
* s390/airq: silence lockdep warningSebastian Ott2014-06-101-7/+6
* s390/qdio: replace shift loop by ilog2Fabian Frederick2014-06-101-4/+3
* s390/cio: silence lockdep warningSebastian Ott2014-06-101-0/+2
* s390/lowcore: replace lowcore irb array with a per-cpu variableMartin Schwidefsky2014-05-286-8/+13
* s390/cio: remove weird assignment during argument evaluationSebastian Ott2014-05-271-1/+1
* s390/cio: fix multiple structure definitionsSebastian Ott2014-05-204-15/+13
* 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
OpenPOWER on IntegriCloud