summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | s390/qeth: simplify L3 sysfs group managementJulian Wiedmann2017-09-181-33/+12
| * | | | s390/qeth: don't take queue lock in send_packet_fast()Julian Wiedmann2017-09-184-22/+9
| * | | | s390/qeth: remove unused code in qdio_establish_cq()Julian Wiedmann2017-09-181-1/+0
| * | | | s390/qeth: add VNICC get/set timeout supportHans Wippel2017-09-185-5/+190
| * | | | s390/qeth: add VNICC enable/disable supportHans Wippel2017-09-185-14/+392
| * | | | s390/qeth: add basic VNICC supportHans Wippel2017-09-184-4/+172
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-134-23/+14
|\ \ \ \ \
| * | | | | timer: Fix two mistakes in callback conversionsKees Cook2017-10-051-1/+0
| * | | | | timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Kees Cook2017-10-054-22/+14
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-1332-828/+327
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge tag 'vfio-ccw-20171109' of git://git.kernel.org/pub/scm/linux/kernel/gi...Heiko Carstens2017-11-101-0/+2
| |\ \ \ \
| | * | | | s390: vfio-ccw: Do not attempt to free no-op, test and tic cda.Jason J. Herne2017-11-081-0/+2
| * | | | | s390/zcrypt: Rework struct ap_qact_ap_info.Harald Freudenberger2017-11-092-21/+21
| * | | | | s390/dasd: avoid calling do_gettimeofday()Arnd Bergmann2017-11-081-8/+8
| |/ / / /
| * | | | s390/qdio: sanitize put_indicatorSebastian Ott2017-11-031-4/+2
| * | | | s390/qdio: use atomic_cmpxchgSebastian Ott2017-11-031-3/+1
| * | | | vmur: convert urdev.ref_count from atomic_t to refcount_tElena Reshetova2017-10-262-5/+7
| * | | | s390/zcrypt: Introduce QACT support for AP bus devices.Harald Freudenberger2017-10-235-15/+116
| * | | | s390/zcrypt: Enable special header file flag for AU CPRPHarald Freudenberger2017-10-231-1/+2
| * | | | s390/zcrypt: CEX6S exploitationHarald Freudenberger2017-10-234-15/+40
| * | | | s390/dasd: remove unused debug macrosSebastian Ott2017-10-181-16/+0
| * | | | s390/debug: improve debug_eventSebastian Ott2017-10-185-41/+7
| * | | | vfio: ccw: validate the count field of a ccw before pinningDong Jia Shi2017-10-161-1/+17
| * | | | vfio: ccw: bypass bad idaw address when fetching IDAL ccwsDong Jia Shi2017-10-161-4/+0
| * | | | s390/pkey: fix kzalloc-simple.cocci warningsVasyl Gomonovych2017-10-161-2/+1
| * | | | s390/virtio: simplify MakefileHeiko Carstens2017-09-291-2/+1
| * | | | s390/virtio: remove the old KVM virtio transportThomas Huth2017-09-292-518/+0
| * | | | s390/ccwgroup: tie a ccwgroup driver to its ccw driverJulian Wiedmann2017-09-294-0/+9
| * | | | s390/sclp: Use setup_timer and mod_timerHimanshu Jha2017-09-282-10/+4
| * | | | s390/zcrypt: Explicitly check input data length.Harald Freudenberger2017-09-281-3/+3
| * | | | s390/cmf: use tod_to_ns()Sebastian Ott2017-09-281-5/+3
| * | | | s390/cmf: avg_utilizationSebastian Ott2017-09-281-23/+35
| * | | | s390/cmf: read from hw bufferSebastian Ott2017-09-281-31/+14
| * | | | s390/cmf: simplify copy_blockSebastian Ott2017-09-281-17/+3
| * | | | s390/cmf: simplify cmb_copy_waitSebastian Ott2017-09-281-49/+23
| * | | | s390/cmf: simplify set_schib_waitSebastian Ott2017-09-281-47/+23
| * | | | s390/cmf: set_schib_wait add timeoutSebastian Ott2017-09-281-7/+8
| * | | | s390/char: fix cdev_add usageJean Delvare2017-09-283-6/+3
| |/ / /
* | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02141-0/+141
|\ \ \ \ | |_|_|/ |/| | |
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02141-0/+141
| |/ /
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-10-283-7/+21
|\ \ \ | |/ / |/| |
| * | scsi: zfcp: fix erp_action use-before-initialize in REC action traceSteffen Maier2017-10-163-7/+21
| |/
* | s390/cio: recover from bad pathsSebastian Ott2017-09-194-3/+24
* | s390/scm_blk: consistently use blk_status_t as error typeSebastian Ott2017-09-191-3/+3
* | s390/dasd: fix race during dasd initializationStefan Haberland2017-09-131-3/+9
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-09-127-227/+262
|\
| * s390/dasd: blk-mq conversionStefan Haberland2017-09-083-165/+193
| * s390/zcrypt: externalize AP queue interrupt controlHarald Freudenberger2017-09-062-4/+29
| * s390/zcrypt: externalize AP config info queryHarald Freudenberger2017-09-062-16/+16
| * s390/zcrypt: externalize test AP queueTony Krowiak2017-09-063-42/+24
OpenPOWER on IntegriCloud