aboutsummaryrefslogtreecommitdiff
path: root/drivers/oprofile
AgeCommit message (Expand)AuthorFilesLines
2008-10-27oprofile: fix memory orderingGravatar Nick Piggin 1-3/+3
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri...Gravatar Linus Torvalds 13-184/+174
2008-10-21powerpc/oprofile: Fix mutex locking for cell spu-oprofileGravatar Carl Love 3-1/+45
2008-10-20OProfile: Fix buffer synchronization for IBSGravatar Barry Kasindorf 1-1/+7
2008-10-17oprofile: hotplug cpu fixGravatar Chris J Arges 1-2/+7
2008-10-16oprofile: fixing whitespaces in drivers/oprofile/*Gravatar Robert Richter 12-60/+60
2008-10-15x86/oprofile: removing unused function parameter in add_ibs_begin()Gravatar Robert Richter 1-5/+3
2008-10-15oprofile: more whitespace fixesGravatar Robert Richter 9-72/+72
2008-10-15oprofile: whitespace fixesGravatar Robert Richter 2-13/+12
2008-10-15OProfile: Rework oprofile_add_ibs_sample() functionGravatar Robert Richter 1-33/+15
2008-10-13Merge branch 'linus' into oprofile-v2Gravatar Ingo Molnar 2-1/+5
2008-09-24Merge commit 'v2.6.27-rc5' into tip/oprofileGravatar Robert Richter 2-1/+5
2008-09-24Revert "Oprofile Multiplexing Patch"Gravatar Robert Richter 3-95/+6
2008-08-26powerpc/cell/oprofile: Avoid double vfree of profile bufferGravatar Carl Love 2-1/+5
2008-07-26Oprofile Multiplexing PatchGravatar Jason Yeh 3-6/+95
2008-07-26oprofile: fix printk in cpu_buffer.cGravatar Robert Richter 1-1/+1
2008-07-26x86/oprofile: add CONFIG_OPROFILE_IBS optionGravatar Robert Richter 2-0/+10
2008-07-26x86/oprofile: add IBS support for AMD CPUs, IBS buffer handling routinesGravatar Barry Kasindorf 3-2/+140
2008-07-26OProfile: moving increment_tail() in buffer_sync.cGravatar Robert Richter 1-13/+11
2008-07-26drivers/oprofile: coding style fixes in buffer_sync.cGravatar Robert Richter 1-54/+57
2008-05-14oprofile: don't request cache line alignment for cpu_bufferGravatar Eric Dumazet 2-2/+2
2008-04-28oprofile: change cpu_buffer from array to per_cpu variableGravatar Mike Travis 4-12/+13
2008-02-14d_path: Make get_dcookie() use a struct path argumentGravatar Jan Blunck 1-12/+9
2007-11-14oProfile: oops when profile_pc() returns ~0LUGravatar Philippe Elie 3-0/+12
2007-07-20[CELL] oprofile: add support to OProfile for profiling CELL BE SPUsGravatar Bob Nelson 3-20/+31
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 1-0/+1
2007-03-28[PATCH] oprofile: fix potential deadlock on oprofilefs_lockGravatar Jiri Kosina 2-4/+6
2007-02-12[PATCH] mark struct file_operations const 5Gravatar Arjan van de Ven 4-10/+10
2006-12-08[PATCH] struct path: convert oprofileGravatar Josef Sipek 1-4/+4
2006-11-22WorkStruct: make allyesconfigGravatar David Howells 2-5/+6
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-1/+0
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateGravatar Theodore Ts'o 1-5/+5
2006-06-25[PATCH] oprofile: convert from semaphores to mutexesGravatar Markus Armbruster 4-25/+25
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountGravatar David Howells 1-3/+3
2006-03-28[PATCH] mark f_ops const in the inodeGravatar Arjan van de Ven 1-3/+3
2006-03-28[PATCH] for_each_possible_cpu: oprofile.Gravatar KAMEZAWA Hiroyuki 1-2/+2
2006-03-28[PATCH] Add oprofile_add_ext_sampleGravatar Brian Rogan 1-3/+10
2006-03-23[PATCH] more for_each_cpu() conversionsGravatar Andrew Morton 1-2/+1
2006-01-11[PATCH] move capable() to capability.hGravatar Randy.Dunlap 1-0/+1
2006-01-08[PATCH] oprofile: Use vmalloc_node() in alloc_cpu_buffers()Gravatar Eric Dumazet 1-1/+2
2006-01-08[PATCH] Make RCU task_struct safe for oprofileGravatar Paul E. McKenney 1-15/+15
2005-07-27[PATCH] clean up inline static vs static inlineGravatar Jesper Juhl 1-20/+3
2005-06-24[PATCH] oprofile: report anonymous region samplesGravatar John Levon 2-11/+21
2005-06-21[PATCH] smp_processor_id() cleanupGravatar Ingo Molnar 1-2/+2
2005-04-26[PATCH] oprofile trivial user annotationsGravatar Al Viro 1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 13-0/+1982