index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
/
entry.S
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-10
s390: prevent leaking kernel address in BEAR
Sven Schnelle
1
-26
/
+39
2019-12-08
sched/rt, s390: Use CONFIG_PREEMPTION
Thomas Gleixner
1
-1
/
+1
2019-06-07
s390: enforce CONFIG_SMP
Heiko Carstens
1
-4
/
+0
2019-05-02
s390: add missing ENDPROC statements to assembler functions
Martin Schwidefsky
1
-2
/
+22
2019-04-29
s390/kernel: convert SYSCALL and PGM_CHECK handlers to .quad
Gerald Schaefer
1
-9
/
+9
2019-01-18
s390: autogenerate compat syscall wrappers
Arnd Bergmann
1
-2
/
+2
2018-11-02
s390/kasan: increase instrumented stack size to 64k
Vasily Gorbik
1
-3
/
+3
2018-10-09
s390: add support for virtually mapped kernel stacks
Martin Schwidefsky
1
-17
/
+36
2018-07-04
s390: wire up rseq system call
Heiko Carstens
1
-0
/
+4
2018-06-25
s390: Correct register corruption in critical section cleanup
Christian Borntraeger
1
-2
/
+2
2018-05-07
s390: move expoline assembler macros to a header
Martin Schwidefsky
1
-81
/
+24
2018-04-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-70
/
+26
2018-03-28
s390/kvm: improve stack frame constants in entry.S
Martin Schwidefsky
1
-13
/
+13
2018-03-28
s390/lpp: use assembler alternatives for the LPP instruction
Martin Schwidefsky
1
-8
/
+6
2018-03-28
s390/entry.S: use assembler alternatives
Martin Schwidefsky
1
-49
/
+7
2018-03-06
s390/entry.S: fix spurious zeroing of r0
Christian Borntraeger
1
-2
/
+2
2018-02-22
s390: do not bypass BPENTER for interrupt system calls
Martin Schwidefsky
1
-0
/
+1
2018-02-22
s390/clean-up: use CFI_* macros in entry.S
Hendrik Brueckner
1
-2
/
+3
2018-02-07
s390: introduce execute-trampolines for branches
Martin Schwidefsky
1
-25
/
+88
2018-02-05
s390: run user space and KVM guests with modified branch prediction
Martin Schwidefsky
1
-5
/
+46
2018-02-05
s390: add options to change branch prediction behaviour for the kernel
Martin Schwidefsky
1
-0
/
+48
2018-02-05
s390: scrub registers on kernel entry and KVM exit
Martin Schwidefsky
1
-0
/
+47
2018-01-23
s390/syscalls: use generated syscall_table.h and unistd.h header files
Hendrik Brueckner
1
-2
/
+2
2017-11-20
s390: rework __switch_to() to allow larger task_struct offsets
Heiko Carstens
1
-8
/
+7
2017-11-14
s390: remove all code using the access register mode
Martin Schwidefsky
1
-5
/
+21
2017-11-14
s390/mm,kvm: improve detection of KVM guest faults
Martin Schwidefsky
1
-2
/
+5
2017-11-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-7
/
+53
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2017-11-02
s390/nmi: avoid using long-displacement facility
Vasily Gorbik
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-25
s390/kvm: fix detection of guest machine checks
Martin Schwidefsky
1
-2
/
+5
2017-10-19
s390/nmi: do register validation as early as possible
Martin Schwidefsky
1
-7
/
+53
2017-06-28
Merge tag 'nmiforkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms39...
Martin Schwidefsky
1
-1
/
+12
2017-06-27
s390/nmi: s390: New low level handling for machine check happening in guest
QingFeng Hao
1
-1
/
+12
2017-06-13
s390/fpu: export save_fpu_regs for all configs
Martin Schwidefsky
1
-2
/
+0
2017-06-13
s390/kvm: avoid global config of vm.alloc_pgste=1
Martin Schwidefsky
1
-1
/
+14
2017-05-17
s390/kvm: do not rely on the ILC on kvm host protection fauls
Christian Borntraeger
1
-6
/
+13
2017-05-03
s390/cputime: fix incorrect system time
Martin Schwidefsky
1
-3
/
+18
2017-05-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+29
2017-04-05
s390/cpumf: simplify detection of guest samples
Martin Schwidefsky
1
-4
/
+0
2017-04-05
s390: use 64-bit lctlg to load task pid to cr4 on context switch
Martin Schwidefsky
1
-1
/
+3
2017-03-22
s390: add a system call for guarded storage
Martin Schwidefsky
1
-1
/
+25
2017-03-08
livepatch/s390: add TIF_PATCH_PENDING thread flag
Miroslav Benes
1
-1
/
+30
2017-03-01
s390: fix in-kernel program checks
Martin Schwidefsky
1
-5
/
+5
2017-02-23
s390: restore address space when returning to user space
Heiko Carstens
1
-11
/
+18
2017-02-23
s390: rename CIF_ASCE to CIF_ASCE_PRIMARY
Heiko Carstens
1
-11
/
+11
2017-02-20
s390/syscall: fix single stepped system calls
Martin Schwidefsky
1
-0
/
+1
2017-02-08
s390: add no-execute support
Martin Schwidefsky
1
-6
/
+6
2017-01-31
s390: store breaking event address only for program checks
Martin Schwidefsky
1
-38
/
+12
2016-12-12
s390: remove unused labels from entry.S
Heiko Carstens
1
-5
/
+0
[next]