index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-02
mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()
Dominik Brodowski
1
-1
/
+1
2018-04-02
mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
Dominik Brodowski
2
-4
/
+4
2018-04-02
mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()
Dominik Brodowski
1
-2
/
+3
2018-04-02
fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()
Dominik Brodowski
1
-2
/
+2
2018-04-02
fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls
Dominik Brodowski
1
-2
/
+2
2018-04-02
fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add ksys_read() helper; remove in-kernel calls to sys_read()
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers
Dominik Brodowski
1
-3
/
+3
2018-04-02
fs: add ksys_write() helper; remove in-kernel calls to sys_write()
Dominik Brodowski
1
-1
/
+1
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-19
s390: Replace IS_ENABLED(EXPOLINE_*) with IS_ENABLED(CONFIG_EXPOLINE_*)
Eugeniu Rosca
1
-2
/
+2
2018-02-07
s390: introduce execute-trampolines for branches
Martin Schwidefsky
7
-34
/
+264
2018-02-05
s390: run user space and KVM guests with modified branch prediction
Martin Schwidefsky
2
-5
/
+64
2018-02-05
s390: add options to change branch prediction behaviour for the kernel
Martin Schwidefsky
5
-0
/
+76
2018-02-05
s390/alternative: use a copy of the facility bit mask
Martin Schwidefsky
4
-3
/
+11
2018-02-05
s390: scrub registers on kernel entry and KVM exit
Martin Schwidefsky
1
-0
/
+47
2018-02-05
s390/runtime_instrumentation: re-add signum system call parameter
Heiko Carstens
1
-1
/
+9
2018-02-02
s390/cpum_cf: correct counter number of LAST_HOST_TRANSLATIONS
Hendrik Brueckner
1
-1
/
+1
2018-02-02
s390/kprobes: Fix %p uses in error messages
Masami Hiramatsu
1
-1
/
+1
2018-02-02
s390/sysinfo: add and display licensed internal code identifier
Hendrik Brueckner
1
-0
/
+2
2018-02-01
Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-3
/
+2
2018-02-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
20
-428
/
+758
2018-01-23
s390: fix handling of -1 in set{,fs}[gu]id16 syscalls
Eugene Syromiatnikov
1
-4
/
+4
2018-01-23
s390/syscalls: use generated syscall_table.h and unistd.h header files
Hendrik Brueckner
2
-394
/
+2
2018-01-23
s390/syscalls: add Makefile to generate system call header files
Hendrik Brueckner
1
-0
/
+52
2018-01-23
s390/syscalls: add syscalltbl script
Hendrik Brueckner
1
-0
/
+232
2018-01-23
s390/syscalls: add system call table
Hendrik Brueckner
1
-0
/
+390
2018-01-23
s390/ipl: avoid usage of __section(.data)
Vasily Gorbik
1
-8
/
+4
2018-01-23
s390/head: replace hard coded values with constants
Vasily Gorbik
1
-5
/
+5
2018-01-23
s390: remove bogus system call table entries
Heiko Carstens
1
-3
/
+3
2018-01-23
s390/kprobes: remove duplicate includes
Pravin Shedge
1
-1
/
+0
2018-01-16
signal: Unify and correct copy_siginfo_to_user32
Eric W. Biederman
1
-52
/
+0
2018-01-16
signal: Unify and correct copy_siginfo_from_user32
Eric W. Biederman
1
-48
/
+0
2018-01-09
treewide: Use DEVICE_ATTR_WO
Joe Perches
1
-1
/
+1
2018-01-09
treewide: Use DEVICE_ATTR_RW
Joe Perches
1
-2
/
+1
2017-12-15
kernel: make groups_sort calling a responsibility group_info allocators
Thiago Rafael Becker
1
-0
/
+1
2017-12-13
s390/vdso: revise CFI annotations of vDSO functions
Hendrik Brueckner
8
-16
/
+52
2017-12-13
s390/kernel: emit CFI data in .debug_frame and discard .eh_frame sections
Hendrik Brueckner
11
-0
/
+17
2017-12-07
s390: fix compat system call table
Heiko Carstens
1
-3
/
+3
2017-12-05
s390: add a few more SPDX identifiers
Martin Schwidefsky
3
-0
/
+3
2017-11-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
27
-83
/
+47
2017-11-28
s390/gs: add compat regset for the guarded storage broadcast control block
Martin Schwidefsky
1
-0
/
+8
2017-11-24
s390: kernel: Remove redundant license text
Greg Kroah-Hartman
13
-72
/
+0
2017-11-24
s390: kernel: add SPDX identifiers to the remaining files
Greg Kroah-Hartman
22
-0
/
+22
2017-11-24
s390: sthyi: add SPDX identifiers to the remaining files
Martin Schwidefsky
1
-0
/
+1
2017-11-24
s390/debug: use pK for kernel pointers
Christian Borntraeger
1
-1
/
+1
[next]