summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/entry64.S
AgeCommit message (Expand)AuthorFilesLines
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+1
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-30/+20
2012-10-09s390/entry: fix svc number for TIF_SYSCALL system call restartMartin Schwidefsky1-1/+1
2012-09-30s390: convert to generic kernel_execve()Al Viro1-25/+6
2012-09-30s390: fold kernel_thread_helper() into ret_from_fork()Al Viro1-3/+13
2012-09-30s390: fold execve_tail() into start_thread(), convert to generic sys_execve()Al Viro1-1/+0
2012-09-26s390/exceptions: switch to relative exception table entriesHeiko Carstens1-3/+2
2012-09-26s390: add support for transactional memoryMartin Schwidefsky1-4/+8
2012-07-20s390/vtimer: rework virtual timer interfaceMartin Schwidefsky1-25/+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-06-05s390/kvm: get rid of duplicate instructionChristian Borntraeger1-1/+0
2012-05-16s390: fix race on TIF_MCCK_PENDINGMartin Schwidefsky1-10/+11
2012-05-16s390/time: simply Kconfig dependencyHeiko Carstens1-1/+1
2012-05-16s390/entry64: avoid SPP code duplicationHeiko Carstens1-3/+1
2012-05-16s390/time: always use stckf instead of stck if availableHeiko Carstens1-4/+12
2012-05-16s390: replace TIF_SIE with PF_VCPUMartin Schwidefsky1-3/+0
2012-05-16s390: make sie intercept independent of thread_infoMartin Schwidefsky1-6/+6
2012-05-16s390: initialize backchain for ext_int_handler()Michael Holzheu1-0/+1
2012-03-11[S390] rework idle codeMartin Schwidefsky1-3/+62
2012-03-11[S390] rework smp codeMartin Schwidefsky1-55/+17
2012-03-11[S390] rename lowcore fieldMartin Schwidefsky1-1/+1
2011-12-27[S390] cleanup trap handlingMartin Schwidefsky1-14/+13
2011-12-27[S390] entry[64].S improvementsMartin Schwidefsky1-539/+429
2011-12-27[S390] kvm: move cmf host id constant out of lowcoreMartin Schwidefsky1-2/+5
2011-10-30[S390] load user asce on sie_faultCarsten Otte1-0/+1
2011-10-30[S390] add TIF_SYSCALL thread flagMartin Schwidefsky1-41/+26
2011-10-30[S390] signal race with restarting system callsMartin Schwidefsky1-15/+15
2011-10-30[S390] lowcore cleanupMartin Schwidefsky1-2/+2
2011-09-20[S390] kvm: fix address mode switchingChristian Borntraeger1-0/+6
2011-08-03[S390] Add PSW restart shutdown triggerMichael Holzheu1-0/+20
2011-07-24[S390] fix s390 assembler code alignmentsJan Glauber1-23/+12
2011-07-24[S390] move sie code to entry.SMartin Schwidefsky1-8/+72
2011-05-23[S390] pfault: cpu hotplug vs missing completion interruptsHeiko Carstens1-0/+1
2011-05-10[S390] kernel: Initialize register 14 when starting new CPUMichael Holzheu1-1/+1
2011-01-05[S390] ptrace cleanupMartin Schwidefsky1-39/+30
2011-01-05[S390] add kprobes annotationsMartin Schwidefsky1-0/+4
2010-10-29[S390] fix kprobes single steppingMartin Schwidefsky1-0/+1
2010-10-25[S390] cleanup system call parameter setupMartin Schwidefsky1-2/+2
2010-10-25[S390] cleanup lowcore access from external interruptsMartin Schwidefsky1-1/+4
2010-10-25[S390] cleanup lowcore access from program checksMartin Schwidefsky1-26/+10
2010-07-27[S390] Fix IRQ tracing in case of PERHeiko Carstens1-2/+10
2010-05-26[S390] spp: remove KVM_AWARE_CMF config optionHeiko Carstens1-1/+1
2010-05-17[S390] add breaking event address for user spaceMartin Schwidefsky1-124/+146
2010-05-17[S390] virtualization aware cpu measurementCarsten Otte1-10/+16
2010-05-17[S390] idle time accounting vs. machine checksMartin Schwidefsky1-28/+26
2010-05-17[S390] improve irq tracing code in entry[64].SMartin Schwidefsky1-105/+92
2010-05-17[S390] cleanup sysc_work and io_work codeMartin Schwidefsky1-72/+36
2010-04-09[S390] fix io_return critical section cleanupMartin Schwidefsky1-1/+7