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
2018-01-16
objtool: Improve error message for bad file argument
Josh Poimboeuf
1
-1
/
+3
2018-01-15
usercopy: Enhance and rename report_usercopy()
Kees Cook
1
-0
/
+1
2018-01-15
Merge 4.15-rc8 into usb-next
Greg Kroah-Hartman
6
-30
/
+567
2018-01-14
bpf: offload: add map offload infrastructure
Jakub Kicinski
1
-0
/
+1
2018-01-14
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-8
/
+565
2018-01-13
tools/objtool/Makefile: don't assume sync-check.sh is executable
Andrew Morton
1
-1
/
+1
2018-01-13
selftests/x86: Add test_vsyscall
Andy Lutomirski
2
-1
/
+501
2018-01-12
perf trace: Fix setting of --call-graph/--max-stack for non-syscall events
Arnaldo Carvalho de Melo
1
-15
/
+5
2018-01-12
perf evsel: Check if callchain is enabled before setting it up
Arnaldo Carvalho de Melo
1
-3
/
+11
2018-01-12
perf tools: Fix copyfile_offset update of output offset
Jiri Olsa
1
-1
/
+1
2018-01-12
selftests: media_tests: Add SPDX license identifier
Shuah Khan
3
-3
/
+6
2018-01-12
selftests: kselftest.h: Add SPDX license identifier
Shuah Khan
1
-1
/
+1
2018-01-12
selftests: kselftest_install.sh: Add SPDX license identifier
Shuah Khan
1
-3
/
+1
2018-01-12
selftests: gen_kselftest_tar.h: Add SPDX license identifier
Shuah Khan
1
-3
/
+1
2018-01-12
selftests: media_tests: Fix Makefile 'clean' target warning
Shuah Khan
1
-5
/
+2
2018-01-12
tools/testing: Fix trailing semicolon
Luis de Bethencourt
1
-1
/
+1
2018-01-12
perf trace: No need to set PERF_SAMPLE_IDENTIFIER explicitely
Arnaldo Carvalho de Melo
1
-23
/
+0
2018-01-12
perf script python: Add script to profile and resolve physical mem type
Kan Liang
4
-0
/
+119
2018-01-12
perf evlist: Remove trailing semicolon
Luis de Bethencourt
1
-1
/
+1
2018-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-21
/
+1
2018-01-12
objtool: Allow alternatives to be ignored
Josh Poimboeuf
2
-7
/
+57
2018-01-12
objtool: Detect jumps to retpoline thunks
Josh Poimboeuf
1
-0
/
+7
2018-01-11
perf evsel: Fix incorrect handling of type _TERM_DRV_CFG
Mathieu Poirier
1
-1
/
+1
2018-01-10
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
1
-0
/
+40
2018-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-21
/
+1
2018-01-10
tools headers: Synchronize kernel <-> tooling headers
Arnaldo Carvalho de Melo
2
-2
/
+10
2018-01-10
perf report: Introduce --mmaps
Arnaldo Carvalho de Melo
2
-5
/
+54
2018-01-10
kselftest: fix OOM in memory compaction test
Arnd Bergmann
1
-0
/
+2
2018-01-10
selftests: seccomp: fix compile error seccomp_bpf
Anders Roxell
1
-2
/
+2
2018-01-10
perf report: Add --tasks option to display monitored tasks
Jiri Olsa
2
-2
/
+138
2018-01-10
perf trace: Beautify 'gettid' syscall result
Arnaldo Carvalho de Melo
1
-0
/
+1
2018-01-10
perf report: Add --stats option to display quick data statistics
Jiri Olsa
2
-1
/
+29
2018-01-10
perf tools: Make the tool's warning messages optional
Jiri Olsa
2
-2
/
+5
2018-01-10
perf script: Add support to display lost events
Jiri Olsa
3
-0
/
+39
2018-01-10
tools/power/x86/intel_pstate_tracer: Free the trace buffer memory
Doug Smythies
1
-0
/
+15
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
12
-49
/
+197
2018-01-08
memremap: change devm_memremap_pages interface to use struct dev_pagemap
Christoph Hellwig
1
-4
/
+3
2018-01-08
perf script: Add support to display sample misc field
Jiri Olsa
4
-12
/
+84
2018-01-08
perf: Update PERF_RECORD_MISC_* comment for perf_event_header::misc bit 13
Jiri Olsa
1
-3
/
+6
2018-01-08
perf: Add sample_id to PERF_RECORD_ITRACE_START event comment
Jiri Olsa
1
-0
/
+1
2018-01-08
perf tools: Display perf_event_attr::namespaces debug info
Jiri Olsa
1
-0
/
+1
2018-01-08
perf tools: Enable LIBBABELTRACE by default
Jiri Olsa
2
-2
/
+2
2018-01-08
perf script: Support time percent and multiple time ranges
Jin Yao
2
-6
/
+44
2018-01-08
perf report: Support time percent and multiple time ranges
Jin Yao
2
-5
/
+46
2018-01-08
perf tools: Create function to perform multiple time range checking
Jin Yao
2
-0
/
+31
2018-01-08
perf tools: Create function to parse time percent
Jin Yao
2
-12
/
+196
2018-01-08
perf record: Record the first and last sample time in the header
Jin Yao
2
-3
/
+18
2018-01-08
perf header: Add infrastructure to record first and last sample time
Jin Yao
4
-0
/
+67
2018-01-08
perf report: Fix a no annotate browser displayed issue
Jin Yao
1
-1
/
+17
2018-01-08
perf report: Fix a wrong offset issue when using /proc/kcore
Jin Yao
6
-15
/
+22
[prev]
[next]