index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-26
perf tools: Allow system-wide events to keep their own threads
Adrian Hunter
1
-2
/
+5
2022-05-26
perf tools: Allow system-wide events to keep their own CPUs
Adrian Hunter
1
-6
/
+5
2022-05-26
libperf evsel: Add comments for booleans
Adrian Hunter
1
-0
/
+10
2022-05-26
perf stat: Add requires_cpu flag for uncore
Adrian Hunter
5
-6
/
+7
2022-05-26
libperf evlist: Check nr_mmaps is correct
Adrian Hunter
1
-2
/
+9
2022-05-26
libperf evlist: Allow mixing per-thread and per-cpu mmaps
Adrian Hunter
1
-29
/
+7
2022-05-26
perf tools: Allow all_cpus to be a superset of user_requested_cpus
Adrian Hunter
3
-13
/
+19
2022-05-26
perf intel-pt: Track sideband system-wide when needed
Adrian Hunter
1
-8
/
+10
2022-05-26
perf intel-pt: Use evlist__add_dummy_on_all_cpus() for switch tracking
Adrian Hunter
1
-10
/
+3
2022-05-26
perf record: Use evlist__add_dummy_on_all_cpus() in record__config_text_poke()
Adrian Hunter
1
-18
/
+3
2022-05-26
perf evlist: Add evlist__add_dummy_on_all_cpus()
Adrian Hunter
2
-0
/
+50
2022-05-26
perf evlist: Factor out evlist__dummy_event()
Adrian Hunter
1
-2
/
+8
2022-05-26
perf auxtrace: Remove auxtrace_mmap_params__set_idx() per_cpu parameter
Adrian Hunter
4
-10
/
+7
2022-05-26
perf auxtrace: Add mmap_needed to auxtrace_mmap_params
Adrian Hunter
4
-6
/
+21
2022-05-26
perf intel-pt: Add a test for system-wide side band
Adrian Hunter
1
-0
/
+71
2022-05-26
perf build: Stop using __weak bpf_map_create() to handle older libbpf versions
Arnaldo Carvalho de Melo
5
-1
/
+23
2022-05-26
perf build: Stop using __weak btf__raw_data() to handle older libbpf versions
Jiri Olsa
4
-1
/
+20
2022-05-26
perf build: Stop using __weak bpf_object__next_map() to handle older libbpf v...
Jiri Olsa
5
-1
/
+21
2022-05-26
perf build: Stop using __weak bpf_object__next_program() to handle older libb...
Jiri Olsa
5
-1
/
+21
2022-05-26
perf build: Stop using __weak bpf_prog_load() to handle older libbpf versions
Jiri Olsa
5
-5
/
+26
2022-05-26
perf build: Fix btf__load_from_kernel_by_id() feature check
Jiri Olsa
1
-2
/
+3
2022-05-26
selftests/net: enable lo.accept_local in psock_snd test
luyun
1
-0
/
+2
2022-05-26
Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-1
/
+40
2022-05-26
Merge tag 'perf-tools-for-v5.19-2022-05-23' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
265
-4151
/
+19159
2022-05-25
Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
220
-2218
/
+16954
2022-05-25
Merge branch 'for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
7
-1
/
+754
2022-05-25
Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
20
-338
/
+246
2022-05-25
Merge tag 'linux-kselftest-next-5.19-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
19
-94
/
+124
2022-05-25
selftests: vm: add the "settings" file with timeout variable
Patrick Wang
1
-0
/
+1
2022-05-25
selftests: vm: add "test_hmm.sh" to TEST_FILES
Patrick Wang
1
-0
/
+1
2022-05-25
selftests: vm: check numa_available() before operating "merge_across_nodes" i...
Patrick Wang
1
-3
/
+6
2022-05-25
selftests: vm: add migration to the .gitignore
Muhammad Usama Anjum
1
-0
/
+1
2022-05-25
selftests/vm/pkeys: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-25
selftests: vm: add process_mrelease tests
Suren Baghdasaryan
4
-0
/
+204
2022-05-25
cgroup: fix an error handling path in alloc_pagecache_max_30M()
Christophe JAILLET
1
-1
/
+1
2022-05-25
KVM: selftests: x86: Sync the new name of the test case to .gitignore
Like Xu
1
-1
/
+1
2022-05-25
Merge tag 'kvm-s390-next-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
6
-1
/
+346
2022-05-25
Merge tag 'kvm-riscv-5.19-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
38
-133
/
+737
2022-05-25
Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
94
-615
/
+1978
2022-05-25
KVM: selftests: x86: Fix test failure on arch lbr capable platforms
Yang Weijiang
2
-9
/
+11
2022-05-25
Merge tag 'thermal-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
31
-3
/
+2912
2022-05-25
Merge tag 'pm-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
3
-210
/
+388
2022-05-25
Merge tag 'acpi-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
10
-10
/
+10
2022-05-24
Merge tag 'tpmdd-next-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+91
2022-05-24
Merge tag 'landlock-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-340
/
+1456
2022-05-24
Merge tag 'seccomp-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-1
/
+427
2022-05-24
Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2022-05-24
Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
16
-559
/
+712
2022-05-24
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
42
-116
/
+2761
2022-05-24
Merge tag 'platform-drivers-x86-v5.19-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-1
/
+7
[prev]
[next]