aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-12s390/entry: fix duplicate tracking of irq nesting levelSven Schnelle1-4/+5
2021-10-26s390: add support for BEAR enhancement facilitySven Schnelle1-2/+8
2021-08-05s390: replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior1-2/+2
2021-07-08s390/irq: use call_on_stack() macroHeiko Carstens1-3/+5
2021-07-08s390/irq: simplify on_async_stack()Heiko Carstens1-1/+1
2021-07-08s390/irq: inline do_softirq_own_stack()Heiko Carstens1-8/+0
2021-07-08s390/irq: simplify do_softirq_own_stack()Heiko Carstens1-11/+1
2021-06-07s390: use struct tpi_info in lowcore.hSven Schnelle1-2/+2
2021-06-07s390/irq: add union/struct to access external interrupt parametersSven Schnelle1-1/+1
2021-04-05s390/irq: fix reading of ext_params2 field from lowcoreHeiko Carstens1-1/+1
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2021-02-10softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner1-0/+1
2021-01-19s390: convert to generic entrySven Schnelle1-5/+84
2020-12-15s390/irq: Use irq_desc_kstat_cpu() in show_msi_interrupt()Thomas Gleixner1-1/+1
2020-03-11s390/irq: make init_ext_interrupts staticHeiko Carstens1-9/+9
2020-03-11s390/irq: replace setup_irq() by request_irq()afzal mohammed1-6/+2
2019-05-02s390/unwind: introduce stack unwind APIMartin Schwidefsky1-0/+1
2019-04-29s390/pci: gather statistics for floating vs directed irqsSebastian Ott1-1/+2
2019-04-29s390: show statistics for MSI IRQsSebastian Ott1-9/+38
2019-02-05KVM: s390: add gib_alert_irq_handler()Michael Mueller1-0/+1
2018-10-09s390: unify stack size definitionsVasily Gorbik1-1/+1
2018-10-09s390: add support for virtually mapped kernel stacksMartin Schwidefsky1-1/+1
2018-10-09s390: add stack switch helperMartin Schwidefsky1-9/+1
2018-05-07s390: remove indirect branch from do_softirq_own_stackMartin Schwidefsky1-3/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-26s390/time: add support for the TOD clock epoch extensionMartin Schwidefsky1-1/+2
2017-02-17s390: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+2
2016-11-23s390/thread_info: get rid of THREAD_ORDER defineHeiko Carstens1-1/+1
2016-06-13s390: use SPARSE_IRQSebastian Ott1-3/+4
2016-02-23s390: add current_stack_pointer() helper functionHeiko Carstens1-2/+1
2015-11-03s390: remove runtime instrumentation interruptsMartin Schwidefsky1-1/+0
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2015-03-25s390/irq: enforce correct irqclass_sub_desc array sizeHeiko Carstens1-1/+2
2015-02-28s390: remove claw driverUrsula Braun1-1/+0
2014-11-18s390/irq: use irq 0Sebastian Ott1-4/+1
2014-10-09s390/nohz: use a per-cpu flag for arch_needs_cpuMartin Schwidefsky1-1/+1
2014-09-25s390/hmcdrv: HMC drive CD/DVD accessRalf Hoppe1-0/+1
2014-07-28s390/irq: improve displayed interrupt order in /proc/interruptsHendrik Brueckner1-45/+50
2014-05-16s390: Avoid call to irq_reserve_irqs()Thomas Gleixner1-1/+5
2014-05-16s390: Remove pointless arch_show_interrupts()Thomas Gleixner1-5/+0
2014-04-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-5/+5
2014-04-03s390/irq: Use defines for external interruption codesThomas Huth1-5/+5
2014-04-02Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2014-03-04s390: Do not rely on magic indirect includesThomas Gleixner1-0/+1
2014-03-04virtio-ccw: virtio-ccw adapter interrupt support.Cornelia Huck1-0/+1
2013-10-01irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker1-31/+21
2013-09-09s390/irq: reduce size of external interrupt handler hash arrayHeiko Carstens1-2/+4
2013-09-07s390: make various functions static, add declarations to header filesHeiko Carstens1-1/+1
2013-09-04s390/irq: rework irq subclass handlingHeiko Carstens1-39/+16
2013-09-04s390/irq: use hlists for external interrupt handler arrayHeiko Carstens1-12/+12