summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf annotate browser: Don't draw jump connectors for out of function jumpsArnaldo Carvalho de Melo2012-04-251-2/+4
* perf annotate: Mark jump instructions with no offsetArnaldo Carvalho de Melo2012-04-252-3/+12
* perf annotate: Disambiguage offsets and addresses in operandsArnaldo Carvalho de Melo2012-04-253-19/+22
* perf annotate browser: Handle NULL jump targetsArnaldo Carvalho de Melo2012-04-251-0/+7
* perf annotate browser: Initial loop detectionArnaldo Carvalho de Melo2012-04-243-4/+98
* ui browser: Add method to write graphical charactersArnaldo Carvalho de Melo2012-04-203-10/+12
* perf annotate browser: Handle retq instructionsArnaldo Carvalho de Melo2012-04-201-4/+9
* perf annotate browser: Add visual cue for retq instructionArnaldo Carvalho de Melo2012-04-201-4/+13
* perf annotate browser: Add visual cues on jump linesArnaldo Carvalho de Melo2012-04-201-1/+12
* perf annotate browser: Suppress the callq addressArnaldo Carvalho de Melo2012-04-202-2/+42
* perf annotate browser: Bandaid offsets/jump label objdump ambiguityArnaldo Carvalho de Melo2012-04-201-1/+9
* perf annotate: Group operands membersArnaldo Carvalho de Melo2012-04-203-46/+49
* perf annotate: Add missing jump variantsArnaldo Carvalho de Melo2012-04-191-0/+29
* perf annotate browser: Use a vertical line as percentage separatorArnaldo Carvalho de Melo2012-04-191-2/+4
* perf annotate browser: Make lines more compactArnaldo Carvalho de Melo2012-04-191-8/+9
* perf annotate browser: Align jump labelsArnaldo Carvalho de Melo2012-04-193-4/+25
* perf annotate browser: Hide non jump target addresses in offset modeArnaldo Carvalho de Melo2012-04-191-13/+58
* perf symbols: Introduce symbol__size methodArnaldo Carvalho de Melo2012-04-192-5/+10
* perf annotate browser: Rename disasm_line_rb_nodeArnaldo Carvalho de Melo2012-04-191-38/+38
* perf annotate: Introduce scnprintf ins_ops methodArnaldo Carvalho de Melo2012-04-193-2/+25
* perf annotate: Parse call targets earlierArnaldo Carvalho de Melo2012-04-183-6/+23
* perf annotate: Disassembler instruction parsingArnaldo Carvalho de Melo2012-04-183-16/+79
* perf annotate browser: Use the disasm_line instruction name and operand fieldsArnaldo Carvalho de Melo2012-04-161-19/+10
* perf annotate: Parse instructionArnaldo Carvalho de Melo2012-04-162-1/+67
* perf annotate: Rename objdump_line to disasm_lineArnaldo Carvalho de Melo2012-04-163-134/+128
* Merge tag 'v3.4-rc2' into perf/coreIngo Molnar2012-04-134774-61460/+129817
|\
| * Linux 3.4-rc2v3.4-rc2Linus Torvalds2012-04-071-1/+1
| * Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-04-072-1/+8
| |\
| | * regmap: prevent division by zero in rbtree_showStephen Warren2012-04-041-1/+7
| | * regmap: Export regcache_sync_region()Mark Brown2012-04-031-0/+1
| * | Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-04-078-12/+36
| |\ \
| | * | KVM: Resolve RCU vs. async page fault problemGleb Natapov2012-04-051-0/+4
| | * | Merge tag 'powerpc-fixes' of git://github.com/paulusmack/linux into new/masterAvi Kivity2012-04-055-11/+29
| | |\ \
| | | * | KVM: PPC: Book3S: PR: Fix preemptionAlexander Graf2012-04-031-2/+1
| | | * | KVM: PPC: Save/Restore CR over vcpu_runAlexander Graf2012-04-032-1/+13
| | | * | KVM: PPC: Book3S HV: Save and restore CR in __kvmppc_vcore_entryPaul Mackerras2012-04-031-2/+6
| | | * | KVM: PPC: Book3S HV: Fix kvm_alloc_linear in case where no linears existPaul Mackerras2012-04-031-4/+5
| | | * | KVM: PPC: Book3S: Compile fix for ppc32 in HIOR access codeAlexander Graf2012-04-031-2/+4
| | * | | KVM: VMX: vmx_set_cr0 expects kvm->srcu lockedMarcelo Tosatti2012-04-051-0/+2
| | * | | KVM: PMU: Fix integer constant is too large warning in kvm_pmu_set_msr()Sasikantha babu2012-04-051-1/+1
| * | | | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-04-0720-105/+147
| |\ \ \ \
| | * | | | sh: fix clock-sh7757 for the latest sh_mobile_sdhi driverShimoda, Yoshihiro2012-04-051-1/+1
| | | | | |
| | | \ \ \
| | *-. \ \ \ Merge branches 'sh/urgent', 'sh/vsyscall' and 'common/serial-rework' into sh-...Paul Mundt2012-03-304-102/+131
| | |\ \ \ \ \
| | | | * | | | serial: sh-sci: use serial_port_in/out vs sci_in/out.Paul Mundt2012-03-302-89/+86
| | | * | | | | sh: vsyscall: Fix up .eh_frame generation.Paul Mundt2012-03-302-13/+45
| | | |/ / / /
| | * | | | | sh: dma: Fix up device attribute mismatch from sysdev fallout.Paul Mundt2012-03-301-1/+1
| | * | | | | sh: dwarf unwinder depends on SHcompact.Paul Mundt2012-03-301-0/+1
| | * | | | | sh: fix up fallout from system.h disintegration.Paul Mundt2012-03-3013-1/+13
| | |/ / / /
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-04-071-4/+4
| |\ \ \ \ \
| | * | | | | sysctl: fix write access to dmesg_restrict/kptr_restrictKees Cook2012-04-051-4/+4
OpenPOWER on IntegriCloud