aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/sclp.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-25s390/sclp: replace deprecated strncpy with strtomemJustin Stitt1-1/+1
2023-09-19s390/ctlreg: add struct ctlregHeiko Carstens1-3/+3
2023-09-19s390/ctlreg: use local_ctl_load() and local_ctl_store() where possibleHeiko Carstens1-3/+3
2023-09-19s390/ctlreg: add local and system prefix to some functionsHeiko Carstens1-3/+3
2022-11-29s390/sclp: allow to change sclp_console_drop during runtimeHeiko Carstens1-1/+9
2022-11-29s390/sclp: convert to use sysfs_emit()Heiko Carstens1-3/+3
2022-11-29s390/sclp: use kstrobool() to parse sclp_con_drop parameterHeiko Carstens1-7/+2
2022-06-30s390/sclp: Fix typo in commentsJiang Jian1-1/+1
2022-03-27s390: cleanup timer API useYu Liao1-3/+1
2021-10-26s390/sclp: sort out physical vs virtual pointers usageAlexander Gordeev1-7/+7
2021-09-08s390/sclp: add __nonstring annotationHeiko Carstens1-1/+1
2021-08-25s390/sclp: add tracing of SCLP interactionsPeter Oberparleiter1-3/+227
2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-173/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-18s390/sclp: Remove sclp base power management supportPeter Oberparleiter1-173/+1
2021-04-07s390/sclp: use LIST_HEAD for InitializationVineeth Vijayan1-4/+2
2019-04-29s390/sclp: do not use static sccbsGerald Schaefer1-5/+9
2018-02-22s390/sclp: 32 bit event mask compatibility modeClaudio Imbrenda1-7/+16
2018-02-22s390/sclp: generic event mask accessorsClaudio Imbrenda1-13/+16
2018-02-22s390/sclp: clean up, use sccb_mask_t where appropriateClaudio Imbrenda1-3/+3
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-2/+2
2017-11-14s390/sclp: Convert timers to use timer_setup()Kees Cook1-19/+26
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-12s390: drivers: convert to use DRIVER_ATTR_RO/WOGreg Kroah-Hartman1-6/+6
2017-02-08s390/sclp: make early sclp code readableHeiko Carstens1-25/+0
2017-02-08s390/sclp: disable early sclp code as soon as the base sclp driver is activeHeiko Carstens1-7/+0
2016-01-11s390/sclp: fix possible control register corruptionHeiko Carstens1-3/+2
2015-07-22s390/sclp: Change SCLP console default buffer-full behaviorPeter Oberparleiter1-3/+3
2015-05-13s390/sclp: move sclp_facilities into "struct sclp"David Hildenbrand1-1/+1
2014-10-20s390: char: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-11s390/sclp: replace PTR_RET with PTR_ERR_OR_ZERODuan Jiong1-1/+1
2014-04-03s390/irq: Use defines for external interruption codesThomas Huth1-3/+3
2014-04-01s390/sclp: add timeout for queued requestsGerald Schaefer1-0/+82
2013-10-22s390/time: correct use of store clock fastMartin Schwidefsky1-2/+2
2013-09-04s390/irq: rework irq subclass handlingHeiko Carstens1-3/+3
2013-06-26s390/drivers: Cocci spatch "ptr_ret.spatch"Thomas Meyer1-1/+1
2013-06-26s390/sclp: Add SCLP character device driverMichael Holzheu1-5/+10
2013-06-26s390/sclp: add parameter to specify number of buffer pagesMartin Schwidefsky1-0/+69
2013-02-14s390/time: rename tod clock access functionsHeiko Carstens1-2/+2
2013-01-08s390/irq: remove split irq fields from /proc/statHeiko Carstens1-2/+2
2012-09-26s390/sclp: use -EOPNOTSUPP instead of -ENOSYSHeiko Carstens1-1/+1
2012-06-13KVM: s390: Perform early event mask processing during bootHeinz Graalfs1-10/+0
2012-03-11[S390] irq: external interrupt code passingHeiko Carstens1-2/+2
2011-05-26[S390] irq: merge irq.c and s390_ext.cHeiko Carstens1-1/+0
2011-05-26[S390] irq: fix service signal external interrupt handlingHeiko Carstens1-3/+3
2011-01-05[S390] sclp: use register_external_interrupt()Heiko Carstens1-9/+3
2011-01-05[S390] irq: have detailed statistics for interrupt typesHeiko Carstens1-1/+5
2010-10-25[S390] cleanup lowcore access from external interruptsMartin Schwidefsky1-7/+7
2010-10-07Fix IRQ flag handling namingDavid Howells1-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-06-16[S390] pm: power management support for SCLP drivers.Michael Holzheu1-30/+218
2009-02-19[S390] sclp: handle empty event buffersPeter Oberparleiter1-1/+4
2008-08-01[S390] nohz/sclp: disable timer on synchronous waits.Heiko Carstens1-2/+4
2008-07-14[S390] Remove P390 support.Heiko Carstens1-2/+0
2008-07-14[S390] Cleanup sclp printk messages.Martin Schwidefsky1-5/+3
2008-07-14[S390] sclp: keep facility mask up to date.Heiko Carstens1-0/+2
2008-02-19[S390] sclp: clean up send/receive naming schemePeter Oberparleiter1-6/+6
2007-10-12[S390] Get rid of a bunch of sparse warnings again.Heiko Carstens1-3/+2
2007-04-27[S390] sclp: fix coding style.Stefan Haberland1-1/+1
2007-04-27[S390] sclp: initialize early.Peter Oberparleiter1-0/+8
2007-02-05[S390] Avoid excessive inlining.Heiko Carstens1-1/+1
2007-02-05[S390] Convert memory detection into C code.Heiko Carstens1-6/+6
2007-02-05[S390] Small barrier() and cpu_relax() cleanup.Heiko Carstens1-1/+0
2007-02-05[S390] sclp: don't call local_bh_disable/_local_bh_enable if in_interrupt()Heiko Carstens1-2/+6
2007-02-05[S390] sclp: invalid handling of temporary 'not operational' statusPeter Oberparleiter1-21/+49
2006-10-06[S390] irq change build fixes.Heiko Carstens1-2/+2
2006-09-28[S390] Inline assembly cleanup.Martin Schwidefsky1-22/+9
2006-07-03[PATCH] lockdep: irqtrace subsystem, s390 supportHeiko Carstens1-4/+6
2006-02-11[PATCH] s390: fix sclp memory corruption in tty pages listPeter Oberparleiter1-8/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+915