aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 66-1355/+9779
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-7/+10
2017-11-14bpf: fix and add test cases for ARG_CONST_SIZE_OR_ZERO semantics changeGravatar Yonghong Song 1-19/+112
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-1/+2
2017-11-13Merge tag 'acpi-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 3-5/+3
2017-11-13Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 3-4/+7
2017-11-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 5-31/+183
2017-11-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 162-1780/+7869
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 8-10/+13
2017-11-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 8-9/+9
2017-11-13Merge branches 'pm-devfreq' and 'pm-tools'Gravatar Rafael J. Wysocki 3-4/+7
2017-11-13Merge branch 'acpica'Gravatar Rafael J. Wysocki 3-5/+3
2017-11-11bpf: Revert bpf_overrid_function() helper changes.Gravatar David S. Miller 2-8/+2
2017-11-11tooling/headers: Sync the tools/include/uapi/drm/i915_drm.h UAPI headerGravatar Ingo Molnar 1-0/+1
2017-11-11Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Ingo Molnar 2-2/+13
2017-11-11tools: bpftool: optionally show filenames of pinned objectsGravatar Prashant Bhole 6-8/+25
2017-11-11tools: bpftool: show filenames of pinned objectsGravatar Prashant Bhole 5-0/+152
2017-11-11tools: bpftool: open pinned object without type checkGravatar Prashant Bhole 2-2/+14
2017-11-11samples/bpf: add a test for bpf_override_returnGravatar Josef Bacik 2-2/+8
2017-11-10locking/x86: Use LOCK ADD for smp_mb() instead of MFENCEGravatar Michael S. Tsirkin 1-0/+4
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 28-14/+50
2017-11-09tools/power/cpupower: add libcpupower.so.0.0.1 to .gitignoreGravatar Prarit Bhargava 1-2/+1
2017-11-09tools/power/cpupower: Add 64 bit library detectionGravatar Prarit Bhargava 1-0/+6
2017-11-09perf trace: Call machine__exit() at exitGravatar Andrei Vagin 1-0/+10
2017-11-09perf tools: Fix eBPF event specification parsingGravatar Jiri Olsa 1-2/+2
2017-11-09perf tools: Add "reject" option for parse-events.lGravatar Jiri Olsa 1-0/+1
2017-11-08selftests/x86: Add tests for the STR and SLDT instructionsGravatar Ricardo Neri 1-1/+17
2017-11-08selftests/x86: Add tests for User-Mode Instruction PreventionGravatar Ricardo Neri 1-1/+72
2017-11-07selftests/x86/ldt_get: Add a few additional tests for limitsGravatar Andy Lutomirski 1-1/+16
2017-11-07selftests/x86/ldt_gdt: Run most existing LDT test cases against the GDT as wellGravatar Andy Lutomirski 1-1/+9
2017-11-07selftests/x86/ldt_gdt: Add infrastructure to test set_thread_area()Gravatar Andy Lutomirski 1-16/+37
2017-11-07selftests/x86/ldt_gdt: Robustify against set_thread_area() and LAR odditiesGravatar Andy Lutomirski 1-1/+9
2017-11-07selftests/x86/protection_keys: Fix syscall NR redefinition warningsGravatar Andy Lutomirski 1-6/+18
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsGravatar Ingo Molnar 990-11/+1023
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 993-21/+1130
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsGravatar Ingo Molnar 993-21/+1257
2017-11-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 27-16/+50
2017-11-05selftests/bpf: add a test for device cgroup controllerGravatar Roman Gushchin 3-2/+155
2017-11-05bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/Gravatar Roman Gushchin 3-1/+196
2017-11-05bpf, cgroup: implement eBPF-based device controller for cgroup v2Gravatar Roman Gushchin 1-0/+15
2017-11-05tools: bpftool: move p_err() and p_info() from main.h to common.cGravatar Quentin Monnet 2-31/+34
2017-11-05bpftool: print program device bound infoGravatar Jakub Kicinski 2-0/+38
2017-11-04tools/headers: Synchronize kernel ABI headersGravatar Ingo Molnar 25-13/+33
2017-11-04objtool: Resync objtool's instruction decoder source code copy with the kerne...Gravatar Josh Poimboeuf 1-0/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 975-1/+979
2017-11-03cpupower: Fix no-rounding MHz frequency outputGravatar Prarit Bhargava 1-2/+0
2017-11-03Merge branch 'linus' into perf/urgent, to pick up dependent commitsGravatar Ingo Molnar 979-15/+1089
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 974-0/+974
2017-11-02Merge tag 'linux-kselftest-4.14-rc7' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+5
2017-11-02tools: bpf: handle long path in jit disasmGravatar Prashant Bhole 2-2/+4