summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2018-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-4/+80
2018-06-08tools/bpf: fix selftest get_cgroup_id_userYonghong Song-3/+23
2018-06-07bpf: reject passing modified ctx to helper functionsDaniel Borkmann-1/+57
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-120/+1517
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-908/+22859
2018-06-06Merge tag 'trace-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-4/+276
2018-06-06Merge tag 'linux-kselftest-4.18-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-614/+2112
2018-06-05Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-26/+253
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-268/+2279
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-424/+973
2018-06-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1018/+1909
2018-06-04Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-7/+45
2018-06-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-164/+523
2018-06-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-127/+166
2018-06-04tracing/selftest: Add test to test simple snapshot trigger for trace_markerSteven Rostedt (VMware)-0/+74
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-2/+0
2018-06-04selftests: forwarding: mirror_vlan: Change test descriptionPetr Machata-1/+1
2018-06-04selftests: forwarding: mirror_vlan: Uninstall trapPetr Machata-1/+1
2018-06-04selftests/net: add packet socket packet_snd testWillem de Bruijn-2/+498
2018-06-04selftests/net: udpgso: test small gso_size boundary conditionsWillem de Bruijn-2/+75
2018-06-04selftests/net: enable msg_zerocopy testWillem de Bruijn-1/+9
2018-06-03tools/bpf: add a selftest for bpf_get_current_cgroup_id() helperYonghong Song-2/+232
2018-06-03tools/bpf: sync uapi bpf.h for bpf_get_current_cgroup_id() helperYonghong Song-1/+9
2018-06-03Merge tag 'perf-urgent-for-mingo-4.17-20180602' of git://git.kernel.org/pub/s...Ingo Molnar-7/+45
2018-06-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-21/+185
2018-06-03bpf: sync bpf uapi header with toolsDaniel Borkmann-2/+20
2018-06-03bpf: fix cbpf parser bug for octal numbersDaniel Borkmann-1/+1
2018-06-03bpf: test case for map pointer poison with calls/branchesDaniel Borkmann-27/+168
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2018-06-03selftests/powerpc: Add perf breakpoint testMichael Neuling-1/+198
2018-06-03Merge back earlier PM tools material for v4.18.Rafael J. Wysocki-157/+302
2018-06-02bpf: btf: Ensure t->type == 0 for BTF_KIND_FWDMartin KaFai Lau-0/+22
2018-06-02bpf: btf: Check array t->sizeMartin KaFai Lau-0/+23
2018-06-02selftests/bpf: test_sockmap, print additional test optionsPrashant Bhole-9/+19
2018-06-02selftests/bpf: test_sockmap, fix data verificationPrashant Bhole-1/+13
2018-06-02selftests/bpf: test_sockmap, timing improvementsPrashant Bhole-4/+9
2018-06-02selftests/bpf: test_sockmap, join cgroup in selftest modePrashant Bhole-0/+5
2018-06-02selftests/bpf: test_sockmap, check test failurePrashant Bhole-6/+21
2018-06-01bpf: fix uapi hole for 32 bit compat applicationsDaniel Borkmann-0/+2
2018-06-01tools/power turbostat: update version numberLen Brown-1/+1
2018-06-01tools/power turbostat: Add Node in outputPrarit Bhargava-0/+16
2018-06-01tools/power turbostat: add node information into turbostat calculationsPrarit Bhargava-58/+85
2018-06-01tools/power turbostat: remove num_ from cpu_topology structPrarit Bhargava-25/+23
2018-06-01tools/power turbostat: rename num_cores_per_pkg to num_cores_per_nodePrarit Bhargava-12/+14
2018-06-01tools/power turbostat: track thread ID in cpu_topologyPrarit Bhargava-66/+39
2018-06-01tools/power turbostat: Calculate additional node information for a packagePrarit Bhargava-4/+61
2018-06-01tools/power turbostat: Fix node and siblings lookup dataLen Brown-35/+82
2018-06-01tools/power turbostat: set max_num_cpus equal to the cpumask lengthPrarit Bhargava-5/+16
2018-06-01tools/power turbostat: if --num_iterations, print for specific number of iter...Chen Yu-1/+21
2018-06-01tools/power turbostat: Add Cannon Lake supportSrinivas Pandruvada-3/+24