aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/oprofile/cell (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner4-20/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-03-20powerpc: Use sizeof(*foo) rather than sizeof(struct foo)Markus Elfring2-3/+3
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-2/+2
2016-12-05constify get_dcookie() and friendsAl Viro1-1/+1
2016-09-13powerpc/sparse: Make a bunch of things staticDaniel Axtens2-3/+3
2016-06-14powerpc: Various typo fixesMichael Ellerman1-1/+1
2015-04-17powerpc/oprofile: reduce mmap_sem hold for exe_fileDavidlohr Bueso1-5/+8
2014-11-19assorted conversions to %p[dD]Al Viro1-6/+4
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov1-11/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
2009-07-08powerpc: Remove unnecessary semicolonsJoe Perches1-1/+1
2009-02-10powerpc/cell: Add missing #include for oprofileMichael Neuling1-0/+1
2009-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofileLinus Torvalds2-16/+51
2009-01-08powerpc/oprofile: IBM CELL: add SPU event profiling supportCarl Love2-3/+38
2009-01-08powerpc/oprofile: fix cell/pr_util.hRobert Richter1-2/+2
2009-01-08powerpc/oprofile: IBM CELL: cleanup and restructuringCarl Love1-12/+12
2009-01-08powerpc/cell: Fix the prototype of create_vma_map()Stephen Rothwell1-1/+1
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-12-31shrink struct dentryNick Piggin1-1/+1
2008-10-23Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-10-21powerpc/oprofile: Fix mutex locking for cell spu-oprofileCarl Love3-28/+225
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven1-1/+1
2008-10-10powerpc/cell/oprofile: Fix test on overlay_tbl_offset in vma_mapRoel Kluin1-1/+1
2008-09-05hrtimer: convert powerpc/oprofile to the new hrtimer apisArjan van de Ven1-1/+1
2008-04-14Merge branch 'linux-2.6'Paul Mackerras1-21/+16
2008-04-01[POWERPC] Replace remaining __FUNCTION__ occurrencesHarvey Harrison2-11/+11
2008-03-30vma_map: use proper pointer typesAl Viro1-21/+16
2008-02-14d_path: Make get_dcookie() use a struct path argumentJan Blunck1-9/+6
2007-10-09[POWERPC] cell: Move cbe_regs.h to include/asm-powerpc/cell-regs.hBenjamin Herrenschmidt1-2/+1
2007-07-29Remove fs.h from mm.hAlexey Dobriyan1-0/+1
2007-07-20[CELL] oprofile: add support to OProfile for profiling CELL BE SPUsBob Nelson4-0/+1089