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
2015-06-22
ARC: make plat_smp_ops weak to allow over-rides
Vineet Gupta
2015-06-22
ARCv2: clocksource: Introduce 64bit local RTC counter
Vineet Gupta
2015-06-22
ARCv2: extable: Enable sorting at build time
Vineet Gupta
2015-06-22
ARCv2: Adhere to Zero Delay loop restriction
Vineet Gupta
2015-06-22
ARCv2: optimised string/mem lib routines
Claudiu Zissulescu
2015-06-22
ARCv2: MMUv4: support aliasing icache config
Vineet Gupta
2015-06-22
ARCv2: MMUv4: cache programming model changes
Vineet Gupta
2015-06-22
ARCv2: MMUv4: TLB programming Model changes
Vineet Gupta
2015-06-22
ARCv2: STAR 9000814690: Really Re-enable interrupts to avoid deadlocks
Vineet Gupta
2015-06-22
ARCv2: STAR 9000808988: signals involving Delay Slot
Vineet Gupta
2015-06-22
ARCv2: STAR 9000793984: Handle return from intr to Delay Slot
Vineet Gupta
2015-06-22
ARCv2: Support for ARCv2 ISA and HS38x cores
Vineet Gupta
2015-06-22
ARCv2: [intc] HS38 core interrupt controller
Vineet Gupta
2015-06-22
ARC: uncached base is hard constant for ARC, don't save it
Vineet Gupta
2015-06-19
ARC: intc: split into ARCompact ISA specific, common bits
Vineet Gupta
2015-06-19
ARC: Make way for pt_regs != user_regs_struct
Vineet Gupta
2015-06-19
ARC: entry.S: [arcompact] simplify SWITCH_TO_KERNEL_STK
Vineet Gupta
2015-06-19
ARC: entry.S: use single EXCEPTION_PROLOGUE
Vineet Gupta
2015-06-19
ARC: entry.S: micro-optimize Trap handler
Vineet Gupta
2015-06-19
ARC: entry.S: move some code around for cache locality in return path
Vineet Gupta
2015-06-19
ARC: entry.S: split into ARCompact ISA specific, common bits
Vineet Gupta
2015-06-19
ARC: entry.S: Ensure that restore_regs is local to compilation unit
Vineet Gupta
2015-06-19
ARC: entry.S: comments cleanup
Vineet Gupta
2015-06-19
ARC: entry.S: Trap handler to use r10 for syscall vs. brkpt decision
Vineet Gupta
2015-06-19
ARC: entry.S: FAKE_RET_FROM_EXCPN can always use r9
Vineet Gupta
2015-06-19
ARC: entry.S: confine EXCEPTION_* macros to one file
Vineet Gupta
2015-06-19
ARC: entry.S: canonical'ize EXCEPTION_{PROLOGUE,EPILOGUE}
Vineet Gupta
2015-06-19
ARC: entry.S: Introduce INTERRUPT_{PROLOGUE,EPILOGUE}
Vineet Gupta
2015-06-19
ARC: entry.S: common'ize scrtach reg freeup in intr + exceptions
Vineet Gupta
2015-06-19
ARC: untangle cache flush loop
Vineet Gupta
2015-06-19
ARC: cacheflush: No need to retain DC_CTRL from __before_dc_op()
Vineet Gupta
2015-06-19
ARC: cacheflush: move some code around, delete old comments
Vineet Gupta
2015-06-19
ARC: mm/cache_arc700.c -> mm/cache.c
Vineet Gupta
2015-06-19
ARC: [axs101] Add missing __init annotations
Vineet Gupta
2015-06-19
ARC: [axs101] STAR 9000799830: Fix SD cards support
Alexey Brodkin
2015-06-19
ARC: [axs101] Tweak DDR port aperture mappings for performance
Vineet Gupta
2015-06-19
ARC: [axs101] support early 8250 uart
Vineet Gupta
2015-06-19
ARC: [axs101] Add support for AXS101 SDP (software development platform)
Alexey Brodkin
2015-06-19
ARC: mm: document system mem map clearly
Vineet Gupta
2015-06-19
ARC: stack unwinder to bail if PC is not kernel mode
Vineet Gupta
2015-06-19
ARC: perf: Remove unnecessary local variable
Tobias Klauser
2015-06-19
arc: fix use of uninitialized arc_pmu
Max Filippov
2015-06-19
ARC: fix section mismatch with allyesconfig
Vineet Gupta
2015-06-19
ARC: explicit'ify uboot support
Vineet Gupta
2015-06-19
ARC: [plat_arcfpga]->[plat_sim]
Vineet Gupta
2015-06-19
ARC: [arcfpga] RIP legacy ISS based SMP extension
Vineet Gupta
2015-06-19
ARC: compress cpuinfo_arc_mmu (mainly save page size in KB)
Vineet Gupta
2015-06-19
ARC: clocksource cleanups
Vineet Gupta
2015-06-19
ARC: RIP broken 64bit RTSC
Vineet Gupta
2015-06-19
ARC: [kbuild] Retire CONFIG_ARC_CPU_REL_4_10
Vineet Gupta
[next]