Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | perf symbols: Make sym->end be the first address after the symbol range | Arnaldo Carvalho de Melo | 2014-10-14 | 3 | -8/+8 | |
| | * | | | | | | | perf symbols: Fix map->end fixup | Arnaldo Carvalho de Melo | 2014-10-14 | 1 | -1/+1 | |
| | * | | | | | | | perf tools: Fixup off-by-one comparision in maps__find | Namhyung Kim | 2014-10-14 | 1 | -1/+1 | |
| | * | | | | | | | perf tools: fix off-by-one error in maps | Stephane Eranian | 2014-10-14 | 1 | -3/+3 | |
| | * | | | | | | | perf machine: Add missing dsos->root rbtree root initialization | Arnaldo Carvalho de Melo | 2014-10-14 | 1 | -2/+8 | |
| | * | | | | | | | perf evsel: Make some exit routines static | Arnaldo Carvalho de Melo | 2014-10-14 | 2 | -6/+3 | |
| | * | | | | | | | perf evsel: Add missing 'target' struct forward declaration | Arnaldo Carvalho de Melo | 2014-10-14 | 1 | -0/+1 | |
| | * | | | | | | | perf evlist: Default to syswide target when no thread/cpu maps set | Arnaldo Carvalho de Melo | 2014-10-14 | 1 | -0/+40 | |
| | * | | | | | | | perf evlist: Check that there is a thread_map when preparing a workload | Arnaldo Carvalho de Melo | 2014-10-14 | 1 | -1/+7 | |
| | * | | | | | | | perf thread_map: Create dummy constructor out of open coded equivalent | Arnaldo Carvalho de Melo | 2014-10-14 | 2 | -8/+14 | |
| | * | | | | | | | perf tools: Remove hists from evsel | Arnaldo Carvalho de Melo | 2014-10-14 | 8 | -25/+65 | |
| | * | | | | | | | perf callchain: Move the callchain_param extern to callchain.h | Arnaldo Carvalho de Melo | 2014-10-14 | 5 | -2/+5 | |
| | * | | | | | | | perf evsel: Subclassing | Arnaldo Carvalho de Melo | 2014-10-14 | 2 | -2/+50 | |
| | * | | | | | | | perf session: Remove last reference to hists struct | Arnaldo Carvalho de Melo | 2014-10-14 | 6 | -8/+19 | |
| | * | | | | | | | perf ui browsers: Add missing include | Arnaldo Carvalho de Melo | 2014-10-10 | 1 | -0/+1 | |
| | * | | | | | | | perf tools: Move events_stats struct to event.h | Arnaldo Carvalho de Melo | 2014-10-10 | 2 | -26/+26 | |
| | * | | | | | | | perf session: Don't count per evsel events | Arnaldo Carvalho de Melo | 2014-10-10 | 1 | -16/+0 | |
| | * | | | | | | | perf evsel: Add hists helper | Arnaldo Carvalho de Melo | 2014-10-09 | 14 | -101/+132 | |
| | * | | | | | | | perf script: Stop updating hists stats, not used | Arnaldo Carvalho de Melo | 2014-10-09 | 1 | -1/+0 | |
| | * | | | | | | | perf sched: Stop updating hists stats, not used | Arnaldo Carvalho de Melo | 2014-10-09 | 1 | -3/+0 | |
| | * | | | | | | | perf callchain: Move callchain_param to util object in to fix python test | Jiri Olsa | 2014-10-03 | 2 | -7/+8 | |
| | * | | | | | | | perf kvm stat live: Use fdarray object instead of pollfd | Jiri Olsa | 2014-10-03 | 1 | -12/+4 | |
| | * | | | | | | | perf kvm stat live: Use perf_evlist__add_pollfd return fd position | Jiri Olsa | 2014-10-03 | 1 | -2/+2 | |
| | * | | | | | | | perf kvm stat live: Fix perf_evlist__add_pollfd error handling | Jiri Olsa | 2014-10-03 | 1 | -2/+2 | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2014-10-19 | 3 | -7/+8 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | sparc64: Do not define thread fpregs save area as zero-length array. | David S. Miller | 2014-10-18 | 1 | -1/+2 | |
| * | | | | | | | | | sparc64: Fix corrupted thread fault code. | David S. Miller | 2014-10-18 | 2 | -6/+6 | |
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-10-19 | 5 | -7/+10 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Net: DSA: Fix checking for get_phy_flags function | Andrew Lunn | 2014-10-19 | 1 | -1/+1 | |
| * | | | | | | | | | ipv6: fix a potential use after free in sit.c | Li RongQing | 2014-10-18 | 1 | -3/+3 | |
| * | | | | | | | | | ipv6: fix a potential use after free in ip6_offload.c | Li RongQing | 2014-10-18 | 1 | -0/+1 | |
| * | | | | | | | | | ipv4: fix a potential use after free in gre_offload.c | Li RongQing | 2014-10-18 | 1 | -3/+3 | |
| * | | | | | | | | | tcp: fix build error if IPv6 is not enabled | Eric Dumazet | 2014-10-18 | 1 | -0/+2 | |
* | | | | | | | | | | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2014-10-18 | 50 | -692/+835 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | serial: atmel: add missing dmaengine header | Vinod Koul | 2014-10-16 | 1 | -0/+1 | |
| * | | | | | | | | | | Merge branch 'topic/dma_control_fsl_acks' into for-linus | Vinod Koul | 2014-10-15 | 4 | -19/+44 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | dmaengine: remove FSLDMA_EXTERNAL_START | Vinod Koul | 2014-10-15 | 1 | -3/+0 | |
| | * | | | | | | | | | | dmaengine: freescale: remove FSLDMA_EXTERNAL_START control method | Vinod Koul | 2014-10-15 | 1 | -9/+0 | |
| | * | | | | | | | | | | carma-fpga: move to fsl_dma_external_start() | Vinod Koul | 2014-10-15 | 1 | -1/+2 | |
| | * | | | | | | | | | | carma-fpga: use dmaengine_xxx() API | Vinod Koul | 2014-10-15 | 1 | -5/+4 | |
| | * | | | | | | | | | | dmaengine: freescale: add and export fsl_dma_external_start() | Vinod Koul | 2014-10-15 | 2 | -1/+28 | |
| | * | | | | | | | | | | dmaengine: add dmaengine_prep_dma_sg() helper | Vinod Koul | 2014-10-15 | 1 | -0/+10 | |
| * | | | | | | | | | | | Merge branch 'topic/dma_control_cleanup_acks' into for-linus | Vinod Koul | 2014-10-15 | 8 | -17/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | video: mx3fb: use dmaengine_terminate_all() API | Vinod Koul | 2014-10-15 | 1 | -2/+1 | |
| | * | | | | | | | | | | | serial: sh-sci: use dmaengine_terminate_all() API | Vinod Koul | 2014-10-15 | 1 | -1/+1 | |
| | * | | | | | | | | | | | net: ks8842: use dmaengine_terminate_all() API | Vinod Koul | 2014-10-15 | 1 | -4/+2 | |
| | * | | | | | | | | | | | mtd: sh_flctl: use dmaengine_terminate_all() API | Vinod Koul | 2014-10-15 | 1 | -1/+1 | |
| | * | | | | | | | | | | | mtd: fsmc_nand: use dmaengine_terminate_all() API | Vinod Koul | 2014-10-15 | 1 | -1/+1 | |
| | * | | | | | | | | | | | V4L2: mx3_camer: use dmaengine_pause() API | Vinod Koul | 2014-10-15 | 1 | -4/+2 | |
| | * | | | | | | | | | | | dmaengine: coh901318: use dmaengine_terminate_all() API | Vinod Koul | 2014-10-15 | 1 | -1/+1 |