Age | Commit message (Expand) | Author | Files | Lines |
2016-07-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 4 | -5/+401 |
2016-07-27 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+7 |
2016-07-27 | Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 5 | -9/+457 |
2016-07-27 | Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -3/+4 |
2016-07-27 | Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 3 | -4/+4 |
2016-07-27 | tools/vm/page_owner: increase temporary buffer size | Joonsoo Kim | 1 | -2/+7 |
2016-07-26 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 13 | -121/+4000 |
2016-07-26 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 7 | -2/+2342 |
2016-07-25 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 303 | -2309/+13229 |
2016-07-25 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 5 | -17/+60 |
2016-07-25 | Revert "perf tools: event.h needs asm/perf_regs.h" | Arnaldo Carvalho de Melo | 1 | -1/+0 |
2016-07-25 | Merge branch 'pm-cpu' | Rafael J. Wysocki | 2 | -2/+2 |
2016-07-25 | Merge branches 'pm-sleep' and 'pm-tools' | Rafael J. Wysocki | 1 | -2/+2 |
2016-07-25 | Merge branches 'acpi-drivers', 'acpi-misc' and 'acpi-tools' | Rafael J. Wysocki | 1 | -3/+4 |
2016-07-25 | Merge tag 'staging-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -83/+199 |
2016-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -4/+9 |
2016-07-23 | tools/vm/slabinfo: fix an unintentional printf | Dan Carpenter | 1 | -1/+2 |
2016-07-23 | testing/radix-tree: fix a macro expansion bug | Dan Carpenter | 1 | -1/+1 |
2016-07-22 | tools build: Fix objtool build with ARCH=x86_64 | Josh Poimboeuf | 3 | -2/+34 |
2016-07-22 | objtool: Always use host headers | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2016-07-22 | objtool: Use tools/scripts/Makefile.arch to get ARCH and HOSTARCH | Arnaldo Carvalho de Melo | 1 | -3/+1 |
2016-07-22 | tools build: Add HOSTARCH Makefile variable | Arnaldo Carvalho de Melo | 1 | -5/+4 |
2016-07-22 | perf tests kmod-path: Fix build on ubuntu:16.04-x-armhf | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2016-07-21 | perf tools: Add AVX-512 instructions to the new instructions test | Adrian Hunter | 3 | -8/+3731 |
2016-07-21 | perf tools: Add AVX-512 support to the instruction decoder used by Intel PT | Adrian Hunter | 5 | -101/+220 |
2016-07-20 | x86/insn: perf tools: Fix vcvtph2ps instruction decoding | Adrian Hunter | 4 | -9/+17 |
2016-07-19 | perf tests: Add is_printable_array test | Jiri Olsa | 4 | -0/+42 |
2016-07-19 | perf tools: Make is_printable_array global | Jiri Olsa | 4 | -28/+17 |
2016-07-19 | perf script python: Fix string vs byte array resolving | Jiri Olsa | 1 | -6/+33 |
2016-07-19 | perf probe: Warn unmatched function filter correctly | Masami Hiramatsu | 2 | -2/+13 |
2016-07-19 | perf cpu_map: Add more helpers | Mark Rutland | 2 | -2/+14 |
2016-07-19 | perf stat: Balance opening and reading events | Mark Rutland | 1 | -2/+6 |
2016-07-19 | tools: Copy linux/{hash,poison}.h and check for drift | Arnaldo Carvalho de Melo | 4 | -6/+195 |
2016-07-19 | perf tools: Remove include/linux/list.h from perf's MANIFEST | Arnaldo Carvalho de Melo | 1 | -1/+0 |
2016-07-19 | tools: Copy the bitops files accessed from the kernel and check for drift | Arnaldo Carvalho de Melo | 7 | -10/+203 |
2016-07-19 | Remove: kernel unistd*h files from perf's MANIFEST, not used | Arnaldo Carvalho de Melo | 1 | -2/+0 |
2016-07-18 | perf tools: Remove tools/perf/util/include/linux/const.h | Arnaldo Carvalho de Melo | 2 | -2/+0 |
2016-07-18 | perf tools: Remove tools/perf/util/include/asm/byteorder.h | Arnaldo Carvalho de Melo | 2 | -4/+0 |
2016-07-18 | perf tools: Add missing linux/compiler.h include to perf-sys.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2016-07-18 | perf jit: Remove some no-op error handling | Dan Carpenter | 1 | -6/+1 |
2016-07-18 | perf jit: Add missing curly braces | Dan Carpenter | 1 | -1/+2 |
2016-07-15 | objtool: Initialize variable to silence old compiler | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2016-07-15 | objtool: Add -I$(srctree)/tools/arch/$(ARCH)/include/uapi | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2016-07-15 | perf record: Add --tail-synthesize option | Wang Nan | 3 | -6/+34 |
2016-07-15 | perf session: Don't warn about out of order event if write_backward is used | Wang Nan | 1 | -3/+19 |
2016-07-15 | perf tools: Enable overwrite settings | Wang Nan | 9 | -7/+49 |
2016-07-15 | perf evlist: Make {pause,resume} internal helpers | Wang Nan | 2 | -4/+2 |
2016-07-15 | perf record: Read from overwritable ring buffer | Wang Nan | 1 | -1/+30 |
2016-07-15 | perf evlist: Setup backward mmap state machine | Wang Nan | 3 | -0/+98 |
2016-07-15 | perf evlist: Drop evlist->backward | Wang Nan | 3 | -6/+1 |