summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf/parse-events-4' of git://github.com/fweisbec/tracing into ...Ingo Molnar2012-05-2118-3274/+9122
|\
| * parse-events: Rename struct record to struct pevent_recordSteven Rostedt2012-04-256-49/+49
| * parse-event: Fix memset pointer size bug in handleSteven Rostedt2012-04-251-1/+1
| * parse-events: Allow '*' and '/' operations in TP_printkSteven Rostedt2012-04-251-0/+6
| * parse-events: Support '+' opcode in print formatVaibhav Nagarnaik2012-04-251-0/+12
| * parse-events: Let pevent_free() take a NULL pointerSteven Rostedt2012-04-251-3/+10
| * parse-events: Handle opcode parsing errorVaibhav Nagarnaik2012-04-251-8/+11
| * parse-events: Handle invalid opcode parsing gracefullyVaibhav Nagarnaik2012-04-251-42/+83
| * perf/events: Correct size given to memsetJulia Lawall2012-04-251-1/+1
| * perf/events: Add flag/symbol format_flagsTom Zanussi2012-04-251-0/+15
| * perf/events: Add flag to produce nsec outputSteven Rostedt2012-04-253-3/+25
| * perf: Have perf use the new libtraceevent.a librarySteven Rostedt2012-04-2512-3467/+481
| * events: Update tools/lib/traceevent to work with perfSteven Rostedt2012-04-255-33/+37
| * perf: Build libtraceevent.aSteven Rostedt2012-04-252-1/+10
| * tools/events: Add files to create libtraceevent.aSteven Rostedt2012-04-257-0/+8715
| * perf: Separate out trace-cmd parse-events from perf filesSteven Rostedt2012-04-255-3405/+3405
* | Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-05-212-29/+17
|\ \
| * | tracing: Remove kernel_lock annotationsRichard Weinberger2012-05-191-2/+0
| * | tracing: Fix initial buffer_size_kb stateVaibhav Nagarnaik2012-05-191-1/+2
| * | ring-buffer: Merge separate resize loopsVaibhav Nagarnaik2012-05-191-26/+15
* | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2012-05-21361-2147/+3638
|\ \ \ | |/ / |/| |
| * | perf evsel: Create events initially disabled -- againDavid Ahern2012-05-181-1/+1
| * | Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-05-18351-2073/+3514
| |\ \
| | * | tracing: Do not enable function event with enableSteven Rostedt2012-05-103-1/+7
| | * | perf stat: handle ENXIO error for perf_event_openDavid Ahern2012-05-091-1/+6
| | * | perf: Turn off compiler warnings for flex and bison generated filesGreg Kroah-Hartman2012-05-071-2/+2
| | * | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-05-022-5/+30
| | |\ \
| | | * | perf stat: Fix case where guest/host monitoring is not supported by kernelStephane Eranian2012-05-011-4/+29
| | | * | perf build-id: Fix filename size calculationNamhyung Kim2012-05-011-1/+1
| | * | | Merge tag 'nfs-for-3.4-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-05-0215-151/+308
| | |\ \ \
| | | * | | NFSv4.1: Use the correct hostname in the client identifier stringTrond Myklebust2012-04-301-3/+2
| | | * | | SUNRPC: RPC client must use the current utsname hostname stringTrond Myklebust2012-04-301-4/+10
| | | * | | NFS: get module in idmap PipeFS notifier callbackStanislav Kinsbursky2012-04-281-0/+4
| | | * | | NFS: Remove unused function nfs_lookup_with_sec()Bryan Schumaker2012-04-271-62/+0
| | | * | | NFS: Honor the authflavor set in the clone mount dataBryan Schumaker2012-04-274-7/+8
| | | * | | NFS: Fix following referral mount points with different securityBryan Schumaker2012-04-275-26/+72
| | | * | | NFS: Do secinfo as part of lookupBryan Schumaker2012-04-275-20/+103
| | | * | | NFS: Handle exceptions coming out of nfs4_proc_fs_locations()Bryan Schumaker2012-04-271-1/+14
| | | * | | NFS: Fix SECINFO_NO_NAMEBryan Schumaker2012-04-271-5/+19
| | | * | | SUNRPC: traverse clients tree on PipeFS eventStanislav Kinsbursky2012-04-271-4/+25
| | | * | | SUNRPC: set per-net PipeFS superblock before notificationStanislav Kinsbursky2012-04-271-1/+2
| | | * | | SUNRPC: skip clients with program without PipeFS entriesStanislav Kinsbursky2012-04-271-2/+2
| | | * | | SUNRPC: skip dead but not buried clients on PipeFS eventsStanislav Kinsbursky2012-04-271-1/+2
| | | * | | Avoid beyond bounds copy while caching ACLSachin Prabhu2012-04-272-8/+6
| | | * | | Avoid reading past buffer when calling GETACLSachin Prabhu2012-04-272-13/+21
| | | * | | fix page number calculation bug for block layout decode bufferJim Rees2012-04-261-1/+3
| | | * | | NFSv4.1 fix page number calculation bug for filelayout decode buffersAndy Adamson2012-04-262-2/+2
| | | * | | pnfs-obj: Remove unused variable from objlayout_get_deviceinfo()Sachin Bhamare2012-04-261-2/+0
| | | * | | nfs4: fix referrals on mounts that use IPv6 addrsWeston Andros Adamson2012-04-261-3/+27
| | * | | | Merge tag 'ktest-for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-05-011-3/+9
| | |\ \ \ \
OpenPOWER on IntegriCloud