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
Age
Commit message (
Expand
)
Author
2012-10-11
make sure that we always have a return path from kernel_execve()
Al Viro
2012-10-11
ppc: eeh_event should just use kthread_run()
Al Viro
2012-10-11
don't bother with kernel_thread/kernel_execve for launching linuxrc
Al Viro
2012-10-11
alpha: get rid of switch_stack argument of do_work_pending()
Al Viro
2012-10-11
alpha: don't bother passing switch_stack separately from regs
Al Viro
2012-10-11
alpha: take SIGPENDING/NOTIFY_RESUME loop into signal.c
Al Viro
2012-10-11
alpha: simplify TIF_NEED_RESCHED handling
Al Viro
2012-10-01
alpha: don't open-code trace_report_syscall_{enter,exit}
Al Viro
2012-10-01
Uninclude linux/freezer.h
Richard Weinberger
2012-10-01
m32r: trim masks
Al Viro
2012-10-01
avr32: trim masks
Al Viro
2012-10-01
tile: don't bother with SIGTRAP in setup_frame
Al Viro
2012-10-01
microblaze: don't bother with SIGTRAP in setup_rt_frame()
Al Viro
2012-10-01
mn10300: don't bother with SIGTRAP in setup_frame()
Al Viro
2012-10-01
frv: no need to raise SIGTRAP in setup_frame()
Al Viro
2012-10-01
x86: get rid of duplicate code in case of CONFIG_VM86
Al Viro
2012-10-01
unicore32: remove pointless test
Al Viro
2012-10-01
h8300: trim _TIF_WORK_MASK
Al Viro
2012-10-01
parisc: decide whether to go to slow path (tracesys) based on thread flags
Al Viro
2012-10-01
parisc: don't bother looping in do_signal()
Al Viro
2012-10-01
parisc: fix double restarts
Al Viro
2012-10-01
bury the rest of TIF_IRET
Al Viro
2012-10-01
sanitize tsk_is_polling()
Al Viro
2012-10-01
bury _TIF_RESTORE_SIGMASK
Al Viro
2012-10-01
unicore32: unobfuscate _TIF_WORK_MASK
Al Viro
2012-10-01
mips: NOTIFY_RESUME is not needed in TIF masks
Al Viro
2012-10-01
mips: merge the identical "return from syscall" per-ABI code
Al Viro
2012-10-01
mips: unobfuscate _TIF..._MASK
Al Viro
2012-10-01
mips: prevent hitting do_notify_resume() with !user_mode(regs)
Al Viro
2012-10-01
ia64: can't reach do_signal() when returning to kernel mode
Al Viro
2012-10-01
score: fix bogus restarts on sigreturn()
Al Viro
2012-10-01
mn10300: get rid of calling do_notify_resume() when returning to kernel mode
Al Viro
2012-10-01
xtensa: can't get to do_notify_resume() when user_mode(regs) is not true
Al Viro
2012-10-01
c6x: switch to generic kernel_thread()
Al Viro
2012-10-01
c6x: switch to generic sys_execve
Mark Salter
2012-10-01
c6x: switch to generic kernel_execve
Mark Salter
2012-10-01
c6x: add ret_from_kernel_thread(), simplify kernel_thread()
Mark Salter
2012-10-01
mn10300: convert to generic kernel_thread()
Al Viro
2012-10-01
mn10300: switch to generic kernel_execve()
Al Viro
2012-10-01
mn10300: switch to generic sys_execve()
Al Viro
2012-10-01
mn10300: split ret_from_fork, simplify kernel_thread()
Al Viro
2012-10-01
frv: switch to generic kernel_thread()
Al Viro
2012-10-01
frv: switch to generic kernel_execve
Al Viro
2012-10-01
frv: switch to generic sys_execve()
Al Viro
2012-10-01
frv: split ret_from_fork, simplify kernel_thread() a lot
Al Viro
2012-10-01
m68k: switch to generic sys_execve()/kernel_execve()
Al Viro
2012-10-01
m68k: split ret_from_fork(), simplify kernel_thread()
Al Viro
2012-10-01
m68k: always set stack frame format for ColdFire on thread start
Greg Ungerer
2012-09-30
powerpc: switch to generic sys_execve()/kernel_execve()
Al Viro
2012-09-30
powerpc: split ret_from_fork
Al Viro
[next]