aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/entry64.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-08s390: use local symbol names in entry[64].SMartin Schwidefsky1-186/+186
2014-09-25s390/uprobes: architecture backend for uprobesJan Willeke1-1/+16
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-40/+42
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
2014-01-16s390: Fix misspellings using 'codespell' toolHendrik Brueckner1-1/+1
2013-12-16s390: use IS_ENABLED to check if a CONFIG is set to y or mHeiko Carstens1-3/+3
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-1/+1
2013-08-22s390: convert interrupt handling to use generic hardirqMartin Schwidefsky1-1/+8
2013-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-42/+39
2013-06-26s390/irq: store interrupt information in pt_regsMartin Schwidefsky1-4/+12
2013-06-17KVM: s390,perf: Detect if perf samples belong to KVM host or guestHeinz Graalfs1-0/+1
2013-05-21s390/kvm: avoid automatic sie reentryMartin Schwidefsky1-43/+33
2013-05-21s390/kvm: Provide a way to prevent reentering SIEChristian Borntraeger1-1/+3
2013-05-21s390/kvm: Mark if a cpu is in SIEChristian Borntraeger1-3/+7
2013-04-26s390: system call path micro optimizationMartin Schwidefsky1-7/+2
2013-04-26s390: lowcore stack pointer offsetsMartin Schwidefsky1-20/+14
2013-03-05s390: critical section cleanup vs. machine checksMartin Schwidefsky1-2/+3
2013-02-14s390/cleanup: rename SPP to LPPHendrik Brueckner1-5/+5
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-11/+25
2012-11-23s390/kvm: Fix address space mixupChristian Borntraeger1-5/+20
2012-11-23s390/ptrace: race of single stepping vs signal deliveryMartin Schwidefsky1-4/+3
2012-11-23s390/traps: preinitialize program check tableHeiko Carstens1-2/+2
2012-10-29s390: switch to saner kernel_execve() semanticsAl Viro1-21/+5
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus 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