aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAge
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-05
|\
| * Merge branch 'perf/probes' into perf/coreIngo Molnar2009-12-03
| |\
| | * x86: insn decoder test checks objdump versionMasami Hiramatsu2009-11-21
| | * x86: Fix insn decoder test typosMasami Hiramatsu2009-11-21
| * | Merge branch 'perf/mce' into perf/coreIngo Molnar2009-12-03
| |\ \
| | * | x86, mce: Add __cpuinit to hotplug callback functionsHidetoshi Seto2009-11-26
| | * | x86: Tighten conditionals on MCE related statisticsJan Beulich2009-11-23
| | * | x86, mce: Fix __init annotationsHidetoshi Seto2009-11-12
| | * | x86: Mark the thermal init functions __initYong Wang2009-11-11
| | * | x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP valueYong Wang2009-11-09
| | * | x86, mce: Add a global MCE init helperBorislav Petkov2009-10-16
| | * | x86, mce: Fix up MCE naming nomenclatureBorislav Petkov2009-10-16
| | | |
| | | \
| | *-. \ Merge branches 'x86/mce' and 'x86/urgent' into perf/mceIngo Molnar2009-10-16
| | |\ \ \
| | | * | | mce, edac: Use an atomic notifier for MCEs decodingBorislav Petkov2009-10-12
| | * | | | perf_event, x86, mce: Use TRACE_EVENT() for MCE loggingHidetoshi Seto2009-10-13
| * | | | | x86: Fix comments of register/stack access functionsMasami Hiramatsu2009-12-02
| * | | | | hw-breakpoints: Keep track of user disabled breakpointsFrederic Weisbecker2009-12-02
| * | | | | hw-breakpoints: Use struct perf_event_attr to define user breakpointsFrederic Weisbecker2009-11-27
| * | | | | x86/hw-breakpoints: Don't lose GE flag while disabling a breakpointFrederic Weisbecker2009-11-26
| * | | | | hw-breakpoints: Simplify error handling in breakpoint creation requestsFrederic Weisbecker2009-11-26
| * | | | | x86: Rename global percpu symbol dr7 to cpu_dr7Tejun Heo2009-11-25
| * | | | | perf_events, x86: Fix validate_event bugStephane Eranian2009-11-24
| * | | | | hw-breakpoint: Attribute authorship of hw-breakpoint related filesK.Prasad2009-11-23
| * | | | | perf events: Do not generate function trace entries in perf codeIngo Molnar2009-11-23
| * | | | | Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar2009-11-21
| |\ \ \ \ \
| | * | | | | hw-breakpoints, x86: Fix modular KVM buildIngo Molnar2009-11-14
| | * | | | | hw-breakpoints: Wrap in the KVM breakpoint active state checkFrederic Weisbecker2009-11-10
| | * | | | | hw-breakpoints: Fix broken a.out format dumpFrederic Weisbecker2009-11-10
| | * | | | | hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker2009-11-08
| | * | | | | hw-breakpoint: Move asm-generic/hw_breakpoint.h to linux/hw_breakpoint.hFrederic Weisbecker2009-11-05
| | * | | | | x86/hw-breakpoints: Actually flush thread breakpoints in flush_thread().Paul Mundt2009-11-03
| | * | | | | Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker2009-10-17
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar2009-09-15
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'tracing/core' into tracing/hw-breakpointsIngo Molnar2009-09-07
| | |\ \ \ \ \ \ \
| | * | | | | | | | x86: Mark ptrace_get_debugreg() as staticJaswinder Singh Rajput2009-07-01
| | * | | | | | | | x86: hw_breakpoint.c arch_check_va_in_kernelspace and hw_breakpoint_handler s...Jaswinder Singh Rajput2009-06-17
| | * | | | | | | | Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar2009-06-17
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | hw-breakpoints: reset bits in dr6 after the corresponding exception is handledK.Prasad2009-06-02
| | * | | | | | | | | hw-breakpoints: cleanup HW Breakpoint registers before kexecK.Prasad2009-06-02
| | * | | | | | | | | hw-breakpoints: modify Ptrace routines to access breakpoint registersK.Prasad2009-06-02
| | * | | | | | | | | hw-breakpoints: modify signal handling code to refrain from re-enabling HW Br...K.Prasad2009-06-02
| | * | | | | | | | | hw-breakpoints: use the new wrapper routines to access debug registers in pro...K.Prasad2009-06-02
| | * | | | | | | | | hw-breakpoints: use wrapper routines around debug registers in processor rela...K.Prasad2009-06-02
| | * | | | | | | | | hw-breakpoints: modifying generic debug exception to use thread-specific debu...K.Prasad2009-06-02
| | * | | | | | | | | hw-breakpoints: x86 architecture implementation of Hardware Breakpoint interf...K.Prasad2009-06-02
| | * | | | | | | | | hw-breakpoints: introducing generic hardware breakpoint handler interfacesK.Prasad2009-06-02
| | * | | | | | | | | hw-breakpoints: prepare the code for Hardware Breakpoint interfacesK.Prasad2009-06-02
| * | | | | | | | | | x86: Instruction decoder test should generate build warningMasami Hiramatsu2009-11-19
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Merge branch 'perf/core' into perf/probesIngo Molnar2009-11-17
| |\ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ Merge branches 'perf/powerpc' and 'perf/bench' into perf/coreIngo Molnar2009-11-15
| | |\ \ \ \ \ \ \ \ \ \