summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-10-13synclink_gt(): fix compat_ioctl()Al Viro1-12/+4
2018-10-13pty: fix compat ioctlsAl Viro1-2/+12
2018-10-13gigaset: add ->compat_ioctl()Al Viro1-0/+11
2018-10-13vt_compat_ioctl(): clean up, use compat_ptr() properlyAl Viro1-22/+9
2018-10-13gigaset: don't try to printk userland buffer contentsAl Viro1-1/+1
2018-10-13dgnc: don't bother with (empty) stub for TCXONCAl Viro1-5/+0
2018-10-13dgnc: leave TIOC[GS]SOFTCAR to ldiscAl Viro1-24/+0
2018-10-13remove fallback to drivers for TIOCGICOUNTAl Viro1-5/+1
2018-10-13dgnc: break-related ioctls won't reach ->ioctl()Al Viro1-75/+0
2018-10-13dgnc: TIOCM... won't reach ->ioctl()Al Viro1-114/+0
2018-10-13isdn_tty: TCSBRK{,P} won't reach ->ioctl()Al Viro1-19/+0
2018-10-13kill capinc_tty_ioctl()Al Viro1-7/+0
2018-10-13take compat TIOC[SG]SERIAL treatment into tty_compat_ioctl()Al Viro1-0/+81
2018-10-13synclink: reduce pointless checks in ->ioctl()Al Viro4-8/+4
2018-10-13complete ->[sg]et_serial() switchoverAl Viro2-12/+6
2018-10-13usb_wwan: switch to ->[sg]et_serial()Al Viro3-49/+23
2018-10-13whiteheat: switch to ->get_serial()Al Viro1-27/+15
2018-10-13ti_usb_3410_5052: switch to ->[sg]et_serial()Al Viro1-50/+24
2018-10-13ssu100: switch to ->get_serial()Al Viro1-31/+11
2018-10-13quatech2: switch to ->get_serial()Al Viro1-31/+11
2018-10-13pl2303: switch to ->get_serial()Al Viro1-21/+8
2018-10-13opticon: switch to ->get_serial()Al Viro1-31/+12
2018-10-13mos7840: switch to ->get_serial()Al Viro1-26/+13
2018-10-13mos7720: switch to ->get_serial()Al Viro1-21/+13
2018-10-13io_ti: switch to ->get_serial()Al Viro1-33/+14
2018-10-13io_edgeport: switch to ->get_serial()Al Viro1-21/+16
2018-10-13fdti_sio: switch to ->[sg]et_serial()Al Viro1-27/+21
2018-10-13f81534: switch to ->get_serial()Al Viro1-30/+8
2018-10-13f81232: switch to ->get_serial()Al Viro1-28/+8
2018-10-13ark3116: switch to ->get_serial()Al Viro1-30/+8
2018-10-13cdc-acm: switch to ->[sg]et_serial()Al Viro1-27/+14
2018-10-13usb-serial: begin switching to ->[sg]et_serial()Al Viro1-0/+20
2018-10-13serial_core: switch to ->[sg]et_serial()Al Viro1-26/+12
2018-10-13mxser: switch to ->[sg]et_serial()Al Viro1-46/+51
2018-10-13moxa: switch to ->[sg]et_serial()Al Viro1-39/+40
2018-10-13isicom: switch to ->[sg]et_serial()Al Viro1-47/+25
2018-10-13ipwireless: switch to ->[sg]et_serial()Al Viro1-18/+18
2018-10-13cyclades: switch to ->[sg]et_serial()Al Viro1-40/+37
2018-10-13amiserial: switch to ->[sg]et_serial()Al Viro1-45/+33
2018-09-14greybus/uart: switch to ->[sg]et_serial()Al Viro1-29/+18
2018-09-14fwserial: switch to ->[sg]et_serial()Al Viro1-38/+28
2018-09-14tty_ioctl(): start taking TIOC[SG]SERIAL into separate methodsAl Viro1-5/+30
2018-09-14mos7720: bury dead TIOCM... in ->ioctl()Al Viro1-52/+0
2018-09-14tty_ioctl(): drop FIONBIO handlingAl Viro1-30/+0
2018-09-14move compat handling of tty ioctls to tty_compat_ioctl()Al Viro2-18/+76
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds11-179/+72
2018-08-26Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-17/+25
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds3-27/+87
2018-08-25Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds14-24/+171
2018-08-25Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds5-18/+205