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-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/spi
Linus Torvalds
1
-3
/
+3
2018-10-22
perf scripts python: call-graph-from-sql.py: Use SPDX license identifier
Adrian Hunter
1
-11
/
+3
2018-10-22
perf trace: Introduce per-event maximum number of events property
Arnaldo Carvalho de Melo
3
-2
/
+38
2018-10-22
perf script: Flush output stream after events in verbose mode
Milian Wolff
1
-0
/
+3
2018-10-22
perf script: Allow extended console debug output
Milian Wolff
1
-1
/
+3
2018-10-22
perf stat: Poll for monitored tasks being alive
Jiri Olsa
1
-0
/
+24
2018-10-22
perf trace: Drop thread refcount in trace__event_handler()
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-10-22
perf trace: Drop addr_location refcounts
Arnaldo Carvalho de Melo
1
-3
/
+5
2018-10-22
perf evsel: Mark a evsel as disabled when asking the kernel do disable it
Arnaldo Carvalho de Melo
3
-7
/
+19
2018-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
39
-313
/
+1374
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
2018-10-21
radix tree: Remove radix_tree_clear_tags
Matthew Wilcox
1
-29
/
+0
2018-10-21
radix tree: Remove split/join code
Matthew Wilcox
2
-338
/
+0
2018-10-21
radix tree: Remove radix_tree_update_node_t
Matthew Wilcox
1
-1
/
+1
2018-10-21
shmem: Convert find_swap_entry to XArray
Matthew Wilcox
3
-84
/
+0
2018-10-21
radix tree test suite: Convert regression1 to XArray
Matthew Wilcox
1
-39
/
+19
2018-10-21
page cache: Convert find_get_pages_contig to XArray
Matthew Wilcox
1
-23
/
+0
2018-10-21
ida: Convert to XArray
Matthew Wilcox
1
-5
/
+3
2018-10-21
xarray: Add XArray unconditional store operations
Matthew Wilcox
6
-1
/
+42
2018-10-21
xarray: Add XArray marks
Matthew Wilcox
4
-10
/
+117
2018-10-21
xarray: Add XArray load operation
Matthew Wilcox
8
-2
/
+39
2018-10-21
xarray: Define struct xa_node
Matthew Wilcox
1
-15
/
+15
2018-10-21
xarray: Add definition of struct xarray
Matthew Wilcox
6
-7
/
+19
2018-10-21
tools iio: Override CFLAGS assignments
Jiri Olsa
1
-1
/
+1
2018-10-20
selftests/bpf: fix return value comparison for tests in test_libbpf.sh
Quentin Monnet
1
-1
/
+1
2018-10-20
bpf, libbpf: simplify and cleanup perf ring buffer walk
Daniel Borkmann
4
-49
/
+44
2018-10-20
bpf, verifier: fix register type dump in xadd and st
Daniel Borkmann
1
-5
/
+5
2018-10-20
bpf: test_sockmap add options to use msg_push_data
John Fastabend
2
-26
/
+129
2018-10-20
bpf: libbpf support for msg_push_data
John Fastabend
2
-1
/
+21
2018-10-20
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Greg Kroah-Hartman
12
-45
/
+39
2018-10-20
Merge tag 'trace-v4.19-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Greg Kroah-Hartman
1
-0
/
+80
2018-10-20
selftests/powerpc: Add a test of wild bctr
Michael Ellerman
4
-2
/
+161
[prev]
[next]