summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
Commit message (Expand)AuthorAgeFilesLines
* s390: preempt: Fix preempt_count initializationValentin Schneider2021-07-081-12/+4
* s390/linkage: increase asm symbols alignment to 16Vasily Gorbik2021-07-081-1/+1
* s390: rename CALL_ON_STACK_NORETURN() to call_on_stack_noreturn()Heiko Carstens2021-07-081-1/+1
* s390: add type checking to CALL_ON_STACK_NORETURN() macroHeiko Carstens2021-07-081-1/+3
* s390: remove old CALL_ON_STACK() macroHeiko Carstens2021-07-081-37/+0
* s390/softirq: use call_on_stack() macroHeiko Carstens2021-07-081-1/+1
* s390: introduce proper type handling call_on_stack() macroHeiko Carstens2021-07-081-0/+97
* s390/irq: inline do_softirq_own_stack()Heiko Carstens2021-07-081-0/+13
* s390/ap: get rid of register asm in ap_dqap()Harald Freudenberger2021-07-081-18/+24
* s390: rename PIF_SYSCALL_RESTART to PIF_EXECVE_PGSTE_RESTARTSven Schnelle2021-07-082-10/+10
* s390: move restart of execve() syscallSven Schnelle2021-07-081-0/+8
* s390/signal: remove sigreturn on stackSven Schnelle2021-07-081-1/+0
* s390/vdso: add minimal compat vdsoSven Schnelle2021-07-083-9/+19
* s390/vdso: rename VDSO64_LBASE to VDSO_LBASESven Schnelle2021-07-081-1/+1
* s390/vdso: always enable vdsoSven Schnelle2021-07-081-7/+4
* s390/ap: get rid of register asmHeiko Carstens2021-07-081-63/+87
* s390/ap: Rework ap_dqap to deal with messages greater than recv bufferHarald Freudenberger2021-07-081-7/+41
* s390/cpumf: Allow concurrent access for CPU Measurement Counter FacilityThomas Richter2021-07-051-22/+14
* s390/mcck: move register validation to C codeAlexander Gordeev2021-07-051-2/+0
* s390/boot: replace magic string check with a bootdata flagAlexander Egorenkov2021-07-051-0/+2
* s390/mcck: keep machine check interruption codes sortedAlexander Gordeev2021-07-051-1/+1
* s390/mcck: move storage error checks to assemblerAlexander Gordeev2021-07-051-0/+4
* s390: mm: Fix secure storage access exception handlingJanosch Frank2021-07-051-1/+7
* Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-07-0425-177/+302
|\
| * s390/string: get rid of register asmHeiko Carstens2021-06-281-24/+35
| * s390/cmpxchg: use register pair instead of register asmHeiko Carstens2021-06-282-33/+38
| * s390/timex: get rid of register asmHeiko Carstens2021-06-281-10/+16
| * s390/pci: add zpci_set_irq()/zpci_clear_irq()Niklas Schnelle2021-06-281-1/+6
| * s390/facility: get rid of register asmHeiko Carstens2021-06-181-5/+7
| * s390/uaccess: get rid of register asmHeiko Carstens2021-06-181-19/+17
| * s390/pgtable: use register pair instead of register asmHeiko Carstens2021-06-181-17/+13
| * s390/sigp: use register pair instead of register asmHeiko Carstens2021-06-181-6/+8
| * s390/checksum: use register pair instead of register asmHeiko Carstens2021-06-181-4/+6
| * s390/page: use register pair instead of register asmHeiko Carstens2021-06-181-6/+9
| * s390/bitops: use register pair instead of register asmHeiko Carstens2021-06-181-5/+5
| * s390: introduce register pair unionHeiko Carstens2021-06-181-0/+19
| * s390/irqflags: always inline arch irqflags functionsHeiko Carstens2021-06-181-8/+8
| * s390/processor: always inline stap() and __load_psw_mask()Heiko Carstens2021-06-181-2/+2
| * s390: setup kernel memory layout earlyVasily Gorbik2021-06-183-8/+7
| * s390/lowcore: remove superfluous __packed annotationsHeiko Carstens2021-06-071-2/+2
| * s390: use struct tpi_info in lowcore.hSven Schnelle2021-06-071-4/+9
| * s390: add struct tpi_info to struct pt_regsSven Schnelle2021-06-073-3/+16
| * s390/cio: add tpi.h header fileSven Schnelle2021-06-072-0/+21
| * s390/ccwgroup: use BUS_NOTIFY_UNBOUND_DRIVER to trigger ungroupingJulian Wiedmann2021-06-071-2/+1
| * s390/mm: ensure switch_mm() is executed with interrupts disabledAlexander Gordeev2021-06-071-2/+13
| * s390/ipl: make parameter area accessible via struct parmareaHeiko Carstens2021-06-071-0/+2
| * s390/traps: add struct to access transactional diagnostic blockSven Schnelle2021-06-072-2/+6
| * s390/irq: add union/struct to access external interrupt parametersSven Schnelle2021-06-071-2/+7
| * s390/facilities: move stfl information from lowcore to global dataSven Schnelle2021-06-072-10/+10
| * s390/entry: use assignment to read intcode / asm to copy gprsSven Schnelle2021-06-071-2/+1