| Commit message (Expand) | Author | Age | Files | Lines |
* | perf tools: Parse the pmu event prefix and suffix | Kan Liang | 2014-10-15 | 4 | -10/+141 |
* | Revert "perf tools: Default to cpu// for events v5" | Kan Liang | 2014-10-15 | 3 | -54/+1 |
* | perf Documentation: Remove Ruplicated docs for powerpc cpu specific events | Cody P Schafer | 2014-10-15 | 1 | -573/+0 |
* | perf Documentation: sysfs events/ interfaces | Cody P Schafer | 2014-10-15 | 1 | -0/+60 |
* | perf top: Add a visual cue for toggle zeroing of samples | Taeung Song | 2014-10-15 | 1 | -10/+22 |
* | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2014-10-15 | 35 | -229/+392 |
|\ |
|
| * | perf symbols: Make sym->end be the first address after the symbol range | Arnaldo Carvalho de Melo | 2014-10-14 | 3 | -8/+8 |
| * | perf symbols: Fix map->end fixup | Arnaldo Carvalho de Melo | 2014-10-14 | 1 | -1/+1 |
| * | perf tools: Fixup off-by-one comparision in maps__find | Namhyung Kim | 2014-10-14 | 1 | -1/+1 |
| * | perf tools: fix off-by-one error in maps | Stephane Eranian | 2014-10-14 | 1 | -3/+3 |
| * | perf machine: Add missing dsos->root rbtree root initialization | Arnaldo Carvalho de Melo | 2014-10-14 | 1 | -2/+8 |
| * | perf evsel: Make some exit routines static | Arnaldo Carvalho de Melo | 2014-10-14 | 2 | -6/+3 |
| * | perf evsel: Add missing 'target' struct forward declaration | Arnaldo Carvalho de Melo | 2014-10-14 | 1 | -0/+1 |
| * | perf evlist: Default to syswide target when no thread/cpu maps set | Arnaldo Carvalho de Melo | 2014-10-14 | 1 | -0/+40 |
| * | perf evlist: Check that there is a thread_map when preparing a workload | Arnaldo Carvalho de Melo | 2014-10-14 | 1 | -1/+7 |
| * | perf thread_map: Create dummy constructor out of open coded equivalent | Arnaldo Carvalho de Melo | 2014-10-14 | 2 | -8/+14 |
| * | perf tools: Remove hists from evsel | Arnaldo Carvalho de Melo | 2014-10-14 | 8 | -25/+65 |
| * | perf callchain: Move the callchain_param extern to callchain.h | Arnaldo Carvalho de Melo | 2014-10-14 | 5 | -2/+5 |
| * | perf evsel: Subclassing | Arnaldo Carvalho de Melo | 2014-10-14 | 2 | -2/+50 |
| * | perf session: Remove last reference to hists struct | Arnaldo Carvalho de Melo | 2014-10-14 | 6 | -8/+19 |
| * | perf ui browsers: Add missing include | Arnaldo Carvalho de Melo | 2014-10-10 | 1 | -0/+1 |
| * | perf tools: Move events_stats struct to event.h | Arnaldo Carvalho de Melo | 2014-10-10 | 2 | -26/+26 |
| * | perf session: Don't count per evsel events | Arnaldo Carvalho de Melo | 2014-10-10 | 1 | -16/+0 |
| * | perf evsel: Add hists helper | Arnaldo Carvalho de Melo | 2014-10-09 | 14 | -101/+132 |
| * | perf script: Stop updating hists stats, not used | Arnaldo Carvalho de Melo | 2014-10-09 | 1 | -1/+0 |
| * | perf sched: Stop updating hists stats, not used | Arnaldo Carvalho de Melo | 2014-10-09 | 1 | -3/+0 |
| * | perf callchain: Move callchain_param to util object in to fix python test | Jiri Olsa | 2014-10-03 | 2 | -7/+8 |
| * | perf kvm stat live: Use fdarray object instead of pollfd | Jiri Olsa | 2014-10-03 | 1 | -12/+4 |
| * | perf kvm stat live: Use perf_evlist__add_pollfd return fd position | Jiri Olsa | 2014-10-03 | 1 | -2/+2 |
| * | perf kvm stat live: Fix perf_evlist__add_pollfd error handling | Jiri Olsa | 2014-10-03 | 1 | -2/+2 |
| | | |
| \ | |
| \ | |
| \ | |
*---. \ | Merge branches 'x86-ras-for-linus', 'x86-uv-for-linus' and 'x86-vdso-for-linu... | Linus Torvalds | 2014-10-14 | 3 | -9/+9 |
|\ \ \ \ |
|
| | | * | | x86/vdso: Fix vdso2c's special_pages[] error checking | Andy Lutomirski | 2014-09-24 | 1 | -5/+7 |
| | * | | | x86/apic/uv: Remove unnecessary #ifdef | Andreas Ruprecht | 2014-08-20 | 1 | -2/+0 |
| * | | | | x86/mce: Avoid showing repetitive message from intel_init_thermal() | Rakib Mullick | 2014-09-19 | 1 | -2/+2 |
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-10-14 | 6 | -6/+25 |
|\ \ \ \ \ |
|
| * | | | | | x86/build: Add arch/x86/purgatory/ make generated files to gitignore | Shuah Khan | 2014-10-09 | 1 | -0/+2 |
| * | | | | | x86: Fix section conflict for numachip | Andi Kleen | 2014-10-08 | 1 | -1/+1 |
| * | | | | | x86: Reject x32 executables if x32 ABI not supported | Ben Hutchings | 2014-10-08 | 1 | -2/+3 |
| * | | | | | x86_64, entry: Filter RFLAGS.NT on entry from userspace | Andy Lutomirski | 2014-10-06 | 2 | -2/+18 |
| * | | | | | x86, boot, kaslr: Fix nuisance warning on 32-bit builds | Kees Cook | 2014-10-01 | 1 | -1/+1 |
* | | | | | | Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-10-14 | 11 | -157/+371 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86_64, entry: Use split-phase syscall_trace_enter for 64-bit syscalls | Andy Lutomirski | 2014-09-08 | 1 | -23/+15 |
| * | | | | | | x86_64, entry: Treat regs->ax the same in fastpath and slowpath syscalls | Andy Lutomirski | 2014-09-08 | 2 | -10/+9 |
| * | | | | | | x86: Split syscall_trace_enter into two phases | Andy Lutomirski | 2014-09-08 | 2 | -24/+138 |
| * | | | | | | x86, entry: Only call user_exit if TIF_NOHZ | Andy Lutomirski | 2014-09-08 | 1 | -1/+6 |
| * | | | | | | x86, x32, audit: Fix x32's AUDIT_ARCH wrt audit | Andy Lutomirski | 2014-09-08 | 1 | -10/+1 |
| * | | | | | | seccomp: Document two-phase seccomp and arch-provided seccomp_data | Andy Lutomirski | 2014-09-03 | 1 | -0/+11 |
| * | | | | | | seccomp: Allow arch code to provide seccomp_data | Andy Lutomirski | 2014-09-03 | 2 | -14/+20 |
| * | | | | | | seccomp: Refactor the filter callback and the API | Andy Lutomirski | 2014-09-03 | 2 | -66/+130 |
| * | | | | | | seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computing | Andy Lutomirski | 2014-09-03 | 7 | -34/+66 |