Age | Commit message (Expand) | Author | Files | Lines |
2011-01-10 | perf session: Fix infinite loop in __perf_session__process_events | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2011-01-10 | perf evsel: Support perf_evsel__open(cpus > 1 && threads > 1) | Arnaldo Carvalho de Melo | 2 | -33/+159 |
2011-01-10 | perf sched: Use PTHREAD_STACK_MIN to avoid pthread_attr_setstacksize() fail | Jiri Pirko | 1 | -1/+2 |
2011-01-10 | perf tools: Emit clearer message for sys_perf_event_open ENOENT return | Arnaldo Carvalho de Melo | 2 | -0/+5 |
2011-01-10 | perf stat: better error message for unsupported events | David Ahern | 1 | -0/+2 |
2011-01-10 | perf sched: Fix allocation result check | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2011-01-09 | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 165 | -2060/+5763 |
2011-01-09 | perf, x86: P4 PMU - Fix unflagged overflows handling | Cyrill Gorcunov | 2 | -13/+18 |
2011-01-07 | dynamic debug: Fix build issue with older gcc | Jason Baron | 2 | -19/+8 |
2011-01-07 | tracing: Fix TRACE_EVENT power tracepoint creation | Mathieu Desnoyers | 2 | -1/+2 |
2011-01-07 | tracing: Fix preempt count leak | Li Zefan | 1 | -4/+2 |
2011-01-07 | tracepoint: Add __rcu annotation | Lai Jiangshan | 1 | -1/+1 |
2011-01-07 | tracing: remove duplicate null-pointer check in skb tracepoint | Mathieu Desnoyers | 1 | -3/+1 |
2011-01-07 | tracing/trivial: Add missing comma in TRACE_EVENT comment | Mathieu Desnoyers | 1 | -1/+1 |
2011-01-07 | tracing: Include module.h in define_trace.h | Steven Rostedt | 1 | -0/+10 |
2011-01-07 | x86: Save rbp in pt_regs on irq entry | Frederic Weisbecker | 1 | -13/+23 |
2011-01-07 | x86, dumpstack: Fix unused variable warning | Rakib Mullick | 1 | -6/+0 |
2011-01-07 | x86, NMI: Clean-up default_do_nmi() | Don Zickus | 1 | -16/+14 |
2011-01-07 | x86, NMI: Allow NMI reason io port (0x61) to be processed on any CPU | Don Zickus | 1 | -6/+10 |
2011-01-07 | x86, NMI: Remove DIE_NMI_IPI | Don Zickus | 8 | -21/+12 |
2011-01-07 | x86, NMI: Add priorities to handlers | Don Zickus | 8 | -6/+29 |
2011-01-07 | x86: Convert some devices to use DIE_NMIUNKNOWN | Don Zickus | 3 | -3/+3 |
2011-01-07 | x86, NMI: Add NMI symbol constants and rename memory parity to PCI SERR | Huang Ying | 2 | -26/+37 |
2011-01-07 | perf_events: Add perf_event_time() | Stephane Eranian | 1 | -14/+24 |
2011-01-07 | perf_events: Generalize use of event_filter_match() | Stephane Eranian | 1 | -8/+8 |
2011-01-07 | perf_events: Move code around to prepare for cgroup | Stephane Eranian | 2 | -16/+26 |
2011-01-07 | perf tools: Pass whole attr to event selectors | Lin Ming | 5 | -10/+19 |
2011-01-06 | perf tools: Build with frame pointer | Frederic Weisbecker | 1 | -1/+1 |
2011-01-06 | perf tools: Fix buffer overflow error when specifying all tracepoints | Han Pingtian | 1 | -31/+30 |
2011-01-06 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -143/+39 |
2011-01-06 | Merge branches 'x86-alternatives-for-linus', 'x86-fpu-for-linus', 'x86-hwmon-... | Linus Torvalds | 11 | -15/+117 |
2011-01-06 | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -35/+57 |
2011-01-06 | Merge branch 'x86-tsc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -9/+96 |
2011-01-06 | Merge branch 'x86-security-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 10 | -18/+266 |
2011-01-06 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 28 | -18/+1934 |
2011-01-06 | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -24/+16 |
2011-01-06 | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -65/+86 |
2011-01-06 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 5 | -11/+50 |
2011-01-06 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 14 | -92/+129 |
2011-01-06 | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 12 | -224/+244 |
2011-01-06 | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 13 | -124/+289 |
2011-01-06 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 29 | -597/+930 |
2011-01-06 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 207 | -3447/+4917 |
2011-01-06 | Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -125/+110 |
2011-01-06 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 17 | -285/+1207 |
2011-01-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw | Linus Torvalds | 12 | -173/+86 |
2011-01-06 | kernel-doc: code reorganization | Randy Dunlap | 1 | -48/+54 |
2011-01-06 | Documentation: update kernel-docs.txt | Nicolas Kaiser | 1 | -25/+2 |
2011-01-06 | Documentation/dontdiff: add further autogenerated files to ignore list | Michael Prokop | 1 | -0/+26 |
2011-01-05 | tools, perf: Documentation for the power events API | Jean Pihet | 1 | -0/+90 |