summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-05perf, gcc-4.6: Fix set but unused variableAndi Kleen1-2/+0
2010-10-05Merge branch 'perf/urgent' into perf/coreIngo Molnar7-7/+27
2010-10-04perf trace scripting: Fix extern struct definitionsStephane Eranian1-2/+2
2010-10-04perf ui hist browser: Fix segfault on 'a' for annotateFrederik Deweerdt1-1/+1
2010-10-04perf tools: Fix build breakageKusanagi Kouichi1-1/+1
2010-10-04perf_events: Fix invalid pointer when pid is invalidStephane Eranian1-1/+6
2010-09-30perf, x86: Handle in flight NMIs on P4 platformCyrill Gorcunov1-1/+5
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-24jump label: Fix GCC feature check when distcc is usedIngo Molnar1-1/+1
2010-09-24Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar33-209/+843
2010-09-23Merge branch 'linus' into perf/coreIngo Molnar15-116/+221
2010-09-22jump label/x86/sparc64: Remove !CC_OPTIMIZE_FOR_SIZE config conditionsSteven Rostedt2-2/+2
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-22jump label: Remove duplicate structure for x86Steven Rostedt1-11/+1
2010-09-22jump label: Add sparc64 supportDavid S. Miller5-0/+88
2010-09-22jump label: x86 supportJason Baron5-1/+102
2010-09-22jump label: Convert dynamic debug to use jump labelsJason Baron5-132/+26
2010-09-22jump label: Tracepoint support for jump labelsJason Baron2-3/+16
2010-09-22jump label: Add jump_label_text_reserved() to reserve jump pointsJason Baron4-3/+94
2010-09-22jump label: Initialize workqueue tracepoints *before* they are registeredJason Baron1-5/+5
2010-09-22jump label: Base patch for jump labelJason Baron12-4/+442
2010-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds4-104/+171
2010-09-22Merge branch 'linus' into perf/coreIngo Molnar26-145/+204
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-21perf: Avoid RCU vs preemption assumptionsPeter Zijlstra1-6/+12
2010-09-21percpu: Add {get,put}_cpu_ptrPeter Zijlstra1-0/+9
2010-09-21Merge commit 'v2.6.36-rc5' into perf/coreIngo Molnar184-900/+1712
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