summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | perf symbols: Make sym->end be the first address after the symbol rangeArnaldo Carvalho de Melo2014-10-143-8/+8
| | * | | | | | | perf symbols: Fix map->end fixupArnaldo Carvalho de Melo2014-10-141-1/+1
| | * | | | | | | perf tools: Fixup off-by-one comparision in maps__findNamhyung Kim2014-10-141-1/+1
| | * | | | | | | perf tools: fix off-by-one error in mapsStephane Eranian2014-10-141-3/+3
| | * | | | | | | perf machine: Add missing dsos->root rbtree root initializationArnaldo Carvalho de Melo2014-10-141-2/+8
| | * | | | | | | perf evsel: Make some exit routines staticArnaldo Carvalho de Melo2014-10-142-6/+3
| | * | | | | | | perf evsel: Add missing 'target' struct forward declarationArnaldo Carvalho de Melo2014-10-141-0/+1
| | * | | | | | | perf evlist: Default to syswide target when no thread/cpu maps setArnaldo Carvalho de Melo2014-10-141-0/+40
| | * | | | | | | perf evlist: Check that there is a thread_map when preparing a workloadArnaldo Carvalho de Melo2014-10-141-1/+7
| | * | | | | | | perf thread_map: Create dummy constructor out of open coded equivalentArnaldo Carvalho de Melo2014-10-142-8/+14
| | * | | | | | | perf tools: Remove hists from evselArnaldo Carvalho de Melo2014-10-148-25/+65
| | * | | | | | | perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo2014-10-145-2/+5
| | * | | | | | | perf evsel: SubclassingArnaldo Carvalho de Melo2014-10-142-2/+50
| | * | | | | | | perf session: Remove last reference to hists structArnaldo Carvalho de Melo2014-10-146-8/+19
| | * | | | | | | perf ui browsers: Add missing includeArnaldo Carvalho de Melo2014-10-101-0/+1
| | * | | | | | | perf tools: Move events_stats struct to event.hArnaldo Carvalho de Melo2014-10-102-26/+26
| | * | | | | | | perf session: Don't count per evsel eventsArnaldo Carvalho de Melo2014-10-101-16/+0
| | * | | | | | | perf evsel: Add hists helperArnaldo Carvalho de Melo2014-10-0914-101/+132
| | * | | | | | | perf script: Stop updating hists stats, not usedArnaldo Carvalho de Melo2014-10-091-1/+0
| | * | | | | | | perf sched: Stop updating hists stats, not usedArnaldo Carvalho de Melo2014-10-091-3/+0
| | * | | | | | | perf callchain: Move callchain_param to util object in to fix python testJiri Olsa2014-10-032-7/+8
| | * | | | | | | perf kvm stat live: Use fdarray object instead of pollfdJiri Olsa2014-10-031-12/+4
| | * | | | | | | perf kvm stat live: Use perf_evlist__add_pollfd return fd positionJiri Olsa2014-10-031-2/+2
| | * | | | | | | perf kvm stat live: Fix perf_evlist__add_pollfd error handlingJiri Olsa2014-10-031-2/+2
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2014-10-193-7/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sparc64: Do not define thread fpregs save area as zero-length array.David S. Miller2014-10-181-1/+2
| * | | | | | | | | sparc64: Fix corrupted thread fault code.David S. Miller2014-10-182-6/+6
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-195-7/+10
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Net: DSA: Fix checking for get_phy_flags functionAndrew Lunn2014-10-191-1/+1
| * | | | | | | | | ipv6: fix a potential use after free in sit.cLi RongQing2014-10-181-3/+3
| * | | | | | | | | ipv6: fix a potential use after free in ip6_offload.cLi RongQing2014-10-181-0/+1
| * | | | | | | | | ipv4: fix a potential use after free in gre_offload.cLi RongQing2014-10-181-3/+3
| * | | | | | | | | tcp: fix build error if IPv6 is not enabledEric Dumazet2014-10-181-0/+2
* | | | | | | | | | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-10-1850-692/+835
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | serial: atmel: add missing dmaengine headerVinod Koul2014-10-161-0/+1
| * | | | | | | | | | Merge branch 'topic/dma_control_fsl_acks' into for-linusVinod Koul2014-10-154-19/+44
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | dmaengine: remove FSLDMA_EXTERNAL_STARTVinod Koul2014-10-151-3/+0
| | * | | | | | | | | | dmaengine: freescale: remove FSLDMA_EXTERNAL_START control methodVinod Koul2014-10-151-9/+0
| | * | | | | | | | | | carma-fpga: move to fsl_dma_external_start()Vinod Koul2014-10-151-1/+2
| | * | | | | | | | | | carma-fpga: use dmaengine_xxx() APIVinod Koul2014-10-151-5/+4
| | * | | | | | | | | | dmaengine: freescale: add and export fsl_dma_external_start()Vinod Koul2014-10-152-1/+28
| | * | | | | | | | | | dmaengine: add dmaengine_prep_dma_sg() helperVinod Koul2014-10-151-0/+10
| * | | | | | | | | | | Merge branch 'topic/dma_control_cleanup_acks' into for-linusVinod Koul2014-10-158-17/+11
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | video: mx3fb: use dmaengine_terminate_all() APIVinod Koul2014-10-151-2/+1
| | * | | | | | | | | | | serial: sh-sci: use dmaengine_terminate_all() APIVinod Koul2014-10-151-1/+1
| | * | | | | | | | | | | net: ks8842: use dmaengine_terminate_all() APIVinod Koul2014-10-151-4/+2
| | * | | | | | | | | | | mtd: sh_flctl: use dmaengine_terminate_all() APIVinod Koul2014-10-151-1/+1
| | * | | | | | | | | | | mtd: fsmc_nand: use dmaengine_terminate_all() APIVinod Koul2014-10-151-1/+1
| | * | | | | | | | | | | V4L2: mx3_camer: use dmaengine_pause() APIVinod Koul2014-10-151-4/+2
| | * | | | | | | | | | | dmaengine: coh901318: use dmaengine_terminate_all() APIVinod Koul2014-10-151-1/+1
OpenPOWER on IntegriCloud