summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-11217-4756/+5923
|\
| * Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-1117-466/+1444
| |\
| | * Revert "x86, bts: reenable ptrace branch trace support"Ingo Molnar2009-06-111-0/+1
| | * Merge commit 'v2.6.30-rc6' into tracing/coreIngo Molnar2009-05-18185-3373/+5254
| | |\
| | * | x86/stacktrace: return 0 instead of -1 for stack opsSteven Rostedt2009-05-151-1/+1
| | * | Merge branch 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar2009-05-0713-403/+1373
| | |\ \
| | | * | x86, bts, mm: clean up buffer allocationMarkus Metzger2009-04-241-13/+26
| | | * | x86, bts: reenable ptrace branch trace supportMarkus Metzger2009-04-241-1/+0Star
| | | * | x86, ds: fix buffer alignment in debug store selftestMarkus Metzger2009-04-241-2/+4
| | | * | Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar2009-04-24839-3479/+47267
| | | |\ \
| | | * | | x86, ds: support Core i7Markus Metzger2009-04-072-10/+71
| | | * | | x86, ds: allow small debug store buffersMarkus Metzger2009-04-072-5/+10
| | | * | | x86, ds: fix bad ds_reset_pebs()Markus Metzger2009-04-071-1/+1
| | | * | | x86, ds: dont use TIF_DEBUGCTLMSRMarkus Metzger2009-04-071-5/+0Star
| | | * | | x86, ptrace: add bts context unconditionallyMarkus Metzger2009-04-072-24/+5Star
| | | * | | x86, ds: use single debug store cpu configurationMarkus Metzger2009-04-071-2/+5
| | | * | | x86, ds: add leakage warningMarkus Metzger2009-04-076-26/+8Star
| | | * | | x86, ds: add task tracing selftestMarkus Metzger2009-04-071-0/+71
| | | * | | x86, ds: selftest each cpuMarkus Metzger2009-04-071-47/+135
| | | * | | x86, ds: fix bounds check in ds selftestMarkus Metzger2009-04-071-1/+6
| | | * | | x86, ds: fix compiler warningMarkus Metzger2009-04-071-1/+1
| | | * | | x86, bts, hw-branch-tracer: add _noirq variants to the debug store interfaceMarkus Metzger2009-04-074-125/+420
| | | * | | x86, debugctlmsr: add _on_cpu variants to debugctlmsr functionsMarkus Metzger2009-04-071-0/+27
| | | * | | x86, bts: use trace_clock_global() for timestampsMarkus Metzger2009-04-072-10/+11
| | | * | | x86, bts: fix race between per-task and per-cpu branch tracingMarkus Metzger2009-04-071-31/+41
| | | * | | x86, bts: wait until traced task has been scheduled outMarkus Metzger2009-04-071-4/+19
| | | * | | mm, x86, ptrace, bts: defer branch trace stoppingMarkus Metzger2009-04-072-89/+169
| | | * | | x86, bts: fix race when bts tracer is removedMarkus Metzger2009-04-071-21/+37
| | | * | | Merge branch 'linus' into tracing/hw-branch-tracingIngo Molnar2009-04-072089-35634/+106062
| | | |\ \ \
| | | * | | | x86, bts: use atomic memory allocationMarkus Metzger2009-03-191-4/+17
| | | * | | | x86, bts: detect size of DS fields, fixIngo Molnar2009-03-131-1/+1
| | | * | | | x86, bts: cleanupsIngo Molnar2009-03-132-63/+81
| | | * | | | x86, bts: correct comment style in ds.cMarkus Metzger2009-03-131-40/+39Star
| | | * | | | x86, bts: add selftest for BTSMarkus Metzger2009-03-135-0/+287
| | | * | | | x86, bts: detect size of DS fieldsMarkus Metzger2009-03-131-40/+44
| | * | | | | Merge branch 'linus' into tracing/coreIngo Molnar2009-05-07603-21881/+22441
| | |\ \ \ \ \
| | * | | | | | tracing: x86, mmiotrace: only register for die notifier when tracer activeStuart Bennett2009-04-292-5/+24
| | * | | | | | tracing: x86, mmiotrace: refactor clearing/restore of page presenceStuart Bennett2009-04-291-21/+22
| | * | | | | | tracing: x86, mmiotrace: code consistency/legibility improvementStuart Bennett2009-04-291-17/+17
| | * | | | | | x86: use native register access for native tlb flushingChris Wright2009-04-241-4/+4
| | * | | | | | Merge branch 'linus' into tracing/coreIngo Molnar2009-04-14427-113/+33545
| | |\ \ \ \ \ \
| | * | | | | | | x86, function-graph: only save return values on x86_64Steven Rostedt2009-04-101-16/+3Star
| * | | | | | | | Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-06-111-4/+23
| |\ \ \ \ \ \ \ \
| | * | | | | | | | oprofile: introduce module_param oprofile.cpu_typeRobert Richter2009-05-081-2/+11
| | * | | | | | | | oprofile: add support for Core i7 and AtomAndi Kleen2009-05-081-0/+7
| | * | | | | | | | oprofile: remove undocumented oprofile.p4force optionAndi Kleen2009-05-081-4/+1Star
| | * | | | | | | | oprofile: re-add force_arch_perfmon optionAndi Kleen2009-05-081-0/+6
| * | | | | | | | | Merge branch 'signal-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-06-114-0/+5
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-06-118-330/+622
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | amd-iommu: remove unnecessary "AMD IOMMU: " prefixJoerg Roedel2009-06-091-3/+2Star