summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-1246-166/+245
|\
| * tools build: Fixup sched_getcpu feature testArnaldo Carvalho de Melo2017-05-041-0/+2
| * perf tests kmod-path: Don't fail if compressed modules aren't supportedKim Phillips2017-05-041-0/+2
| * perf annotate: Fix AArch64 comment charKim Phillips2017-05-041-1/+1
| * perf tools: Fix spelling mistakesKim Phillips2017-05-046-10/+10
| * Merge tag 'perf-core-for-mingo-4.12-20170503' of git://git.kernel.org/pub/scm...Ingo Molnar2017-05-03332-1908/+7593
| |\
| | * perf config: Refactor a duplicated code for obtaining config file nameTaeung Song2017-05-021-11/+8
| | * perf symbols: Allow user probes on versioned symbolsPaul Clarke2017-05-025-20/+74
| | * perf symbols: Accept symbols starting at address 0Arnaldo Carvalho de Melo2017-05-025-28/+37
| | * tools lib string: Adopt prefixcmp() from perf and subcmdArnaldo Carvalho de Melo2017-04-267-20/+13
| | * perf units: Move parse_tag_value() to units.[ch]Arnaldo Carvalho de Melo2017-04-264-34/+36
| | * perf ui gtk: Move gtk .so name to the only place where it is usedArnaldo Carvalho de Melo2017-04-262-2/+3
| | * perf tools: Move HAS_BOOL define to where perl headers are usedArnaldo Carvalho de Melo2017-04-262-2/+3
| | * perf memswap: Split the byteswap memory range wrappers from util.[ch]Arnaldo Carvalho de Melo2017-04-258-25/+35
| | * perf tools: Move event prototypes from util.h to event.hArnaldo Carvalho de Melo2017-04-2511-9/+17
| | * perf buildid: Move prototypes from util.h to build-id.hArnaldo Carvalho de Melo2017-04-253-4/+4
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-05-106-6/+26
|\ \ \
| * | | tools/virtio: fix spelling mistake: "wakeus" -> "wakeups"Colin Ian King2017-05-091-1/+1
| * | | ptr_ring: support testing different batching sizesMichael S. Tsirkin2017-05-091-0/+3
| * | | ringtest: support test specific parametersMichael S. Tsirkin2017-05-092-0/+15
| * | | tools/virtio: fix build breakageSekhar Nori2017-05-023-4/+6
| * | | ringtest: fix an assert statementDan Carpenter2017-05-021-1/+1
| |/ /
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-1/+1
|\ \ \
| * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-231-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | torture: Use correct path for Kconfig fragment for duplicatesPaul E. McKenney2017-04-191-1/+1
* | | | Merge tag 'linux-kselftest-4.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-0824-68/+124
|\ \ \ \
| * | | | selftests: x86: add missing executables to .gitignoreShuah Khan2017-05-031-0/+13
| * | | | selftests: watchdog: accept multiple params on command lineTimur Tabi2017-05-021-27/+34
| * | | | selftests: create cpufreq kconfig fragmentsNaresh Kamboju2017-04-271-0/+15
| * | | | selftests: x86: override clean in lib.mk to fix warningsShuah Khan2017-04-271-2/+1
| * | | | selftests: sync: override clean in lib.mk to fix warningsShuah Khan2017-04-271-2/+1
| * | | | selftests: splice: override clean in lib.mk to fix warningsShuah Khan2017-04-271-2/+1
| * | | | selftests: gpio: fix clean target to remove all generated files and dirsShuah Khan2017-04-251-1/+7
| * | | | selftests: add gpio generated files to .gitignoreShuah Khan2017-04-251-0/+4
| * | | | selftests: powerpc: override clean in lib.mk to fix warningsShuah Khan2017-04-251-1/+2
| * | | | selftests: gpio: override clean in lib.mk to fix warningsShuah Khan2017-04-251-1/+2
| * | | | selftests: futex: override clean in lib.mk to fix warningsShuah Khan2017-04-251-1/+2
| * | | | selftests: lib.mk: define CLEAN macro to allow Makefiles to override cleanShuah Khan2017-04-251-1/+5
| * | | | selftests: splice: fix clean target to not remove default_file_splice_read.shShuah Khan2017-04-251-1/+1
| * | | | selftests: gpio: add config fragment for gpio-mockupFathi Boudra2017-04-211-0/+2
| * | | | selftests: breakpoints: allow to cross-compile for aarch64/arm64Fathi Boudra2017-04-211-1/+1
| * | | | selftests/Makefile: Add missed PHONY targetsSeongJae Park2017-04-211-1/+1
| * | | | selftests/vm/run_vmtests: Fix wrong commentSeongJae Park2017-04-211-1/+1
| * | | | selftests/Makefile: Add missed closing `"` in commentSeongJae Park2017-04-211-1/+1
| * | | | selftests/vm/run_vmtests: Polish output textSeongJae Park2017-04-131-12/+12
| * | | | selftests/timers: fix spelling mistake: "Asynchronous"Colin Ian King2017-04-131-1/+1
| * | | | selftests/vm: Set mmap()'s fd as -1 for MAP_ANONYMOUS flagSeongJae Park2017-04-114-9/+9
| * | | | selftests/futex: Fix build error with OUTPUT variableDarren Hart2017-04-111-3/+3
| * | | | kselftest: ftrace: Fix to compare a zero-filled hex valueMasami Hiramatsu2017-04-111-1/+1
| * | | | selftests: vm: add CONFIG_SYSVIPC=y to the config fragmentFathi Boudra2017-04-111-0/+1
OpenPOWER on IntegriCloud