summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-12oprofile: disable write access to oprofilefs while profiler is runningRobert Richter4-20/+18
2010-10-11Merge branch 'oprofile/perf' into oprofile/coreRobert Richter12-431/+412
2010-10-11oprofile, ARM: Use oprofile_arch_exit() to cleanup on failureRobert Richter1-28/+26
2010-10-11oprofile, ARM: Rework op_create_counter()Robert Richter1-10/+10
2010-10-11oprofile, ARM: Remove some goto statementsRobert Richter1-4/+2
2010-10-11Merge branch 'oprofile/core' (early part) into oprofile/perfRobert Richter2-19/+60
2010-10-11oprofile, ARM: Release resources on failureRobert Richter1-0/+1
2010-10-11Merge branch 'oprofile/urgent' (early part) into oprofile/perfRobert Richter652-4240/+7464
2010-10-11sh: oprofile: Use perf-events oprofile backendMatt Fleming4-125/+40
2010-10-11oprofile: Abstract the perf-events backendMatt Fleming4-319/+333
2010-10-11ARM: oprofile: Move non-ARM code into separate init/exitMatt Fleming1-3/+14
2010-10-11ARM: oprofile: Rename op_arm to oprofile_perfMatt Fleming1-34/+34
2010-10-11oprofile: Make op_name_from_perf_id() globalMatt Fleming2-2/+8
2010-10-11perf: New helper function for pmu nameMatt Fleming3-0/+15
2010-10-11perf: Add helper function to return number of countersMatt Fleming4-13/+34
2010-10-04oprofile: Remove duplicate code around __oprofilefs_create_file()Robert Richter1-32/+14
2010-10-04oprofile, ARM: Remove some goto statementsRobert Richter1-4/+2
2010-10-04oprofile, ARM: Rework op_create_counter()Robert Richter1-10/+10
2010-10-04oprofile, ARM: Use oprofile_arch_exit() to cleanup on failureRobert Richter1-27/+26
2010-10-01oprofile, x86: Simplify init/exit functionsRobert Richter1-8/+1
2010-10-01oprofile, x86: Adding backtrace dump for 32bit process in compat modeJiri Olsa1-0/+53
2010-10-01oprofile, x86: Using struct stack_frame for 64bit processes dumpJiri Olsa1-12/+7
2010-10-01Merge branch 'oprofile/urgent' into oprofile/coreRobert Richter653-4240/+7465
2010-09-30oprofile, ARM: Release resources on failureRobert Richter1-2/+5
2010-09-27Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar1-0/+1
2010-09-24perf, x86: Catch spurious interrupts after disabling countersRobert Richter1-1/+11
2010-09-22tracing/x86: Don't use mcount in kvmclock.cSteven Rostedt1-0/+1
2010-09-22tracing/x86: Don't use mcount in pvclock.cJeremy Fitzhardinge1-0/+1
2010-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds4-104/+171
2010-09-22powerpc: fix double syscall restartsAl Viro3-3/+4
2010-09-22Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds7-9/+43
2010-09-22bdi: Fix warnings in __mark_inode_dirty for /dev/zero and friendsJan Kara1-2/+21
2010-09-22char: Mark /dev/zero and /dev/kmem as not capable of writebackJan Kara2-2/+5
2010-09-22bdi: Initialize noop_backing_dev_info properlyJan Kara1-0/+2
2010-09-21sparc: Prevent no-handler signal syscall restart recursion.David S. Miller3-1/+7
2010-09-21sparc: Don't mask signal when we can't setup signal frame.David S. Miller3-58/+93
2010-09-21Merge branch 'for-linus/i2c/2636-rc5' of git://git.fluff.org/bjdooks/linuxLinus Torvalds1-0/+2
2010-09-21fs: {lock,unlock}_flocks() stubs to prepare for BKL removalSage Weil1-0/+4
2010-09-22i2c-omap: Make sure i2c bus is free before setting it to idleMathias Nyman1-0/+2
2010-09-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-5/+5
2010-09-21Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-26/+27
2010-09-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds9-83/+84
2010-09-21Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-26/+73
2010-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2-6/+13
2010-09-21sched: Fix nohz balance kickSuresh Siddha1-1/+1
2010-09-21oprofile: Add Support for Intel CPU Family 6 / Model 29Jiri Olsa1-0/+1
2010-09-21cfq-iosched: fix a kernel OOPs when usb key is insertedVivek Goyal1-3/+13
2010-09-21block: fix blk_rq_map_kern bio direction flagBenny Halevy1-1/+1
2010-09-21cciss: freeing uninitialized data on error pathDan Carpenter1-1/+1
2010-09-21Merge remote branch 'linus' into drm-intel-fixesChris Wilson214-1525/+1994