summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/entry.S
AgeCommit message (Expand)Author
2019-01-18s390: autogenerate compat syscall wrappersArnd Bergmann
2018-11-02s390/kasan: increase instrumented stack size to 64kVasily Gorbik
2018-10-09s390: add support for virtually mapped kernel stacksMartin Schwidefsky
2018-07-04s390: wire up rseq system callHeiko Carstens
2018-06-25s390: Correct register corruption in critical section cleanupChristian Borntraeger
2018-05-07s390: move expoline assembler macros to a headerMartin Schwidefsky
2018-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2018-03-28s390/kvm: improve stack frame constants in entry.SMartin Schwidefsky
2018-03-28s390/lpp: use assembler alternatives for the LPP instructionMartin Schwidefsky
2018-03-28s390/entry.S: use assembler alternativesMartin Schwidefsky
2018-03-06s390/entry.S: fix spurious zeroing of r0Christian Borntraeger
2018-02-22s390: do not bypass BPENTER for interrupt system callsMartin Schwidefsky
2018-02-22s390/clean-up: use CFI_* macros in entry.SHendrik Brueckner
2018-02-07s390: introduce execute-trampolines for branchesMartin Schwidefsky
2018-02-05s390: run user space and KVM guests with modified branch predictionMartin Schwidefsky
2018-02-05s390: add options to change branch prediction behaviour for the kernelMartin Schwidefsky
2018-02-05s390: scrub registers on kernel entry and KVM exitMartin Schwidefsky
2018-01-23s390/syscalls: use generated syscall_table.h and unistd.h header filesHendrik Brueckner
2017-11-20s390: rework __switch_to() to allow larger task_struct offsetsHeiko Carstens
2017-11-14s390: remove all code using the access register modeMartin Schwidefsky
2017-11-14s390/mm,kvm: improve detection of KVM guest faultsMartin Schwidefsky
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02s390/nmi: avoid using long-displacement facilityVasily Gorbik
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25s390/kvm: fix detection of guest machine checksMartin Schwidefsky
2017-10-19s390/nmi: do register validation as early as possibleMartin Schwidefsky
2017-06-28Merge tag 'nmiforkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms39...Martin Schwidefsky
2017-06-27s390/nmi: s390: New low level handling for machine check happening in guestQingFeng Hao
2017-06-13s390/fpu: export save_fpu_regs for all configsMartin Schwidefsky
2017-06-13s390/kvm: avoid global config of vm.alloc_pgste=1Martin Schwidefsky
2017-05-17s390/kvm: do not rely on the ILC on kvm host protection faulsChristian Borntraeger
2017-05-03s390/cputime: fix incorrect system timeMartin Schwidefsky
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2017-04-05s390/cpumf: simplify detection of guest samplesMartin Schwidefsky
2017-04-05s390: use 64-bit lctlg to load task pid to cr4 on context switchMartin Schwidefsky
2017-03-22s390: add a system call for guarded storageMartin Schwidefsky
2017-03-08livepatch/s390: add TIF_PATCH_PENDING thread flagMiroslav Benes
2017-03-01s390: fix in-kernel program checksMartin Schwidefsky
2017-02-23s390: restore address space when returning to user spaceHeiko Carstens
2017-02-23s390: rename CIF_ASCE to CIF_ASCE_PRIMARYHeiko Carstens
2017-02-20s390/syscall: fix single stepped system callsMartin Schwidefsky
2017-02-08s390: add no-execute supportMartin Schwidefsky
2017-01-31s390: store breaking event address only for program checksMartin Schwidefsky
2016-12-12s390: remove unused labels from entry.SHeiko Carstens
2016-12-07s390: fix machine check panic stack switchMartin Schwidefsky
2016-11-25s390: fix kernel oops for CONFIG_MARCH_Z900=y buildsMartin Schwidefsky
2016-11-23s390/thread_info: get rid of THREAD_ORDER defineHeiko Carstens
2016-11-15s390: move sys_call_table and last_break from thread_info to thread_structMartin Schwidefsky
2016-11-11s390: move thread_info into task_structHeiko Carstens