summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add module name [bpf] to ksymbols for bpf programsSong Liu2019-01-211-1/+1
* perf top: Synthesize BPF events for pre-existing loaded BPF programsArnaldo Carvalho de Melo2019-01-211-0/+7
* perf tools: Synthesize PERF_RECORD_* for loaded BPF programsSong Liu2019-01-213-0/+264
* perf tools: Handle PERF_RECORD_BPF_EVENTSong Liu2019-01-2112-2/+97
* perf tools: Handle PERF_RECORD_KSYMBOLSong Liu2019-01-218-2/+116
* tools headers uapi: Sync tools/include/uapi/linux/perf_event.hSong Liu2019-01-211-1/+28
* perf, bpf: Introduce PERF_RECORD_BPF_EVENTSong Liu2019-01-216-2/+159
* tools headers uapi: Sync tools/include/uapi/linux/perf_event.hSong Liu2019-01-211-1/+25
* perf, bpf: Introduce PERF_RECORD_KSYMBOLSong Liu2019-01-213-2/+130
* perf: Make perf_event_output() propagate the output() returnArnaldo Carvalho de Melo2019-01-216-23/+25
* perf report: Dump s390 counter set data to fileThomas Richter2019-01-211-4/+73
* perf report: Display names in s390 diagnostic counter setsThomas Richter2019-01-211-5/+54
* perf report: Display arch specific diagnostic counter sets, starting with s390Thomas Richter2019-01-217-1/+277
* perf tools: Remove duplicate headersBrajeswar Ghosh2019-01-214-4/+0
* perf: Remove duplicated workqueue.h include from perf_event.hYueHaibing2019-01-211-1/+0
* perf session: Add reader__process_events functionJiri Olsa2019-01-211-24/+38
* perf session: Add 'data_offset' member to reader objectJiri Olsa2019-01-211-4/+5
* perf session: Add 'data_size' member to reader objectJiri Olsa2019-01-211-1/+3
* perf session: Add reader objectJiri Olsa2019-01-211-2/+8
* perf session: Get rid of file_size variableJiri Olsa2019-01-211-7/+5
* perf session: Rearrange perf_session__process_events functionJiri Olsa2019-01-211-13/+7
* perf tools: Replace automatic const char[] variables by staticsRasmus Villemoes2019-01-216-11/+11
* perf/core: Remove unused perf_flagsAndrew Murray2019-01-212-4/+0
* perf/core, arch/x86: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDEAndrew Murray2019-01-213-18/+4
* perf/core, arch/x86: Use PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUsAndrew Murray2019-01-216-51/+12
* perf/core, arch/powerpc: use PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable ...Andrew Murray2019-01-213-36/+3
* perf/drivers: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDEAndrew Murray2019-01-213-20/+3
* For drivers that do not support context exclusion let's advertise theAndrew Murray2019-01-218-38/+9
* perf/core, arch/arm: Use PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUsAndrew Murray2019-01-212-15/+3
* perf/core, arch/arm: Use PERF_PMU_CAP_NO_EXCLUDE conditionallyAndrew Murray2019-01-211-10/+5
* perf/core, arch/alpha: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDEAndrew Murray2019-01-211-6/+1
* perf/core: Add PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUsAndrew Murray2019-01-212-0/+10
* perf/core: Add function to test for event exclusion flagsAndrew Murray2019-01-211-0/+9
* perf/doc: Update design.txt for exclude_{host|guest} flagsAndrew Murray2019-01-211-0/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-01-1810-22/+109
|\
| * RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUTJason Gunthorpe2019-01-144-13/+59
| * RDMA/mthca: Clear QP objects during their allocationLeon Romanovsky2019-01-101-2/+2
| * RDMA/vmw_pvrdma: Return the correct opcode when creating WRAdit Ranadive2019-01-103-1/+41
| * RDMA/cma: Add cm_id restrack resource based on kernel or user cm_id typeSteve Wise2019-01-081-1/+4
| * RDMA/nldev: Don't expose unsafe global rkey to regular userLeon Romanovsky2019-01-071-4/+0
| * RDMA/uverbs: Fix post send success return value in case of errorGal Pressman2019-01-071-1/+3
* | Merge tag 'drm-fixes-2019-01-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-01-1827-131/+114
|\ \
| * \ Merge tag 'drm-misc-fixes-2019-01-17' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-01-189-66/+20
| |\ \
| | * | drm/sun4i: backend: add missing of_node_putsJulia Lawall2019-01-151-2/+3
| | * | drm/meson: Fix atomic mode switching regressionNeil Armstrong2019-01-152-21/+7
| | * | drm/meson: add missing of_node_putJulia Lawall2019-01-141-2/+7
| | * | drm/virtio: drop prime import/export callbacksGerd Hoffmann2019-01-143-22/+0
| | * | drm/qxl: drop prime import/export callbacksGerd Hoffmann2019-01-142-18/+0
| | * | drm/rockchip: add missing of_node_putJulia Lawall2019-01-131-1/+3
| * | | Merge tag 'drm-intel-fixes-2019-01-17' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-01-184-6/+29
| |\ \ \