summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* hw-breakpoints: Use overflow handler instead of the event callbackFrederic Weisbecker2009-12-062-6/+8
* hw-breakpoints: Drop callback and task parameters from modify helperFrederic Weisbecker2009-12-061-2/+2
* Merge branch 'perf/probes' into perf/coreIngo Molnar2009-12-032-3/+35
|\
| * x86: insn decoder test checks objdump versionMasami Hiramatsu2009-11-202-1/+27
| * x86: Fix insn decoder test typosMasami Hiramatsu2009-11-201-3/+9
* | Merge branch 'perf/mce' into perf/coreIngo Molnar2009-12-037-54/+117
|\ \
| * | x86, mce: Add __cpuinit to hotplug callback functionsHidetoshi Seto2009-11-261-2/+3
| * | x86: Tighten conditionals on MCE related statisticsJan Beulich2009-11-232-9/+9
| * | x86, mce: Fix __init annotationsHidetoshi Seto2009-11-122-3/+3
| * | x86: Mark the thermal init functions __initYong Wang2009-11-111-2/+2
| * | x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP valueYong Wang2009-11-105-5/+43
| * | x86, mce: Add a global MCE init helperBorislav Petkov2009-10-161-2/+8
| * | x86, mce: Fix up MCE naming nomenclatureBorislav Petkov2009-10-163-29/+29
| | |
| | \
| *-. \ Merge branches 'x86/mce' and 'x86/urgent' into perf/mceIngo Molnar2009-10-1670-365/+633
| |\ \ \
| | * | | mce, edac: Use an atomic notifier for MCEs decodingBorislav Petkov2009-10-122-10/+22
| * | | | perf_event, x86, mce: Use TRACE_EVENT() for MCE loggingHidetoshi Seto2009-10-131-0/+6
* | | | | x86: Fix comments of register/stack access functionsMasami Hiramatsu2009-12-021-4/+4
* | | | | hw-breakpoints: Keep track of user disabled breakpointsFrederic Weisbecker2009-12-021-4/+12
* | | | | hw-breakpoints: Use struct perf_event_attr to define user breakpointsFrederic Weisbecker2009-11-271-33/+41
* | | | | x86/hw-breakpoints: Don't lose GE flag while disabling a breakpointFrederic Weisbecker2009-11-261-8/+14
* | | | | hw-breakpoints: Simplify error handling in breakpoint creation requestsFrederic Weisbecker2009-11-261-7/+1
* | | | | x86: Rename global percpu symbol dr7 to cpu_dr7Tejun Heo2009-11-252-7/+7
* | | | | perf_events, x86: Fix validate_event bugStephane Eranian2009-11-241-2/+2
* | | | | hw-breakpoint: Attribute authorship of hw-breakpoint related filesK.Prasad2009-11-231-0/+4
* | | | | perf events: Do not generate function trace entries in perf codeIngo Molnar2009-11-231-0/+1
* | | | | Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar2009-11-2122-212/+954
|\ \ \ \ \
| * | | | | hw-breakpoints, x86: Fix modular KVM buildIngo Molnar2009-11-142-4/+2
| * | | | | hw-breakpoints: Wrap in the KVM breakpoint active state checkFrederic Weisbecker2009-11-102-1/+6
| * | | | | hw-breakpoints: Fix broken a.out format dumpFrederic Weisbecker2009-11-103-8/+39
| * | | | | hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker2009-11-0813-296/+448
| * | | | | hw-breakpoint: Move asm-generic/hw_breakpoint.h to linux/hw_breakpoint.hFrederic Weisbecker2009-11-051-1/+1
| * | | | | x86/hw-breakpoints: Actually flush thread breakpoints in flush_thread().Paul Mundt2009-11-031-2/+0
| * | | | | Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker2009-10-182185-30809/+92589
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar2009-09-15855-9801/+60466
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'tracing/core' into tracing/hw-breakpointsIngo Molnar2009-09-071452-18546/+52967
| |\ \ \ \ \ \ \
| * | | | | | | | x86: Mark ptrace_get_debugreg() as staticJaswinder Singh Rajput2009-07-011-1/+1
| * | | | | | | | x86: hw_breakpoint.c arch_check_va_in_kernelspace and hw_breakpoint_handler s...Jaswinder Singh Rajput2009-06-171-3/+3
| * | | | | | | | Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar2009-06-172130-35775/+115150
| |\ \ \ \ \ \ \ \
| * | | | | | | | | hw-breakpoints: reset bits in dr6 after the corresponding exception is handledK.Prasad2009-06-025-6/+34
| * | | | | | | | | hw-breakpoints: cleanup HW Breakpoint registers before kexecK.Prasad2009-06-022-0/+4
| * | | | | | | | | hw-breakpoints: modify Ptrace routines to access breakpoint registersK.Prasad2009-06-021-90/+141
| * | | | | | | | | hw-breakpoints: modify signal handling code to refrain from re-enabling HW Br...K.Prasad2009-06-021-9/+0
| * | | | | | | | | hw-breakpoints: use the new wrapper routines to access debug registers in pro...K.Prasad2009-06-023-16/+65
| * | | | | | | | | hw-breakpoints: use wrapper routines around debug registers in processor rela...K.Prasad2009-06-023-19/+9
| * | | | | | | | | hw-breakpoints: modifying generic debug exception to use thread-specific debu...K.Prasad2009-06-021-45/+24
| * | | | | | | | | hw-breakpoints: x86 architecture implementation of Hardware Breakpoint interf...K.Prasad2009-06-023-1/+384
| * | | | | | | | | hw-breakpoints: introducing generic hardware breakpoint handler interfacesK.Prasad2009-06-021-0/+4
| * | | | | | | | | hw-breakpoints: prepare the code for Hardware Breakpoint interfacesK.Prasad2009-06-028-32/+116
* | | | | | | | | | x86: Instruction decoder test should generate build warningMasami Hiramatsu2009-11-191-6/+11
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge branch 'perf/core' into perf/probesIngo Molnar2009-11-17357-3284/+8861
|\ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud