summaryrefslogtreecommitdiff
path: root/drivers/s390
AgeCommit message (Expand)Author
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook
2017-11-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2017-11-16zfcp: purely mechanical update using timer API, plus blank linesSteffen Maier
2017-11-16s390/scsi: Convert timers to use timer_setup()Kees Cook
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-14s390/ap_bus: Convert timers to use timer_setup()Kees Cook
2017-11-14s390/sclp: Convert timers to use timer_setup()Kees Cook
2017-11-14s390/cio: Convert timers to use timer_setup()Kees Cook
2017-11-14s390: qdio: Convert timers to use timer_setup()Kees Cook
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2017-11-10Merge tag 'vfio-ccw-20171109' of git://git.kernel.org/pub/scm/linux/kernel/gi...Heiko Carstens
2017-11-09s390/zcrypt: Rework struct ap_qact_ap_info.Harald Freudenberger
2017-11-08s390/dasd: avoid calling do_gettimeofday()Arnd Bergmann
2017-11-08s390: vfio-ccw: Do not attempt to free no-op, test and tic cda.Jason J. Herne
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-03s390/qdio: sanitize put_indicatorSebastian Ott
2017-11-03s390/qdio: use atomic_cmpxchgSebastian Ott
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2017-10-26vmur: convert urdev.ref_count from atomic_t to refcount_tElena Reshetova
2017-10-23s390/zcrypt: Introduce QACT support for AP bus devices.Harald Freudenberger
2017-10-23s390/zcrypt: Enable special header file flag for AU CPRPHarald Freudenberger
2017-10-23s390/zcrypt: CEX6S exploitationHarald Freudenberger
2017-10-20s390/qeth: don't dump control cmd twiceJulian Wiedmann
2017-10-20s390/qeth: support GRO flush timerJulian Wiedmann
2017-10-20s390/qeth: try harder to get packets from RX bufferJulian Wiedmann
2017-10-20s390/qeth: consolidate skb allocationJulian Wiedmann
2017-10-20s390/qeth: clean up page frag creationJulian Wiedmann
2017-10-20s390/qeth: no VLAN support on OSMJulian Wiedmann
2017-10-20s390/qeth: don't verify device when setting MAC addressJulian Wiedmann
2017-10-20s390/qeth: clean up initial MTU determinationJulian Wiedmann
2017-10-20s390/qeth: fix early exit from error pathJulian Wiedmann
2017-10-20s390/qeth: use kstrtobool() in qeth_bridgeport_hostnotification_store()Andy Shevchenko
2017-10-20s390/qeth: remove duplicated device matchingJulian Wiedmann
2017-10-20s390/drivers: use setup_timerAllen Pais
2017-10-20s390/qeth: rely on kernel for feature recoveryJulian Wiedmann
2017-10-18s390/dasd: remove unused debug macrosSebastian Ott
2017-10-18s390/debug: improve debug_eventSebastian Ott
2017-10-16scsi: zfcp: fix erp_action use-before-initialize in REC action traceSteffen Maier
2017-10-16vfio: ccw: validate the count field of a ccw before pinningDong Jia Shi
2017-10-16vfio: ccw: bypass bad idaw address when fetching IDAL ccwsDong Jia Shi
2017-10-16s390/pkey: fix kzalloc-simple.cocci warningsVasyl Gomonovych
2017-10-05timer: Fix two mistakes in callback conversionsKees Cook
2017-10-05timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Kees Cook
2017-09-29s390/virtio: simplify MakefileHeiko Carstens