summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-0623-1137/+1019
|\
| * mqueue: move compat syscalls to native onesAl Viro2017-07-043-228/+262
| * usbdevfs: get rid of field-by-field copyinAl Viro2017-06-291-29/+19
| * compat_hdio_ioctl: get rid of set_fs()Al Viro2017-06-291-9/+6
| * take floppy compat ioctls to sodding floppy.cAl Viro2017-06-292-340/+328
| * ipmi: get rid of field-by-field __get_user()Al Viro2017-06-261-50/+37
| * ipmi: get COMPAT_IPMICTL_RECEIVE_MSG in sync with the native oneAl Viro2017-06-261-133/+115
| * rt_sigtimedwait(): move compat to nativeAl Viro2017-06-093-35/+35
| * select: switch compat_{get,put}_fd_set() to compat_{get,put}_bitmap()Al Viro2017-06-091-39/+5
| * put_compat_rusage(): switch to copy_to_user()Al Viro2017-06-091-19/+21
| * sigpending(): move compat to nativeAl Viro2017-06-092-23/+12
| * getrlimit()/setrlimit(): move compat to nativeAl Viro2017-06-092-38/+48
| * times(2): move compat to nativeAl Viro2017-06-093-28/+27
| * compat_{get,put}_bitmap(): use unsafe_{get,put}_user()Al Viro2017-06-092-55/+29
| * fb_get_fscreeninfo(): don't bother with do_fb_ioctl()Al Viro2017-06-091-14/+5
| * do_sigaltstack(): lift copying to/from userland into callersAl Viro2017-05-271-61/+46
| * take compat_sys_old_getrlimit() to native syscallAl Viro2017-05-276-33/+25
| * trim __ARCH_WANT_SYS_OLD_GETRLIMITAl Viro2017-05-274-4/+0
* | Merge branch 'work.drm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-07-0612-1045/+476
|\ \
| * | Fix trivial misannotationsAl Viro2017-07-062-3/+3
| * | mga: switch compat ioctls to drm_ioctl_kernel()Al Viro2017-07-044-90/+64
| * | radeon: take out dead compat ioctlsAl Viro2017-07-043-427/+16
| * | drm compat: ia64 is not biarchAl Viro2017-07-041-2/+2
| * | drm_compat_ioctl(): tidy up a bitAl Viro2017-07-041-13/+9
| * | switch compat_drm_mapbufs() to drm_ioctl_kernel()Al Viro2017-07-043-65/+77
| * | switch compat_drm_rmmap() to drm_ioctl_kernel()Al Viro2017-07-041-10/+4
| * | switch compat_drm_mode_addfb2() to drm_ioctl_kernel()Al Viro2017-07-041-28/+10
| * | switch compat_drm_wait_vblank() to drm_ioctl_kernel()Al Viro2017-07-041-16/+10
| * | switch compat_drm_update_draw()Al Viro2017-07-041-14/+3
| * | compat_drm: switch sg ioctlsAl Viro2017-07-041-18/+12
| * | compat_drm: switch AGP compat ioctls to drm_ioctl_kernel()Al Viro2017-07-041-65/+44
| * | switch compat_drm_dma() to drm_ioctl_kernel()Al Viro2017-05-271-25/+13
| * | switch compat_drm_resctx() to drm_ioctl_kernel()Al Viro2017-05-271-13/+7
| * | switch compat_drm_getsareactx() to drm_ioctl_kernel()Al Viro2017-05-271-15/+8
| * | switch compat_drm_setsareactx() to drm_ioctl_kernel()Al Viro2017-05-271-11/+6
| * | switch compat_drm_freebufs() to drm_ioctl_kernel()Al Viro2017-05-271-11/+5
| * | 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