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
2010-05-21
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...
Steven Rostedt
2010-05-21
perf: Optimize perf_tp_event_match()
Peter Zijlstra
2010-05-21
perf: Remove more code from the fastpath
Peter Zijlstra
2010-05-21
perf: Optimize the !vmalloc backed buffer
Peter Zijlstra
2010-05-21
perf: Optimize perf_output_copy()
Peter Zijlstra
2010-05-21
perf: Fix wakeup storm for RO mmap()s
Peter Zijlstra
2010-05-21
perf-record: Share per-cpu buffers
Peter Zijlstra
2010-05-21
perf-record: Remove -M
Peter Zijlstra
2010-05-21
perf: Ensure that IOC_OUTPUT isn't used to create multi-writer buffers
Peter Zijlstra
2010-05-21
perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...
Peter Zijlstra
2010-05-21
perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...
Peter Zijlstra
2010-05-21
Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...
Ingo Molnar
2010-05-20
perf tui: Allow disabling the TUI on a per command basis in ~/.perfconfig
Arnaldo Carvalho de Melo
2010-05-20
perf record: remove unneeded gettimeofday() call
Russ Anderson
2010-05-20
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...
Ingo Molnar
2010-05-20
perf: Fix forgotten preempt_enable by nested writers
Frederic Weisbecker
2010-05-20
perf annotate: Use build-ids to find the right DSO
Arnaldo Carvalho de Melo
2010-05-20
perf TUI: Make 'space' be an alias to 'PgDn'
Arnaldo Carvalho de Melo
2010-05-20
Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...
Ingo Molnar
2010-05-20
perf: Fix unaligned accesses while fetching trace values
Frederic Weisbecker
2010-05-20
perf: Comply with new rcu checks API
Frederic Weisbecker
2010-05-20
perf: Use read() instead of lseek() in trace_event_read.c:skip()
Tom Zanussi
2010-05-19
perf session: Make read_build_id routines look at the host_machine too
Arnaldo Carvalho de Melo
2010-05-19
perf symbols: Don't try to read the build-id twice
Arnaldo Carvalho de Melo
2010-05-19
perf, x86: P4 PMU -- add missing bit in CCCR mask
Cyrill Gorcunov
2010-05-19
perf, x86: P4_pmu_schedule_events -- use smp_processor_id instead of raw_
Cyrill Gorcunov
2010-05-19
perf, x86: P4 PMU -- do a real check for ESCR address being in hash
Cyrill Gorcunov
2010-05-18
perf tools: remove xstrndup, xmalloc, xzalloc
Arnaldo Carvalho de Melo
2010-05-18
perf probe: Don't call die()
Arnaldo Carvalho de Melo
2010-05-18
perf probe: Fix some error exit paths
Arnaldo Carvalho de Melo
2010-05-18
perf tools: Remove some unused functions
Arnaldo Carvalho de Melo
2010-05-18
perf stat: add perf stat -B to pretty print large numbers
Stephane Eranian
2010-05-18
perf, sparc: Implement group scheduling transactional APIs
Lin Ming
2010-05-18
Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2010-05-18
perf: Optimize perf_output_*() by avoiding local_xchg()
Peter Zijlstra
2010-05-18
perf: Optimize the hotpath by converting the perf output buffer to local_t
Peter Zijlstra
2010-05-18
perf: Optimize the perf_output() path by removing IRQ-disables
Peter Zijlstra
2010-05-18
perf: Disallow mmap() on per-task inherited events
Peter Zijlstra
2010-05-18
perf: Optimize buffer placement by allocating buffers NUMA aware
Peter Zijlstra
2010-05-18
perf: Fix errors path in perf_output_begin()
Stephane Eranian
2010-05-18
perf/ftrace: Optimize perf/tracepoint interaction for single events
Peter Zijlstra
2010-05-18
Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2010-05-18
Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2010-05-18
Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2010-05-18
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2010-05-18
Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2010-05-18
Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2010-05-18
Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2010-05-18
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2010-05-18
Merge branch 'x86-doc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
[next]