summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/entry.S
Commit message (Expand)AuthorAgeFilesLines
* s390: add a system call for guarded storageMartin Schwidefsky2017-03-221-1/+25
* s390: fix in-kernel program checksMartin Schwidefsky2017-03-011-5/+5
* s390: restore address space when returning to user spaceHeiko Carstens2017-02-231-11/+18
* s390: rename CIF_ASCE to CIF_ASCE_PRIMARYHeiko Carstens2017-02-231-11/+11
* s390/syscall: fix single stepped system callsMartin Schwidefsky2017-02-201-0/+1
* s390: add no-execute supportMartin Schwidefsky2017-02-081-6/+6
* s390: store breaking event address only for program checksMartin Schwidefsky2017-01-311-38/+12
* s390: remove unused labels from entry.SHeiko Carstens2016-12-121-5/+0
* s390: fix machine check panic stack switchMartin Schwidefsky2016-12-071-1/+1
* s390: fix kernel oops for CONFIG_MARCH_Z900=y buildsMartin Schwidefsky2016-11-251-1/+2
* s390/thread_info: get rid of THREAD_ORDER defineHeiko Carstens2016-11-231-1/+1
* s390: move sys_call_table and last_break from thread_info to thread_structMartin Schwidefsky2016-11-151-5/+17
* s390: move thread_info into task_structHeiko Carstens2016-11-111-9/+8
* s390/preempt: move preempt_count to the lowcoreMartin Schwidefsky2016-11-111-1/+1
* s390: move exports to definitionsAl Viro2016-08-071-0/+6
* s390: have unique symbol for __switch_to addressHeiko Carstens2016-07-041-0/+10
* s390: remove pointless load within __switch_toHeiko Carstens2016-06-281-1/+0
* s390: fix floating pointer register corruption (again)Martin Schwidefsky2016-03-101-104/+2
* s390/cpumf: Improve guest detection heuristicsChristian Borntraeger2016-03-021-0/+1
* s390/spinlock: do not yield to a CPU in udelay/mdelayMartin Schwidefsky2015-11-271-0/+2
* s390/udelay: make udelay have busy loop semanticsHeiko Carstens2015-10-141-0/+4
* s390/cpumf: rework program parameter setting to detect guest samplesChristian Borntraeger2015-10-141-16/+12
* s390/entry: add assembler macro to conveniently tests under maskHendrik Brueckner2015-10-141-41/+65
* s390/fpu: add static FPU save area for init_taskHendrik Brueckner2015-10-141-4/+0
* s390/fpu: always enable the vector facility if it is availableHendrik Brueckner2015-10-141-81/+21
* s390/vtime: correct scaled cputime of partially idle CPUsMartin Schwidefsky2015-09-301-1/+29
* s390: fix floating point register corruptionHeiko Carstens2015-09-171-0/+2
* KVM: s390: use pid of cpu thread for sampling taggingChristian Borntraeger2015-08-031-1/+1
* s390/kernel: remove save_fpu_regs() parameter and use __LC_CURRENT insteadHendrik Brueckner2015-08-031-18/+18
* s390/nmi: use the normal asynchronous stack for machine checksMartin Schwidefsky2015-07-221-16/+9
* s390/kernel: squeeze a few more cycles out of the system call handlerMartin Schwidefsky2015-07-221-41/+34
* s390/kvm: integrate HANDLE_SIE_INTERCEPT into cleanup_criticalMartin Schwidefsky2015-07-221-118/+123
* s390/kvm: fix interrupt race with HANDLE_SIE_INTERCEPTMartin Schwidefsky2015-07-221-10/+4
* s390/kernel: lazy restore fpu registersHendrik Brueckner2015-07-221-6/+305
* s390: adapt entry.S to the move of thread_structMartin Schwidefsky2015-07-201-4/+9
* KVM: s390: make exit_sie_sync more robustChristian Borntraeger2015-05-081-1/+1
* s390: remove 31 bit syscallsHeiko Carstens2015-03-251-3/+3
* s390: remove "64" suffix from a couple of filesHeiko Carstens2015-03-251-0/+1059
* s390: remove 31 bit supportHeiko Carstens2015-03-251-966/+0
* s390: use local symbol names in entry[64].SMartin Schwidefsky2014-12-081-212/+212
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2014-06-041-2/+2
|\
| * s390: rename and split lowcore field per_perc_atmidJens Freimann2014-04-221-2/+2
* | s390: split TIF bits into CIF, PIF and TIF bitsMartin Schwidefsky2014-05-201-42/+45
* | s390/uaccess: simplify control register updatesMartin Schwidefsky2014-05-201-1/+1
|/
* s390/uaccess: rework uaccess code - fix locking issuesHeiko Carstens2014-04-031-2/+22
* s390/mm,tlb: race of lazy TLB flush vs. recreation of TLB entriesMartin Schwidefsky2014-02-211-3/+6
* s390: fix system call restart after inferior callMartin Schwidefsky2013-09-301-0/+1
* s390/time: return with irqs disabled from psw_idleMartin Schwidefsky2013-08-281-2/+2
* s390: convert interrupt handling to use generic hardirqMartin Schwidefsky2013-08-221-3/+9
* s390/irq: store interrupt information in pt_regsMartin Schwidefsky2013-06-261-2/+10