aboutsummaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-29perf record: Add support for using symbols in address filtersAdrian Hunter4-3/+857
2016-09-29perf symbols: Add dso__last_symbol()Adrian Hunter2-0/+16
2016-09-29perf record: Fix error pathsAdrian Hunter1-4/+4
2016-09-29perf record: Rename label 'out_symbol_exit'Adrian Hunter1-5/+5
2016-09-29perf script: Fix vanished idle symbolsAdrian Hunter1-5/+2
2016-09-29perf evsel: Add support for address filtersMathieu Poirier3-5/+41
2016-09-29perf evsel: New tracepoint specific functionMathieu Poirier4-10/+13
2016-09-29perf tools: Make perf_evsel__append_filter() genericMathieu Poirier4-7/+12
2016-09-29perf tools: Update documentation info about quipperSimon Que1-1/+5
2016-09-28perf trace: Beautify sched_[gs]et_attr return valueArnaldo Carvalho de Melo1-0/+2
2016-09-28perf data: Fix building in 32 bit platform with libbabeltraceWang Nan1-1/+1
2016-09-28perf tools: Fix MMAP event synthesis broken by MAP_HUGETLB changeAdrian Hunter1-1/+2
2016-09-27perf record: Fix documentation 'event_sources' -> 'event_source'Adrian Hunter1-3/+3
2016-09-22perf hists: Make hists__fprintf_headers function globalJiri Olsa2-1/+2
2016-09-22perf hists: Make __hist_entry__snprintf function globalJiri Olsa2-2/+4
2016-09-22perf tools: Make several display functions globalJiri Olsa3-2/+4
2016-09-22perf tools: Make several sorting functions globalJiri Olsa2-3/+9
2016-09-22perf tools: Make output_field_add and sort_dimension__add globalJiri Olsa2-4/+8
2016-09-22perf tools: Make reset_dimensions globalJiri Olsa2-1/+2
2016-09-22perf hists: Add __hist_entry__snprintf functionJiri Olsa1-2/+8
2016-09-22perf tools: Add sink configuration for cs_etm PMUMathieu Poirier3-0/+63
2016-09-22perf tools: Add PMU configuration to toolsMathieu Poirier3-0/+32
2016-09-22perf pmu: Push configuration down to PMU driverMathieu Poirier4-0/+106
2016-09-22perf tools: Add coresight etm PMU record capabilitiesMathieu Poirier9-2/+720
2016-09-22perf tools: Make coresight PMU listableMathieu Poirier4-0/+39
2016-09-22perf tools: Confine __get_cpuid() to x86 architectureMathieu Poirier1-4/+7
2016-09-22perf/core: Limit matching exclusive events to one PMUAlexander Shishkin1-1/+1
2016-09-22perf/x86/intel/bts: Make it an exclusive PMUAlexander Shishkin1-1/+2
2016-09-21perf hists: Use bigger buffer for stdio headersJiri Olsa1-1/+1
2016-09-21perf evsel: Remove superfluous initialization of weightJiri Olsa1-2/+0
2016-09-20perf symbols: Do not open device filesJiri Olsa1-0/+3
2016-09-20perf hists: Factor out hists__reset_column_width()Namhyung Kim4-18/+20
2016-09-20perf ui/tui: Reset output width for hierarchyNamhyung Kim1-0/+6
2016-09-20perf annotate: Resolve 'call' operands to function namesArnaldo Carvalho de Melo1-2/+6
2016-09-20perf annotate: Pass the symbol's map/dso to the instruction parsersArnaldo Carvalho de Melo2-12/+13
2016-09-20perf annotate: Do not ignore call instruction with indirect targetRavi Bangoria1-6/+2
2016-09-20perf hists: Fix width computation for srcline sort entryJiri Olsa2-2/+5
2016-09-20perf/x86/intel/bts: Make sure debug store is validSebastian Andrzej Siewior1-1/+1
2016-09-20perf/x86/intel/pt: Add support for PTWRITE and power event tracingAlexander Shishkin2-1/+28
2016-09-19tools include: Add mman macros needed by perf for all archWang Nan20-0/+66
2016-09-19perf trace beauty mmap: Add missing MADV_FREEWang Nan1-0/+1
2016-09-18Linux 4.8-rc7Linus Torvalds1-1/+1
2016-09-18openrisc: fix the fix of copy_from_user()Guenter Roeck1-1/+1
2016-09-18avr32: fix 'undefined reference to `___copy_from_user'Guenter Roeck1-2/+2
2016-09-17fix iov_iter_fault_in_readable()Al Viro2-23/+3
2016-09-16IB/rdmavt: Don't vfree a kzalloc'ed memory regionColin Ian King1-1/+1
2016-09-16IB/rxe: Fix kmem_cache leakYonatan Cohen1-0/+13
2016-09-16IB/rxe: Fix race condition between requester and completerYonatan Cohen1-13/+44
2016-09-16IB/rxe: Fix duplicate atomic request handlingYonatan Cohen1-5/+6
2016-09-16IB/rxe: Fix kernel panic in udp_setup_tunnelYonatan Cohen3-34/+51