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
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-02
fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
Dominik Brodowski
1
-0
/
+7
2018-04-02
fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers
Dominik Brodowski
1
-0
/
+17
2018-04-02
fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel cal...
Dominik Brodowski
1
-0
/
+7
2018-04-02
fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; rem...
Dominik Brodowski
1
-0
/
+8
2018-04-02
fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to...
Dominik Brodowski
1
-0
/
+9
2018-04-02
fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls ...
Dominik Brodowski
1
-0
/
+9
2018-04-02
fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel ca...
Dominik Brodowski
1
-0
/
+9
2018-04-02
fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ...
Dominik Brodowski
1
-0
/
+7
2018-04-02
fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()
Dominik Brodowski
1
-0
/
+7
2018-04-02
fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()
Dominik Brodowski
1
-0
/
+11
2018-04-02
fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()
Dominik Brodowski
1
-0
/
+1
2018-04-02
fs: add ksys_write() helper; remove in-kernel calls to sys_write()
Dominik Brodowski
1
-0
/
+1
2018-04-02
fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()
Dominik Brodowski
1
-0
/
+1
2018-04-02
fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()
Dominik Brodowski
1
-0
/
+1
2018-04-02
fs: add ksys_umount() helper; remove in-kernel call to sys_umount()
Dominik Brodowski
1
-0
/
+1
2018-04-02
fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()
Dominik Brodowski
1
-0
/
+3
2018-04-02
fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()
Dominik Brodowski
2
-2
/
+3
2018-04-02
fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+3
2018-04-02
net: socket: move check for forbid_cmsg_compat to __sys_...msg()
Dominik Brodowski
1
-4
/
+9
2018-04-02
net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+1
2018-04-02
net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+1
2018-04-02
net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+2
2018-04-02
net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+2
2018-04-02
net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+2
2018-04-02
net: socket: add __sys_listen() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+1
2018-04-02
net: socket: add __sys_connect() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+2
2018-04-02
net: socket: add __sys_bind() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+1
2018-04-02
net: socket: add __sys_socket() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+1
2018-04-02
net: socket: add __sys_accept4() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+2
2018-04-02
net: socket: add __sys_sendto() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+3
2018-04-02
net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+6
2018-04-02
mm: use do_futex() instead of sys_futex() in mm_release()
Dominik Brodowski
1
-3
/
+10
2018-04-02
kernel: open-code sys_rt_sigpending() in sys_sigpending()
Dominik Brodowski
1
-1
/
+1
2018-03-25
syscalls: define and explain goal to not call syscalls in the kernel
Dominik Brodowski
1
-0
/
+7
2018-03-10
Merge tag 'pci-v4.16-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-7
/
+10
2018-03-08
Merge tag 'mips_fixes_4.16_4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+24
2018-03-06
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2018-03-06
signal: Correct the offset of si_pkey in struct siginfo
Eric W. Biederman
1
-2
/
+2
2018-03-06
PCI: Move of_irq_parse_and_map_pci() declaration under OF_IRQ
Guenter Roeck
1
-7
/
+10
2018-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-34
/
+2
2018-03-05
net: make skb_gso_*_seglen functions private
Daniel Axtens
1
-33
/
+0
2018-03-05
net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len
Daniel Axtens
1
-1
/
+1
2018-03-04
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2018-03-03
signals: Move put_compat_sigset to compat.h to silence hardened usercopy
Matt Redfearn
1
-2
/
+24
2018-03-02
Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-4
/
+4
2018-03-01
block: display the correct diskname for bio
Jiufei Xue
1
-3
/
+1
2018-02-27
net: phy: Restore phy_resume() locking assumption
Andrew Lunn
1
-0
/
+1
2018-02-26
dax: fix vma_is_fsdax() helper
Dan Williams
1
-1
/
+1
2018-02-26
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-27
/
+20
2018-02-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+5
[next]