summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | switch compat_drm_markbufs() to drm_ioctl_kernel()Al Viro2017-05-271-11/+7
| * | | switch compat_drm_addmap() to drm_ioctl_kernel()Al Viro2017-05-271-20/+13
| * | | switch compat_drm_getstats() to drm_ioctl_kernel()Al Viro2017-05-271-18/+4
| * | | switch compat_drm_getclient() to drm_ioctl_kernel()Al Viro2017-05-273-18/+14
| * | | switch compat_drm_infobufs() to drm_ioctl_kernel()Al Viro2017-05-273-56/+53
| * | | switch compat_drm_getmap() to drm_ioctl_kernel()Al Viro2017-05-271-21/+12
| * | | compat_drm_setunique(): don't botherAl Viro2017-05-271-16/+3
| * | | switch compat_drm_getunique() to drm_ioctl_kernel()Al Viro2017-05-273-14/+10
| * | | switch compat_drm_version() to drm_ioctl_kernel()Al Viro2017-05-273-27/+18
| * | | switch compat_drm_addbufs() to drm_ioctl_kernel()Al Viro2017-05-271-13/+17
| * | | drm_compat_ioctl(): prepare for conversions to drm_ioctl_kernel()Al Viro2017-05-271-34/+47
| * | | new helper: drm_ioctl_kernel()Al Viro2017-05-272-14/+28
| |/ /
* | | Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-07-0617-245/+797
|\ \ \
| * | | ftrace: Test for NULL iter->tr in regex for stack_trace_filter changesSteven Rostedt (VMware)2017-07-051-1/+1
| * | | Merge commit '0f17976568b3f72e676450af0c0db6f8752253d6' into trace/ftrace/coreSteven Rostedt (VMware)2017-07-054-5/+19
| |\ \ \
| * | | | ftrace: Decrement count for dyn_ftrace_total_info for init functionsSteven Rostedt (VMware)2017-06-281-0/+1
| * | | | ftrace: Unlock hash mutex on failed allocation in process_mod_list()Steven Rostedt (VMware)2017-06-281-1/+2
| * | | | tracing: Add support for display of tgid in trace outputJoel Fernandes2017-06-272-14/+31
| * | | | tracing: Add support for recording tgid of tasksJoel Fernandes2017-06-275-26/+213
| * | | | ftrace: Decrement count for dyn_ftrace_total_info fileSteven Rostedt (VMware)2017-06-271-0/+1
| * | | | ftrace: Remove unused function ftrace_arch_read_dyn_info()Steven Rostedt (VMware)2017-06-271-18/+3
| * | | | sh/ftrace: Remove only user of ftrace_arch_read_dyn_info()Steven Rostedt2017-06-271-18/+0
| * | | | ftrace: Have cached module filters be an active filterSteven Rostedt (VMware)2017-06-263-6/+23
| * | | | ftrace: Implement cached modules tracing on module loadSteven Rostedt (VMware)2017-06-261-0/+93
| * | | | ftrace: Have the cached module list show in set_ftrace_filterSteven Rostedt (VMware)2017-06-262-13/+102
| * | | | ftrace: Add :mod: caching infrastructure to trace_arraySteven Rostedt (VMware)2017-06-262-6/+148
| * | | | tracing: Show address when function names are not foundSteven Rostedt (VMware)2017-06-221-4/+14
| * | | | ftrace: Add missing comment for FTRACE_OPS_FL_RCUSteven Rostedt (VMware)2017-06-211-0/+1
| * | | | tracing: Rename update the enum_map fileJeremy Linton2017-06-132-21/+21
| * | | | tracing: Add TRACE_DEFINE_SIZEOF() macrosJeremy Linton2017-06-132-2/+13
| * | | | tracing: define TRACE_DEFINE_SIZEOF() macro to map sizeof's to their valuesJeremy Linton2017-06-132-0/+17
| * | | | tracing: Rename enum_replace to eval_replaceJeremy Linton2017-06-131-6/+6
| * | | | trace: rename enum_map functionsJeremy Linton2017-06-133-40/+40
| * | | | trace: rename trace.c enum functionsJeremy Linton2017-06-131-6/+6
| * | | | trace: rename trace_enum_mutex to trace_eval_mutexJeremy Linton2017-06-131-7/+7
| * | | | trace: rename trace enum data structures in trace.cJeremy Linton2017-06-131-26/+26
| * | | | trace: rename struct module entry for trace enumsJeremy Linton2017-06-133-8/+8
| * | | | trace: rename trace_enum_map to trace_eval_mapJeremy Linton2017-06-136-29/+29
| * | | | trace: rename kernel enum section to evalJeremy Linton2017-06-134-9/+9
| * | | | tracing: Remove unused declaration of trace_stop_cmdline_recordingJoel Fernandes2017-06-131-2/+0
* | | | | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-0675-725/+778
|\ \ \ \ \
| * | | | | ARM: dma-mapping: Remove traces of NOMMU codeVladimir Murzin2017-06-301-27/+2
| * | | | | ARM: NOMMU: Set ARM_DMA_MEM_BUFFERABLE for M-class cpusVladimir Murzin2017-06-301-2/+6
| * | | | | ARM: NOMMU: Introduce dma operations for noMMUVladimir Murzin2017-06-304-4/+232
| * | | | | drivers: dma-mapping: allow dma_common_mmap() for NOMMUVladimir Murzin2017-06-307-2/+8
| * | | | | drivers: dma-coherent: Introduce default DMA poolVladimir Murzin2017-06-282-7/+55
| * | | | | drivers: dma-coherent: Account dma_pfn_offset when used with device treeVladimir Murzin2017-06-281-2/+13
| * | | | | dma: Take into account dma_pfn_offsetVladimir Murzin2017-06-281-3/+6
| * | | | | dma-mapping: replace dmam_alloc_noncoherent with dmam_alloc_attrsChristoph Hellwig2017-06-284-25/+23
| * | | | | dma-mapping: remove dmam_free_noncoherentChristoph Hellwig2017-06-283-23/+0