aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/entry64.S
AgeCommit message (Expand)AuthorFilesLines
2015-03-25s390: remove "64" suffix from a couple of filesHeiko Carstens1-1059/+0
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/s39...Linus 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/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
2010-02-26[S390] Cleanup struct _lowcore usage and defines.Heiko Carstens1-2/+0
2010-01-27[S390] fix single stepped svcs with TRACE_IRQFLAGS=yMartin Schwidefsky1-0/+1
2009-11-13[S390] s390: fix single stepping on svc0Christian Borntraeger1-4/+4
2009-09-11Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2009-09-11[S390] move (io|sysc)_restore_trace_psw into .data sectionHendrik Brueckner1-0/+4
2009-08-26tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone1-1/+1
2009-06-12[S390] ftrace: add system call tracer supportHeiko Carstens1-1/+3
2009-06-12[S390] secure computing arch backendHeiko Carstens1-2/+3
2009-04-14[S390] cpu hotplug and accounting valuesMartin Schwidefsky1-0/+13
2008-12-31[PATCH] fast vdso implementation for CLOCK_THREAD_CPUTIME_IDMartin Schwidefsky1-21/+24
2008-12-31[PATCH] improve idle cputime accountingMartin Schwidefsky1-2/+3
2008-12-25[S390] Remove config options.Martin Schwidefsky1-49/+7
2008-12-25[S390] audit: get s390 ret_from_fork in sync with other architecturesAl Viro1-1/+1
2008-11-27[S390] fix system call parameter functions.Martin Schwidefsky1-13/+10
2008-11-14[S390] ftrace: fix kernel stack backchain walkingHeiko Carstens1-4/+7
2008-10-10[S390] ptrace changesMartin Schwidefsky1-10/+32
2008-05-07[S390] s390-kvm: leave sie context on work. Removes preemption requirementChristian Borntraeger1-1/+29
2008-05-07[S390] s390: Optimize user and work TIF checkMartin Schwidefsky1-15/+14
2008-04-30signals: s390: renumber TIF_RESTORE_SIGMASKRoland McGrath1-6/+6
2008-04-17[S390] kernel: show last breaking-event-address on oopsChristian Borntraeger1-0/+2
2008-02-05[S390] Fix couple of section mismatches.Heiko Carstens1-5/+2
2007-11-20[S390] Fix kernel preemption.Heiko Carstens1-10/+2
2007-11-20[S390] Fix irq tracing and lockdep_sys_exit calls.Heiko Carstens1-33/+73
2007-10-11lockdep: s390: connect the sysexit hookHeiko Carstens1-0/+9
2007-07-27[S390] Fix IRQ tracing.Heiko Carstens1-2/+4
2007-07-10[S390] system call optimization.Martin Schwidefsky1-1/+6
2007-06-19[S390] Fix yet another two section mismatches.Heiko Carstens1-1/+7
2007-04-27[S390] System call cleanup.Martin Schwidefsky1-72/+28
2006-09-28[S390] Whitespace cleanup.Heiko Carstens1-222/+221
2006-09-20[S390] Kernel stack overflow handling.Heiko Carstens1-2/+2
2006-09-20[S390] add kprobes support.Michael Grundy1-0/+12
2006-07-03[PATCH] lockdep: irqtrace subsystem, s390 supportHeiko Carstens1-0/+21
2006-07-01[PATCH] s390: put sys_call_table into .rodata section and write protect itHeiko Carstens1-0/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[S390] remove export of sys_call_tableMartin Schwidefsky1-2/+0
2006-06-29[S390] virtual cpu accounting vs. machine checks.Martin Schwidefsky1-21/+57
2006-02-01[PATCH] s390: Add support for new syscalls/TIF_RESTORE_SIGMASKHeiko Carstens1-61/+14
2006-01-06[PATCH] s390: cleanup KconfigMartin Schwidefsky1-9/+9
2005-11-07[PATCH] s390: signal deliveryHeiko Carstens1-2/+2
2005-09-17[PATCH] s390: kernel stack corruptionPeter Oberparleiter1-1/+1
2005-09-09kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h supportSam Ravnborg1-1/+1
2005-09-05[PATCH] s390: compat system callsHeiko Carstens1-2/+2
2005-09-05[PATCH] s390: machine check handler bugsMartin Schwidefsky1-27/+86
2005-07-27[PATCH] s390: cpu timer reset in machine check handlerHeiko Carstens1-3/+3
2005-06-25[PATCH] s390: improved machine check handlingHeiko Carstens1-9/+88
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+881