summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.probe_kernel_read' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-073-25/+4
|\
| * dio: use probe_kernel_read()Al Viro2017-05-271-15/+2
| * hp_sdc: use probe_kernel_read()Al Viro2017-05-271-5/+1
| * hpfb: use probe_kernel_read()Al Viro2017-05-271-5/+1
* | Merge branch 'misc.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-071-41/+40
|\ \
| * | osf_sigstack(): switch to put_user()Al Viro2017-05-271-3/+2
| * | osf_sys.c: switch handling of timeval32/itimerval32 to copy_{to,from}_user()Al Viro2017-05-271-24/+29
| * | Merge branch 'work.sys_wait' into misc.alphaAl Viro2017-05-277-258/+188
| |\ \
| * | | osf_getdomainname(): use copy_to_user()Al Viro2017-05-271-14/+9
| | |/ | |/|
* | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-0723-1137/+1019
|\ \ \
| * | | mqueue: move compat syscalls to native onesAl Viro2017-07-043-228/+262
| * | | usbdevfs: get rid of field-by-field copyinAl Viro2017-06-301-29/+19
| * | | compat_hdio_ioctl: get rid of set_fs()Al Viro2017-06-301-9/+6
| * | | take floppy compat ioctls to sodding floppy.cAl Viro2017-06-302-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-103-35/+35
| * | | select: switch compat_{get,put}_fd_set() to compat_{get,put}_bitmap()Al Viro2017-06-101-39/+5
| * | | put_compat_rusage(): switch to copy_to_user()Al Viro2017-06-101-19/+21
| * | | sigpending(): move compat to nativeAl Viro2017-06-102-23/+12
| * | | getrlimit()/setrlimit(): move compat to nativeAl Viro2017-06-102-38/+48
| * | | times(2): move compat to nativeAl Viro2017-06-103-28/+27
| * | | compat_{get,put}_bitmap(): use unsafe_{get,put}_user()Al Viro2017-06-102-55/+29
| * | | fb_get_fscreeninfo(): don't bother with do_fb_ioctl()Al Viro2017-06-101-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-0712-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