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
/
x86
/
kernel
/
process_64.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-20
x86/syscalls/32: Wire up arch_prctl on x86-32
Kyle Huey
1
-0
/
+7
2017-03-20
x86/arch_prctl: Add do_arch_prctl_common()
Kyle Huey
1
-1
/
+7
2017-03-20
x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()
Kyle Huey
1
-15
/
+17
2017-03-20
x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl()
Kyle Huey
1
-1
/
+2
2017-03-20
x86/arch_prctl: Rename 'code' argument to 'option'
Kyle Huey
1
-4
/
+4
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
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-12-22
Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+4
2016-12-13
Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+0
2016-12-13
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+2
2016-12-09
x86: Remove empty idle.h header
Thomas Gleixner
1
-1
/
+0
2016-10-31
x86/intel_rdt: Add scheduler hook
Fenghua Yu
1
-0
/
+4
2016-10-25
x86/dumpstack: Remove kernel text addresses from stack dump
Josh Poimboeuf
1
-3
/
+3
2016-10-21
x86/dumpstack: Print orig_ax in __show_regs()
Josh Poimboeuf
1
-1
/
+6
2016-10-21
x86/dumpstack: Fix duplicate RIP address display in __show_regs()
Josh Poimboeuf
1
-2
/
+2
2016-10-16
Merge tag 'v4.9-rc1' into x86/fpu, to resolve conflict
Ingo Molnar
1
-6
/
+7
2016-10-16
x86/fpu: Split old_fpu & new_fpu handling into separate functions
Rik van Riel
1
-3
/
+2
2016-10-10
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+7
2016-10-04
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+27
2016-09-20
x86/vdso: Use CONFIG_X86_X32_ABI to enable vdso prctl
Vinson Lee
1
-1
/
+1
2016-09-15
x86/vdso: Only define prctl_map_vdso() if CONFIG_CHECKPOINT_RESTORE
Ingo Molnar
1
-4
/
+6
2016-09-15
x86/asm: Move the thread_info::status field to thread_struct
Andy Lutomirski
1
-2
/
+2
2016-09-14
x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_*
Dmitry Safonov
1
-0
/
+25
2016-09-13
x86/mm/pkeys: Do not skip PKRU register if debug registers are not used
Nicolas Iooss
1
-6
/
+7
2016-08-24
sched/x86: Pass kernel thread parameters in 'struct fork_frame'
Brian Gerst
1
-9
/
+3
2016-08-24
sched/x86: Rewrite the switch_to() code
Brian Gerst
1
-2
/
+7
2016-07-14
x86/kernel: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
1
-1
/
+1
2016-05-20
x86/fsgsbase/64: Use TASK_SIZE_MAX for FSBASE/GSBASE upper limits
Andy Lutomirski
1
-2
/
+2
2016-05-13
x86/arch_prctl/64: Restore accidentally removed put_cpu() in ARCH_SET_GS
Mateusz Guzik
1
-0
/
+1
2016-04-29
x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbase
Andy Lutomirski
1
-15
/
+15
2016-04-29
x86/arch_prctl/64: Remove FSBASE/GSBASE < 4G optimization
Andy Lutomirski
1
-60
/
+11
2016-04-19
x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall()
Dmitry Safonov
1
-1
/
+1
2016-04-13
x86/asm, sched/x86: Rewrite the FS and GS context switch code
Andy Lutomirski
1
-55
/
+93
2016-04-13
x86/arch_prctl: Fix ARCH_GET_FS and ARCH_GET_GS
Andy Lutomirski
1
-12
/
+7
2016-03-24
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+12
2016-03-23
x86/compat: remove is_compat_task()
Andy Lutomirski
1
-1
/
+1
2016-03-17
x86/iopl/64: Properly context-switch IOPL on Xen PV
Andy Lutomirski
1
-0
/
+12
2016-02-18
x86/mm/pkeys: Dump PKRU with other kernel registers
Dave Hansen
1
-0
/
+2
2015-12-29
x86/LDT: Print the real LDT base address
Jan Beulich
1
-1
/
+1
2015-10-19
sched/x86: Fix typo in __switch_to() comments
Chuck Ebbert
1
-1
/
+1
2015-10-06
sched/core, sched/x86: Kill thread_info::saved_preempt_count
Peter Zijlstra
1
-8
/
+0
2015-09-30
x86/process: Unify 32bit and 64bit implementations of get_wchan()
Thomas Gleixner
1
-56
/
+0
2015-09-30
x86/process: Add proper bound checks in 64bit get_wchan()
Thomas Gleixner
1
-10
/
+42
2015-07-31
x86/ldt: Make modify_ldt() optional
Andy Lutomirski
1
-0
/
+2
2015-07-31
Merge branch 'x86/urgent' into x86/asm, before applying dependent patches
Ingo Molnar
1
-2
/
+2
2015-07-31
x86/ldt: Make modify_ldt synchronous
Andy Lutomirski
1
-2
/
+2
2015-07-06
x86/compat: Rename 'start_thread_ia32' to 'compat_start_thread'
Brian Gerst
1
-2
/
+2
2015-07-01
x86: opt into HAVE_COPY_THREAD_TLS, for both 32-bit and 64-bit
Josh Triplett
1
-4
/
+4
2015-06-23
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+0
2015-05-19
x86/fpu: Rename fpu-internal.h to fpu/internal.h
Ingo Molnar
1
-1
/
+1
[next]