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-09-05
selftests/efivarfs: add required kernel configs
Lei Yang
1
-0
/
+1
2018-09-05
selftests: add headers_install to lib.mk
Anders Roxell
9
-15
/
+22
2018-09-05
perf tests: Fix record+probe_libc_inet_pton.sh without ping's debuginfo
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-2
/
+54
2018-09-04
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-8
/
+2
2018-09-04
tools/vm/page-types.c: fix "defined but not used" warning
Naoya Horiguchi
1
-6
/
+0
2018-09-04
tools/vm/slabinfo.c: fix sign-compare warning
Naoya Horiguchi
1
-2
/
+2
2018-09-04
perf map: Turn some pr_warning() to pr_debug()
Arnaldo Carvalho de Melo
1
-9
/
+6
2018-09-04
perf trace: Use the raw_syscalls:sys_enter for the augmented syscalls
Arnaldo Carvalho de Melo
1
-5
/
+36
2018-09-04
perf trace: Setup augmented_args in the raw_syscalls:sys_enter handler
Arnaldo Carvalho de Melo
1
-2
/
+15
2018-09-04
spi: spidev_test: Improve decoded text part of hex dump
Geert Uytterhoeven
1
-3
/
+3
2018-09-03
perf trace: Introduce syscall__augmented_args() method
Arnaldo Carvalho de Melo
1
-4
/
+12
2018-09-03
perf augmented_syscalls: Avoid optimization to pass older BPF validators
Arnaldo Carvalho de Melo
1
-1
/
+3
2018-09-03
perf augmented_syscalls: Check probe_read_str() return separately
Arnaldo Carvalho de Melo
1
-6
/
+7
2018-09-03
Add udmabuf misc device
Gerd Hoffmann
2
-0
/
+101
2018-09-02
tools/bpf: bpftool, add xskmap in map types
Prashant Bhole
1
-0
/
+1
2018-09-01
selftests/tls: Add test for recv(PEEK) spanning across multiple records
Vakul Garg
1
-0
/
+22
2018-08-31
selftests: pmtu: detect correct binary to ping ipv6 addresses
Sabrina Dubroca
1
-1
/
+4
2018-08-31
selftests: pmtu: maximum MTU for vti4 is 2^16-1-20
Sabrina Dubroca
1
-1
/
+1
2018-08-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
5
-65
/
+270
2018-09-01
bpf: add selftest for bpf's (set|get)_sockopt for SAVE_SYN
Nikita V. Shirokov
2
-4
/
+65
2018-08-30
Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' and 'torture.2018.08.29a' into HEAD
Paul E. McKenney
10
-13
/
+5
2018-08-30
rcutorture: Test early boot call_srcu()
Paul E. McKenney
3
-0
/
+3
2018-08-30
rcu: Stop testing RCU-bh and RCU-sched
Paul E. McKenney
6
-10
/
+2
2018-08-30
perf annotate: Handle arm64 move instructions
Kim Phillips
2
-3
/
+58
2018-08-30
perf trace beauty: Alias 'umount' to 'umount2'
Benjamin Peterson
1
-0
/
+1
2018-08-30
perf stat: Move the display functions to stat-display.c
Jiri Olsa
4
-1150
/
+1173
2018-08-30
perf stat: Move 'metric_events' to 'struct perf_stat_config'
Jiri Olsa
2
-6
/
+5
2018-08-30
perf stat: Move 'walltime_*' data to 'struct perf_stat_config'
Jiri Olsa
2
-12
/
+12
2018-08-30
perf stat: Propagate 'struct target' arg to sort_aggr_thread()
Jiri Olsa
1
-4
/
+6
2018-08-30
perf stat: Move 'no_merge' data to 'struct perf_stat_config'
Jiri Olsa
2
-3
/
+3
2018-08-30
perf stat: Move 'big_num' data to 'struct perf_stat_config'
Jiri Olsa
2
-4
/
+5
2018-08-30
perf stat: Do not use the global 'evsel_list' in print functions
Jiri Olsa
1
-2
/
+3
2018-08-30
perf stat: Move *_aggr_* data to 'struct perf_stat_config'
Jiri Olsa
2
-54
/
+64
2018-08-30
perf stat: Move ru_* data to 'struct perf_stat_config'
Jiri Olsa
2
-7
/
+11
2018-08-30
perf stat: Move 'print_mixed_hw_group_error' to 'struct perf_stat_config'
Jiri Olsa
2
-3
/
+3
2018-08-30
perf stat: Move 'print_free_counters_hint' to 'struct perf_stat_config'
Jiri Olsa
2
-3
/
+3
2018-08-30
perf stat: Move 'null_run' to 'struct perf_stat_config'
Jiri Olsa
2
-4
/
+4
2018-08-30
perf stat: Add 'walltime_nsecs_stats' pointer to 'struct perf_stat_config'
Jiri Olsa
2
-7
/
+9
2018-08-30
perf stat: Pass 'evlist' to aggr_update_shadow()
Jiri Olsa
1
-3
/
+4
2018-08-30
perf stat: Pass 'struct perf_stat_config' to first_shadow_cpu()
Jiri Olsa
1
-7
/
+8
2018-08-30
perf stat: Move 'metric_only_len' to 'struct perf_stat_config'
Jiri Olsa
2
-5
/
+6
2018-08-30
perf stat: Move 'run_count' to 'struct perf_stat_config'
Jiri Olsa
2
-19
/
+21
2018-08-30
perf stat: Use 'evsel->evlist' instead of 'evsel_list' in collect_all_aliases()
Jiri Olsa
1
-2
/
+3
2018-08-30
perf stat: Pass 'evlist' argument to print functions
Jiri Olsa
1
-9
/
+13
2018-08-30
perf stat: Add 'target' argument to perf_evlist__print_counters()
Jiri Olsa
1
-9
/
+11
2018-08-30
perf stat: Move 'unit_width' to 'struct perf_stat_config'
Jiri Olsa
2
-5
/
+7
2018-08-30
perf stat: Move 'metric_only' to 'struct perf_stat_config'
Jiri Olsa
2
-13
/
+17
2018-08-30
perf stat: Move 'interval_clear' to 'struct perf_stat_config'
Jiri Olsa
2
-5
/
+5
2018-08-30
perf stat: Move csv_* to 'struct perf_stat_config'
Jiri Olsa
2
-58
/
+58
[prev]
[next]