Age | Commit message (Expand) | Author | Files | Lines |
2021-01-29 | arch: x86: Remove CONFIG_OPROFILE support | Viresh Kumar | 1 | -542/+0 |
2016-01-30 | x86/cpufeature: Carve out X86_FEATURE_* | Borislav Petkov | 1 | -1/+0 |
2013-09-04 | oprofilefs_create_...() do not need superblock argument | Al Viro | 1 | -7/+7 |
2013-09-04 | oprofilefs_mkdir() doesn't need superblock argument | Al Viro | 1 | -2/+2 |
2013-09-04 | oprofile: don't bother with passing superblock to ->create_files() | Al Viro | 1 | -12/+12 |
2012-07-05 | perf/x86/amd: Unify AMD's generic and family 15h pmus | Robert Richter | 1 | -2/+2 |
2011-10-10 | perf, x86: Implement IBS initialization | Robert Richter | 1 | -197/+0 |
2011-10-10 | perf, x86: Share IBS macros between perf and oprofile | Robert Richter | 1 | -34/+3 |
2011-05-30 | oprofile, x86: Add comments to IBS LVT offset initialization | Robert Richter | 1 | -4/+9 |
2011-05-20 | oprofile, x86: Enable preemption during pci device setup in IBS init | Robert Richter | 1 | -41/+54 |
2011-01-06 | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+1 |
2011-01-05 | Merge commit 'v2.6.37' into perf/core | Ingo Molnar | 1 | -8/+16 |
2011-01-03 | arch/x86/oprofile/op_model_amd.c: Perform initialisation on a single CPU | Robert Richter | 1 | -8/+16 |
2010-12-19 | oprofile, x86: Add support for 6 counters (AMD family 15h) | Robert Richter | 1 | -18/+36 |
2010-10-25 | Merge branch 'x86' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opro... | Ingo Molnar | 1 | -37/+83 |
2010-10-25 | apic, amd: Make firmware bug messages more meaningful | Robert Richter | 1 | -0/+1 |
2010-10-25 | Merge branch 'oprofile/core' into oprofile/x86 | Robert Richter | 1 | -15/+117 |
2010-10-25 | x86/oprofile: Fix uninitialized variable use in debug printk | Ingo Molnar | 1 | -15/+11 |
2010-10-20 | apic, x86: Use BIOS settings for IBS and MCE threshold interrupt LVT offsets | Robert Richter | 1 | -18/+127 |
2010-10-15 | oprofile, x86: Add support for IBS periodic op counter extension | Robert Richter | 1 | -3/+19 |
2010-10-15 | oprofile, x86: Add support for IBS branch target address reporting | Robert Richter | 1 | -6/+20 |
2010-10-15 | oprofile, x86: Introduce struct ibs_state | Robert Richter | 1 | -11/+18 |
2010-10-15 | oprofile, x86: Remove duplicate check for IBS_CAPS_OPCNT | Robert Richter | 1 | -2/+1 |
2010-10-15 | oprofile, x86: Check IBS capability bits 1 and 2 | Robert Richter | 1 | -21/+38 |
2010-05-06 | oprofile/x86: make AMD IBS hotplug capable | Robert Richter | 1 | -38/+16 |
2010-05-04 | oprofile/x86: remove duplicate IBS capability check | Robert Richter | 1 | -2/+1 |
2010-05-04 | oprofile/x86: move IBS code | Robert Richter | 1 | -110/+110 |
2010-05-04 | oprofile/x86: return -EBUSY if counters are already reserved | Robert Richter | 1 | -11/+13 |
2010-05-04 | oprofile/x86: moving shutdown functions | Robert Richter | 1 | -12/+12 |
2010-05-04 | oprofile/x86: reserve counter msrs pairwise | Robert Richter | 1 | -24/+19 |
2010-03-01 | perf, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLE | Robert Richter | 1 | -3/+3 |
2010-03-01 | perf, x86: add some IBS macros to perf_event.h | Robert Richter | 1 | -3/+3 |
2010-03-01 | perf, x86: make IBS macros available in perf_event.h | Robert Richter | 1 | -11/+0 |
2010-02-26 | oprofile/x86: fix msr access to reserved counters | Robert Richter | 1 | -5/+4 |
2010-02-26 | oprofile/x86: use kzalloc() instead of kmalloc() | Robert Richter | 1 | -4/+0 |
2010-02-26 | oprofile/x86: fix perfctr nmi reservation for mulitplexing | Robert Richter | 1 | -19/+0 |
2010-02-26 | oprofile/x86: warn user if a counter is already active | Robert Richter | 1 | -1/+10 |
2010-02-26 | oprofile/x86: implement randomization for IBS periodic op counter | Robert Richter | 1 | -6/+63 |
2010-02-26 | oprofile/x86: implement lsfr pseudo-random number generator for IBS | Suravee Suthikulpanit | 1 | -0/+23 |
2010-02-26 | oprofile/x86: implement IBS cpuid feature detection | Robert Richter | 1 | -17/+63 |
2010-02-26 | oprofile/x86: remove node check in AMD IBS initialization | Robert Richter | 1 | -10/+0 |
2010-02-26 | oprofile/x86: remove OPROFILE_IBS config option | Robert Richter | 1 | -30/+1 |
2009-08-04 | arch/x86/oprofile/op_model_amd.c: fix op_amd_handle_ibs() return type | Andrew Morton | 1 | -5/+3 |
2009-08-04 | Revert "x86: oprofile/op_model_amd.c set return values for op_amd_handle_ibs()" | Robert Richter | 1 | -5/+2 |
2009-07-20 | x86/oprofile: Small coding style fixes | Robert Richter | 1 | -3/+2 |
2009-07-20 | x86/oprofile: Implement op_x86_virt_to_phys() | Robert Richter | 1 | -1/+1 |
2009-07-20 | x86/oprofile: Remove unused num_virt_controls from struct op_x86_model_spec | Robert Richter | 1 | -1/+0 |
2009-07-20 | x86/oprofile: Remove const qualifier from struct op_x86_model_spec | Robert Richter | 1 | -1/+1 |
2009-07-20 | oprofile: Grouping multiplexing code in op_model_amd.c | Robert Richter | 1 | -34/+41 |
2009-07-20 | oprofile: Introduce op_x86_phys_to_virt() | Robert Richter | 1 | -49/+31 |