summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-23perf session: Pass evsel in event_ops->sample()Arnaldo Carvalho de Melo17-46/+73
2011-03-23perf: Better fit max unprivileged mlock pages for tools needsFrederic Weisbecker1-1/+2
2011-03-23perf_events: Fix stale ->cgrp pointer in update_cgrp_time_from_cpuctx()Stephane Eranian2-3/+11
2011-03-23perf top: Fix uninitialized 'counter' variableAkihiro Nagai1-1/+3
2011-03-23Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-2/+1
2011-03-22tracing: Fix set_ftrace_filter probe function displayJiri Olsa1-2/+1
2011-03-19perf, x86: Fix Intel fixed counters base initializationStephane Eranian1-1/+1
2011-03-18trace, filters: Initialize the match variable in process_ops() properlyIngo Molnar1-1/+1
2011-03-17Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar7-13/+1558
2011-03-17Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar2-5/+16
2011-03-17trace, documentation: Fix branch profiling location in debugfsDavid Rientjes1-2/+2
2011-03-16oprofile, s390: CleanupsRobert Richter3-7/+3
2011-03-16oprofile, s390: Remove hwsampler_files.c and merge it into init.cHeinz Graalfs3-166/+159
2011-03-16perf: Fix tear-down of inherited group eventsPeter Zijlstra1-5/+8
2011-03-16perf: Reorder & optimize perf_event_context to remove alignment padding on 64...Richard Kennedy1-1/+1
2011-03-16perf: Handle stopped state with tracepointsFrederic Weisbecker1-0/+2
2011-03-16perf: Fix the software events state checkFrederic Weisbecker1-1/+1
2011-03-16perf, powerpc: Handle events that raise an exception without overflowingAnton Blanchard2-1/+24
2011-03-16perf, x86: Use INTEL_*_CONSTRAINT() for all PEBS event constraintsLin Ming2-50/+47
2011-03-16perf, x86: Clean up SandyBridge PEBS eventsLin Ming1-22/+5
2011-03-16Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar24-200/+580
2011-03-16perf lock: Fix sorting by wait_minMarcin Slusarz1-1/+12
2011-03-16perf tools: Version incorrect with some versions of grepJosh Hunt1-4/+4
2011-03-15Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds56-417/+1478
2011-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds63-1796/+2306
2011-03-15Merge branch 'x86-mem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-192/+198
2011-03-15Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-85/+109
2011-03-15Merge branch 'um-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-16/+16
2011-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds35-1120/+2112
2011-03-15Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-7/+3
2011-03-15Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-61/+44
2011-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds23-344/+186
2011-03-15Merge branch 'timers-rtc-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds36-916/+221
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds56-508/+1276
2011-03-15Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds15-261/+565
2011-03-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds140-4713/+9295
2011-03-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds40-816/+228
2011-03-15Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds23-276/+404
2011-03-15Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds5-4/+28
2011-03-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds57-1253/+1483
2011-03-15VFS: Fix the nfs sillyrename regression in kernel 2.6.38Trond Myklebust1-1/+6
2011-03-15dcache.c: create helper function for duplicated functionalityLinus Torvalds1-51/+37
2011-03-15tidy the trailing symlinks traversal upAl Viro1-45/+26
2011-03-15Turn resolution of trailing symlinks iterative everywhereAl Viro1-54/+50
2011-03-15simplify link_path_walk() tailAl Viro1-7/+1
2011-03-15Make trailing symlink resolution in path_lookupat() iterativeAl Viro1-10/+53
2011-03-15update nd->inode in __do_follow_link() instead of after do_follow_link()Al Viro1-3/+2
2011-03-15pull handling of one pathname component into a helperAl Viro1-68/+55
2011-03-15fs: allow AT_EMPTY_PATH in linkat(), limit that to CAP_DAC_READ_SEARCHAneesh Kumar K.V1-4/+16
2011-03-15perf probe: Clean up probe_point_lazy_walker() return valueIngo Molnar1-1/+1