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
/
entry
/
vsyscall
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-01
x86/mm: Remove broken vsyscall emulation code from the page fault code
Linus Torvalds
1
-26
/
+2
2024-02-01
x86/ptrace: Cleanup the definition of the pt_regs structure
Xin Li
1
-1
/
+1
2023-03-16
x86: Allow atomic MM_CONTEXT flags setting
Kirill A. Shutemov
1
-1
/
+1
2023-02-10
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2022-06-27
x86/vsyscall_emu/64: Don't use RET in vsyscall emulation
Peter Zijlstra
1
-3
/
+6
2022-05-11
x86/vsyscall: Remove CONFIG_LEGACY_VSYSCALL_EMULATE
Andy Lutomirski
1
-1
/
+1
2021-12-08
x86: Prepare asm files for straight-line-speculation
Peter Zijlstra
1
-3
/
+3
2021-11-19
signal: Replace force_fatal_sig with force_exit_sig when in doubt
Eric W. Biederman
1
-1
/
+1
2021-10-29
signal/x86: In emulate_vsyscall force a signal instead of calling do_exit
Eric W. Biederman
1
-1
/
+2
2020-10-26
x86/mm: Convert mmu context ia32_compat into a proper flags field
Gabriel Krisman Bertazi
1
-1
/
+1
2019-12-02
Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2019-11-15
y2038: vdso: change time_t to __kernel_old_time_t
Arnd Bergmann
1
-1
/
+1
2019-11-15
y2038: vdso: change timeval to __kernel_old_timeval
Arnd Bergmann
1
-1
/
+1
2019-10-11
seccomp: simplify secure_computing()
Christian Brauner
1
-1
/
+1
2019-07-09
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2019-07-08
Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+33
2019-06-28
x86/vsyscall: Add __ro_after_init to global variables
Andy Lutomirski
1
-2
/
+2
2019-06-28
x86/vsyscall: Show something useful on a read fault
Andy Lutomirski
1
-1
/
+18
2019-06-28
x86/vsyscall: Add a new vsyscall=xonly mode
Andy Lutomirski
1
-2
/
+14
2019-06-22
x86/vdso: Switch to generic vDSO implementation
Vincenzo Frascino
2
-85
/
+0
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 180
Thomas Gleixner
1
-2
/
+1
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
1
-1
/
+1
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
1
-1
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-1
/
+1
2018-11-22
x86/vsyscall/64: Use X86_PF constants in the simulated #PF error code
Andy Lutomirski
1
-1
/
+1
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-8
/
+1
2018-10-05
x66/vdso: Add CLOCK_TAI support
Thomas Gleixner
1
-0
/
+4
2018-10-05
x86/vdso: Introduce and use vgtod_ts
Thomas Gleixner
1
-23
/
+24
2018-09-21
signal/x86: Use force_sig_fault where appropriate
Eric W. Biederman
1
-8
/
+1
2018-06-16
docs: Fix some broken references
Mauro Carvalho Chehab
1
-1
/
+1
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
1
-1
/
+1
2018-04-09
syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys...
Dominik Brodowski
1
-3
/
+3
2018-04-05
syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64
Dominik Brodowski
1
-18
/
+0
2018-04-05
syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bi...
Dominik Brodowski
1
-0
/
+22
2018-03-20
x86/vsyscall/64: Use proper accessor to update P4D entry
Boris Ostrovsky
1
-1
/
+1
2018-03-08
x86/vsyscall/64: Drop "native" vsyscalls
Andy Lutomirski
1
-13
/
+3
2017-12-23
x86/pti: Map the vsyscall page if needed
Andy Lutomirski
1
-3
/
+3
2017-12-22
x86/vsyscall/64: Warn and fail vsyscall emulation in NATIVE mode
Andy Lutomirski
1
-0
/
+4
2017-12-22
x86/vsyscall/64: Explicitly set _PAGE_USER in the pagetable hierarchy
Andy Lutomirski
1
-1
/
+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-03-02
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2016-07-30
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-1
/
+1
2016-07-15
x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_err
Ingo Molnar
1
-5
/
+5
2016-07-15
x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...
Andy Lutomirski
1
-3
/
+3
2016-06-14
seccomp: Add a seccomp_data parameter secure_computing()
Andy Lutomirski
1
-1
/
+1
2016-01-12
x86/vdso: Disallow vvar access to vclock IO for never-used vclocks
Andy Lutomirski
1
-1
/
+8
2015-09-21
x86/entry/vsyscall: Fix undefined symbol warning
Borislav Petkov
1
-2
/
+2
2015-09-20
x86/entry/vsyscall: Add CONFIG to control default
Kees Cook
1
-1
/
+8
[next]