index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2019-11-06
perf jevents: Fix resource leak in process_mapfile() and main()
Yunfeng Ye
2019-11-06
perf probe: Fix to show function entry line as probe-able
Masami Hiramatsu
2019-11-06
perf probe: Walk function lines in lexical blocks
Masami Hiramatsu
2019-11-06
perf probe: Fix to find range-only function instance
Masami Hiramatsu
2019-11-06
perf kvm: Use evlist layer api when possible
Igor Lubashev
2019-11-06
perf tests: Fix a typo
Leo Yan
2019-11-06
perf tools: Avoid a malloc() for array events
Ian Rogers
2019-11-06
perf tools: Move ALLOC_LIST into a function
Ian Rogers
2019-11-06
perf evsel: Avoid close(-1)
Andi Kleen
2019-11-06
perf evsel: Always preserve errno while cleaning up perf_event_open failures
Andi Kleen
2019-11-06
perf cs-etm: Fix definition of macro TO_CS_QUEUE_NR
Leo Yan
2019-11-06
perf llvm: Make .o saving a debug message, not an info one
Arnaldo Carvalho de Melo
2019-11-06
perf record: Put a copy of kcore into the perf.data directory
Adrian Hunter
2019-11-06
perf data: Support single perf.data file directory
Adrian Hunter
2019-11-06
perf session: Fix indent in perf_session__new()"
Jiri Olsa
2019-11-06
perf data: Rename directory "header" file to "data"
Adrian Hunter
2019-11-06
perf data: Move perf_dir_version into data.h
Adrian Hunter
2019-11-06
perf data: Correctly identify directory data files
Adrian Hunter
2019-10-28
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2019-10-27
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-10-22
selftests: kvm: fix sync_regs_test with newer gccs
Vitaly Kuznetsov
2019-10-22
selftests: kvm: vmx_dirty_log_test: skip the test when VMX is not supported
Vitaly Kuznetsov
2019-10-22
selftests: kvm: consolidate VMX support checks
Vitaly Kuznetsov
2019-10-22
selftests: kvm: vmx_set_nested_state_test: don't check for VMX support twice
Vitaly Kuznetsov
2019-10-22
selftests: kvm: synchronize .gitignore to Makefile
Vitaly Kuznetsov
2019-10-22
Merge tag 'perf-core-for-mingo-5.5-20191021' of git://git.kernel.org/pub/scm/...
Ingo Molnar
2019-10-22
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2019-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2019-10-19
perf trace: Use STUL_STRARRAY_FLAGS with mmap
Arnaldo Carvalho de Melo
2019-10-19
perf trace: Wire up strarray__strtoul_flags()
Arnaldo Carvalho de Melo
2019-10-19
libbeauty: Introduce strarray__strtoul_flags()
Arnaldo Carvalho de Melo
2019-10-19
libbeauty: Make the mmap_flags strarray visible outside of its beautifier
Arnaldo Carvalho de Melo
2019-10-19
perf trace: Use strtoul for the fcntl 'cmd' argument
Arnaldo Carvalho de Melo
2019-10-19
libbeauty: Introduce syscall_arg__strtoul_strarrays()
Arnaldo Carvalho de Melo
2019-10-19
libperf: Add pr_err() macro
Jiri Olsa
2019-10-19
libperf: Do not export perf_evsel__init()/perf_evlist__init()
Jiri Olsa
2019-10-19
libperf: Keep count of failed tests
Jiri Olsa
2019-10-19
libperf: Add tests_mmap_cpus test
Jiri Olsa
2019-10-19
libperf: Add tests_mmap_thread test
Jiri Olsa
2019-10-19
libperf: Link static tests with libapi.a
Jiri Olsa
2019-10-19
libperf: Move mask setup to perf_evlist__mmap_ops()
Jiri Olsa
2019-10-19
libperf: Move mmap allocation to perf_evlist__mmap_ops::get
Jiri Olsa
2019-10-19
libperf: Introduce perf_evlist__for_each_mmap()
Jiri Olsa
2019-10-19
perf tests: Disable bp_signal testing for arm64
Leo Yan
2019-10-19
perf tests bp_account: Add dedicated checking helper is_supported()
Leo Yan
2019-10-19
perf tests: Remove needless headers for bp_account
Leo Yan
2019-10-19
perf list: Hide deprecated events by default
Jin Yao
2019-10-19
perf trace: Pass a syscall_arg to syscall_arg_fmt->strtoul()
Arnaldo Carvalho de Melo
2019-10-19
mm/gup_benchmark: add a missing "w" to getopt string
John Hubbard
2019-10-18
perf trace: Honour --max-events in processing syscalls:sys_enter_*
Arnaldo Carvalho de Melo
[next]