aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/entry.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-27s390/spinlock: do not yield to a CPU in udelay/mdelayMartin Schwidefsky1-0/+2
2015-10-14s390/udelay: make udelay have busy loop semanticsHeiko Carstens1-0/+4
2015-10-14s390/cpumf: rework program parameter setting to detect guest samplesChristian Borntraeger1-16/+12
2015-10-14s390/entry: add assembler macro to conveniently tests under maskHendrik Brueckner1-41/+65
2015-10-14s390/fpu: add static FPU save area for init_taskHendrik Brueckner1-4/+0
2015-10-14s390/fpu: always enable the vector facility if it is availableHendrik Brueckner1-81/+21
2015-09-30s390/vtime: correct scaled cputime of partially idle CPUsMartin Schwidefsky1-1/+29
2015-09-17s390: fix floating point register corruptionHeiko Carstens1-0/+2
2015-08-03KVM: s390: use pid of cpu thread for sampling taggingChristian Borntraeger1-1/+1
2015-08-03s390/kernel: remove save_fpu_regs() parameter and use __LC_CURRENT insteadHendrik Brueckner1-18/+18
2015-07-22s390/nmi: use the normal asynchronous stack for machine checksMartin Schwidefsky1-16/+9
2015-07-22s390/kernel: squeeze a few more cycles out of the system call handlerMartin Schwidefsky1-41/+34
2015-07-22s390/kvm: integrate HANDLE_SIE_INTERCEPT into cleanup_criticalMartin Schwidefsky1-118/+123
2015-07-22s390/kvm: fix interrupt race with HANDLE_SIE_INTERCEPTMartin Schwidefsky1-10/+4
2015-07-22s390/kernel: lazy restore fpu registersHendrik Brueckner1-6/+305
2015-07-20s390: adapt entry.S to the move of thread_structMartin Schwidefsky1-4/+9
2015-05-08KVM: s390: make exit_sie_sync more robustChristian Borntraeger1-1/+1
2015-03-25s390: remove 31 bit syscallsHeiko Carstens1-3/+3
2015-03-25s390: remove "64" suffix from a couple of filesHeiko Carstens1-0/+1059
2015-03-25s390: remove 31 bit supportHeiko Carstens1-966/+0
2014-12-08s390: use local symbol names in entry[64].SMartin Schwidefsky1-212/+212
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds1-2/+2
2014-05-20s390: split TIF bits into CIF, PIF and TIF bitsMartin Schwidefsky1-42/+45
2014-05-20s390/uaccess: simplify control register updatesMartin Schwidefsky1-1/+1
2014-04-22s390: rename and split lowcore field per_perc_atmidJens Freimann1-2/+2
2014-04-03s390/uaccess: rework uaccess code - fix locking issuesHeiko Carstens1-2/+22
2014-02-21s390/mm,tlb: race of lazy TLB flush vs. recreation of TLB entriesMartin Schwidefsky1-3/+6
2013-09-30s390: fix system call restart after inferior callMartin Schwidefsky1-0/+1
2013-08-28s390/time: return with irqs disabled from psw_idleMartin Schwidefsky1-2/+2
2013-08-22s390: convert interrupt handling to use generic hardirqMartin Schwidefsky1-3/+9
2013-06-26s390/irq: store interrupt information in pt_regsMartin Schwidefsky1-2/+10
2013-04-26s390: system call path micro optimizationMartin Schwidefsky1-2/+1
2013-04-26s390: lowcore stack pointer offsetsMartin Schwidefsky1-20/+16
2013-03-05s390: critical section cleanup vs. machine checksMartin Schwidefsky1-1/+2
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-4/+3
2012-11-23s390/ptrace: race of single stepping vs signal deliveryMartin Schwidefsky1-4/+3
2012-10-29s390: switch to saner kernel_execve() semanticsAl Viro1-27/+5
2012-09-30s390: convert to generic kernel_execve()Al Viro1-24/+6
2012-09-30s390: fold kernel_thread_helper() into ret_from_fork()Al Viro1-3/+15
2012-09-30s390: fold execve_tail() into start_thread(), convert to generic sys_execve()Al Viro1-3/+0
2012-07-20s390/vtimer: rework virtual timer interfaceMartin Schwidefsky1-23/+14
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-2/+1
2012-06-14s390/smp: make absolute lowcore / cpu restart parameter accesses more robustHeiko Carstens1-1/+3
2012-06-05s390/sigp: use sigp order code defines in assembly codeHeiko Carstens1-2/+3
2012-05-16s390: fix race on TIF_MCCK_PENDINGMartin Schwidefsky1-10/+11
2012-03-11[S390] rework idle codeMartin Schwidefsky1-6/+70
2012-03-11[S390] rework smp codeMartin Schwidefsky1-64/+17
2012-03-11[S390] rename lowcore fieldMartin Schwidefsky1-1/+1
2011-12-27[S390] cleanup trap handlingMartin Schwidefsky1-11/+11
2011-12-27[S390] entry[64].S improvementsMartin Schwidefsky1-618/+481