| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-03-03 | 5 | -4/+15 |
|\ |
|
| * | Merge branch 'liblockdep-fixes' of https://github.com/sashalevin/liblockdep i... | Ingo Molnar | 2014-02-27 | 5 | -4/+15 |
| |\ |
|
| | * | tools/liblockdep: Use realpath for srctree and objtree | Wang Nan | 2014-02-27 | 1 | -2/+2 |
| | * | tools/liblockdep: Add a stub for new rcu_is_watching | Sasha Levin | 2014-02-27 | 1 | -0/+5 |
| | * | tools/liblockdep: Mark runtests.sh as executable | Sasha Levin | 2014-02-27 | 1 | -0/+0 |
| | * | tools/liblockdep: Add include directory to allow tests to compile | Ira W. Snyder | 2014-02-27 | 1 | -1/+1 |
| | * | tools/liblockdep: Fix include of asm/hash.h | Ira W. Snyder | 2014-02-27 | 1 | -0/+6 |
| | * | tools/liblockdep: Fix initialization code path | Ira W. Snyder | 2014-02-27 | 1 | -1/+1 |
* | | | perf tools: Fix strict alias issue for find_first_bit | Jiri Olsa | 2014-02-28 | 1 | -1/+3 |
* | | | perf tools: fix BFD detection on opensuse | Andi Kleen | 2014-02-27 | 2 | -2/+2 |
* | | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2014-02-27 | 5 | -19/+40 |
|\ \ \
| |/ /
|/| | |
|
| * | | perf symbols: Destroy unused symsrcs | Namhyung Kim | 2014-02-24 | 1 | -0/+2 |
| * | | perf annotate: Check availability of annotate when processing samples | Namhyung Kim | 2014-02-24 | 4 | -19/+38 |
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-02-22 | 4 | -3/+44 |
|\| | |
|
| * | | perf trace: Fix ioctl 'request' beautifier build problems on !(i386 || x86_64... | Arnaldo Carvalho de Melo | 2014-02-13 | 1 | -0/+18 |
| * | | perf trace: Add fallback definition of EFD_SEMAPHORE | Ben Hutchings | 2014-02-10 | 1 | -0/+4 |
| * | | perf list: Fix checking for supported events on older kernels | Vince Weaver | 2014-02-10 | 1 | -2/+15 |
| * | | perf tools: Handle PERF_RECORD_HEADER_EVENT_TYPE properly | Jiri Olsa | 2014-02-10 | 1 | -0/+6 |
| * | | perf probe: Do not add offset twice to uprobe address | Masami Hiramatsu | 2014-02-10 | 1 | -1/+1 |
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-02-09 | 14 | -63/+162 |
|\| |
| |/
|/| |
|
| * | perf buildid-cache: Check relocation when checking for existing kcore | Adrian Hunter | 2014-01-31 | 1 | -4/+29 |
| * | perf tools: Adjust kallsyms for relocated kernel | Adrian Hunter | 2014-01-31 | 1 | -2/+38 |
| * | perf tests: No need to set up ref_reloc_sym | Adrian Hunter | 2014-01-31 | 1 | -10/+0 |
| * | perf symbols: Prevent the use of kcore if the kernel has moved | Adrian Hunter | 2014-01-31 | 1 | -4/+21 |
| * | perf record: Get ref_reloc_sym from kernel map | Adrian Hunter | 2014-01-31 | 3 | -30/+9 |
| * | perf machine: Set up ref_reloc_sym in machine__create_kernel_maps() | Adrian Hunter | 2014-01-31 | 2 | -0/+25 |
| * | perf machine: Add machine__get_kallsyms_filename() | Adrian Hunter | 2014-01-31 | 1 | -8/+11 |
| * | perf tools: Add kallsyms__get_function_start() | Adrian Hunter | 2014-01-31 | 2 | -3/+18 |
| * | perf symbols: Fix symbol annotation for relocated kernel | Adrian Hunter | 2014-01-31 | 3 | -2/+6 |
| * | perf tools: Fix include for non x86 architectures | Francesco Fusco | 2014-01-31 | 1 | -0/+6 |
| * | perf tools: Fix AAAAARGH64 memory barriers | Peter Zijlstra | 2014-01-29 | 1 | -2/+2 |
| * | perf tools: Demangle kernel and kernel module symbols too | Avi Kivity | 2014-01-27 | 1 | -1/+1 |
| * | perf/doc: Remove mention of non-existent set_perf_event_pending() from design... | Baruch Siach | 2014-01-26 | 1 | -1/+0 |
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2014-02-02 | 3 | -200/+244 |
|\ \ |
|
| * | | tools/power turbostat: introduce -s to dump counters | Andy Shevchenko | 2014-02-01 | 1 | -33/+65 |
| * | | tools/power turbostat: remove unused command line option | Andy Shevchenko | 2014-02-01 | 1 | -3/+3 |
| * | | turbostat: Add option to report joules consumed per sample | Dirk Brandewie | 2014-01-19 | 1 | -25/+66 |
| * | | turbostat: run on HSX | Len Brown | 2014-01-19 | 1 | -11/+31 |
| * | | turbostat: Add a .gitignore to ignore the compiled turbostat binary | Josh Triplett | 2014-01-19 | 1 | -0/+1 |
| * | | turbostat: Clean up error handling; disambiguate error messages; use err and ... | Josh Triplett | 2014-01-19 | 1 | -69/+38 |
| * | | turbostat: Factor out common function to open file and exit on failure | Josh Triplett | 2014-01-19 | 1 | -15/+16 |
| * | | turbostat: Add a helper to parse a single int out of a file | Josh Triplett | 2014-01-19 | 1 | -57/+24 |
| * | | turbostat: Check return value of fscanf | Josh Triplett | 2014-01-19 | 1 | -4/+16 |
| * | | turbostat: Use GCC's CPUID functions to support PIC | Josh Triplett | 2014-01-19 | 1 | -5/+6 |
| * | | turbostat: Don't attempt to printf an off_t with %zx | Josh Triplett | 2014-01-19 | 1 | -1/+1 |
| * | | turbostat: Don't put unprocessed uapi headers in the include path | Josh Triplett | 2014-01-19 | 2 | -2/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-01-25 | 5 | -2/+2382 |
|\ \ \ |
|
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-12-18 | 2 | -5/+6 |
| |\| | |
|
| * | | | bpf_exp: free duplicated labels at exit time | Daniel Borkmann | 2013-12-17 | 1 | -7/+20 |
| * | | | bpf_dbg: always close socket in bpf_runnable | Daniel Borkmann | 2013-12-17 | 1 | -1/+1 |