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
/
kernel
/
traps.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-11
x86/CPU/AMD: Do not leak quotient data after a division by 0
Borislav Petkov (AMD)
1
-0
/
+2
2023-08-03
x86/traps: Fix load_unaligned_zeropad() handling for shared TDX memory
Kirill A. Shutemov
1
-7
/
+11
2022-11-09
x86/traps: avoid KMSAN bugs originating from handle_bug()
Alexander Potapenko
1
-0
/
+7
2022-09-26
x86: Add support for CONFIG_CFI_CLANG
Sami Tolvanen
1
-1
/
+3
2022-05-24
Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-12
/
+7
2022-05-03
x86/traps: Use pt_regs directly in fixup_bad_iret()
Lai Jiangshan
1
-12
/
+7
2022-04-07
x86/mm/cpa: Add support for TDX shared memory
Kirill A. Shutemov
1
-1
/
+1
2022-04-07
x86/traps: Add #VE support for TDX guest
Kirill A. Shutemov
1
-0
/
+86
2022-04-07
x86/traps: Refactor exc_general_protection()
Kirill A. Shutemov
1
-26
/
+31
2022-03-15
Merge branch 'x86/pasid' into x86/core, to resolve conflicts
Ingo Molnar
1
-0
/
+55
2022-03-15
x86/ibt: Add IBT feature, MSR and #CP handling
Peter Zijlstra
1
-0
/
+75
2022-03-11
x86/traps: Mark do_int3() NOKPROBE_SYMBOL
Li Huafei
1
-0
/
+1
2022-02-15
x86/traps: Demand-populate PASID MSR via #GP
Fenghua Yu
1
-0
/
+55
2021-11-02
Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-12
/
+46
2021-11-02
Merge tag 'x86_sev_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2021-10-26
x86/fpu/xstate: Add XFD #NM handler
Chang S. Bae
1
-0
/
+38
2021-10-21
x86/sev: Fix stack type check in vc_switch_off_ist()
Joerg Roedel
1
-1
/
+1
2021-10-20
x86/fpu: Replace the includes of fpu/internal.h
Thomas Gleixner
1
-1
/
+1
2021-09-21
x86/mm/64: Improve stack overflow warnings
Peter Zijlstra
1
-12
/
+13
2021-09-21
x86/iopl: Fake iopl(3) CLI/STI usage
Peter Zijlstra
1
-0
/
+33
2021-07-07
Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+3
2021-06-23
x86/fpu: Rename and sanitize fpu__save/copy()
Thomas Gleixner
1
-2
/
+3
2021-05-18
x86/idt: Rework IDT setup for boot CPU
Thomas Gleixner
1
-4
/
+3
2021-05-18
x86/cpu: Init AP exception handling from cpu_init_secondary()
Borislav Petkov
1
-3
/
+1
2021-04-28
Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-6
/
+4
2021-04-26
Merge tag 'x86-splitlock-2021-04-26' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+4
2021-04-26
Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2021-04-09
x86/traps: Correct exc_general_protection() and math_error() return paths
Thomas Tai
1
-2
/
+2
2021-03-31
x86: Add insn_decode_kernel()
Peter Zijlstra
1
-1
/
+1
2021-03-28
x86/traps: Handle #DB for bus lock
Fenghua Yu
1
-0
/
+4
2021-03-23
x86/kprobes: Use int3 instead of debug trap for single-step
Masami Hiramatsu
1
-3
/
+0
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2021-03-15
x86/traps: Convert to insn_decode()
Borislav Petkov
1
-3
/
+4
2021-03-08
x86/sev-es: Introduce ip_within_syscall_gap() helper
Joerg Roedel
1
-2
/
+1
2020-12-23
x86/split-lock: Avoid returning with interrupts enabled
Andi Kleen
1
-1
/
+2
2020-12-15
Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+7
2020-11-18
x86/traps: Attempt to fixup exceptions in vDSO before signaling
Sean Christopherson
1
-0
/
+10
2020-11-05
x86/entry: Move nmi entry/exit into common code
Thomas Gleixner
1
-6
/
+7
2020-10-28
x86/debug: Fix DR_STEP vs ptrace_get_debugreg(6)
Peter Zijlstra
1
-3
/
+6
2020-10-28
x86/debug: Only clear/set ->virtual_dr6 for userspace #DB
Peter Zijlstra
1
-6
/
+6
2020-10-28
x86/debug: Fix BTF handling
Peter Zijlstra
1
-7
/
+21
2020-10-14
Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+48
2020-10-13
Merge tag 'x86_urgent_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2020-10-13
x86/traps: Fix #DE Oops message regression
Thomas Gleixner
1
-1
/
+1
2020-09-09
x86/entry/64: Add entry code for #VC handler
Joerg Roedel
1
-0
/
+45
2020-09-09
x86/sev-es: Setup per-CPU GHCBs for the runtime handler
Tom Lendacky
1
-0
/
+3
2020-09-04
x86/debug: Change thread.debugreg6 to thread.virtual_dr6
Peter Zijlstra
1
-9
/
+16
2020-09-04
x86/debug: Support negative polarity DR6 bits
Peter Zijlstra
1
-3
/
+2
2020-09-04
x86/debug: Remove the historical junk
Peter Zijlstra
1
-11
/
+12
2020-09-04
x86/debug: Move cond_local_irq_enable() block into exc_debug_user()
Peter Zijlstra
1
-29
/
+29
[next]