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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-01
x86/fred: Add FRED initialization functions
H. Peter Anvin (Intel)
1
-0
/
+21
2024-02-01
x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
Xin Li
2
-0
/
+91
2024-02-01
x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry code
Peter Zijlstra (Intel)
1
-5
/
+10
2024-02-01
x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
Xin Li
1
-1
/
+4
2024-02-01
x86/fred: Let ret_from_fork_asm() jmp to asm_fred_exit_user when FRED is enabled
H. Peter Anvin (Intel)
2
-0
/
+7
2024-02-01
x86/traps: Add sysvec_install() to install a system interrupt handler
Xin Li
1
-0
/
+14
2024-02-01
x86/fred: FRED entry/exit and dispatch code
H. Peter Anvin (Intel)
3
-1
/
+299
2024-02-01
x86/ptrace: Cleanup the definition of the pt_regs structure
Xin Li
1
-1
/
+1
2024-01-25
x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
Xin Li
2
-12
/
+0
2024-01-11
Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-9
/
+1
2024-01-09
Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-0
/
+6
2024-01-09
Merge tag 'x86-entry-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-14
/
+31
2024-01-08
Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2
-0
/
+4
2023-12-14
wire up syscalls for statmount/listmount
Miklos Szeredi
2
-0
/
+4
2023-12-07
x86/entry: Do not allow external 0x80 interrupts
Thomas Gleixner
1
-1
/
+36
2023-12-07
x86/entry: Convert INT 0x80 emulation to IDTENTRY
Thomas Gleixner
2
-78
/
+57
2023-11-23
arch: vdso: consolidate gettime prototypes
Arnd Bergmann
1
-9
/
+1
2023-11-21
x86/entry: Harden return-to-user
Peter Zijlstra
1
-10
/
+8
2023-11-21
x86/entry: Optimize common_interrupt_return()
Peter Zijlstra
2
-5
/
+24
2023-11-13
LSM: wireup Linux Security Module syscalls
Casey Schaufler
2
-0
/
+6
2023-11-04
Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-27
/
+0
2023-11-02
Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-1
/
+0
2023-11-02
Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+3
2023-10-31
Merge tag 'x86-entry-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-108
/
+90
2023-10-31
Merge tag 'x86-asm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-6
/
+4
2023-10-31
Merge tag 'x86-headers-2023-10-28' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-5
/
+4
2023-10-31
Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-0
/
+6
2023-10-28
kbuild: unify vdso_install rules
Masahiro Yamada
1
-27
/
+0
2023-10-20
x86/vdso: Run objtool on vdso32-setup.o
David Kaplan
1
-1
/
+2
2023-10-13
x86/entry/32: Clean up syscall fast exit tests
Brian Gerst
1
-26
/
+22
2023-10-13
x86/entry/64: Use TASK_SIZE_MAX for canonical RIP test
Brian Gerst
1
-3
/
+3
2023-10-13
x86/entry/64: Convert SYSRET validation tests to C
Brian Gerst
2
-52
/
+44
2023-10-11
x86/vdso: Remove now superfluous sentinel element from ctl_table array
Joel Granados
1
-1
/
+0
2023-10-09
Merge tag 'v6.6-rc5' into locking/core, to pick up fixes
Ingo Molnar
1
-1
/
+1
2023-10-06
arch: Reserve map_shadow_stack() syscall number for all architectures
Sohil Mehta
1
-0
/
+1
2023-10-05
x86/entry/32: Remove SEP test for SYSEXIT
Brian Gerst
1
-2
/
+1
2023-10-05
x86/entry/32: Convert do_fast_syscall_32() to bool return type
Brian Gerst
3
-7
/
+7
2023-10-05
x86/entry/compat: Combine return value test from syscall handler
Brian Gerst
1
-5
/
+4
2023-10-05
x86/entry/64: Remove obsolete comment on tracing vs. SYSRET
Brian Gerst
1
-16
/
+3
2023-10-05
Merge tag 'v6.6-rc4' into x86/entry, to pick up fixes
Ingo Molnar
1
-1
/
+1
2023-10-03
syscalls: Cleanup references to sys_lookup_dcookie()
Sohil Mehta
2
-2
/
+2
2023-10-03
x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>
Masahiro Yamada
4
-4
/
+4
2023-10-03
x86/headers: Remove unnecessary #include <asm/export.h>
Masahiro Yamada
1
-1
/
+0
2023-09-27
x86/entry: Fix typos in comments
Xin Li (Intel)
1
-4
/
+4
2023-09-27
x86/entry: Remove unused argument %rsi passed to exc_nmi()
Xin Li (Intel)
1
-2
/
+0
2023-09-21
futex: Add sys_futex_requeue()
peterz@infradead.org
2
-0
/
+2
2023-09-21
futex: Add sys_futex_wait()
peterz@infradead.org
2
-0
/
+2
2023-09-21
futex: Add sys_futex_wake()
peterz@infradead.org
2
-0
/
+2
2023-09-19
xen: simplify evtchn_do_upcall() call maze
Juergen Gross
1
-1
/
+1
2023-09-14
x86: Make IA32_EMULATION boot time configurable
Nikolay Borisov
1
-1
/
+8
[next]