summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* s390/vdso: convert vdso_init() to arch_initcallHeiko Carstens2021-02-092-4/+5
* s390/vdso: fix vdso data page definitionHeiko Carstens2021-02-091-2/+2
* s390/vdso: remove VDSO32_LBASE compat leftoverHeiko Carstens2021-02-091-2/+1
* s390/defconfig: add some NFT modulesHalil Pasic2021-02-092-0/+12
* s390/debug_config: enable kmemleak detectorMarc Hartmayer2021-02-091-0/+2
* s390/thread_info.h: fix task_struct declaration warningAlexander Egorenkov2021-02-091-0/+2
* s390: update defconfigsAlexander Egorenkov2021-02-092-2/+0
* s390: Simplify the calculation of variablesJiapeng Zhong2021-02-091-2/+1
* s390/ap: remove unneeded semicolonChengyang Fan2021-02-091-1/+1
* s390/pci: refactor zpci_create_device()Niklas Schnelle2021-02-094-57/+48
* s390/qdio: remove Input tasklet codeJulian Wiedmann2021-02-091-1/+1
* s390/crypto: improve retry logic in case of master key changeHarald Freudenberger2021-01-271-8/+20
* s390/pci: remove superfluous zdev->zbus checkNiklas Schnelle2021-01-271-1/+1
* s390: add missing include to arch/s390/kernel/signal.cSven Schnelle2021-01-271-0/+1
* s390: pass struct pt_regs instead of registers to syscallsSven Schnelle2021-01-193-51/+75
* s390: remove asmlinkageSven Schnelle2021-01-192-17/+17
* s390: convert to generic entrySven Schnelle2021-01-1939-920/+652
* s390: update defconfigsHeiko Carstens2021-01-193-0/+3
* s390/bitops: remove small optimization to fix clang buildHeiko Carstens2021-01-191-36/+0
* s390/atomic: remove small optimization to fix clang buildHeiko Carstens2021-01-191-20/+0
* s390/tlb: make cleared_pXs flags consistent with generic codeAlexander Gordeev2021-01-191-3/+2
* Merge tag 's390-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-01-024-21/+35
|\
| * s390/Kconfig: sort config S390 select list once againHeiko Carstens2020-12-301-14/+17
| * s390: update defconfigsHeiko Carstens2020-12-303-7/+18
* | local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-1/+0
|/
* Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-241-1/+1
|\
| * s390/irq: Use irq_desc_kstat_cpu() in show_msi_interrupt()Thomas Gleixner2020-12-151-1/+1
* | kasan, x86, s390: update undef CONFIG_KASANAndrey Konovalov2020-12-221-0/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-209-42/+45
|\ \
| * \ Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2020-12-152-3/+2
| |\ \
| * | | KVM: s390: track synchronous pfault events in kvm_statChristian Borntraeger2020-12-102-0/+3
| * | | s390/gmap: make gmap memcg awareChristian Borntraeger2020-12-101-15/+15
| * | | KVM: s390: Add memcg accounting to KVM allocationsChristian Borntraeger2020-12-107-27/+27
* | | | epoll: fix compat syscall wire up of epoll_pwait2Heiko Carstens2020-12-201-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-191-0/+1
|\ \ \ \
| * | | | epoll: wire up syscall epoll_pwait2Willem de Bruijn2020-12-191-0/+1
* | | | | Merge tag 's390-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-12-189-152/+41
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | s390/idle: allow arch_cpu_idle() to be kprobedHeiko Carstens2020-12-161-2/+0
| * | | | s390/idle: remove raw_local_irq_save()/restore() from arch_cpu_idle()Heiko Carstens2020-12-161-5/+2
| * | | | s390/idle: merge enabled_wait() and arch_cpu_idle()Heiko Carstens2020-12-162-13/+3
| * | | | s390/delay: remove udelay_simple()Heiko Carstens2020-12-164-32/+7
| * | | | s390/irq: select HAVE_IRQ_EXIT_ON_IRQ_STACKHeiko Carstens2020-12-161-0/+1
| * | | | s390/delay: simplify udelayHeiko Carstens2020-12-164-94/+23
| * | | | s390/test_unwind: use timer instead of udelayHeiko Carstens2020-12-161-14/+10
| * | | | s390/test_unwind: fix CALL_ON_STACK testsHeiko Carstens2020-12-161-2/+5
| * | | | s390: make calls to TRACE_IRQS_OFF/TRACE_IRQS_ON balancedHeiko Carstens2020-12-161-2/+2
| * | | | s390: always clear kernel stack backchain before calling functionsHeiko Carstens2020-12-161-6/+6
* | | | | Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-172-5/+20
|\ \ \ \ \
| * | | | | livepatch: Use the default ftrace_ops instead of REGS when ARGS is availableSteven Rostedt (VMware)2020-11-131-1/+4
| * | | | | ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-131-1/+3