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_32.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-18
x86: introducing asm-x86/traps.h
Jaswinder Singh
1
-20
/
+1
2008-07-18
x86: traps_xx: modify x86_64 to use _log_lvl variants
Alexander van Heukelum
1
-1
/
+1
2008-07-18
x86: traps_xx: refactor die() like in x86_64
Alexander van Heukelum
1
-44
/
+51
2008-07-09
x86: traps_xx: various small changes
Alexander van Heukelum
1
-8
/
+7
2008-07-09
x86: traps_xx: modify default_do_nmi
Alexander van Heukelum
1
-3
/
+6
2008-07-09
x86: traps_xx: restructure do_general_protection()
Alexander van Heukelum
1
-16
/
+20
2008-07-09
x86: traps_xx: modify __die
Alexander van Heukelum
1
-17
/
+13
2008-07-09
x86: traps_xx: shuffle headers and globals
Alexander van Heukelum
1
-6
/
+3
2008-07-09
x86: initial changes to unify traps_32.c and traps_64.c
Alexander van Heukelum
1
-39
/
+39
2008-07-08
x86: fix "x86: let setup_arch call init_apic_mappings for 32bit"
Ingo Molnar
1
-0
/
+1
2008-07-08
x86: let setup_arch call init_apic_mappings for 32bit
Yinghai Lu
1
-4
/
+0
2008-07-08
x86: don't use gdt_page openly.
Glauber Costa
1
-1
/
+1
2008-06-16
Merge branch 'linus' into x86/nmi
Ingo Molnar
1
-0
/
+1
2008-06-12
x86, lockdep: fix "WARNING: at kernel/lockdep.c:2658 check_flags+0x4c/0x128()"
Vegard Nossum
1
-0
/
+1
2008-05-26
x86: nmi - unify die_nmi() interface
Cyrill Gorcunov
1
-3
/
+5
2008-04-26
i386: fix signal type for iret exception
Jan Beulich
1
-1
/
+1
2008-04-19
x86, fpu: lazy allocation of FPU area - v5
Suresh Siddha
1
-2
/
+15
2008-04-19
x86, fpu: split FPU state from task struct - v5
Suresh Siddha
1
-5
/
+1
2008-04-19
ftrace: add notrace annotations for NMI routines
Steven Rostedt
1
-6
/
+6
2008-04-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb
Linus Torvalds
1
-0
/
+2
2008-04-17
kgdb: fix NMI hangs
Jason Wessel
1
-0
/
+2
2008-04-17
x86: cleanup - rename VM_MASK to X86_VM_MASK
gorcunov@gmail.com
1
-4
/
+4
2008-04-17
x86: cleanup replace most vm86 flags with flags from processor-flags.h, fix
Ingo Molnar
1
-1
/
+1
2008-04-17
x86: clean up traps_32.c
Ingo Molnar
1
-286
/
+318
2008-02-07
x86: fix sparse error in traps_32.c
Harvey Harrison
1
-10
/
+5
2008-01-30
x86: fix EISA ioremap
Ingo Molnar
1
-2
/
+2
2008-01-30
x86: make printk_address available on X86_32
Harvey Harrison
1
-0
/
+28
2008-01-30
x86: print which shared library/executable faulted in segfault etc. messages v3
Andi Kleen
1
-2
/
+5
2008-01-30
x86: pull bp calculation earlier into the backtrace path
Arjan van de Ven
1
-22
/
+17
2008-01-30
x86: improve the 32 bit Frame Pointer backtracer to also use the traditional ...
Arjan van de Ven
1
-24
/
+20
2008-01-30
x86: add the capability to print fuzzy backtraces
Arjan van de Ven
1
-3
/
+5
2008-01-30
x86: fix 32-bit FRAME_POINTER chasing code
Arjan van de Ven
1
-1
/
+3
2008-01-30
x86: introduce __die helper to X86_32
Harvey Harrison
1
-34
/
+42
2008-01-30
x86: remove all definitions with fastcall
Harvey Harrison
1
-12
/
+12
2008-01-30
x86: move _set_gate and its users to a common location
Glauber de Oliveira Costa
1
-34
/
+0
2008-01-30
x86: introduce gate_desc type.
Glauber de Oliveira Costa
1
-1
/
+1
2008-01-30
x86: unify desc_struct
Glauber de Oliveira Costa
1
-1
/
+2
2008-01-30
x86: use generic register name in the thread and tss structures
H. Peter Anvin
1
-3
/
+3
2008-01-30
x86: x86-32 thread_struct.debugreg
Roland McGrath
1
-2
/
+2
2008-01-30
x86: rename the struct pt_regs members for 32/64-bit consistency
H. Peter Anvin
1
-57
/
+57
2008-01-30
x86: debugctlmsr arch_has_block_step
Roland McGrath
1
-0
/
+6
2008-01-16
lockdep: more hardirq annotations for notify_die()
Peter Zijlstra
1
-0
/
+1
2007-12-21
x86: fix die() to not be preemptible
Ingo Molnar
1
-4
/
+3
2007-11-26
lockdep: annotate do_debug() trap handler
Peter Zijlstra
1
-0
/
+2
2007-11-26
x86: printk kernel version in WARN_ON and other dump_stack users
Arjan van de Ven
1
-0
/
+5
2007-10-25
lockdep: fixup irq tracing
Peter Zijlstra
1
-0
/
+2
2007-10-20
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86
Linus Torvalds
1
-33
/
+21
2007-10-19
Use helpers to obtain task pid in printks (arch code)
Alexey Dobriyan
1
-2
/
+2
2007-10-19
i386: introduce "used_vectors" bitmap which can be used to reserve vectors.
Rusty Russell
1
-0
/
+10
2007-10-19
x86: use raw locks during oopses
Andi Kleen
1
-5
/
+7
[next]