summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-1310-171/+161
|\ \
| * | tpm, tpm_tis: use ARRAY_SIZE() to define TPM_HID_USR_IDXJérémy Lefaure2017-10-181-1/+2
| * | tpm: fix duplicate inline declaration specifierRuben Roy2017-10-181-1/+1
| * | tpm: fix type of a local variables in tpm_tis_spi.cJarkko Sakkinen2017-10-181-7/+18
| * | tpm: fix type of a local variable in tpm2_map_command()Jarkko Sakkinen2017-10-181-2/+2
| * | tpm: fix type of a local variable in tpm2_get_cc_attrs_tbl()Jarkko Sakkinen2017-10-181-2/+2
| * | tpm-dev-common: Reject too short writesAlexander Steffen2017-10-181-0/+6
| * | tpm: React correctly to RC_TESTING from TPM 2.0 self testsAlexander Steffen2017-10-181-41/+11
| * | tpm: Use dynamic delay to wait for TPM 2.0 self test resultAlexander Steffen2017-10-181-8/+9
| * | tpm: Trigger only missing TPM 2.0 self testsAlexander Steffen2017-10-181-2/+2
| * | tpm_tis_spi: Use DMA-safe memory for SPI transfersAlexander Steffen2017-10-181-18/+27
| * | tpm/tpm_crb: Use start method value from ACPI table directlyJiandi An2017-10-181-30/+29
| * | tpm: constify transmit data pointersArnd Bergmann2017-10-184-19/+16
| * | tpm_tis: make array cmd_getticks static const to shrink object code sizeColin Ian King2017-10-181-1/+1
| * | tpm: migrate pubek_show to struct tpm_bufJarkko Sakkinen2017-10-122-52/+48
* | | Merge tag 'mmc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2017-11-1353-565/+3070
|\ \ \
| * | | sdhci-fujitsu: add support for setting the CMD_DAT_DELAY attributeArd Biesheuvel2017-11-071-0/+14
| * | | mmc: tmio: Replace msleep() of 20ms or less with usleep_range()Masaharu Hayakawa2017-11-071-7/+7
| * | | mmc: dw_mmc: Convert timers to use timer_setup()Kees Cook2017-11-021-14/+9
| * | | mmc: dw_mmc: Cleanup the DTO timer like the CTO oneDouglas Anderson2017-11-021-3/+52
| * | | Merge branch 'fixes' into nextUlf Hansson2017-11-021-13/+94
| |\ \ \