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
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
/
x86
/
ia32
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-05
a.out: remove core dumping support
Linus Torvalds
1
-159
/
+0
2019-02-13
x86/a.out: Clear the dump structure initially
Borislav Petkov
1
-2
/
+4
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
3
-7
/
+7
2018-04-02
syscalls/x86: auto-create compat_sys_*() prototypes
Dominik Brodowski
2
-2
/
+1
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
1
-1
/
+1
2018-04-02
mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()
Dominik Brodowski
1
-6
/
+6
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
-4
/
+4
2018-04-02
fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()
Dominik Brodowski
1
-1
/
+2
2018-04-02
fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall
Dominik Brodowski
1
-3
/
+3
2018-04-02
fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
Dominik Brodowski
1
-1
/
+1
2018-04-02
x86: remove compat_sys_x86_waitpid()
Dominik Brodowski
1
-6
/
+0
2018-04-02
x86: use _do_fork() in compat_sys_x86_clone()
Dominik Brodowski
1
-1
/
+2
2018-03-07
x86/entry: Do not special-case clone(2) in compat entry
Dominik Brodowski
1
-0
/
+11
2018-03-07
x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscalls
Dominik Brodowski
1
-30
/
+33
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
3
-0
/
+3
2017-09-26
x86/fpu: Rename fpu::fpstate_active to fpu::initialized
Ingo Molnar
1
-1
/
+1
2017-09-15
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-2
/
+2
2017-09-05
fs: fix kernel_read prototype
Christoph Hellwig
1
-2
/
+2
2017-07-30
x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment reads
Andy Lutomirski
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2
-0
/
+2
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
3
-3
/
+3
2016-09-14
x86/signal: Add SA_{X32,IA32}_ABI sa_flags
Dmitry Safonov
1
-1
/
+1
2016-05-28
mm: remove more IS_ERR_VALUE abuses
Linus Torvalds
1
-9
/
+8
2016-05-24
mm, aout: handle vm_brk failures
Michal Hocko
1
-7
/
+15
2016-04-13
x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage
Borislav Petkov
1
-1
/
+1
2015-11-04
Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+4
2015-10-07
x86/vdso: Remove runtime 32-bit vDSO selection
Andy Lutomirski
1
-2
/
+2
2015-09-08
x86/headers: Remove <asm/sigcontext.h> references on the kernel side
Ingo Molnar
1
-1
/
+1
2015-09-08
x86/headers: Remove direct sigcontext32.h uses
Ingo Molnar
1
-1
/
+1
2015-09-08
x86/headers: Convert sigcontext_ia32 uses to sigcontext_32
Ingo Molnar
1
-2
/
+2
2015-09-08
x86/headers: Convert uses of _fpstate_ia32 to _fpstate_32
Ingo Molnar
1
-1
/
+1
2015-07-06
x86/compat: Move copy_siginfo_*_user32() to signal_compat.c
Brian Gerst
1
-93
/
+0
2015-06-23
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-612
/
+1
2015-06-03
x86/asm/entry: Move the compat syscall entry code to arch/x86/entry/
Ingo Molnar
2
-523
/
+1
2015-06-02
x86/debug: Remove perpetually broken, unmaintainable dwarf annotations
Ingo Molnar
1
-101
/
+32
2015-05-19
x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling...
Ingo Molnar
1
-0
/
+1
2015-05-19
x86/fpu: Move the signal frame handling code closer to each other
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Rename fpu-internal.h to fpu/internal.h
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active
Ingo Molnar
1
-1
/
+2
2015-05-19
x86/fpu: Open code PF_USED_MATH usages
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Fix header file dependencies of fpu-internal.h
Ingo Molnar
1
-1
/
+0
2015-05-08
x86/entry: Define 'cpu_current_top_of_stack' for 64-bit code
Denys Vlasenko
1
-2
/
+2
2015-05-08
x86/entry: Stop using PER_CPU_VAR(kernel_stack)
Denys Vlasenko
1
-1
/
+1
2015-05-08
Merge branch 'linus' into x86/asm, before applying dependent patch
Ingo Molnar
1
-0
/
+7
2015-04-27
x86_64, asm: Work around AMD SYSRET SS descriptor attribute issue
Andy Lutomirski
1
-0
/
+7
2015-04-22
x86/asm/entry/32: Update -ENOSYS handling to match the 64-bit logic
Denys Vlasenko
1
-28
/
+14
[next]