aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2009-09-119-22/+921
|\
| * x86, perf_counter, bts: Do not allow kernel BTS tracing for nowmarkus.t.metzger@intel.com2009-09-041-2/+9
| * x86, perf_counter, bts: Correct pointer-to-u64 castsmarkus.t.metzger@intel.com2009-09-041-12/+12
| * x86, perf_counter, bts: Fail if BTS is not availablemarkus.t.metzger@intel.com2009-09-041-14/+11
| * Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar2009-09-02110-915/+1630
| |\
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Ingo Molnar2009-08-187-16/+588
| |\ \
| | * | perf_counter: powerpc: Add callchain supportPaul Mackerras2009-08-182-1/+528
| | * | powerpc: Allow perf_counters to access user memory at interrupt timePaul Mackerras2009-08-184-12/+57
| | * | powerpc/32: Always order writes to halves of 64-bit PTEsPaul Mackerras2009-08-181-3/+3
| * | | Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar2009-08-1556-139/+263
| |\ \ \ | | |/ /
| * | | x86, perf_counter, bts: Add BTS support to perfcountersMarkus Metzger2009-08-092-6/+329
* | | | Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-09-117-400/+622
|\ \ \ \
| * | | | arch/x86/oprofile/op_model_amd.c: fix op_amd_handle_ibs() return typeAndrew Morton2009-08-041-5/+3
| * | | | Revert "x86: oprofile/op_model_amd.c set return values for op_amd_handle_ibs()"Robert Richter2009-08-041-5/+2
| * | | | x86/oprofile: Small coding style fixesRobert Richter2009-07-201-3/+2
| * | | | x86/oprofile: Add counter reservation check for virtual countersRobert Richter2009-07-201-3/+1
| * | | | x86/oprofile: Implement op_x86_virt_to_phys()Robert Richter2009-07-203-1/+8
| * | | | oprofile: Adding switch counter to oprofile statistic variablesRobert Richter2009-07-201-7/+0
| * | | | x86/oprofile: Implement mux_clone()Robert Richter2009-07-201-14/+23
| * | | | x86/oprofile: Enable multiplexing only if the model supports itRobert Richter2009-07-201-3/+9
| * | | | x86/oprofile: Add function has_mux() to check multiplexing supportRobert Richter2009-07-201-1/+18
| * | | | x86/oprofile: Modify initialization of num_virt_countersRobert Richter2009-07-203-3/+3
| * | | | x86/oprofile: Remove unused num_virt_controls from struct op_x86_model_specRobert Richter2009-07-204-5/+0
| * | | | x86/oprofile: Remove const qualifier from struct op_x86_model_specRobert Richter2009-07-205-10/+10
| * | | | x86/oprofile: Moving nmi_cpu_switch() in nmi_int.cRobert Richter2009-07-201-74/+70
| * | | | x86/oprofile: Moving nmi_cpu_save/restore_mpx_registers() in nmi_int.cRobert Richter2009-07-201-28/+24
| * | | | x86/oprofile: Moving nmi_setup_cpu_mux() in nmi_int.cRobert Richter2009-07-201-26/+19
| * | | | x86/oprofile: Implement multiplexing setup/shutdown functionsRobert Richter2009-07-201-36/+40
| * | | | oprofile: Grouping multiplexing code in op_model_amd.cRobert Richter2009-07-201-34/+41
| * | | | oprofile: Introduce op_x86_phys_to_virt()Robert Richter2009-07-203-69/+55
| * | | | x86/oprofile: Fix initialization of switch_indexRobert Richter2009-07-201-7/+9
| * | | | x86/oprofile: Use per_cpu() instead of __get_cpu_var()Robert Richter2009-07-201-2/+2
| * | | | x86/oprofile: Fix usage of NUM_CONTROLS/NUM_COUNTERS macrosRobert Richter2009-07-201-2/+2
| * | | | oprofile: Implement performance counter multiplexingJason Yeh2009-07-207-20/+279
| * | | | x86/oprofile: Whitespaces changes onlyRobert Richter2009-07-144-20/+20
| * | | | x86/oprofile: Rework and simplify nmi_cpu_setup()Robert Richter2009-07-141-10/+3
| * | | | x86/oprofile: Fix cast of counter valueRobert Richter2009-07-142-5/+5
| | | | |
| | \ \ \
| *-. \ \ \ Merge commit 'v2.6.31-rc3'; commit 'tip/oprofile' into oprofile/coreRobert Richter2009-07-142624-42890/+145610
| |\ \ \ \ \
| | | * \ \ \ Merge branch 'auto' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar2009-06-175-303/+267
| | | |\ \ \ \
| * | | | | | | x86: oprofile/op_model_amd.c set return values for op_amd_handle_ibs()Jaswinder Singh Rajput2009-06-181-2/+5
| | |_|/ / / / | |/| | | | |
| * | | | | | x86/oprofile: fix initialization of arch_perfmon for core_i7Robert Richter2009-06-121-2/+3
| * | | | | | Merge commit 'tip/perfcounters-for-linus' into oprofile/masterRobert Richter2009-06-12230-4676/+12590
| |\ \ \ \ \ \
| * | | | | | | x86/oprofile: introduce oprofile_add_data64()Robert Richter2009-06-111-18/+9
| * | | | | | | x86/oprofile: use 64 bit values in IBS functionsRobert Richter2009-06-111-70/+61
| * | | | | | | x86/oprofile: remove some local variables in MSR save/restore functionsRobert Richter2009-06-111-8/+4
| * | | | | | | x86/oprofile: use 64 bit values to save MSR statesRobert Richter2009-06-112-27/+10
| * | | | | | | x86/oprofile: use 64 bit wrmsr functionsRobert Richter2009-06-112-9/+10
| * | | | | | | x86/oprofile: replace CTR*_IS_RESERVED macrosRobert Richter2009-06-114-18/+15
| * | | | | | | x86/oprofile: replace CTRL_SET_*ACTIVE macrosRobert Richter2009-06-113-18/+16
| * | | | | | | x86/oprofile: replace CTR_OVERFLOWED macrosRobert Richter2009-06-113-17/+15