summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ds.c
Commit message (Expand)AuthorAgeFilesLines
* x86, ds, bts: cleanup/fix DS configurationMarkus Metzger2009-01-221-14/+17
* x86, bts: add fork and exit handlingMarkus Metzger2008-12-201-0/+11
* x86, bts: correctly report invalid bts recordsMarkus Metzger2008-12-161-0/+3
* x86, bts: remove recursion from get_contextMarkus Metzger2008-12-161-33/+25Star
* x86, bts: fix build errorIngo Molnar2008-12-121-1/+1
* x86, bts: provide in-kernel branch-trace interfaceMarkus Metzger2008-12-121-329/+528
* x86, bts: turn BUG_ON into WARN_ON_ONCEMarkus Metzger2008-12-121-2/+2
* x86, bts, ptrace: move BTS buffer allocation from ds.c into ptrace.cMarkus Metzger2008-11-251-78/+14Star
* x86, bts: base in-kernel ds interface on handlesMarkus Metzger2008-11-251-339/+340
*-. Merge branches 'tracing/core', 'x86/urgent' and 'x86/ptrace' into tracing/hw-...Ingo Molnar2008-11-251-45/+52
|\ \
| | * x86, bts: DS and BTS initializationMarkus Metzger2008-11-101-5/+4Star
| * | x86, bts: fix wrmsr and spinlock over kmallocMarkus Metzger2008-11-251-37/+40
| * | x86, pebs: fix PEBS record size configurationMarkus Metzger2008-11-251-0/+8
| * | x86, bts: exclude ds.c from build when disabledMarkus Metzger2008-11-251-3/+0Star
|/ /
* | x86, PEBS/DS: fix code flow in ds_request()Ingo Molnar2008-11-181-5/+21
* | x86, bts: fix unlock problem in ds.cMarkus Metzger2008-11-161-1/+2
|/
* x86: ds.c ptrace.c integer as NULL pointer sparse fixesHarvey Harrison2008-09-241-2/+2
* x86: fix ds.c build errorIngo Molnar2008-07-251-0/+1
* x86: DS cleanup - dont treat 0 as NULLCyrill Gorcunov2008-05-121-9/+9
* x86, ptrace: PEBS supportMarkus Metzger2008-05-121-277/+676
* x86: debug Store - call kfree if only we really need itCyrill Gorcunov2008-04-171-4/+4
* x86: fix small sparse warningHarvey Harrison2008-01-311-1/+1
* x86, ptrace: support 32bit-cross-64bit BTS recordingMarkus Metzger2008-01-301-46/+45Star
* x86, ptrace: new ptrace BTS APIMarkus Metzger2008-01-301-5/+51
* x86, ptrace: use jiffies for BTS timestampsMarkus Metzger2008-01-301-20/+10Star
* x86, ptrace: support for branch trace store(BTS)Markus Metzger2008-01-301-0/+429