index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-24
selftests/ftrace: Add max stack tracer testcase
Masami Hiramatsu
1
-0
/
+39
2018-10-24
selftests/ftrace: Add function profiling stat testcase
Masami Hiramatsu
1
-0
/
+22
2018-10-24
selftests/ftrace: Add ringbuffer size changing testcase
Masami Hiramatsu
1
-0
/
+22
2018-10-24
selftests/ftrace: Add trace_printk sample module test
Masami Hiramatsu
1
-0
/
+27
2018-10-24
selftests/ftrace: Add kprobe-event with symbol argument test
Masami Hiramatsu
2
-0
/
+40
2018-10-24
selftests/ftrace: Add kprobe profile testcase
Masami Hiramatsu
1
-0
/
+15
2018-10-24
selftests/ftrace: Add kprobe event with $comm argument testcase
Masami Hiramatsu
1
-0
/
+17
2018-10-24
selftests/ftrace: Check set_event_pid result
Masami Hiramatsu
1
-0
/
+1
2018-10-24
selftests/ftrace: Test kprobe-event argument with various bitsize
Masami Hiramatsu
1
-16
/
+32
2018-10-24
selftests/ftrace: Improve kretprobe testcase to check log data
Masami Hiramatsu
1
-1
/
+6
2018-10-24
selftests/ftrace: Improve kprobe testcase to check log data
Masami Hiramatsu
1
-1
/
+5
2018-10-24
selftests/ftrace: Improve kprobe on module testcase to load/unload module
Masami Hiramatsu
2
-3
/
+36
2018-10-24
selftests/ftrace: Use loopback address instead of localhost
Masami Hiramatsu
11
-25
/
+14
2018-10-24
selftests/ftrace: Fix checkbashisms errors
Masami Hiramatsu
1
-2
/
+2
2018-10-24
selftests/ftrace: Fix to test kprobe $comm arg only if available
Masami Hiramatsu
1
-0
/
+3
2018-10-24
selftests/ftrace: Remove unneeded per-test init/cleanup ftrace
Masami Hiramatsu
44
-378
/
+1
2018-10-24
selftests/ftrace: Cleanup ftrace after running test
Masami Hiramatsu
1
-0
/
+1
2018-10-24
selftests/ftrace: Add SPDX License Identifier to template
Masami Hiramatsu
1
-0
/
+1
2018-10-24
selftests/ftrace: More initialize features in initialize_ftrace
Masami Hiramatsu
1
-0
/
+5
2018-10-24
selftests/ftrace: Add case number prefix to logfile
Masami Hiramatsu
1
-2
/
+2
2018-10-24
selftests/ftrace: Add --console hidden option
Masami Hiramatsu
1
-1
/
+13
2018-10-24
selftests/ftrace: Add --stop-fail hidden option for debug
Masami Hiramatsu
1
-0
/
+13
2018-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
92
-1080
/
+9120
2018-10-23
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-10
/
+15
2018-10-23
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
102
-3497
/
+5370
2018-10-23
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
7
-56
/
+294
2018-10-23
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
10
-13
/
+5
2018-10-23
Merge branch 'x86/cache' into perf/core, to pick up fixes
Ingo Molnar
4
-10
/
+184
2018-10-23
Merge tag 'pm-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
9
-898
/
+1096
2018-10-22
tc-tests: test denial of 'goto chain' for exceed traffic in police.json
Davide Caratti
1
-0
/
+24
2018-10-22
tc-tests: test denial of 'goto chain' on 'random' traffic in gact.json
Davide Caratti
1
-0
/
+24
2018-10-23
Merge tag 'spi-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
1
-3
/
+3
2018-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
39
-318
/
+1379
2018-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
14
-45
/
+123
2018-10-21
tools: bpftool: fix completion for "bpftool map update"
Quentin Monnet
1
-1
/
+1
2018-10-21
tools: bpftool: print nb of cmds to stdout (not stderr) for batch mode
Quentin Monnet
1
-1
/
+2
2018-10-21
tools: bpftool: document restriction on '.' in names to pin in bpffs
Quentin Monnet
2
-3
/
+9
2018-10-21
Merge branch 'spi-4.20' into spi-next
Mark Brown
1
-3
/
+3
2018-10-21
radix tree: Remove multiorder support
Matthew Wilcox
1
-1
/
+0
2018-10-21
radix tree test: Convert multiorder tests to XArray
Matthew Wilcox
1
-56
/
+49
2018-10-21
radix tree tests: Convert item_delete_rcu to XArray
Matthew Wilcox
2
-3
/
+3
2018-10-21
radix tree tests: Convert item_kill_tree to XArray
Matthew Wilcox
1
-21
/
+9
2018-10-21
radix tree tests: Move item_insert_order
Matthew Wilcox
3
-11
/
+22
2018-10-21
radix tree test suite: Remove multiorder benchmarking
Matthew Wilcox
1
-29
/
+21
2018-10-21
radix tree test suite: Remove __item_insert
Matthew Wilcox
2
-7
/
+1
2018-10-21
xarray: Move multiorder_check to in-kernel tests
Matthew Wilcox
1
-48
/
+0
2018-10-21
xarray: Move multiorder_shrink to kernel tests
Matthew Wilcox
1
-173
/
+0
2018-10-21
xarray: Move multiorder account test in-kernel
Matthew Wilcox
1
-24
/
+0
2018-10-21
radix tree test suite: Convert iteration test to XArray
Matthew Wilcox
3
-58
/
+63
2018-10-21
radix tree test suite: Convert tag_tagged_items to XArray
Matthew Wilcox
8
-57
/
+46
[prev]
[next]