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
/
arm64
/
kernel
/
entry.S
Age
Commit message (
Expand
)
Author
2019-04-03
arm64/kernel: fix incorrect EL0 check in inv_entry macro
Ard Biesheuvel
2018-09-29
arm64: Add trace_hardirqs_off annotation in ret_to_user
Catalin Marinas
2017-06-14
arm64: entry: improve data abort handling of tagged pointers
Kristina Martsenko
2017-01-26
arm64: avoid returning from bad_mode
Mark Rutland
2016-08-20
arm64: kernel: Save and restore UAO and addr_limit on exception entry
James Morse
2015-10-16
arm64: AArch32 user space PC alignment exception
Mark Salyzyn
2015-08-21
arm64: entry: always restore x0 from the stack on syscall return
Will Deacon
2015-07-27
arm64: kernel: Adopt new alternative assembler macros
Daniel Thompson
2015-07-22
arm64: switch_to: calculate cpu context pointer using separate register
Will Deacon
2015-07-08
arm64: entry: handle debug exceptions in el*_inv
Mark Rutland
2015-06-17
arm64: entry: fix context tracking for el0_sp_pc
Mark Rutland
2015-06-08
arm64: fix missing syscall trace exit
Josh Stone
2015-06-05
arm64: alternative: Merge alternative-asm.h into alternative.h
Marc Zyngier
2015-06-05
arm64: Rework alternate sequence for ARM erratum 845719
Marc Zyngier
2015-04-01
arm64: errata: add workaround for cortex-a53 erratum #845719
Will Deacon
2015-01-27
arm64: Implement the compat_sys_call_table in C
Catalin Marinas
2015-01-15
arm64: move to ESR_ELx macros
Mark Rutland
2014-11-28
arm64: ptrace: allow tracer to skip a system call
AKASHI Takahiro
2014-11-25
arm64: Treat handle_arch_irq as a function pointer
Laura Abbott
2014-11-14
arm64: entry: use ldp/stp instead of push/pop when saving/restoring regs
Will Deacon
2014-11-14
arm64: entry: avoid writing lr explicitly for constructing return paths
Will Deacon
2014-09-23
arm64: debug: don't re-enable debug exceptions on return from el1_dbg
Will Deacon
2014-07-10
arm64: Add __NR_* definitions for compat syscalls
Catalin Marinas
2014-07-10
arm64: enable context tracking
Larry Bassel
2014-07-10
arm64: adjust el0_sync so that a function can be called
Larry Bassel
2014-06-18
arm64: Bug fix in stack alignment exception
ChiaHao
2014-05-16
Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm ...
Catalin Marinas
2014-05-12
arm64: split syscall_trace() into separate functions for enter/exit
AKASHI Takahiro
2014-05-12
arm64: make a single hook to syscall_trace() for all syscall features
AKASHI Takahiro
2014-05-12
arm64: debug: avoid accessing mdscr_el1 on fault paths where possible
Will Deacon
2014-05-08
arm64: defer reloading a task's FPSIMD state to userland resume
Ard Biesheuvel
2014-01-13
arm64: fix typo in entry.S
Neil Zhang
2013-12-19
arm64: support single-step and breakpoint handler hooks
Sandeepa Prabhu
2013-11-25
arm64: let the core code deal with preempt_count
Marc Zyngier
2013-11-05
arm64: fix access to preempt_count from assembly code
Marc Zyngier
2013-09-03
arm64: mm: permit use of tagged pointers at EL0
Will Deacon
2013-08-22
arm64: Enable interrupts in the EL0 undef handler
Catalin Marinas
2013-07-26
arm64: Change kernel stack size to 16K
Feng Kan
2013-05-31
arm64: treat unhandled compat el0 traps as undef
Mark Rutland
2013-04-17
arm64: add explicit symbols to ESR_EL1 decoding
Marc Zyngier
2013-02-14
arm64: switch to generic sigaltstack
Al Viro
2012-12-05
arm64: move vector entry macro to assembler.h
Marc Zyngier
2012-10-22
arm64: get rid of fork/vfork/clone wrappers
Al Viro
2012-10-17
arm64: Use generic sys_execve() implementation
Catalin Marinas
2012-10-17
arm64: Use generic kernel_execve() implementation
Catalin Marinas
2012-10-17
arm64: Use generic kernel_thread() implementation
Catalin Marinas
2012-10-11
arm64: Do not include asm/unistd32.h in asm/unistd.h
Catalin Marinas
2012-10-08
arm64: Enable interrupts before calling do_notify_resume()
Catalin Marinas
2012-09-17
arm64: Exception handling
Catalin Marinas