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
/
entry
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-17
x86/entry/64, x86/nmi/64: Add CONFIG_DEBUG_ENTRY NMI testing code
Andy Lutomirski
1
-0
/
+15
2015-07-17
x86/nmi/64: Make the "NMI executing" variable more consistent
Andy Lutomirski
1
-6
/
+5
2015-07-17
x86/nmi/64: Minor asm simplification
Andy Lutomirski
1
-2
/
+1
2015-07-17
x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI detection
Andy Lutomirski
1
-4
/
+25
2015-07-17
x86/nmi/64: Reorder nested NMI checks
Andy Lutomirski
1
-16
/
+18
2015-07-17
x86/nmi/64: Improve nested NMI comments
Andy Lutomirski
1
-66
/
+92
2015-07-17
x86/nmi/64: Switch stacks on userspace NMI entry
Andy Lutomirski
1
-4
/
+58
2015-07-17
x86/nmi/64: Remove asm code that saves CR2
Andy Lutomirski
1
-17
/
+0
2015-06-23
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
41
-0
/
+7155
2015-06-10
x86/asm/entry/64: Disentangle error_entry/exit gsbase/ebx/usermode code
Andy Lutomirski
1
-8
/
+31
2015-06-10
x86/asm/entry/32: Shorten __audit_syscall_entry() args preparation
Denys Vlasenko
1
-9
/
+18
2015-06-10
x86/asm/entry/32: Explain reloading of registers after __audit_syscall_entry()
Denys Vlasenko
1
-8
/
+12
2015-06-10
x86/asm/entry/32: Fix fallout from the R9 trick removal in the SYSCALL code
Denys Vlasenko
1
-1
/
+1
2015-06-09
x86/asm/entry: Clean up entry*.S style, final bits
Denys Vlasenko
2
-16
/
+16
2015-06-09
x86/asm/entry: (Re-)rename __NR_entry_INT80_compat_max to __NR_syscall_compat...
Ingo Molnar
1
-3
/
+3
2015-06-09
x86/asm/entry/32: Reinstate clearing of pt_regs->r8..r11 on EFAULT path
Denys Vlasenko
1
-6
/
+2
2015-06-08
x86/asm/entry/64: Clean up entry_64.S
Ingo Molnar
1
-416
/
+404
2015-06-08
Merge branch 'x86/asm' into x86/core, to prepare for new patch
Ingo Molnar
41
-0
/
+7139
2015-06-08
x86/asm/entry/32: Clean up entry_32.S
Ingo Molnar
1
-571
/
+570
2015-06-08
x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...
Ingo Molnar
2
-7
/
+7
2015-06-08
x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...
Ingo Molnar
2
-7
/
+7
2015-06-08
x86/asm/entry: Rename compat syscall entry points
Ingo Molnar
2
-7
/
+7
2015-06-07
x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat.S
Ingo Molnar
3
-2
/
+2
2015-06-05
x86/asm/entry/32: Remove unnecessary optimization in stub32_clone
Denys Vlasenko
1
-7
/
+6
2015-06-05
x86/asm/entry/32: Explain the stub32_clone logic
Denys Vlasenko
1
-0
/
+8
2015-06-05
x86/asm/entry/32: Improve code readability
Ingo Molnar
1
-141
/
+146
2015-06-05
x86/asm/entry/32: Do not use R9 in SYSCALL32 entry point
Denys Vlasenko
1
-11
/
+8
2015-06-05
x86/asm/entry/32: Open-code LOAD_ARGS32
Denys Vlasenko
1
-25
/
+29
2015-06-05
x86/asm/entry/32: Open-code CLEAR_RREGS
Denys Vlasenko
1
-13
/
+20
2015-06-05
x86/asm/entry/32: Simplify the zeroing of pt_regs->r8..r11 in the int80 code ...
Denys Vlasenko
1
-4
/
+9
2015-06-05
x86/asm/entry/64: Remove pointless jump to irq_return
Andy Lutomirski
1
-3
/
+1
2015-06-04
x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/
Ingo Molnar
8
-2
/
+547
2015-06-04
x86/asm/entry: Move the arch/x86/syscalls/ definitions to arch/x86/entry/sysc...
Ingo Molnar
5
-0
/
+848
2015-06-04
x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/
Ingo Molnar
4
-3
/
+246
2015-06-04
x86/asm/entry: Move the 'thunk' functions to arch/x86/entry/
Ingo Molnar
3
-2
/
+112
2015-06-03
x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/
Ingo Molnar
23
-0
/
+2144
2015-06-03
x86/asm/entry: Move the compat syscall entry code to arch/x86/entry/
Ingo Molnar
2
-1
/
+526
2015-06-03
x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/
Ingo Molnar
3
-0
/
+2695