summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | tools/kvm_stat: make heading look a bit more like 'top'Stefan Raspl2017-06-081-1/+2
| * | | | | | | | | tools/kvm_stat: display message indicating lack of eventsStefan Raspl2017-06-081-0/+2
| * | | | | | | | | tools/kvm_stat: show cursor in selection screensStefan Raspl2017-06-081-0/+6
| * | | | | | | | | tools/kvm_stat: move functions to corresponding classesStefan Raspl2017-06-081-162/+165
| * | | | | | | | | tools/kvm_stat: simplify initializersStefan Raspl2017-06-081-38/+36
| * | | | | | | | | tools/kvm_stat: remove extra statementStefan Raspl2017-06-081-1/+0
| * | | | | | | | | tools/kvm_stat: removed unused functionStefan Raspl2017-06-081-3/+0
| * | | | | | | | | tools/kvm_stat: simplify line print logicStefan Raspl2017-06-081-19/+7
| * | | | | | | | | tools/kvm_stat: remove unnecessary header redrawsStefan Raspl2017-06-081-2/+0
| * | | | | | | | | tools/kvm_stat: fix undue use of initial sleeptimeStefan Raspl2017-06-081-3/+0
| * | | | | | | | | tools/kvm_stat: fix event counts display for interrupted intervalsStefan Raspl2017-06-081-2/+5
| * | | | | | | | | tools/kvm_stat: fix typoStefan Raspl2017-06-081-1/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-0522-71/+2795
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | bpf: add various test cases for verifier selftestDaniel Borkmann2017-07-031-0/+165
| * | | | | | | | | bpf: add bpf_skb_adjust_room helperDaniel Borkmann2017-07-031-1/+15
| * | | | | | | | | bpf: update tools/include/uapi/linux/bpf.hLawrence Brakmo2017-07-011-1/+65
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-302-1/+67
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-2111-28/+49
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | selftests: Introduce tc testsuiteLucas Bates2017-06-2010-0/+1863
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-1522-167/+268
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | tools: bpf_jit_disasm: Handle large images.David Daney2017-06-141-11/+26
| * | | | | | | | | | | | selftests/bpf: Add test cases to test narrower ctx field loadsYonghong Song2017-06-144-1/+234
| * | | | | | | | | | | | bpf: permits narrower load from bpf program context fieldsYonghong Song2017-06-141-79/+13
| * | | | | | | | | | | | selftests/bpf: make correct use of exit codes in bpf selftestsJesper Dangaard Brouer2017-06-133-3/+3
| * | | | | | | | | | | | bpf: add bpf_set_hash helper for tc progsDaniel Borkmann2017-06-101-1/+7
| * | | | | | | | | | | | bpf, tests: set rlimit also for test_align, so it doesn't failDaniel Borkmann2017-06-101-0/+5
| * | | | | | | | | | | | bpf, tests: add a test for htab lookup + update traversalDaniel Borkmann2017-06-101-0/+50
| * | | | | | | | | | | | bpf: Fix test_obj_id.c for llvm 5.0Martin KaFai Lau2017-06-091-2/+2
| * | | | | | | | | | | | bpf: Fix test_bpf_obj_id() when the bpf_jit_enable sysctl is diabledMartin KaFai Lau2017-06-091-4/+15
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-0620-48/+198
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | bpf: Test for bpf IDMartin KaFai Lau2017-06-066-1/+341
| * | | | | | | | | | | | bpf: update perf event helper functions documentationTeng Qin2017-06-041-4/+7
| * | | | | | | | | | | | tools: hv: set hotplug for VF on Susesixiao@microsoft.com2017-06-021-1/+5
| * | | | | | | | | | | | tools: hv: set allow-hotplug for VF on Ubuntusixiao@microsoft.com2017-06-021-2/+4
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-262-4/+245
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-228-7/+136
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-182-0/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | tools: hv: Add clean up for included files in Ubuntu net configHaiyang Zhang2017-05-161-3/+18
* | | | | | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-07-051-17/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | seccomp: Adjust selftests to avoid double-joinKees Cook2017-06-261-17/+34
| | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge tag 'acpi-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-07-041-3/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'acpica'Rafael J. Wysocki2017-07-031-3/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | ACPICA: Unix application OSL: Correctly handle control-c (EINTR)Bob Moore2017-06-271-3/+7
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-07-047-301/+1621
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'pm-tools'Rafael J. Wysocki2017-07-037-301/+1621
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | cpupower: Add support for new AMD family 0x17Sherry Hurwitz2017-06-273-11/+44
| | * | | | | | | | | | | | | | | | | cpupower: Fix bug where return value was not usedSherry Hurwitz2017-06-271-3/+2
| | * | | | | | | | | | | | | | | | | Merge back PM tools material for v4.13.Rafael J. Wysocki2017-06-273-272/+1500
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'utilities' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Rafael J. Wysocki2017-05-163-272/+1500
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | tools/power x86_energy_perf_policy: support HWP.EPPLen Brown2017-05-113-272/+1500
OpenPOWER on IntegriCloud