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
2018-01-23
x86/asm: Use register variable to get stack pointer value
Andrey Ryabinin
2016-10-31
Revert "x86/mm: Expand the exception table logic to allow new handling options"
Greg Kroah-Hartman
2016-10-31
x86/mm: Expand the exception table logic to allow new handling options
Tony Luck
2016-06-24
x86/entry/traps: Don't force in_interrupt() to return true in IST handlers
Andy Lutomirski
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
2015-05-19
x86/fpu: Harmonize FPU register state types
Ingo Molnar
2015-05-19
x86/fpu: Factor out the exception error code handling code
Ingo Molnar
2015-05-19
x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)
Ingo Molnar
2015-05-19
x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()
Ingo Molnar
2015-05-19
x86/fpu: Rename fpu-internal.h to fpu/internal.h
Ingo Molnar
2015-05-19
x86/fpu: Use 'struct fpu' in fpu__save()
Ingo Molnar
2015-05-19
x86/fpu: Rename math_state_restore() to fpu__restore()
Ingo Molnar
2015-05-19
x86/fpu: Move math_state_restore() to fpu/core.c
Ingo Molnar
2015-05-19
x86/fpu: Fix header file dependencies of fpu-internal.h
Ingo Molnar
2015-05-19
x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counter
Ingo Molnar
2015-05-19
x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()
Ingo Molnar
2015-05-19
x86/fpu: Rename unlazy_fpu() to fpu__save()
Ingo Molnar
2015-05-10
x86/asm/entry: Remove SYSCALL_VECTOR
Brian Gerst
2015-05-07
x86/traps: Remove superfluous weak definitions and dead code
Borislav Petkov
2015-05-07
x86/mce/amd: Introduce deferred error interrupt handler
Aravind Gopalakrishnan
2015-04-14
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-04-13
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2015-03-31
x86/asm/entry: Remove user_mode_ignore_vm86()
Ingo Molnar
2015-03-23
x86/asm/entry: Replace some open-coded VM86 checks with v8086_mode() checks
Andy Lutomirski
2015-03-23
x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'
Andy Lutomirski
2015-03-23
x86/asm/entry: Use user_mode_ignore_vm86() where appropriate
Andy Lutomirski
2015-03-23
Merge tag 'v4.0-rc5' into x86/asm, to resolve conflicts
Ingo Molnar
2015-03-23
x86/fpu: Rename drop_init_fpu() to fpu_reset_state()
Borislav Petkov
2015-03-23
Merge tag 'v4.0-rc5' into x86/fpu, to prevent conflicts
Ingo Molnar
2015-03-10
x86/asm/entry/32: Fix user_mode() misuses
Andy Lutomirski
2015-03-09
context_tracking: Rename context symbols to prepare for transition state
Frederic Weisbecker
2015-03-07
x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it ...
Andy Lutomirski
2015-03-06
x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0()
Andy Lutomirski
2015-03-05
x86/traps: Separate set_intr_gate() and clean up early_trap_init()
Wang Nan
[next]