| Commit message (Expand) | Author | Age | Files | Lines |
* | hw-breakpoints: Use overflow handler instead of the event callback | Frederic Weisbecker | 2009-12-06 | 2 | -6/+8 |
* | hw-breakpoints: Drop callback and task parameters from modify helper | Frederic Weisbecker | 2009-12-06 | 1 | -2/+2 |
* | Merge branch 'perf/probes' into perf/core | Ingo Molnar | 2009-12-03 | 2 | -3/+35 |
|\ |
|
| * | x86: insn decoder test checks objdump version | Masami Hiramatsu | 2009-11-20 | 2 | -1/+27 |
| * | x86: Fix insn decoder test typos | Masami Hiramatsu | 2009-11-20 | 1 | -3/+9 |
* | | Merge branch 'perf/mce' into perf/core | Ingo Molnar | 2009-12-03 | 7 | -54/+117 |
|\ \ |
|
| * | | x86, mce: Add __cpuinit to hotplug callback functions | Hidetoshi Seto | 2009-11-26 | 1 | -2/+3 |
| * | | x86: Tighten conditionals on MCE related statistics | Jan Beulich | 2009-11-23 | 2 | -9/+9 |
| * | | x86, mce: Fix __init annotations | Hidetoshi Seto | 2009-11-12 | 2 | -3/+3 |
| * | | x86: Mark the thermal init functions __init | Yong Wang | 2009-11-11 | 1 | -2/+2 |
| * | | x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP value | Yong Wang | 2009-11-10 | 5 | -5/+43 |
| * | | x86, mce: Add a global MCE init helper | Borislav Petkov | 2009-10-16 | 1 | -2/+8 |
| * | | x86, mce: Fix up MCE naming nomenclature | Borislav Petkov | 2009-10-16 | 3 | -29/+29 |
| | | | |
| | \ | |
| *-. \ | Merge branches 'x86/mce' and 'x86/urgent' into perf/mce | Ingo Molnar | 2009-10-16 | 70 | -365/+633 |
| |\ \ \ |
|
| | * | | | mce, edac: Use an atomic notifier for MCEs decoding | Borislav Petkov | 2009-10-12 | 2 | -10/+22 |
| * | | | | perf_event, x86, mce: Use TRACE_EVENT() for MCE logging | Hidetoshi Seto | 2009-10-13 | 1 | -0/+6 |
* | | | | | x86: Fix comments of register/stack access functions | Masami Hiramatsu | 2009-12-02 | 1 | -4/+4 |
* | | | | | hw-breakpoints: Keep track of user disabled breakpoints | Frederic Weisbecker | 2009-12-02 | 1 | -4/+12 |
* | | | | | hw-breakpoints: Use struct perf_event_attr to define user breakpoints | Frederic Weisbecker | 2009-11-27 | 1 | -33/+41 |
* | | | | | x86/hw-breakpoints: Don't lose GE flag while disabling a breakpoint | Frederic Weisbecker | 2009-11-26 | 1 | -8/+14 |
* | | | | | hw-breakpoints: Simplify error handling in breakpoint creation requests | Frederic Weisbecker | 2009-11-26 | 1 | -7/+1 |
* | | | | | x86: Rename global percpu symbol dr7 to cpu_dr7 | Tejun Heo | 2009-11-25 | 2 | -7/+7 |
* | | | | | perf_events, x86: Fix validate_event bug | Stephane Eranian | 2009-11-24 | 1 | -2/+2 |
* | | | | | hw-breakpoint: Attribute authorship of hw-breakpoint related files | K.Prasad | 2009-11-23 | 1 | -0/+4 |
* | | | | | perf events: Do not generate function trace entries in perf code | Ingo Molnar | 2009-11-23 | 1 | -0/+1 |
* | | | | | Merge branch 'tracing/hw-breakpoints' into perf/core | Ingo Molnar | 2009-11-21 | 22 | -212/+954 |
|\ \ \ \ \ |
|
| * | | | | | hw-breakpoints, x86: Fix modular KVM build | Ingo Molnar | 2009-11-14 | 2 | -4/+2 |
| * | | | | | hw-breakpoints: Wrap in the KVM breakpoint active state check | Frederic Weisbecker | 2009-11-10 | 2 | -1/+6 |
| * | | | | | hw-breakpoints: Fix broken a.out format dump | Frederic Weisbecker | 2009-11-10 | 3 | -8/+39 |
| * | | | | | hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events | Frederic Weisbecker | 2009-11-08 | 13 | -296/+448 |
| * | | | | | hw-breakpoint: Move asm-generic/hw_breakpoint.h to linux/hw_breakpoint.h | Frederic Weisbecker | 2009-11-05 | 1 | -1/+1 |
| * | | | | | x86/hw-breakpoints: Actually flush thread breakpoints in flush_thread(). | Paul Mundt | 2009-11-03 | 1 | -2/+0 |
| * | | | | | Merge commit 'perf/core' into perf/hw-breakpoint | Frederic Weisbecker | 2009-10-18 | 2185 | -30809/+92589 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'linus' into tracing/hw-breakpoints | Ingo Molnar | 2009-09-15 | 855 | -9801/+60466 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'tracing/core' into tracing/hw-breakpoints | Ingo Molnar | 2009-09-07 | 1452 | -18546/+52967 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | x86: Mark ptrace_get_debugreg() as static | Jaswinder Singh Rajput | 2009-07-01 | 1 | -1/+1 |
| * | | | | | | | | x86: hw_breakpoint.c arch_check_va_in_kernelspace and hw_breakpoint_handler s... | Jaswinder Singh Rajput | 2009-06-17 | 1 | -3/+3 |
| * | | | | | | | | Merge branch 'linus' into tracing/hw-breakpoints | Ingo Molnar | 2009-06-17 | 2130 | -35775/+115150 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | hw-breakpoints: reset bits in dr6 after the corresponding exception is handled | K.Prasad | 2009-06-02 | 5 | -6/+34 |
| * | | | | | | | | | hw-breakpoints: cleanup HW Breakpoint registers before kexec | K.Prasad | 2009-06-02 | 2 | -0/+4 |
| * | | | | | | | | | hw-breakpoints: modify Ptrace routines to access breakpoint registers | K.Prasad | 2009-06-02 | 1 | -90/+141 |
| * | | | | | | | | | hw-breakpoints: modify signal handling code to refrain from re-enabling HW Br... | K.Prasad | 2009-06-02 | 1 | -9/+0 |
| * | | | | | | | | | hw-breakpoints: use the new wrapper routines to access debug registers in pro... | K.Prasad | 2009-06-02 | 3 | -16/+65 |
| * | | | | | | | | | hw-breakpoints: use wrapper routines around debug registers in processor rela... | K.Prasad | 2009-06-02 | 3 | -19/+9 |
| * | | | | | | | | | hw-breakpoints: modifying generic debug exception to use thread-specific debu... | K.Prasad | 2009-06-02 | 1 | -45/+24 |
| * | | | | | | | | | hw-breakpoints: x86 architecture implementation of Hardware Breakpoint interf... | K.Prasad | 2009-06-02 | 3 | -1/+384 |
| * | | | | | | | | | hw-breakpoints: introducing generic hardware breakpoint handler interfaces | K.Prasad | 2009-06-02 | 1 | -0/+4 |
| * | | | | | | | | | hw-breakpoints: prepare the code for Hardware Breakpoint interfaces | K.Prasad | 2009-06-02 | 8 | -32/+116 |
* | | | | | | | | | | x86: Instruction decoder test should generate build warning | Masami Hiramatsu | 2009-11-19 | 1 | -6/+11 |
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
* | | | | | | | | | Merge branch 'perf/core' into perf/probes | Ingo Molnar | 2009-11-17 | 357 | -3284/+8861 |
|\ \ \ \ \ \ \ \ \ |
|