index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
*
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-12-19
|
\
|
*
perf: Fix building warning on ARM 32
Wang Nan
2014-12-19
|
*
perf symbols: Fix use after free in filename__read_build_id
Mitchell Krome
2014-12-17
|
*
perf evlist: Use roundup_pow_of_two
Arnaldo Carvalho de Melo
2014-12-17
|
*
tools: Adopt roundup_pow_of_two
Arnaldo Carvalho de Melo
2014-12-17
|
*
perf tools: Make the mmap length autotuning more robust
Arnaldo Carvalho de Melo
2014-12-17
|
*
tools: Adopt rounddown_pow_of_two and deps
Arnaldo Carvalho de Melo
2014-12-17
|
*
tools: Adopt fls_long and deps
Arnaldo Carvalho de Melo
2014-12-17
|
*
tools: Move bitops.h from tools/perf/util to tools/
Arnaldo Carvalho de Melo
2014-12-17
|
*
tools: Introduce asm-generic/bitops.h
Arnaldo Carvalho de Melo
2014-12-17
|
*
tools lib: Move asm-generic/bitops/find.h code to tools/include and tools/lib
Arnaldo Carvalho de Melo
2014-12-17
|
*
tools: Whitespace prep patches for moving bitops.h
Arnaldo Carvalho de Melo
2014-12-17
|
*
tools: Move code originally from asm-generic/atomic.h into tools/include/asm-...
Arnaldo Carvalho de Melo
2014-12-17
|
*
tools: Move code originally from linux/log2.h to tools/include/linux/
Arnaldo Carvalho de Melo
2014-12-17
|
*
tools: Move __ffs implementation to tools/include/asm-generic/bitops/__ffs.h
Arnaldo Carvalho de Melo
2014-12-17
|
*
perf evlist: Do not use hard coded value for a mmap_pages default
Arnaldo Carvalho de Melo
2014-12-16
|
*
perf trace: Let the perf_evlist__mmap autosize the number of pages to use
Arnaldo Carvalho de Melo
2014-12-16
|
*
perf evlist: Improve the strerror_mmap method
Arnaldo Carvalho de Melo
2014-12-16
|
*
perf evlist: Clarify sterror_mmap variable names
Arnaldo Carvalho de Melo
2014-12-16
|
*
perf evlist: Fixup brown paper bag on "hint" for --mmap-pages cmdline arg
Arnaldo Carvalho de Melo
2014-12-16
|
*
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2014-12-12
|
|
\
|
|
*
perf trace: Provide a better explanation when mmap fails
Arnaldo Carvalho de Melo
2014-12-11
|
|
*
perf evlist: Introduce strerror_mmap method
Arnaldo Carvalho de Melo
2014-12-11
|
|
*
perf tools: Use sysctl__read_int instead of ad-hoc copies
Arnaldo Carvalho de Melo
2014-12-11
|
|
*
tools lib fs: Add sysctl__read_int helper
Arnaldo Carvalho de Melo
2014-12-11
|
|
*
tools lib fs: Adopt filename__read_int from tools/perf/
Arnaldo Carvalho de Melo
2014-12-11
|
|
*
perf kvm stat live: Mark events as (x86 only) in help output
Alexander Yarygin
2014-12-10
|
|
*
perf tests: Fix attr tests size values to cope with machine state on interrup...
Jiri Olsa
2014-12-09
|
|
*
calloc/xcalloc: Fix argument order
Arjun Sreedharan
2014-12-09
|
|
*
perf callchain: Move cpumode resolve code to add_callchain_ip
Kan Liang
2014-12-09
|
|
*
perf callchain: Fixup parameter handling error message
Kan Liang
2014-12-09
|
|
*
perf tools: Add --buildid-dir option to set cache directory
Jiri Olsa
2014-12-09
|
|
*
perf buildid cache: Fix -a segfault related to kcore handling
Jiri Olsa
2014-12-09
|
|
*
perf buildid-cache: Remove extra debugdir variables
Jiri Olsa
2014-12-09
|
|
*
perf tools: Use single strcmp call instead of two
Jiri Olsa
2014-12-09
|
|
*
perf hists browser: Change print format from %lu to %PRIu64
Tom Huynh
2014-12-09
|
|
*
perf bench: Fix memcpy/memset output
Rabin Vincent
2014-12-09
|
|
*
perf bench: Merge memset into memcpy
Rabin Vincent
2014-12-09
|
|
*
perf bench: Prepare memcpy for merge
Rabin Vincent
2014-12-09
*
|
|
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2014-12-18
|
\
\
\
|
*
|
|
tools/virtio: add virtio 1.0 in vringh_test
Michael S. Tsirkin
2014-12-15
|
*
|
|
tools/virtio: add virtio 1.0 in virtio_test
Michael S. Tsirkin
2014-12-15
|
*
|
|
tools/virtio: enable -Werror
Michael S. Tsirkin
2014-12-15
|
*
|
|
tools/virtio: 64 bit features
Michael S. Tsirkin
2014-12-15
|
*
|
|
tools/virtio: fix vringh test
Michael S. Tsirkin
2014-12-15
|
*
|
|
tools/virtio: more stubs
Michael S. Tsirkin
2014-12-15
*
|
|
|
Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2014-12-18
|
\
\
\
\
|
|
\
\
\
|
|
\
\
\
|
*
-
.
\
\
\
Merge branches 'pm-opp', 'pm-cpufreq' and 'pm-tools'
Rafael J. Wysocki
2014-12-18
|
|
\
\
\
\
\
|
|
|
*
|
|
|
Revert "tools: cpupower: fix return checks for sysfs_get_idlestate_count()"
Prarit Bhargava
2014-12-14
*
|
|
|
|
|
|
tools/testing/selftests/Makefile: alphasort the TARGETS list
Andrew Morton
2014-12-18
[next]