ARM: S3C64XX: Add touchscreen platform device definition
[safe/jmp/linux-2.6] / arch / x86 / oprofile /
2010-03-01 Robert Richterperf, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLE
2010-03-01 Robert Richterperf, x86: add some IBS macros to perf_event.h
2010-03-01 Robert Richterperf, x86: make IBS macros available in perf_event.h
2010-02-26 Robert Richteroprofile/x86: fix msr access to reserved counters
2010-02-26 Robert Richteroprofile/x86: use kzalloc() instead of kmalloc()
2010-02-26 Robert Richteroprofile/x86: fix perfctr nmi reservation for mulitplexing
2010-02-26 Naga Chumbalkaroprofile/x86: add comment to counter-in-use warning
2010-02-26 Robert Richteroprofile/x86: warn user if a counter is already active
2010-02-26 Robert Richteroprofile/x86: implement randomization for IBS periodic...
2010-02-26 Suravee Suthikulpanitoprofile/x86: implement lsfr pseudo-random number gener...
2010-02-26 Robert Richteroprofile/x86: implement IBS cpuid feature detection
2010-02-26 Robert Richteroprofile/x86: remove node check in AMD IBS initialization
2010-02-26 Robert Richteroprofile/x86: remove OPROFILE_IBS config option
2010-01-25 Andi Kleenoprofile/x86: add Xeon 7500 series support
2010-01-25 Suravee Suthikulpanitoprofile/x86: fix crash when profiling more than 28...
2009-12-17 Frederic Weisbeckerperf events, x86/stacktrace: Make stack walking optional
2009-09-21 Ingo Molnarperf: Do the big rename: Performance Counters -> Perfor...
2009-08-04 Andrew Mortonarch/x86/oprofile/op_model_amd.c: fix op_amd_handle_ibs...
2009-08-04 Robert RichterRevert "x86: oprofile/op_model_amd.c set return values...
2009-07-20 Robert Richterx86/oprofile: Small coding style fixes
2009-07-20 Robert Richterx86/oprofile: Add counter reservation check for virtual...
2009-07-20 Robert Richterx86/oprofile: Implement op_x86_virt_to_phys()
2009-07-20 Robert Richteroprofile: Adding switch counter to oprofile statistic...
2009-07-20 Robert Richterx86/oprofile: Implement mux_clone()
2009-07-20 Robert Richterx86/oprofile: Enable multiplexing only if the model...
2009-07-20 Robert Richterx86/oprofile: Add function has_mux() to check multiplex...
2009-07-20 Robert Richterx86/oprofile: Modify initialization of num_virt_counters
2009-07-20 Robert Richterx86/oprofile: Remove unused num_virt_controls from...
2009-07-20 Robert Richterx86/oprofile: Remove const qualifier from struct op_x86...
2009-07-20 Robert Richterx86/oprofile: Moving nmi_cpu_switch() in nmi_int.c
2009-07-20 Robert Richterx86/oprofile: Moving nmi_cpu_save/restore_mpx_registers...
2009-07-20 Robert Richterx86/oprofile: Moving nmi_setup_cpu_mux() in nmi_int.c
2009-07-20 Robert Richterx86/oprofile: Implement multiplexing setup/shutdown...
2009-07-20 Robert Richteroprofile: Grouping multiplexing code in op_model_amd.c
2009-07-20 Robert Richteroprofile: Introduce op_x86_phys_to_virt()
2009-07-20 Robert Richterx86/oprofile: Fix initialization of switch_index
2009-07-20 Robert Richterx86/oprofile: Use per_cpu() instead of __get_cpu_var()
2009-07-20 Robert Richterx86/oprofile: Fix usage of NUM_CONTROLS/NUM_COUNTERS...
2009-07-20 Jason Yehoprofile: Implement performance counter multiplexing
2009-07-14 Robert Richterx86/oprofile: Whitespaces changes only
2009-07-14 Robert Richterx86/oprofile: Rework and simplify nmi_cpu_setup()
2009-07-14 Robert Richterx86/oprofile: Fix cast of counter value
2009-07-14 Robert RichterMerge commit 'v2.6.31-rc3'; commit 'tip/oprofile' into...
2009-07-10 Robert Richterx86/oprofile: rename kernel parameter for architectural...
2009-06-18 Jaswinder Singh... x86: oprofile/op_model_amd.c set return values for...
2009-06-12 Robert Richterx86/oprofile: fix initialization of arch_perfmon for...
2009-06-12 Robert RichterMerge commit 'tip/perfcounters-for-linus' into oprofile...
2009-06-11 Robert Richterx86/oprofile: introduce oprofile_add_data64()
2009-06-11 Robert Richterx86/oprofile: use 64 bit values in IBS functions
2009-06-11 Robert Richterx86/oprofile: remove some local variables in MSR save...
2009-06-11 Robert Richterx86/oprofile: use 64 bit values to save MSR states
2009-06-11 Robert Richterx86/oprofile: use 64 bit wrmsr functions
2009-06-11 Robert Richterx86/oprofile: replace CTR*_IS_RESERVED macros
2009-06-11 Robert Richterx86/oprofile: replace CTRL_SET_*ACTIVE macros
2009-06-11 Robert Richterx86/oprofile: replace CTR_OVERFLOWED macros
2009-06-11 Robert Richterx86/oprofile: replace macros to calculate control register
2009-06-11 Robert Richterx86/oprofile: pass the model to setup_ctrs() functions
2009-06-11 Robert Richterx86/oprofile: remove unused macros for AMD virtualizati...
2009-06-11 Robert Richterx86/oprofile: fix and cleanup CTRL_SET_* macros
2009-06-11 Robert Richterx86/oprofile: remove MSR macros for p4 cpus
2009-06-11 Robert Richterx86/oprofile: remove MSR macros for ppro cpus
2009-06-11 Robert Richterx86/oprofile: remove MSR macros for AMD cpus
2009-06-11 Robert Richterx86/oprofile: move common macros to op_x86_model.h
2009-06-11 Robert Richterx86/oprofile: simplify AMD cpu init code
2009-06-11 Ingo MolnarMerge branch 'linus' into perfcounters/core
2009-06-11 Robert Richterx86/oprofile: remove #ifdefs in ibs functions
2009-06-11 Robert Richterx86/oprofile: minor style changes in struct op_x86_mode...
2009-06-11 Linus TorvaldsMerge branch 'oprofile-for-linus' of git://git./linux...
2009-06-10 Robert Richterx86/oprofile: moving arch_perfmon counter setup to...
2009-06-10 Robert RichterRevert "oprofile: discover counters for op ppro too"
2009-06-10 Robert RichterMerge commit 'v2.6.30' into oprofile/master
2009-06-01 Ingo MolnarMerge branch 'linus' into perfcounters/core
2009-05-11 Masami Hiramatsux86, 32-bit: fix kernel_trap_sp()
2009-05-08 Robert Richteroprofile: introduce module_param oprofile.cpu_type
2009-05-08 Andi Kleenoprofile: add support for Core i7 and Atom
2009-05-08 Andi Kleenoprofile: remove undocumented oprofile.p4force option
2009-05-08 Andi Kleenoprofile: re-add force_arch_perfmon option
2009-04-06 Ingo MolnarMerge branch 'linus' into perfcounters/core-v2
2009-03-13 Rusty Russellcpumask: x86: convert cpu_sibling_map/cpu_core_map...
2009-03-04 Ingo MolnarMerge commit 'v2.6.29-rc7' into perfcounters/core
2009-03-03 Tim Blechmannx86: oprofile: don't set counter width from cpuid on...
2009-02-17 Ingo Molnarx86, apic: remove genapic.h
2009-02-17 Ingo Molnarx86, apic: fix build fallout of genapic changes
2009-02-05 Ingo Molnarperfcounters: fix "perf counters kills oprofile" bug, v2
2009-02-04 Mike Galbraithperfcounters: fix "perf counters kill oprofile" bug
2009-01-11 Ingo MolnarMerge commit 'v2.6.29-rc1' into perfcounters/core
2009-01-08 Robert RichterMerge branch 'oprofile/ring_buffer' into oprofile/oprof...
2009-01-07 Robert Richteroprofile: make new cpu buffer functions part of the api
2009-01-07 Robert Richteroprofile: use new data sample format for ibs
2009-01-07 Robert Richteroprofile: rework implementation of cpu buffer events
2009-01-07 Robert Richteroprofile: rename variable ibs_allowed to has_ibs in...
2008-12-31 Linus TorvaldsMerge branch 'oprofile-for-linus' of git://git./linux...
2008-12-29 Robert Richterx86/oprofile: fix pci_dev use count for AMD northbridge...
2008-12-23 Ingo Molnarx86, perfcounters: rename intel_arch_perfmon.h => perf_...
2008-12-10 Robert Richterx86/oprofile: cleanup IBS init/exit functions in op_mod...
2008-12-10 Robert Richterx86/oprofile: reordering IBS code in op_model_amd.c
2008-12-10 Robert Richteroprofile: whitspace changes only
2008-12-10 Robert Richteroprofile: comment cleanup
2008-12-03 William Cohenx86/oprofile: fix Intel cpu family 6 detection
2008-12-03 Eric Dumazetoprofile: fix CPU unplug panic in ppro_stop()
next