index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
s390: correct module section names for expoline code revert
Martin Schwidefsky
2018-04-23
1
-2
/
+2
*
s390: update sampling tag after task pid change
Martin Schwidefsky
2018-04-23
1
-0
/
+10
*
s390/cpum_cf: rename IBM z13/z14 counter names
André Wild
2018-04-23
1
-4
/
+4
*
s390/uprobes: implement arch_uretprobe_is_alive()
Heiko Carstens
2018-04-23
1
-0
/
+9
*
s390: add support for IBM z14 Model ZR1
Heiko Carstens
2018-04-16
2
-0
/
+2
*
s390/nospec: include cpu.h
Sebastian Ott
2018-04-16
1
-0
/
+1
*
s390/kexec_file: Add ELF loader
Philipp Rudo
2018-04-16
3
-0
/
+149
*
s390/kexec_file: Add crash support to image loader
Philipp Rudo
2018-04-16
2
-5
/
+46
*
s390/kexec_file: Add image loader
Philipp Rudo
2018-04-16
3
-1
/
+154
*
s390/kexec_file: Add kexec_file_load system call
Philipp Rudo
2018-04-16
4
-0
/
+130
*
s390/kexec_file: Add purgatory
Philipp Rudo
2018-04-16
1
-0
/
+5
*
s390: correct nospec auto detection init order
Martin Schwidefsky
2018-04-11
2
-6
/
+5
*
s390/ipl: remove reipl_method and dump_method
Vasily Gorbik
2018-04-10
1
-46
/
+11
*
s390/ipl: correct kdump reipl block checksum calculation
Vasily Gorbik
2018-04-10
2
-6
/
+6
*
s390: assume diag308 set always works
Vasily Gorbik
2018-04-10
4
-336
/
+15
*
s390/ipl: avoid adding scpdata to cmdline during ftp/dvd boot
Vasily Gorbik
2018-04-10
1
-1
/
+1
*
s390/ipl: correct ipl parmblock valid checks
Vasily Gorbik
2018-04-10
1
-6
/
+4
*
s390/ipl: rely on diag308 store to get ipl info
Vasily Gorbik
2018-04-10
2
-51
/
+16
*
s390/ipl: move ipl_flags to ipl.c
Vasily Gorbik
2018-04-10
1
-1
/
+9
*
s390/ipl: get rid of ipl_ssid and ipl_devno
Vasily Gorbik
2018-04-10
1
-9
/
+8
*
s390/ipl: unite diag308 and scsi boot ipl blocks
Vasily Gorbik
2018-04-10
1
-25
/
+25
*
s390/ipl: ensure loadparm valid flag is set
Vasily Gorbik
2018-04-10
1
-0
/
+1
*
s390/compat: fix setup_frame32
Heiko Carstens
2018-04-10
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2018-04-09
9
-140
/
+146
|
\
|
*
s390/kvm: improve stack frame constants in entry.S
Martin Schwidefsky
2018-03-28
2
-13
/
+14
|
*
s390/lpp: use assembler alternatives for the LPP instruction
Martin Schwidefsky
2018-03-28
2
-10
/
+6
|
*
s390/entry.S: use assembler alternatives
Martin Schwidefsky
2018-03-28
1
-49
/
+7
|
*
s390: add sysfs attributes for spectre
Martin Schwidefsky
2018-03-28
1
-0
/
+19
|
*
s390: report spectre mitigation via syslog
Martin Schwidefsky
2018-03-28
1
-0
/
+10
|
*
s390: add automatic detection of the spectre defense
Martin Schwidefsky
2018-03-28
3
-32
/
+48
|
*
s390: move nobp parameter functions to nospec-branch.c
Martin Schwidefsky
2018-03-28
3
-25
/
+29
|
*
s390/setup : enable display support for KVM guest
Farhan Ali
2018-03-18
1
-0
/
+2
|
*
s390: unify linker symbols usage
Vasily Gorbik
2018-02-27
3
-13
/
+13
*
|
headers: untangle kmemleak.h from mm.h
Randy Dunlap
2018-04-05
2
-2
/
+1
*
|
mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
|
mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
Dominik Brodowski
2018-04-02
2
-4
/
+4
*
|
mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()
Dominik Brodowski
2018-04-02
1
-2
/
+3
*
|
fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()
Dominik Brodowski
2018-04-02
1
-2
/
+2
*
|
fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls
Dominik Brodowski
2018-04-02
1
-2
/
+2
*
|
fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
|
fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
|
fs: add ksys_read() helper; remove in-kernel calls to sys_read()
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
|
fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
|
fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers
Dominik Brodowski
2018-04-02
1
-3
/
+3
*
|
fs: add ksys_write() helper; remove in-kernel calls to sys_write()
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
|
s390/entry.S: fix spurious zeroing of r0
Christian Borntraeger
2018-03-06
1
-2
/
+2
|
/
*
s390: do not bypass BPENTER for interrupt system calls
Martin Schwidefsky
2018-02-22
1
-0
/
+1
*
s390/clean-up: use CFI_* macros in entry.S
Hendrik Brueckner
2018-02-22
1
-2
/
+3
*
s390: Replace IS_ENABLED(EXPOLINE_*) with IS_ENABLED(CONFIG_EXPOLINE_*)
Eugeniu Rosca
2018-02-19
1
-2
/
+2
*
s390: introduce execute-trampolines for branches
Martin Schwidefsky
2018-02-07
7
-34
/
+264
[next]