aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/cio.c
AgeCommit message (Expand)AuthorFilesLines
12 dayss390/irq: Set CIF_NOHZ_DELAY in do_io_irq()Sven Schnelle1-1/+0
2024-03-13s390/cio: use new address translation helpersHeiko Carstens1-2/+2
2023-12-12s390/cio: make sch->lock spinlock pointer a memberHalil Pasic1-3/+3
2022-12-01s390/cio: sort out physical vs virtual pointers usageAlexander Gordeev1-7/+7
2021-06-07s390: add struct tpi_info to struct pt_regsSven Schnelle1-1/+1
2020-03-11s390/irq: replace setup_irq() by request_irq()afzal mohammed1-6/+2
2019-04-29s390: show statistics for MSI IRQsSebastian Ott1-1/+1
2018-07-17s390/css: reduce stsch callsSebastian Ott1-59/+6
2018-07-17s390/css: validate subchannel prior to allocationSebastian Ott1-26/+14
2018-04-10s390: assume diag308 set always worksVasily Gorbik1-224/+0
2018-04-10s390/ipl: rely on diag308 store to get ipl infoVasily Gorbik1-33/+0
2018-02-05s390/cio: fix kernel-doc usageSebastian Ott1-1/+1
2017-11-24s390: cio: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-03-31s390: cio: export more interfacesDong Jia Shi1-0/+10
2017-03-31s390: cio: introduce cio_cancel_halt_clearDong Jia Shi1-0/+59
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar1-1/+1
2016-03-07s390: Use pr_warn instead of pr_warningJoe Perches1-1/+1
2015-12-18s390/cio: Introduce common I/O layer tracepointsPeter Oberparleiter1-0/+2
2015-12-18s390/cio: Remove unused inline assembliesPeter Oberparleiter1-12/+12
2015-11-27s390: Delete unnecessary checks before the function call "debug_unregister"Markus Elfring1-6/+3
2015-11-27s390/dump: rework CPU register dump codeMartin Schwidefsky1-1/+1
2015-11-11s390: add support for ipl devices in subchannel sets > 0Sebastian Ott1-0/+14
2015-11-03s390/cio: de-duplicate subchannel validationPierre Morel1-23/+4
2015-10-27s390/nmi: remove castsHeiko Carstens1-3/+3
2015-03-25s390: remove 31 bit supportHeiko Carstens1-2/+0
2015-01-22s390: add SMT supportMartin Schwidefsky1-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2014-10-09s390/nohz: use a per-cpu flag for arch_needs_cpuMartin Schwidefsky1-1/+1
2014-08-26s390: cio driver &__get_cpu_var replacementsChristoph Lameter1-3/+3
2014-06-10s390/cio: silence lockdep warningSebastian Ott1-0/+2
2014-05-28s390/lowcore: replace lowcore irb array with a per-cpu variableMartin Schwidefsky1-3/+6
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+2
2014-04-01Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2014-03-13cputime: Default implementation of nsecs -> cputime conversionFrederic Weisbecker1-1/+1
2014-03-04s390: Do not rely on magic indirect includesThomas Gleixner1-0/+1
2014-03-04s390: Cio: Use the core irq stats functionThomas Gleixner1-4/+1
2014-02-21s390: improve debug feature usageSebastian Ott1-2/+2
2014-02-06s390/cio: improve cio_commit_configSebastian Ott1-26/+14
2013-10-22s390/time: correct use of store clock fastMartin Schwidefsky1-2/+2
2013-08-22s390: convert interrupt handling to use generic hardirqMartin Schwidefsky1-23/+23
2013-06-26s390/irq: store interrupt information in pt_regsMartin Schwidefsky1-40/+28
2013-04-26s390/cio: fix irq statisticsSebastian Ott1-0/+1
2013-04-17s390/css: move subchannel lock allocationSebastian Ott1-25/+4
2013-04-17s390/css: introduce cio_register_early_subchannelsSebastian Ott1-2/+9
2013-04-17s390/cio: get rid of static console subchannelSebastian Ott1-77/+34
2013-04-17s390/cio: wait_cons_dev don't use static variableSebastian Ott1-18/+2
2013-02-14s390/time: rename tod clock access functionsHeiko Carstens1-2/+2
2013-01-08s390/irq: remove split irq fields from /proc/statHeiko Carstens1-4/+4
2013-01-08s390/irq: enable irq sum accounting for /proc/stat againHeiko Carstens1-1/+1
2012-09-26s390: add uninitialized_var() to suppress false positive compiler warningsHeiko Carstens1-1/+1
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-2/+1
2012-05-16s390: remove superfluous tpi from wait_cons_devMartin Schwidefsky1-54/+19
2012-03-11[S390] rework idle codeMartin Schwidefsky1-2/+0
2011-10-30[S390] kdump backend codeMichael Holzheu1-1/+1
2011-10-30[S390] fix mismatch in summation of I/O IRQ statisticsPeter Oberparleiter1-3/+14
2011-09-26[S390] cio: fix cio_tpi ignoring adapter interruptsPeter Oberparleiter1-2/+6
2011-03-15[S390] cio: move options to io_sch_privateSebastian Ott1-26/+11
2011-03-15[S390] remove superfluous check from do_IRQSebastian Ott1-5/+1
2010-12-17drivers: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter1-1/+1
2010-05-17[S390] idle time accounting vs. machine checksMartin Schwidefsky1-1/+2
2010-04-22[S390] cio: use exception-save stschSebastian Ott1-9/+9
2010-02-26[S390] Cleanup struct _lowcore usage and defines.Heiko Carstens1-6/+6
2010-02-26[S390] add MACHINE_IS_LPAR flagMartin Schwidefsky1-1/+1
2009-11-05nohz: Introduce arch_needs_cpuMartin Schwidefsky1-0/+1
2009-09-11[S390] cio: remove subchannel init_nameSebastian Ott1-7/+0
2009-09-11[S390] cio: fix memleak in subchannel validationSebastian Ott1-5/+0
2009-09-11[S390] cio: increase trace levelSebastian Ott1-29/+15
2009-06-12[S390] ftrace: add function graph tracer supportHeiko Carstens1-2/+2
2009-06-12[S390] merge cpu.h into cputime.hMartin Schwidefsky1-1/+1
2009-03-26[S390] cio: Try harder to disable subchannel.Cornelia Huck1-8/+10
2009-03-26[S390] split/move machine check handler codeHeiko Carstens1-1/+2
2009-01-08fix similar typos to successfullColy Li1-1/+1
2008-12-31[PATCH] improve idle cputime accountingMartin Schwidefsky1-1/+1
2008-12-25[S390] convert cio printks to pr_xxx macros.Michael Ernst1-1/+4
2008-12-25[S390] cio: introduce cio_commit_configSebastian Ott1-61/+73
2008-12-25[S390] cio: introduce cio_update_schibSebastian Ott1-12/+35
2008-12-25[S390] cio: get rid of compile warningHeiko Carstens1-38/+37
2008-10-10[S390] Move private simple udelay function to arch/s390/lib/delay.c.Heiko Carstens1-15/+2
2008-10-10[S390] cio: fix cio_tpi.Heiko Carstens1-2/+6
2008-10-10[S390] cio: inline assembly cleanupPeter Oberparleiter1-1/+1
2008-10-10[S390] bus_id -> dev_set_name() for css and ccw bussesCornelia Huck1-2/+11
2008-10-10[S390] bus_id -> dev_name conversionsKay Sievers1-8/+8
2008-09-16[S390] cio: fix orb initialization in cio_start_keyStefan Weinhuber1-0/+1
2008-09-09[S390] cio: handle ssch() return codes correctly.Cornelia Huck1-1/+3
2008-07-14[S390] Cleanup cio printk messages.Michael Ernst1-2/+1
2008-07-14[S390] cio: Add chsc subchannel driver.Cornelia Huck1-0/+9
2008-07-14[S390] cio: Use isc_{register,unregister}.Cornelia Huck1-2/+3
2008-07-14[S390] cio: Allow adapter interrupt handlers per isc.Cornelia Huck1-1/+1
2008-07-14[S390] cio: Introduce abstract isc definitions.Cornelia Huck1-6/+7
2008-07-14[S390] cio: provide functions for fcx enabled I/OPeter Oberparleiter1-11/+70
2008-07-14[S390] cio: introduce fcx enabled scsw formatPeter Oberparleiter1-7/+7
2008-07-14[S390] cio: Base message subchannel handling.Cornelia Huck1-6/+24
2008-07-14[S390] cio: Export some symbols for modular css drivers.Cornelia Huck1-6/+10
2008-07-14[S390] cio: Rework css driver.Cornelia Huck1-0/+1
2008-07-14[S390] cio: Register all subchannels.Cornelia Huck1-75/+51
2008-07-14[S390] cio: Clear correct bit in cio_release_console().Cornelia Huck1-1/+1
2008-06-10[S390] cio: Fix inverted isc priorities.Cornelia Huck1-9/+11
2008-05-07[S390] cio: Remove cio_msg kernel parameter.Michael Ernst1-29/+10
2008-04-30[S390] cio: Make isc handling more robust.Cornelia Huck1-5/+4
2008-04-17[S390] Fix a lot of sparse warnings.Heiko Carstens1-7/+11
2008-04-17[S390] Convert s390 to GENERIC_CLOCKEVENTS.Heiko Carstens1-6/+3
2008-04-17[S390] Convert monitor calls to function calls.Heiko Carstens1-1/+2
2008-01-26[S390] usage of s390dbf: shrink number of debug areas to use.Peter Tiedemann1-3/+3
2008-01-26[S390] cio: memory leak in cio processingMichael Ernst1-2/+5
2008-01-26[S390] cio: I/O subchannel specific fields.Cornelia Huck1-12/+12
2008-01-26[S390] cio: Extend adapter interrupt interface.Peter Oberparleiter1-1/+1
2008-01-26[S390] cio: Introduce subchannel->private.Cornelia Huck1-17/+26
2008-01-26[S390] cio: Cleanup debug feature usage.Cornelia Huck1-20/+18
2008-01-26[S390] cio: css_driver: Use consistent parameters.Cornelia Huck1-2/+2
2007-10-12[S390] cio: Disable channel measurements (cmf) on shutdown/reboot.Cornelia Huck1-0/+5
2007-07-27[S390] cio: Clean up messages.Cornelia Huck1-7/+6
2007-04-27[S390] cio: Channel-path configure function.Peter Oberparleiter1-0/+1
2007-04-27[S390] cio: Introduce separate files for channel-path related code.Peter Oberparleiter1-3/+5
2007-04-27[S390] cio: Introduce struct chp_id.Peter Oberparleiter1-1/+4
2007-04-27[S390] cio/ipl: Clean interface between cio and ipl code.Heiko Carstens1-28/+10
2007-02-21[S390] nss: Free unused memory in kernel image.Heiko Carstens1-1/+1
2007-02-21[S390] New header file ipl.hMichael Holzheu1-0/+1
2007-02-05[S390] Avoid excessive inlining.Heiko Carstens1-4/+4
2007-02-05[S390] Convert memory detection into C code.Heiko Carstens1-5/+5
2007-02-05[S390] ETR support.Martin Schwidefsky1-2/+15
2007-02-05[S390] cio: Don't spam debug feature.Cornelia Huck1-1/+1
2007-01-09[S390] cio: use barrier() in stsch_reset.Heiko Carstens1-8/+4
2006-12-28[S390] cio: fix stsch_reset.Michael Holzheu1-3/+10
2006-12-15[S390] Fix reboot hang on LPARsMichael Holzheu1-2/+23
2006-12-08[S390] Support for disconnected devices reappearing on another subchannel.Cornelia Huck1-1/+5
2006-12-08[S390] subchannel lock conversion.Cornelia Huck1-17/+41
2006-12-04[S390] Reset infrastructure for re-IPL.Heiko Carstens1-28/+100
2006-10-11[S390] irq change improvements.Heiko Carstens1-2/+2
2006-10-06[S390] irq change build fixes.Heiko Carstens1-1/+5
2006-09-20[S390] cio: always query all paths on path verification.Peter Oberparleiter1-4/+1
2006-09-20[S390] cio: update path groups on logical CHPID changes.Peter Oberparleiter1-1/+1
2006-09-20[S390] convert some assembler to C.Heiko Carstens1-2/+36
2006-09-20[S390] ipl/dump on panic.Michael Holzheu1-10/+40
2006-07-12[S390] Fix sparse warnings.Heiko Carstens1-1/+1
2006-07-12[S390] path grouping and path verifications fixes.Cornelia Huck1-0/+1
2006-07-12[S390] subchannel register/unregister mutex.Cornelia Huck1-0/+1
2006-07-03[PATCH] lockdep: irqtrace subsystem, s390 supportHeiko Carstens1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-11[PATCH] s390: increase cio_trace debug event sizePeter Oberparleiter1-1/+1
2006-02-01[PATCH] s390: Remove CVS generated informationHeiko Carstens1-1/+0
2006-01-14[PATCH] s390: email-address changeCornelia Huck1-2/+2
2006-01-06[PATCH] s390: cleanup KconfigMartin Schwidefsky1-1/+1
2006-01-06[PATCH] s390: multiple subchannel sets supportCornelia Huck1-14/+21
2006-01-06[PATCH] s390: introduce for_each_subchannelCornelia Huck1-36/+43
2006-01-06[PATCH] s390: introduce struct subchannel_idCornelia Huck1-39/+45
2005-09-05[PATCH] s390: reIPL fix and extern/static inlineCornelia Huck1-3/+4
2005-06-25[PATCH] s390: debug feature changesMichael Holzheu1-4/+4
2005-05-01[PATCH] s390: default storage keyPeter Oberparleiter1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+860