| Commit message (Expand) | Author | Age | Files | Lines |
* | perf hists: Fix compilation when NO_NEWT_SUPPORT is set | Stephane Eranian | 2011-10-13 | 1 | -3/+7 |
* | perf hists: Don't free decayed entries if in the annotation browser | Arnaldo Carvalho de Melo | 2011-10-13 | 3 | -3/+14 |
* | perf hists browser: Recalculate browser pointers after resort/decay | Arnaldo Carvalho de Melo | 2011-10-11 | 3 | -7/+26 |
* | Merge branch 'perf/core' of git://github.com/acmel/linux into perf/core | Ingo Molnar | 2011-10-10 | 35 | -804/+2124 |
|\ |
|
| * | perf tools: Make --no-asm-raw the default | Arnaldo Carvalho de Melo | 2011-10-07 | 7 | -6/+31 |
| * | perf tools: Make perf.data more self-descriptive (v8) | Stephane Eranian | 2011-10-07 | 15 | -35/+1308 |
| * | perf hists browser: Update the browser.nr_entries after the timer | Arnaldo Carvalho de Melo | 2011-10-07 | 1 | -0/+7 |
| * | perf hists browser: Fix TAB/UNTAB use with multiple events | Arnaldo Carvalho de Melo | 2011-10-07 | 1 | -0/+2 |
| * | perf hists browser: Don't offer symbol actions when symbols not on --sort | Arnaldo Carvalho de Melo | 2011-10-07 | 1 | -9/+17 |
| * | perf annotate browser: Use -> to navigate on assembly lines | Arnaldo Carvalho de Melo | 2011-10-07 | 1 | -6/+21 |
| * | perf tools: Fix broken number of samples for perf report -n | Stephane Eranian | 2011-10-07 | 1 | -0/+1 |
| * | perf top: Use the TUI interface by default | Arnaldo Carvalho de Melo | 2011-10-07 | 1 | -7/+0 |
| * | perf annotate browser: Allow navigation to called functions | Arnaldo Carvalho de Melo | 2011-10-07 | 5 | -25/+79 |
| * | perf top: Add callgraph support | Arnaldo Carvalho de Melo | 2011-10-07 | 2 | -2/+159 |
| * | perf top: Reuse the 'report' hist_entry/hists classes | Arnaldo Carvalho de Melo | 2011-10-07 | 8 | -579/+196 |
| * | perf browsers: Add live mode to the hists, annotate browsers | Arnaldo Carvalho de Melo | 2011-10-07 | 9 | -56/+116 |
| * | perf hists: Threaded addition and sorting of entries | Arnaldo Carvalho de Melo | 2011-10-07 | 4 | -30/+92 |
| * | perf report: Add option to show total period | Arnaldo Carvalho de Melo | 2011-10-07 | 4 | -0/+24 |
| * | perf hists: Allow limiting the number of rows and columns in fprintf | Arnaldo Carvalho de Melo | 2011-10-07 | 4 | -11/+33 |
| * | perf hists: Stop using 'self' for struct hists | Arnaldo Carvalho de Melo | 2011-10-07 | 1 | -78/+78 |
* | | x86, nmi, drivers: Fix nmi splitup build bug | Ingo Molnar | 2011-10-10 | 2 | -0/+3 |
* | | perf, x86: Implement IBS initialization | Robert Richter | 2011-10-10 | 6 | -201/+297 |
* | | perf, x86: Share IBS macros between perf and oprofile | Robert Richter | 2011-10-10 | 3 | -39/+40 |
* | | x86, nmi: Track NMI usage stats | Don Zickus | 2011-10-10 | 1 | -2/+18 |
* | | x86, nmi: Add in logic to handle multiple events and unknown NMIs | Don Zickus | 2011-10-10 | 4 | -9/+93 |
* | | x86, nmi: Wire up NMI handlers to new routines | Don Zickus | 2011-10-10 | 16 | -281/+124 |
* | | x86, nmi: Create new NMI handler routines | Don Zickus | 2011-10-10 | 2 | -0/+171 |
* | | x86, nmi: Split out nmi from traps.c | Don Zickus | 2011-10-10 | 3 | -156/+179 |
* | | perf, intel: Use GO/HO bits in perf-ctr | Gleb Natapov | 2011-10-10 | 3 | -3/+112 |
* | | perf, amd: Use GO/HO bits in perf-ctr | Joerg Roedel | 2011-10-06 | 2 | -0/+16 |
* | | perf, core: Introduce attrs to count in either host or guest mode | Joerg Roedel | 2011-10-06 | 1 | -1/+4 |
* | | Merge branch 'ras' of git://amd64.org/linux/bp into perf/core | Ingo Molnar | 2011-10-06 | 1 | -6/+14 |
|\ \
| |/
|/| |
|
| * | x86, mce: Do not call del_timer_sync() in IRQ context | Hidetoshi Seto | 2011-09-14 | 1 | -6/+14 |
* | | Merge commit 'v3.1-rc9' into perf/core | Ingo Molnar | 2011-10-06 | 169 | -974/+1194 |
|\ \ |
|
| * | | Linux 3.1-rc9v3.1-rc9 | Linus Torvalds | 2011-10-04 | 1 | -1/+1 |
| * | | Merge git://github.com/davem330/net | Linus Torvalds | 2011-10-04 | 15 | -82/+100 |
| |\ \ |
|
| | * | | pch_gbe: Fixed the issue on which a network freezes | Toshiharu Okada | 2011-10-03 | 1 | -29/+27 |
| | * | | pch_gbe: Fixed the issue on which PC was frozen when link was downed. | Toshiharu Okada | 2011-10-03 | 1 | -1/+1 |
| | * | | make PACKET_STATISTICS getsockopt report consistently between ring and non-ring | Willem de Bruijn | 2011-10-03 | 1 | -1/+4 |
| | * | | net: xen-netback: correctly restart Tx after a VM restore/migrate | David Vrabel | 2011-10-03 | 1 | -2/+2 |
| | * | | bonding: properly stop queuing work when requested | Andy Gospodarek | 2011-10-03 | 3 | -7/+12 |
| | * | | can bcm: fix incomplete tx_setup fix | Oliver Hartkopp | 2011-09-29 | 1 | -27/+21 |
| | * | | RDSRDMA: Fix cleanup of rds_iw_mr_pool | Jonathan Lallinger | 2011-09-29 | 1 | -4/+9 |
| | * | | net: Documentation: Fix type of variables | Roy.Li | 2011-09-29 | 1 | -2/+2 |
| | * | | ibmveth: Fix oops on request_irq failure | Brian King | 2011-09-29 | 1 | -2/+2 |
| | * | | ipv6: nullify ipv6_ac_list and ipv6_fl_list when creating new socket | Yan, Zheng | 2011-09-29 | 1 | -0/+3 |
| | * | | cxgb4: Fix EEH on IBM P7IOC | Divy Le Ray | 2011-09-29 | 1 | -0/+3 |
| | * | | can bcm: fix tx_setup off-by-one errors | Oliver Hartkopp | 2011-09-29 | 1 | -6/+7 |
| | * | | MAINTAINERS: tehuti: Alexander Indenbaum's address bounces | Ian Campbell | 2011-09-29 | 1 | -1/+0 |
| | * | | dp83640: reduce driver noise | Richard Cochran | 2011-09-29 | 1 | -2/+2 |