index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
traps.c
Age
Commit message (
Expand
)
Author
2017-09-29
x86/asm: Use register variable to get stack pointer value
Andrey Ryabinin
2017-08-29
x86/idt: Move regular trap init to tables
Thomas Gleixner
2017-08-29
x86/idt: Move IST stack based traps to table init
Thomas Gleixner
2017-08-29
x86/idt: Move debug stack init to table based
Thomas Gleixner
2017-08-29
x86/idt: Switch early trap init to IDT tables
Thomas Gleixner
2017-08-29
x86/idt: Create file for IDT related code
Thomas Gleixner
2017-08-29
x86/idt: Remove the tracing IDT completely
Thomas Gleixner
2017-08-29
x86/boot: Move EISA setup to a separate file
Thomas Gleixner
2017-08-29
x86/irq: Unexport used_vectors[]
Thomas Gleixner
2017-06-12
x86/debug: Handle early WARN_ONs proper
Peter Zijlstra
2017-05-01
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2017-04-11
x86/debug: Fix the printk() debug output of signal_fault(), do_trap() and do_...
Markus Trippelsdorf
2017-03-27
x86/debug: Implement __WARN() using UD0
Peter Zijlstra
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-02-04
x86/traps: Get rid of unnecessary preempt_disable/preempt_enable_no_resched
Alexander Kuleshov
2016-11-01
x86/fpu: Handle #NM without FPU emulation as an error
Andy Lutomirski
2016-09-08
x86/mm: Improve stack-overflow #PF handling
Andy Lutomirski
2016-08-24
x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y)
Andy Lutomirski
2016-07-14
x86/kernel: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
2016-06-10
x86/entry/traps: Don't force in_interrupt() to return true in IST handlers
Andy Lutomirski
2016-04-29
x86/asm: Stop depending on ptrace.h in alternative.h
Andy Lutomirski
2016-03-15
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-03-15
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-03-10
x86/entry/traps: Show unhandled signal for i386 in do_trap()
Jianyu Zhan
2016-03-10
x86/entry/32: Change INT80 to be an interrupt gate
Andy Lutomirski
2016-03-10
x86/entry/32: Add and check a stack canary for the SYSENTER stack
Andy Lutomirski
2016-03-10
x86/entry: Vastly simplify SYSENTER TF (single-step) handling
Andy Lutomirski
2016-03-10
x86/entry/traps: Clear DR6 early in do_debug() and improve the comment
Andy Lutomirski
2016-03-10
x86/entry/traps: Clear TIF_BLOCKSTEP on all debug exceptions
Andy Lutomirski
2016-02-18
x86/mm: Expand the exception table logic to allow new handling options
Tony Luck
2016-02-09
x86/fpu: Speed up lazy FPU restores slightly
Andy Lutomirski
2016-02-09
x86/fpu: Fix math emulation in eager fpu mode
Andy Lutomirski
2016-02-01
x86/entry/traps: Refactor preemption and interrupt flag handling
Alexander Kuleshov
2015-09-14
x86/fpu/mpx: Rework MPX 'xstate' types
Dave Hansen
2015-09-14
x86/fpu: Rename XSAVE macros
Dave Hansen
2015-09-01
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2015-08-22
x86/traps: Weaken context tracking entry assertions
Andy Lutomirski
2015-07-31
x86/vm86: Clean up vm86.h includes
Brian Gerst
2015-07-22
rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()
Paul E. McKenney
2015-07-07
x86/entry: Remove exception_enter() from most trap handlers
Andy Lutomirski
2015-07-07
x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception...
Andy Lutomirski
2015-06-22
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-06-09
x86/mpx: Trace #BR exceptions
Dave Hansen
2015-06-09
x86/mpx: Clean up the code by not passing a task pointer around when unnecessary
Dave Hansen
2015-06-09
x86/mpx: Use the new get_xsave_field_ptr()API
Dave Hansen
2015-06-08
Merge branch 'x86/asm' into x86/core, to prepare for new patch
Ingo Molnar
2015-06-08
x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...
Ingo Molnar
2015-06-08
x86/asm/entry: Rename compat syscall entry points
Ingo Molnar
2015-06-07
Merge branch 'x86/ras' into x86/core, to fix conflicts
Ingo Molnar
2015-05-19
x86/fpu: Pass 'struct fpu' to fpu__restore()
Ingo Molnar
[next]