aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-05perf trace: Fix documentation for -iPeter Feiner1-1/+0
2015-11-05tools lib bpf: Change FEATURE-DUMP to FEATURE-DUMP.libbpfYunlong Song2-2/+2
2015-11-05perf llvm: Pass LINUX_VERSION_CODE to BPF program when compilingWang Nan1-0/+27
2015-11-05perf llvm: Pass number of configured CPUs to clang compilerWang Nan1-6/+18
2015-11-05perf tools: Allow shuffling the build testsArnaldo Carvalho de Melo2-1/+6
2015-11-05perf tools: Insert split maps correctly into origin groupJiri Olsa1-2/+8
2015-11-04Merge tag 'staging-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds2-1/+14
2015-11-04Merge tag 'usb-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-6/+8
2015-11-04Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2015-11-04perf stat: Use common printout function to avoid duplicated codeAndi Kleen1-37/+20
2015-11-04perf stat: Move sw clock metrics printout to stat-shadowAndi Kleen2-5/+8
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2015-11-03Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-2/+564
2015-11-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-2/+1011
2015-11-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds192-1872/+8489
2015-11-03selftests: breakpoint: Actually build itBen Hutchings1-1/+1
2015-11-03selftests: vm: Try harder to allocate huge pagesBen Hutchings1-1/+14
2015-11-03selftests: Make scripts executableBen Hutchings2-0/+0
2015-11-03selftests: kprobe: Choose an always-defined function to probeBen Hutchings5-11/+11
2015-11-03selftests: memfd: Stop unnecessary rebuildsBen Hutchings1-6/+6
2015-11-03selftests: Add missing #include directivesBen Hutchings4-0/+4
2015-11-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-4/+20
2015-11-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+223
2015-11-03tools lib bpf: Fix compiler warning on CentOS 6Namhyung Kim2-3/+3
2015-11-03perf bpf: Mute libbpf when '-v' not setWang Nan1-2/+2
2015-11-03perf test: Keep test result clean if '-v' not setWang Nan5-17/+13
2015-11-03rtc: rtctest: enabling UIE for a chip that doesn't support it returns EINVALUwe Kleine-König1-1/+1
2015-11-02selftests/seccomp: Be more precise with syscall arguments.Robert Sesek1-11/+35
2015-11-02acpi: nfit: Add support for hot-addVishal Verma1-2/+162
2015-11-02Creating a common structure initialization pattern for struct optionSriram Raghunathan7-35/+31
2015-11-02cpupower: Enable disabled Cstates if they are below max latencyThomas Renninger2-5/+16
2015-11-02cpupower: Remove debug message when using cpupower idle-set -D switchThomas Renninger1-2/+0
2015-11-02cpupower: cpupower monitor reports uninitialized values for offline cpusJacob Tanenbaum2-9/+23
2015-11-02Merge branch 'acpica'Rafael J. Wysocki1-1/+1
2015-10-31selftests/x86: Add a fork() to entry_from_vm86 to catch fork bugsAndy Lutomirski1-0/+4
2015-10-29perf unwind: Pass symbol source to libunwindRabin Vincent1-1/+4
2015-10-29tools build: Fix libiberty feature detectionRabin Vincent1-2/+2
2015-10-29perf tools: Compile scriptlets to BPF objects when passing '.c' to --eventWang Nan7-9/+83
2015-10-29perf record: Add clang options for compiling BPF scriptsWang Nan2-0/+13
2015-10-29perf bpf: Attach eBPF filter to perf eventWang Nan3-0/+24
2015-10-29perf tools: Make sure fixdep is built before libbpfJiri Olsa1-1/+1
2015-10-29perf script: Enable printing of branch stackStephane Eranian2-3/+93
2015-10-29perf trace: Add cmd string table to decode sys_bpf first argArnaldo Carvalho de Melo1-0/+7
2015-10-28perf bpf: Collect perf_evsel in BPF object filesWang Nan3-7/+99
2015-10-28perf tools: Load eBPF object into kernelWang Nan3-0/+39
2015-10-28perf tools: Create probe points for BPF programsWang Nan3-1/+268
2015-10-28perf tools: Enable passing bpf object file to --eventWang Nan6-1/+88
2015-10-28perf ebpf: Add the libbpf glueWang Nan2-0/+86
2015-10-28perf tools: Make perf depend on libbpfWang Nan5-6/+47
2015-10-28perf symbols: Fix endless loop in dso__split_kallsyms_for_kcoreJiri Olsa1-1/+1