index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-29
perf tests: Add hybrid cases for 'Parse event definition strings' test
Jin Yao
1
-0
/
+171
2021-04-29
perf record: Uniquify hybrid event name
Jin Yao
1
-0
/
+28
2021-04-29
perf stat: Warn group events from different hybrid PMU
Jin Yao
6
-0
/
+62
2021-04-29
perf stat: Filter out unmatched aggregation for hybrid event
Jin Yao
1
-0
/
+3
2021-04-29
perf stat: Add default hybrid events
Jin Yao
1
-0
/
+28
2021-04-29
perf record: Create two hybrid 'cycles' events by default
Jin Yao
7
-9
/
+77
2021-04-29
perf parse-events: Support event inside hybrid pmu
Jin Yao
1
-0
/
+63
2021-04-29
perf parse-events: Compare with hybrid pmu name
Jin Yao
5
-8
/
+34
2021-04-29
perf parse-events: Create two hybrid raw events
Jin Yao
1
-1
/
+37
2021-04-29
perf parse-events: Create two hybrid cache events
Jin Yao
3
-1
/
+37
2021-04-29
perf parse-events: Create two hybrid hardware events
Jin Yao
5
-0
/
+141
2021-04-29
perf stat: Uniquify hybrid event name
Jin Yao
4
-2
/
+21
2021-04-29
perf pmu: Add hybrid helper functions
Jin Yao
4
-0
/
+57
2021-04-29
perf pmu: Save detected hybrid pmus to a global pmu list
Jin Yao
5
-1
/
+80
2021-04-29
perf pmu: Save pmu name
Jin Yao
2
-1
/
+10
2021-04-29
perf pmu: Simplify arguments of __perf_pmu__new_alias
Jin Yao
1
-20
/
+16
2021-04-29
perf jevents: Support unit value "cpu_core" and "cpu_atom"
Jin Yao
1
-0
/
+2
2021-04-29
tools headers uapi: Update tools's copy of linux/perf_event.h
Jin Yao
1
-0
/
+15
2021-04-29
perf report: Print percentage of each event statistics
Namhyung Kim
1
-1
/
+9
2021-04-29
perf report: Make --skip-empty as default
Namhyung Kim
2
-0
/
+11
2021-04-29
perf report: Add --skip-empty option to suppress 0 event stat
Namhyung Kim
9
-13
/
+35
2021-04-29
perf report: Show event sample counts in --stat output
Namhyung Kim
1
-0
/
+14
2021-04-29
perf hists: Split hists_stats from events_stats
Namhyung Kim
7
-29
/
+42
2021-04-29
perf top: Use evlist->events_stat to count events
Namhyung Kim
1
-12
/
+8
2021-04-29
perf data: Add JSON export
Nicholas Fraser
7
-21
/
+418
2021-04-29
perf stat: Introduce bpf_counter_ops->disable()
Song Liu
4
-0
/
+43
2021-04-29
perf stat: Introduce ':b' modifier
Song Liu
4
-3
/
+10
2021-04-29
perf stat: Introduce config stat.bpf-counter-events
Song Liu
7
-23
/
+63
2021-04-29
perf bpf: check perf_attr_map is compatible with the perf binary
Song Liu
1
-0
/
+19
2021-04-29
perf util: Move bpf_perf definitions to a libperf header
Song Liu
2
-24
/
+34
2021-04-28
Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
7
-0
/
+487
2021-04-28
Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
8
-166
/
+299
2021-04-28
Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-1
/
+479
2021-04-28
Merge tag 'core-rcu-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
22
-216
/
+694
2021-04-28
Merge tag 'media/v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Linus Torvalds
1
-1
/
+1
2021-04-27
Merge tag 'linux-kselftest-kunit-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
3
-1
/
+11
2021-04-27
Merge tag 'linux-kselftest-next-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
15
-294
/
+407
2021-04-27
Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
22
-318
/
+869
2021-04-28
bpf, selftests: Update array map tests for per-cpu batched ops
Pedro Tammela
1
-29
/
+75
2021-04-27
bpf: Fix propagation of 32 bit unsigned bounds from 64 bit bounds
Daniel Borkmann
1
-1
/
+1
2021-04-26
selftests/bpf: Fix core_reloc test runner
Andrii Nakryiko
1
-8
/
+12
2021-04-26
selftests/bpf: Fix field existence CO-RE reloc tests
Andrii Nakryiko
9
-48
/
+24
2021-04-26
selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macro
Andrii Nakryiko
1
-4
/
+12
2021-04-26
libbpf: Support BTF_KIND_FLOAT during type compatibility checks in CO-RE
Andrii Nakryiko
1
-2
/
+4
2021-04-26
selftests/bpf: Add remaining ASSERT_xxx() variants
Andrii Nakryiko
7
-15
/
+56
2021-04-26
Merge tag 'spi-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Linus Torvalds
1
-2
/
+3
2021-04-26
Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-1
/
+1
2021-04-26
Merge tag 'acpi-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-1
/
+1
2021-04-26
Merge tag 'docs-5.13' of git://git.lwn.net/linux
Linus Torvalds
2
-2
/
+3
2021-04-26
Merge tag 'usb-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
4
-7
/
+74
[prev]
[next]