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
2019-06-05
perf thread-stack: Accumulate IPC information
Adrian Hunter
2
-0
/
+18
2019-06-05
perf intel-pt: Document IPC usage
Adrian Hunter
1
-0
/
+30
2019-06-05
perf intel-pt: Accumulate cycle count from TSC/TMA/MTC packets
Adrian Hunter
1
-0
/
+51
2019-06-05
perf intel-pt: Re-factor TIP cases in intel_pt_walk_to_ip
Adrian Hunter
1
-6
/
+17
2019-06-05
perf intel-pt: Record when decoding PSB+ packets
Adrian Hunter
1
-10
/
+31
2019-06-05
perf script: Add output of IPC ratio
Adrian Hunter
2
-2
/
+26
2019-06-05
perf intel-pt: Add support for samples to contain IPC ratio
Adrian Hunter
1
-0
/
+29
2019-06-05
perf tools: Add IPC information to perf_sample
Adrian Hunter
1
-0
/
+2
2019-06-05
perf intel-pt: Accumulate cycle count from CYC packets
Adrian Hunter
2
-1
/
+14
2019-06-05
perf intel-pt: Factor out intel_pt_update_sample_time
Adrian Hunter
1
-8
/
+10
2019-06-05
perf record: Allow mixing --user-regs with --call-graph=dwarf
Alexey Budankov
2
-1
/
+12
2019-06-05
perf symbols: Remove unused variable 'err'
Leo Yan
1
-2
/
+1
2019-06-05
perf data: Document directory format header: HEADER_DIR_FORMAT
Arnaldo Carvalho de Melo
1
-0
/
+17
2019-06-05
perf data: Document clockid header: HEADER_CLOCKID
Arnaldo Carvalho de Melo
1
-0
/
+6
2019-06-05
perf data: Document memory topology header: HEADER_MEM_TOPOLOGY
Arnaldo Carvalho de Melo
1
-0
/
+24
2019-06-05
perf data: Add description of header HEADER_BPF_PROG_INFO and HEADER_BPF_BTF
Song Liu
1
-0
/
+16
2019-06-03
Merge tag 'v5.2-rc3' into perf/core, to pick up fixes
Ingo Molnar
360
-1989
/
+946
2019-06-02
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
20
-94
/
+481
2019-05-31
Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
217
-1122
/
+217
2019-05-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-9
/
+371
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 222
Thomas Gleixner
4
-60
/
+4
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209
Thomas Gleixner
1
-2
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
Thomas Gleixner
9
-36
/
+9
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191
Thomas Gleixner
58
-59
/
+58
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 180
Thomas Gleixner
2
-2
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178
Thomas Gleixner
1
-4
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167
Thomas Gleixner
1
-13
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166
Thomas Gleixner
34
-67
/
+34
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 165
Thomas Gleixner
3
-9
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
3
-31
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
33
-476
/
+33
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 155
Thomas Gleixner
2
-28
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
66
-335
/
+66
2019-05-29
Merge tag 'linux-kselftest-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
5
-9
/
+38
2019-05-28
selftests: pmtu: Fix encapsulating device in pmtu_vti6_link_change_mtu
Stefano Brivio
1
-7
/
+7
2019-05-28
perf intel-pt: Rationalize intel_pt_sync_switch()'s use of next_tid
Adrian Hunter
1
-2
/
+2
2019-05-28
perf intel-pt: Improve sync_switch by processing PERF_RECORD_SWITCH* in events
Adrian Hunter
1
-1
/
+39
2019-05-28
perf scripts python: export-to-postgresql.py: Add support for pyside2
Adrian Hunter
1
-9
/
+34
2019-05-28
perf scripts python: export-to-sqlite.py: Add support for pyside2
Adrian Hunter
1
-6
/
+38
2019-05-28
perf scripts python: exported-sql-viewer.py: Add support for pyside2
Adrian Hunter
1
-7
/
+21
2019-05-28
perf scripts python: exported-sql-viewer.py: Use argparse module for argument parsing
Adrian Hunter
1
-5
/
+14
2019-05-28
perf scripts python: exported-sql-viewer.py: Change python2 to python
Adrian Hunter
1
-1
/
+1
2019-05-28
perf top: Lower message level for failure on synthesizing events for pre-existing BPF programs
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-05-28
perf python: Remove -fstack-protector-strong if clang doesn't have it
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-05-28
perf annotate TUI browser: Do not use member from variable within its own initialization
Arnaldo Carvalho de Melo
1
-2
/
+3
2019-05-28
perf machine: Return NULL instead of null-terminating /proc/version array
Donald Yandt
1
-2
/
+2
2019-05-28
perf version: Append 12 git SHA chars to the version string
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-05-28
perf script: Remove superfluous BPF event titles
Jiri Olsa
1
-2
/
+2
2019-05-28
perf script: Add --show-bpf-events to show eBPF related events
Jiri Olsa
2
-0
/
+45
2019-05-28
perf tests: Add map_groups__merge_in test
Jiri Olsa
6
-1
/
+129
[next]