index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-12
perf cpumap: Add CPU to aggr_cpu_id
Ian Rogers
3
-4
/
+48
2022-01-12
perf stat: Fix memory leak in check_per_pkg()
Ian Rogers
1
-2
/
+3
2022-01-12
perf cpumap: Trim the cpu_aggr_map
Ian Rogers
1
-1
/
+9
2022-01-12
perf cpumap: Add some comments to cpu_aggr_map
Ian Rogers
1
-1
/
+9
2022-01-12
perf cpumap: Move 'has' function to libperf
Ian Rogers
11
-22
/
+23
2022-01-12
perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functions
Ian Rogers
4
-24
/
+45
2022-01-12
perf cpumap: Refactor cpu_map__build_map()
Ian Rogers
3
-132
/
+130
2022-01-12
perf cpumap: Remove cpu_map__cpu(), use libperf function
Ian Rogers
4
-10
/
+4
2022-01-12
perf cpumap: Remove map from function names that don't use a map
Ian Rogers
4
-14
/
+27
2022-01-12
perf cpumap: Document cpu__get_node() and remove redundant function
Ian Rogers
2
-7
/
+9
2022-01-12
perf cpumap: Rename empty functions
Ian Rogers
4
-25
/
+25
2022-01-12
perf cpumap: Simplify equal function name
Ian Rogers
3
-16
/
+18
2022-01-12
perf cpumap: Remove unused cpu_map__socket()
Ian Rogers
1
-7
/
+0
2022-01-12
perf cpumap: Add comments to aggr_cpu_id()
Ian Rogers
1
-0
/
+9
2022-01-12
perf cpumap: Remove map+index get_node()
Ian Rogers
3
-10
/
+1
2022-01-12
perf cpumap: Remove map+index get_core()
Ian Rogers
3
-10
/
+1
2022-01-12
perf cpumap: Remove map+index get_die()
Ian Rogers
4
-12
/
+2
2022-01-12
perf cpumap: Remove map+index get_socket()
Ian Rogers
4
-12
/
+2
2022-01-12
perf cpumap: Switch cpu_map__build_map() to cpu function
Ian Rogers
3
-47
/
+11
2022-01-12
perf stat: Switch to cpu version of cpu_map__get()
Ian Rogers
3
-50
/
+57
2022-01-12
perf stat: Switch aggregation to use for_each loop
Ian Rogers
1
-21
/
+27
2022-01-12
perf stat: Correct aggregation CPU map
Ian Rogers
1
-1
/
+1
2022-01-12
perf stat: Add aggr creators that are passed a cpu
Ian Rogers
2
-34
/
+51
2022-01-12
libperf: Add comments to 'struct perf_cpu_map'
Ian Rogers
1
-0
/
+9
2022-01-12
perf evsel: Improve error message for uncore events
Ian Rogers
1
-0
/
+4
2022-01-12
perf script: Fix hex dump character output
Adrian Hunter
1
-1
/
+1
2022-01-11
perf test: Enable system wide for metricgroups test
Ian Rogers
1
-1
/
+1
2022-01-11
Merge tag 'integrity-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-15
/
+51
2022-01-11
Merge tag 'gpio-updates-for-v5.17' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
6
-2
/
+513
2022-01-11
Merge tag 'platform-drivers-x86-v5.17-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-1
/
+3
2022-01-11
Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-7
/
+36
2022-01-11
bpf/selftests: Add check for updating XDP bpf_link with wrong program type
Toke Høiland-Jørgensen
2
-0
/
+11
2022-01-11
bpf/selftests: convert xdp_link test to ASSERT_* macros
Toke Høiland-Jørgensen
1
-31
/
+25
2022-01-11
Merge tag 'lkmm.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-22
/
+116
2022-01-11
Merge tag 'rcu.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
30
-56
/
+96
2022-01-10
Merge tag 'thermal-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+1
2022-01-10
Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
275
-3290
/
+14318
2022-01-10
Merge tag 'linux-kselftest-kunit-5.17-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
8
-184
/
+459
2022-01-10
Merge tag 'linux-kselftest-next-5.17-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
31
-57
/
+49
2022-01-10
Merge tag 'seccomp-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+50
2022-01-10
perf annotate: Avoid TUI crash when navigating in the annotation of recursive...
Dario Petrillo
1
-9
/
+14
2022-01-10
perf powerpc: Update global/local variants for p_stage_cyc
Athira Rajeev
1
-1
/
+7
2022-01-10
perf sort: Include global and local variants for p_stage_cyc sort key
Athira Rajeev
4
-12
/
+32
2022-01-10
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
25
-195
/
+1404
2022-01-10
Merge tag 'x86_sgx_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
8
-86
/
+444
2022-01-10
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
10
-86
/
+790
2022-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-9
/
+10
2022-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
1
-2
/
+3
2022-01-09
Merge tag 'perf-tools-fixes-for-v5.16-2022-01-09' of git://git.kernel.org/pub...
Linus Torvalds
2
-20
/
+1
2022-01-07
selftests: mptcp: more stable join tests-cases
Paolo Abeni
1
-52
/
+68
[prev]
[next]