summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/entry.S
AgeCommit message (Expand)Author
2018-07-11s390: Correct register corruption in critical section cleanupChristian Borntraeger
2018-05-26s390: move expoline assembler macros to a headerMartin Schwidefsky
2018-04-29s390/entry.S: fix spurious zeroing of r0Christian Borntraeger
2018-04-29s390: do not bypass BPENTER for interrupt system callsMartin Schwidefsky
2018-04-29s390: introduce execute-trampolines for branchesMartin Schwidefsky
2018-04-29s390: run user space and KVM guests with modified branch predictionMartin Schwidefsky
2018-04-29s390: add options to change branch prediction behaviour for the kernelMartin Schwidefsky
2018-04-29s390: scrub registers on kernel entry and KVM exitMartin Schwidefsky
2017-06-17s390/kvm: do not rely on the ILC on kvm host protection faulsChristian Borntraeger
2017-05-25s390/cputime: fix incorrect system timeMartin Schwidefsky
2016-04-12s390: fix floating pointer register corruption (again)Martin Schwidefsky
2015-10-14s390/udelay: make udelay have busy loop semanticsHeiko Carstens
2015-10-14s390/cpumf: rework program parameter setting to detect guest samplesChristian Borntraeger
2015-10-14s390/entry: add assembler macro to conveniently tests under maskHendrik Brueckner
2015-10-14s390/fpu: add static FPU save area for init_taskHendrik Brueckner
2015-10-14s390/fpu: always enable the vector facility if it is availableHendrik Brueckner
2015-09-30s390/vtime: correct scaled cputime of partially idle CPUsMartin Schwidefsky
2015-09-17s390: fix floating point register corruptionHeiko Carstens
2015-08-03KVM: s390: use pid of cpu thread for sampling taggingChristian Borntraeger
2015-08-03s390/kernel: remove save_fpu_regs() parameter and use __LC_CURRENT insteadHendrik Brueckner
2015-07-22s390/nmi: use the normal asynchronous stack for machine checksMartin Schwidefsky
2015-07-22s390/kernel: squeeze a few more cycles out of the system call handlerMartin Schwidefsky
2015-07-22s390/kvm: integrate HANDLE_SIE_INTERCEPT into cleanup_criticalMartin Schwidefsky
2015-07-22s390/kvm: fix interrupt race with HANDLE_SIE_INTERCEPTMartin Schwidefsky
2015-07-22s390/kernel: lazy restore fpu registersHendrik Brueckner
2015-07-20s390: adapt entry.S to the move of thread_structMartin Schwidefsky
2015-05-08KVM: s390: make exit_sie_sync more robustChristian Borntraeger
2015-03-25s390: remove 31 bit syscallsHeiko Carstens
2015-03-25s390: remove "64" suffix from a couple of filesHeiko Carstens
2015-03-25s390: remove 31 bit supportHeiko Carstens
2014-12-08s390: use local symbol names in entry[64].SMartin Schwidefsky
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds
2014-05-20s390: split TIF bits into CIF, PIF and TIF bitsMartin Schwidefsky
2014-05-20s390/uaccess: simplify control register updatesMartin Schwidefsky
2014-04-22s390: rename and split lowcore field per_perc_atmidJens Freimann
2014-04-03s390/uaccess: rework uaccess code - fix locking issuesHeiko Carstens
2014-02-21s390/mm,tlb: race of lazy TLB flush vs. recreation of TLB entriesMartin Schwidefsky
2013-09-30s390: fix system call restart after inferior callMartin Schwidefsky
2013-08-28s390/time: return with irqs disabled from psw_idleMartin Schwidefsky
2013-08-22s390: convert interrupt handling to use generic hardirqMartin Schwidefsky
2013-06-26s390/irq: store interrupt information in pt_regsMartin Schwidefsky
2013-04-26s390: system call path micro optimizationMartin Schwidefsky
2013-04-26s390: lowcore stack pointer offsetsMartin Schwidefsky
2013-03-05s390: critical section cleanup vs. machine checksMartin Schwidefsky
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2012-11-23s390/ptrace: race of single stepping vs signal deliveryMartin Schwidefsky
2012-10-29s390: switch to saner kernel_execve() semanticsAl Viro
2012-09-30s390: convert to generic kernel_execve()Al Viro
2012-09-30s390: fold kernel_thread_helper() into ret_from_fork()Al Viro
2012-09-30s390: fold execve_tail() into start_thread(), convert to generic sys_execve()Al Viro