Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | selftests/x86: Add syscall_nt selftest | Andy Lutomirski | 2015-08-18 | 2 | -1/+55 | |
| * | | | | | | | | | selftests/x86: Disable sigreturn_64 | Andy Lutomirski | 2015-08-18 | 1 | -2/+2 | |
| * | | | | | | | | | Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixes | Ingo Molnar | 2015-08-18 | 3 | -7/+5 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | / / / | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | selftests/x86/vm86: Fix entry_from_vm86 test on 64-bit kernels | Andy Lutomirski | 2015-07-31 | 1 | -4/+7 | |
| * | | | | | | | | selftests/x86, x86/ldt: Add a selftest for modify_ldt() | Andy Lutomirski | 2015-07-31 | 2 | -1/+577 | |
| * | | | | | | | | Merge branch 'x86/urgent' into x86/asm, before applying dependent patches | Ingo Molnar | 2015-07-31 | 24 | -60/+1138 | |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | x86/selftests, x86/vm86: Improve entry_from_vm86 selftest | Andy Lutomirski | 2015-07-21 | 1 | -8/+124 | |
| * | | | | | | | | x86/entry, selftests/x86: Add a test for 32-bit fast syscall arg faults | Andy Lutomirski | 2015-07-07 | 2 | -1/+131 | |
| * | | | | | | | | x86/asm/tsc: Rename native_read_tsc() to rdtsc() | Andy Lutomirski | 2015-07-06 | 1 | -2/+2 | |
| * | | | | | | | | x86/asm/tsc: Replace rdtscll() with native_read_tsc() | Andy Lutomirski | 2015-07-06 | 1 | -2/+2 | |
* | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-09-01 | 175 | -1372/+17836 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| * | | | | | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2015-08-31 | 29 | -102/+433 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | perf evlist: Add backpointer for perf_env to evlist | Kan Liang | 2015-08-28 | 2 | -0/+2 | |
| | * | | | | | | | | perf tools: Rename perf_session_env to perf_env | Kan Liang | 2015-08-28 | 10 | -21/+21 | |
| | * | | | | | | | | perf tools: Do not change lib/api/fs/debugfs directly | Jiri Olsa | 2015-08-28 | 2 | -2/+1 | |
| | * | | | | | | | | perf tools: Add tracing_path and remove unneeded functions | Jiri Olsa | 2015-08-28 | 2 | -53/+5 | |
| | * | | | | | | | | perf buildid: Introduce sysfs/filename__sprintf_build_id | Masami Hiramatsu | 2015-08-28 | 4 | -26/+47 | |
| | * | | | | | | | | perf evsel: Add a backpointer to the evlist a evsel is in | Arnaldo Carvalho de Melo | 2015-08-28 | 3 | -0/+8 | |
| | * | | | | | | | | perf trace: Add header with copyright and background info | Arnaldo Carvalho de Melo | 2015-08-28 | 1 | -0/+19 | |
| | * | | | | | | | | perf scripts python: Add new compaction-times script | Tony Jones | 2015-08-28 | 3 | -0/+317 | |
| | * | | | | | | | | tools lib traceeveent: Allow for negative numbers in print format | Steven Rostedt | 2015-08-28 | 1 | -0/+1 | |
| | * | | | | | | | | perf script: Add --[no-]-demangle/--[no-]-demangle-kernel | Mark Drayton | 2015-08-28 | 2 | -0/+12 | |
| * | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2015-08-31 | 1 | -3/+2 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | perf stat: Get correct cpu id for print_aggr | Kan Liang | 2015-08-28 | 1 | -3/+2 | |
| | | |_|_|/ / / / | | |/| | | | | | | ||||||
| * | | | | | | | | perf probe: Support probing at absolute address | Wang Nan | 2015-08-26 | 3 | -24/+163 | |
| * | | | | | | | | perf probe: Fix error reported when offset without function | Wang Nan | 2015-08-26 | 1 | -3/+7 | |
| * | | | | | | | | perf probe: Fix list result when address is zero | Wang Nan | 2015-08-26 | 1 | -3/+25 | |
| * | | | | | | | | perf probe: Fix list result when symbol can't be found | Wang Nan | 2015-08-26 | 1 | -1/+1 | |
| * | | | | | | | | tools build: Allow duplicate objects in the object list | Jiri Olsa | 2015-08-26 | 3 | -1/+3 | |
| * | | | | | | | | perf tools: Remove export.h from MANIFEST | Jiri Olsa | 2015-08-26 | 1 | -1/+0 | |
| * | | | | | | | | perf probe: Prevent segfault when reading probe point with absolute address | Wang Nan | 2015-08-26 | 1 | -4/+4 | |
| * | | | | | | | | perf tools: Update Intel PT documentation | Adrian Hunter | 2015-08-24 | 1 | -8/+186 | |
| * | | | | | | | | perf tools: Add Intel PT support for decoding TRACESTOP packets | Adrian Hunter | 2015-08-24 | 1 | -0/+11 | |
| * | | | | | | | | perf tools: Add Intel PT support for using CYC packets | Adrian Hunter | 2015-08-24 | 1 | -0/+6 | |
| * | | | | | | | | perf tools: Add Intel PT support for decoding CYC packets | Adrian Hunter | 2015-08-24 | 1 | -5/+306 | |
| * | | | | | | | | perf tools: Add Intel PT support for using MTC packets | Adrian Hunter | 2015-08-24 | 1 | -1/+25 | |
| * | | | | | | | | perf tools: Add Intel PT support for decoding MTC packets | Adrian Hunter | 2015-08-24 | 2 | -4/+159 | |
| * | | | | | | | | perf tools: Pass Intel PT information for decoding MTC and CYC | Adrian Hunter | 2015-08-24 | 4 | -11/+83 | |
| * | | | | | | | | perf tools: Add new Intel PT packet definitions | Adrian Hunter | 2015-08-24 | 3 | -17/+201 | |
| * | | | | | | | | perf tools: Add Intel PT support for PSB periods | Adrian Hunter | 2015-08-24 | 1 | -7/+210 | |
| * | | | | | | | | perf tools: Fix Intel PT 'instructions' sample period | Adrian Hunter | 2015-08-24 | 3 | -1/+8 | |
| * | | | | | | | | perf ordered_events: Clear the progress bar at the end of a flush | Arnaldo Carvalho de Melo | 2015-08-24 | 1 | -0/+3 | |
| * | | | | | | | | perf ui tui progress: Implement the ui_progress_ops->finish() method | Arnaldo Carvalho de Melo | 2015-08-24 | 1 | -1/+18 | |
| * | | | | | | | | perf annotate: Reset the dso find_symbol cache when removing symbols | Arnaldo Carvalho de Melo | 2015-08-24 | 3 | -0/+13 | |
| * | | | | | | | | perf tools: Fix tarball build broken by pt/bts | Adrian Hunter | 2015-08-22 | 6 | -6/+35 | |
| * | | | | | | | | perf probe: Try to use symbol table if searching debug info failed | Wang Nan | 2015-08-21 | 1 | -3/+4 | |
| * | | | | | | | | perf tools: Initialize reference counts in map__clone() | Arnaldo Carvalho de Melo | 2015-08-21 | 1 | -2/+11 | |
| * | | | | | | | | perf tools: Add example call-graph script | Adrian Hunter | 2015-08-21 | 2 | -0/+374 | |
| * | | | | | | | | perf tools: Put itrace options into an asciidoc include | Adrian Hunter | 2015-08-21 | 4 | -66/+25 | |
| * | | | | | | | | perf tools: Add Intel BTS support | Adrian Hunter | 2015-08-21 | 11 | -6/+1576 |