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
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' 'filter' methods
Arnaldo Carvalho de Melo
5
-24
/
+24
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' 'toggle' methods
Arnaldo Carvalho de Melo
5
-14
/
+13
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' stats methods
Arnaldo Carvalho de Melo
5
-26
/
+26
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' 'workload' methods
Arnaldo Carvalho de Melo
9
-41
/
+33
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' methods: evlist__set_leader()
Arnaldo Carvalho de Melo
6
-10
/
+10
2020-11-30
perf evsel: Convert last 'struct evsel' methods to the right evsel__ prefix
Arnaldo Carvalho de Melo
5
-61
/
+41
2020-11-30
perf test: Add shadow stat test
Namhyung Kim
1
-0
/
+80
2020-11-30
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
118
-673
/
+3733
2020-11-28
selftests: tc-testing: enable CONFIG_NET_SCH_RED as a module
Davide Caratti
1
-0
/
+1
2020-11-28
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-0
/
+1
2020-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2020-11-27
selftests/tls: add CHACHA20-POLY1305 to tls selftests
Vadim Fedorenko
1
-7
/
+33
2020-11-27
libbpf: Replace size_t with __u32 in xsk interfaces
Magnus Karlsson
1
-9
/
+6
2020-11-27
KVM: arm64: selftests: Filter out DEMUX registers
Andrew Jones
1
-9
/
+30
2020-11-27
perf probe: Change function definition check due to broken DWARF
Masami Hiramatsu
2
-4
/
+19
2020-11-27
perf probe: Fix to die_entrypc() returns error correctly
Masami Hiramatsu
1
-0
/
+8
2020-11-27
perf stat: Use proper cpu for shadow stats
Namhyung Kim
1
-4
/
+1
2020-11-27
perf record: Synthesize cgroup events only if needed
Namhyung Kim
1
-0
/
+3
2020-11-27
perf diff: Fix error return value in __cmd_diff()
Zhen Lei
1
-1
/
+3
2020-11-27
perf tools: Update copy of libbpf's hashmap.c
Arnaldo Carvalho de Melo
1
-6
/
+9
2020-11-27
perf build-id: Add build_id_cache__add function
Jiri Olsa
2
-15
/
+29
2020-11-27
perf build-id: Add __perf_session__cache_build_ids function
Jiri Olsa
2
-2
/
+11
2020-11-27
perf build-id: Use machine__for_each_dso in perf_session__cache_build_ids
Jiri Olsa
1
-25
/
+16
2020-11-27
perf data: Add is_perf_data function
Jiri Olsa
2
-0
/
+20
2020-11-27
perf symbols: Try to load vmlinux from buildid database
Jiri Olsa
3
-3
/
+28
2020-11-27
perf tools: Use struct extra_kernel_map in machine__process_kernel_mmap_event
Jiri Olsa
1
-29
/
+33
2020-11-27
perf build-id: Add check for existing link in buildid dir
Jiri Olsa
1
-1
/
+18
2020-11-27
perf tools: Add filename__decompress function
Jiri Olsa
2
-12
/
+21
2020-11-27
perf tools: Add build_id__is_defined function
Jiri Olsa
2
-0
/
+7
2020-11-27
tools lib: Adopt memchr_inv() from kernel
Jiri Olsa
2
-0
/
+59
2020-11-27
selftests/dma: add test application for DMA_MAP_BENCHMARK
Barry Song
3
-0
/
+130
2020-11-26
perf arm-spe: Add support for ARMv8.3-SPE
Wei Li
2
-2
/
+50
2020-11-26
perf arm_spe: Decode memory tagging properties
Andre Przywara
2
-1
/
+7
2020-11-26
perf arm-spe: Add more sub classes for operation packet
Leo Yan
1
-2
/
+16
2020-11-26
perf arm-spe: Refactor operation packet handling
Leo Yan
2
-12
/
+37
2020-11-26
perf arm-spe: Add new function arm_spe_pkt_desc_op_type()
Leo Yan
1
-34
/
+45
2020-11-26
perf arm-spe: Remove size condition checking for events
Leo Yan
2
-14
/
+9
2020-11-26
perf arm-spe: Refactor event type handling
Leo Yan
3
-28
/
+29
2020-11-26
perf arm-spe: Add new function arm_spe_pkt_desc_event()
Leo Yan
1
-26
/
+37
2020-11-26
perf arm-spe: Refactor counter packet handling
Leo Yan
2
-5
/
+11
2020-11-26
perf arm-spe: Add new function arm_spe_pkt_desc_counter()
Leo Yan
1
-15
/
+28
2020-11-26
perf arm-spe: Refactor context packet handling
Leo Yan
2
-1
/
+4
2020-11-26
perf arm_spe: Fixup top byte for data virtual address
Leo Yan
1
-3
/
+17
2020-11-26
perf arm-spe: Refactor address packet handling
Leo Yan
3
-41
/
+47
2020-11-26
perf arm-spe: Add new function arm_spe_pkt_desc_addr()
Leo Yan
1
-26
/
+38
2020-11-26
perf arm-spe: Refactor packet header parsing
Leo Yan
2
-51
/
+61
2020-11-26
perf arm-spe: Refactor printing string to buffer
Leo Yan
2
-151
/
+149
2020-11-26
bpf: Fix selftest compilation on clang 11
Andrei Matei
1
-0
/
+2
2020-11-26
bpf: Add a selftest for bpf_ima_inode_hash
KP Singh
4
-0
/
+186
2020-11-26
bpf: Add a BPF helper for getting the IMA hash of an inode
KP Singh
1
-0
/
+11
[prev]
[next]