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
/
entry_64_compat.S
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-07
x86/entry/64/compat: Save one instruction in entry_INT80_compat()
Dominik Brodowski
1
-3
/
+1
2018-03-07
x86/entry: Do not special-case clone(2) in compat entry
Dominik Brodowski
1
-12
/
+0
2018-02-21
x86/entry/64: Open-code switch_to_thread_stack()
Dominik Brodowski
1
-2
/
+15
2018-02-17
x86/entry/64: Use 'xorl' for faster register clearing
Dominik Brodowski
1
-27
/
+27
2018-02-06
x86/entry/64/compat: Clear registers for compat syscalls, to reduce speculati...
Dan Williams
1
-0
/
+30
2018-01-04
x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat()
Thomas Gleixner
1
-7
/
+6
2017-12-23
x86/mm: Use/Fix PCID to optimize user/kernel switches
Peter Zijlstra
1
-2
/
+2
2017-12-23
x86/mm/pti: Prepare the x86/entry assembly code for entry/exit CR3 switching
Dave Hansen
1
-1
/
+23
2017-12-17
x86/entry/64: Use a per-CPU trampoline stack for IDT entries
Andy Lutomirski
1
-1
/
+4
2017-12-17
x86/entry/64: Allocate and enable the SYSENTER stack
Andy Lutomirski
1
-1
/
+1
2017-12-17
Merge commit 'upstream-x86-entry' into WIP.x86/mm
Ingo Molnar
1
-2
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-11-02
x86/entry/64: Move SWAPGS into the common IRET-to-usermode path
Andy Lutomirski
1
-2
/
+1
2017-11-02
x86/entry/64: Split the IRET-to-user and IRET-to-kernel paths
Andy Lutomirski
1
-1
/
+1
2017-09-05
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+0
2017-08-31
x86/xen: Get rid of paravirt op adjust_exception_frame
Juergen Gross
1
-1
/
+0
2017-08-29
x86/entry/64: Use ENTRY() instead of ALIGN+GLOBAL for stub32_clone()
Jiri Slaby
1
-2
/
+2
2017-08-10
x86/xen/64: Rearrange the SYSCALL entries
Andy Lutomirski
1
-4
/
+3
2016-05-03
x86/asm/entry/32: Simplify pushes of zeroed pt_regs->REGs
Denys Vlasenko
1
-24
/
+21
2016-03-10
x86/entry/32: Change INT80 to be an interrupt gate
Andy Lutomirski
1
-1
/
+1
2016-03-10
x86/entry: Improve system call entry comments
Andy Lutomirski
1
-27
/
+58
2016-03-10
x86/entry: Vastly simplify SYSENTER TF (single-step) handling
Andy Lutomirski
1
-1
/
+8
2016-03-10
x86/entry/compat: In SYSENTER, sink AC clearing below the existing FLAGS test
Andy Lutomirski
1
-5
/
+3
2016-02-25
x86/entry/compat: Add missing CLAC to entry_INT80_32
Andy Lutomirski
1
-0
/
+1
2016-01-12
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-13
/
+7
2015-12-21
x86/entry: Restore traditional SYSENTER calling convention
Andy Lutomirski
1
-5
/
+5
2015-12-19
x86/xen: Avoid fast syscall path for Xen PV guests
Boris Ostrovsky
1
-4
/
+6
2015-12-14
x86/entry/64_compat: Make labels local
Borislav Petkov
1
-5
/
+5
2015-11-23
x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV op
Boris Ostrovsky
1
-8
/
+2
2015-11-23
x86/xen: Avoid fast syscall path for Xen PV guests
Boris Ostrovsky
1
-4
/
+6
2015-10-18
x86/entry/32: Fix entry_INT80_32() to expect interrupts to be on
Andy Lutomirski
1
-1
/
+1
2015-10-11
x86/entry/64/compat: Document sysenter_fix_flags's reason for existence
Borislav Petkov
1
-0
/
+6
2015-10-09
x86/entry/compat: Implement opportunistic SYSRETL for compat syscalls
Andy Lutomirski
1
-2
/
+40
2015-10-09
x86/vdso/compat: Wire up SYSENTER and SYSCSALL for compat userspace
Andy Lutomirski
1
-36
/
+54
2015-10-09
x86/entry/64/compat: Migrate the body of the syscall entry to C
Andy Lutomirski
1
-38
/
+18
2015-10-09
x86/entry/64/compat: Set up full pt_regs for all compat syscalls
Andy Lutomirski
1
-29
/
+13
2015-10-09
x86/entry/64/compat: Remove most of the fast system call machinery
Andy Lutomirski
1
-242
/
+4
2015-10-09
x86/entry/64/compat: Remove audit optimizations
Andy Lutomirski
1
-96
/
+2
2015-10-09
x86/entry/64/compat: Disable SYSENTER and SYSCALL32 entries
Andy Lutomirski
1
-0
/
+13
2015-10-07
x86/entry/64/compat: After SYSENTER, move STI after the NT fixup
Andy Lutomirski
1
-8
/
+22
2015-10-07
x86/entry/64/compat: Fix SYSENTER's NT flag before user memory access
Andy Lutomirski
1
-9
/
+9
2015-08-18
Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixes
Ingo Molnar
1
-1
/
+2
2015-08-14
x86: fix error handling for 32-bit compat out-of-range system call numbers
Linus Torvalds
1
-1
/
+2
2015-07-31
Merge branch 'x86/urgent' into x86/asm, before applying dependent patches
Ingo Molnar
1
-5
/
+9
2015-07-24
x86/asm/entry/32: Revert 'Do not use R9 in SYSCALL32' commit
Denys Vlasenko
1
-5
/
+9
2015-07-08
x86/entry/64: Fix IRQ state confusion and related warning on compat syscalls ...
Andy Lutomirski
1
-2
/
+6
2015-07-07
x86/asm/entry/64: Migrate error and IRQ exit work to C and remove old assembl...
Andy Lutomirski
1
-0
/
+5
2015-07-07
x86/entry/64: Migrate 64-bit and compat syscalls to the new exit handlers and...
Andy Lutomirski
1
-3
/
+3
2015-07-07
x86/entry/64/compat: Fix bad fast syscall arg failure path
Andy Lutomirski
1
-2
/
+33
2015-07-06
x86/asm/entry/32: Replace RESTORE_RSI_RDI with open-coded 32-bit reads
Denys Vlasenko
1
-2
/
+5
[next]