summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* s390/irq: Use defines for external interruption codesThomas Huth2014-04-033-6/+6
* s390/sclp: add timeout for queued requestsGerald Schaefer2014-04-013-4/+104
* lcs: Add missing destroy_timer_on_stack()Thomas Gleixner2014-04-011-0/+1
* s390/tape: Add missing destroy_timer_on_stack()Thomas Gleixner2014-04-011-0/+1
* s390/tape: Use del_timer_sync()Thomas Gleixner2014-04-011-1/+1
* s390/3270: fix crash with multiple reset device requestsMartin Schwidefsky2014-04-011-3/+6
* s390/zcrypt: add length check for aligned data to avoid overflow in msg-type 6Ingo Tuchscherer2014-04-012-4/+18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-03-3110-64/+146
|\
| * s390/con3270: optionally disable auto updateMartin Schwidefsky2014-03-263-0/+17
| * s390/smp: limit number of cpus in possible cpu maskHeiko Carstens2014-03-171-2/+21
| * s390/sclp_early: Return correct HSA block count also for zeroMichael Holzheu2014-02-241-3/+5
| * s390: improve debug feature usageSebastian Ott2014-02-213-6/+5
| * 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-213-14/+32
| * s390/cio: fix driver callback initialization for ccw consolesSebastian Ott2014-02-215-9/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-03-043-2/+9
|\ \
| * | qeth: postpone freeing of qdio memoryUrsula Braun2014-02-253-2/+9
| |/
* | s390/cio: Fix missing subchannels after CHPID configure onPeter Oberparleiter2014-02-211-0/+1
* | s390/zcrypt: additional check to avoid overflow in msg-type 6 requestsIngo Tuchscherer2014-02-121-1/+23
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-02-113-35/+21
|\
| * 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
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-311-2/+9
|\ \
| * \ Merge tag 'kvm-s390-20140117' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-01-231-2/+9
| |\ \
| | * | KVM: s390: virtio-ccw: Handle command rejects.Cornelia Huck2014-01-171-2/+9
* | | | Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-307-67/+69
|\ \ \ \
| * \ \ \ Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-313-4/+4
| |\ \ \ \
| * | | | | block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-237-61/+61
| * | | | | block: Abstract out bvec iteratorKent Overstreet2013-11-232-6/+8
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-01-294-21/+51
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | qeth: fix build of s390 allmodconfigEugene Crosser2014-01-294-21/+51
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-01-283-4/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | s390/hypfs: add interface for diagnose 0x304Martin Schwidefsky2014-01-241-0/+5
| * | | | | s390/xpram: don't modify module parametersSebastian Ott2014-01-221-2/+3
| * | | | | s390/vmur: Link parent CCW device during UR device creationHendrik Brueckner2014-01-221-2/+2
| | |_|/ / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-259-53/+1194
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | qeth: bridgeport support - address notificationsEugene Crosser2014-01-156-0/+339
| * | | | s390/qdio: bridgeport support - CHSC partEugene Crosser2014-01-153-1/+174
| * | | | qeth: bridgeport support - basic controlEugene Crosser2014-01-158-2/+664
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-1/+1
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-182-4/+2
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | qeth: Accurate ethtool outputEugene Crosser2013-12-173-49/+185
| * | | | | netiucv: improve state checking in conn_action_txdoneUrsula Braun2013-12-171-2/+6
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-01-2024-152/+755
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | s390: Fix misspellings using 'codespell' toolHendrik Brueckner2014-01-162-2/+2
| * | | | s390/qdio: bridgeport support - CHSC partEugene Crosser2014-01-143-1/+174
| * | | | s390/zcrypt: add support for EP11 coprocessor cardsIngo Tuchscherer2013-12-1811-14/+467
| * | | | s390/cio: use device_lock to synchronize calls to the ccwgroup driverSebastian Ott2013-12-161-6/+6
OpenPOWER on IntegriCloud