aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-23perf report: Fix regression when decoding intel_pt tracesMathieu Poirier1-2/+2
2018-01-23perf symbols: Using O_CLOEXEC in do_openWang YanQing1-1/+1
2018-01-23perf tools: Move conditional O_CLOEXEC to util.hArnaldo Carvalho de Melo2-10/+10
2018-01-18perf bpf: Don't warn about unavailability of builtin clang, just fallbackArnaldo Carvalho de Melo1-1/+1
2018-01-18perf tools: Use ui__error() for reporting --fields errorsArnaldo Carvalho de Melo1-2/+2
2018-01-18perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize_sample()Adrian Hunter6-34/+6
2018-01-18perf evsel: Ensure reserved member of PERF_SAMPLE_CPU is zero in perf_event__synthesize_sample()Adrian Hunter1-0/+1
2018-01-18perf intel-pt/bts: Do not swap when synthesizing samplesAdrian Hunter2-13/+4
2018-01-17perf record: Fix failed memory allocation for get_cpuid_strThomas Richter1-1/+1
2018-01-17perf script: Remove the time slices number limitationJin Yao2-9/+17
2018-01-17perf report: Remove the time slices number limitationJin Yao2-7/+17
2018-01-17perf util: Allocate time slices buffer according to number of commaJin Yao2-0/+30
2018-01-17perf report: Add an indication of what time slices are usedJin Yao1-0/+3
2018-01-17perf util: Support no index time percent sliceJin Yao1-0/+36
2018-01-17perf util: Improve error checking for time percent inputJin Yao1-2/+6
2018-01-17perf script: Improve error msg when no first/last sample time foundJin Yao1-1/+3
2018-01-17perf report: Improve error msg when no first/last sample time foundJin Yao1-1/+3
2018-01-17perf callchains: Ask for PERF_RECORD_MMAP for data mmaps for DWARF unwindingArnaldo Carvalho de Melo1-3/+13
2018-01-17perf trace: Allow overriding global --max-stack per eventArnaldo Carvalho de Melo1-1/+13
2018-01-17perf trace: Setup DWARF callchains for non-syscall events when --max-stack is usedArnaldo Carvalho de Melo1-2/+3
2018-01-17perf unwind: Do not look just at the global callchain_param.record_modeArnaldo Carvalho de Melo7-12/+25
2018-01-17perf callchain: Fix attr.sample_max_stack settingArnaldo Carvalho de Melo1-4/+4
2018-01-17perf tools: Add ARM Statistical Profiling Extensions (SPE) supportKim Phillips11-7/+1077
2018-01-17tools lib traceevent: Fix get_field_str() for dynamic stringsSteven Rostedt (VMware)1-1/+9
2018-01-17tools lib traceevent: Fix missing break in FALSE case of pevent_filter_clear_trivial()Taeung Song1-0/+1
2018-01-17tools lib traceevent: Add UL suffix to MISSING_EVENTSMichael Sartain1-2/+2
2018-01-17tools lib traceevent: Use asprintf when possibleFederico Vaga2-22/+13
2018-01-17tools lib traceevent: Show contents (in hex) of data of unrecognized type recordsSteven Rostedt (VMware)1-2/+8
2018-01-17tools lib traceevent: Handle new pointer processing of bprint stringsSteven Rostedt (VMware)1-0/+26
2018-01-17tools lib traceevent: Simplify pointer print logic and fix %pFSteven Rostedt (VMware)1-8/+9
2018-01-17tools lib traceevent: Print value of unknown symbolic fieldsJan Kiszka1-0/+2
2018-01-17tools lib traceevent: Show value of flags that have not been parsedSteven Rostedt (VMware)1-0/+5
2018-01-17tools lib traceevent: Fix bad force_token escape sequenceMichael Sartain1-1/+1
2018-01-12perf trace: Fix setting of --call-graph/--max-stack for non-syscall eventsArnaldo Carvalho de Melo1-15/+5
2018-01-12perf evsel: Check if callchain is enabled before setting it upArnaldo Carvalho de Melo1-3/+11
2018-01-12perf tools: Fix copyfile_offset update of output offsetJiri Olsa1-1/+1
2018-01-12perf trace: No need to set PERF_SAMPLE_IDENTIFIER explicitelyArnaldo Carvalho de Melo1-23/+0
2018-01-12perf script python: Add script to profile and resolve physical mem typeKan Liang4-0/+119
2018-01-12perf evlist: Remove trailing semicolonLuis de Bethencourt1-1/+1
2018-01-12perf/x86/rapl: Fix Haswell and Broadwell server RAPL eventKan Liang1-2/+2
2018-01-11perf evsel: Fix incorrect handling of type _TERM_DRV_CFGMathieu Poirier1-1/+1
2018-01-10Fix a leak in socket(2) when we fail to allocate a file descriptor.Al Viro1-1/+3
2018-01-10ipv6: sr: fix TLVs not being copied using setsockoptMathieu Xhonneux1-0/+9
2018-01-10ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet1-2/+3
2018-01-10mlxsw: spectrum_qdisc: Don't use variable array in mlxsw_sp_tclass_congestion_enableJiri Pirko1-3/+4
2018-01-10mlxsw: pci: Wait after reset before accessing HWYuval Mintz2-1/+7
2018-01-10nfp: always unmask aux interrupts at initJakub Kicinski1-0/+2
2018-01-108021q: fix a memory leak for VLAN 0 deviceCong Wang1-6/+1
2018-01-10of_mdio: avoid MDIO bus removal when a PHY is missingMadalin Bucur1-2/+7
2018-01-10caif_usb: use strlcpy() instead of strncpy()Xiongfeng Wang1-3/+1