summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/oprofile
AgeCommit message (Expand)AuthorLines
2014-12-11Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-2/+4
2014-12-02powerpc/oprofile: Disable pagefaults during user stack readJiang Lu-2/+4
2014-11-19assorted conversions to %p[dD]Al Viro-6/+4
2014-09-25powerpc: Ensure global functions include their prototypeAnton Blanchard-0/+1
2014-07-28powerpc: Remove oprofile RS64 supportMichael Ellerman-226/+1
2014-03-19cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar-2/+1
2014-01-15powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker-6/+0
2013-09-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-0/+30
2013-09-03oprofilefs_create_...() do not need superblock argumentAl Viro-12/+12
2013-09-03oprofilefs_mkdir() doesn't need superblock argumentAl Viro-1/+1
2013-09-03oprofile: don't bother with passing superblock to ->create_files()Al Viro-14/+14
2013-08-07powerpc/perf: add 2 additional performance monitor counters for e6500 coreLijun Pan-0/+30
2013-01-29Merge branch 'merge' into nextBenjamin Herrenschmidt-1/+1
2013-01-29powerpc/oprofile: Fix error in oprofile power7_marked_instr_event() functionCarl E. Love-1/+1
2013-01-10powerpc: Build kernel with -mcmodel=mediumAnton Blanchard-1/+1
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov-11/+4
2012-09-07powerpc/oprofile: Fix marked events support on Power7+ not set.Carl E. Love-1/+99
2012-09-05powerpc: Rename 64-bit PVR constants to PVR_fooMichael Ellerman-8/+8
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells-6/+0
2012-03-21powerpc: Remove FW_FEATURE ISERIES from arch codeStephen Rothwell-3/+0
2011-05-26powerpc/oprofile: Handle events that raise an exception without overflowingEric B Munson-1/+23
2011-03-31Fix common misspellingsLucas De Marchi-4/+4
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König-1/+1
2010-10-14oprofile/fsl emb: Don't set MSR[PMM] until after clearing the interrupt.Scott Wood-7/+8
2010-10-13powerpc/Makefiles: Change to new flag variablesmatt mooney-3/+1
2010-09-02powerpc: Use is_32bit_task() helper to test 32-bit binaryDenis Kirjanov-1/+1
2010-07-14powerpc/oprofile: Don't build server oprofile drivers on 64-bit BookEBenjamin Herrenschmidt-2/+2
2010-06-07powerpc/oprofile: fix potential buffer overrun in op_model_cell.cDenis Kirjanov-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa-2/+2
2009-11-09tree-wide: fix a very frequent spelling mistakeDirk Hohndel-1/+1
2009-07-08powerpc: Remove unnecessary semicolonsJoe Perches-1/+1
2009-06-16powerpc: Add configurable -Werror for arch/powerpcMichael Ellerman-0/+2
2009-05-19powerpc/oprofile: Remove unused dump_pmcs() in FSL oprofileMichael Ellerman-14/+0
2009-05-15powerpc: Fix oprofile sampling of marked events on POWER7Maynard Johnson-1/+8
2009-03-11powerpc/oprofile: G4 oprofile has variable number of countersOctavian Purdila-10/+11
2009-02-10powerpc/cell: Add missing #include for oprofileMichael Neuling-0/+1
2009-01-13powerpc: Change u64/s64 to a long long integer typeIngo Molnar-3/+3
2009-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri...Linus Torvalds-140/+697
2009-01-08powerpc/oprofile: fix whitespaces in op_model_cell.cRobert Richter-13/+11
2009-01-08powerpc/oprofile: IBM CELL: add SPU event profiling supportCarl Love-16/+537
2009-01-08powerpc/oprofile: fix cell/pr_util.hRobert Richter-2/+2
2009-01-08powerpc/oprofile: IBM CELL: cleanup and restructuringCarl Love-153/+191
2009-01-08powerpc/cell: Fix the prototype of create_vma_map()Stephen Rothwell-1/+1
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer-1/+1
2008-12-31shrink struct dentryNick Piggin-1/+1
2008-10-31powerpc/cell/OProfile: Fix on-stack array size in activate spu profiling func...Carl Love-3/+10
2008-10-23Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc...Linus Torvalds-1/+1
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri...Linus Torvalds-1/+1
2008-10-21powerpc/oprofile: Fix mutex locking for cell spu-oprofileCarl Love-28/+225