| Commit message (Expand) | Author | Age | Files | Lines |
* | autofs: clean up includes | Ian Kent | 2018-06-08 | 1 | -1/+0 |
* | autofs4: merge auto_fs.h and auto_fs4.h | Ian Kent | 2018-06-08 | 1 | -1/+0 |
* | fs: compat_ioctl: add new DVB demux ioctls | Mauro Carvalho Chehab | 2017-12-28 | 1 | -0/+5 |
* | media: dvb_frontend: Add compat_ioctl callback | Jaedon Shin | 2017-12-13 | 1 | -17/+0 |
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2017-11-17 | 1 | -0/+1 |
|\ |
|
| * | fs: make fiemap work from compat_ioctl | Josef Bacik | 2017-11-06 | 1 | -0/+1 |
* | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2017-11-17 | 1 | -122/+0 |
|\ \ |
|
| * | | i2c compat ioctls: move to ->compat_ioctl() | Al Viro | 2017-09-20 | 1 | -122/+0 |
| |/ |
|
* / | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
|/ |
|
* | media: get rid of removed DMX_GET_CAPS and DMX_SET_SOURCE leftovers | Mauro Carvalho Chehab | 2017-09-05 | 1 | -2/+0 |
* | Merge branch 'work.__copy_in_user' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2017-07-08 | 1 | -10/+9 |
|\ |
|
| * | sanitize do_i2c_smbus_ioctl() | Al Viro | 2017-05-25 | 1 | -10/+9 |
* | | tty: add compat_ioctl callbacks | Aleksa Sarai | 2017-06-09 | 1 | -6/+0 |
|/ |
|
* | fs: compat: Remove warning from COMPATIBLE_IOCTL | Mark Charlebois | 2017-04-29 | 1 | -1/+1 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | fs: compat_ioctl: add pretimeout functions for watchdogs | Wolfram Sang | 2016-09-24 | 1 | -0/+2 |
* | [media] cec: add compat32 ioctl support | Hans Verkuil | 2016-06-28 | 1 | -0/+12 |
* | Merge 4.5-rc4 into char-misc-next | Greg Kroah-Hartman | 2016-02-14 | 1 | -0/+3 |
|\ |
|
| * | Bluetooth: Add missing COMPATIBLE_IOCTL for UART line discipline | Marcel Holtmann | 2016-01-27 | 1 | -0/+3 |
* | | fs/compat: remove useless compat ioctl for parport device | Bamvor Jian Zhang | 2016-02-09 | 1 | -22/+0 |
|/ |
|
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-01-13 | 1 | -11/+0 |
|\ |
|
| * | nbd: use ->compat_ioctl() | Al Viro | 2016-01-09 | 1 | -11/+0 |
* | | Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-01-13 | 1 | -0/+5 |
|\ \
| |/
|/| |
|
| * | vfs: hoist the btrfs deduplication ioctl to the vfs | Darrick J. Wong | 2016-01-01 | 1 | -0/+1 |
| * | vfs: wire up compat ioctl for CLONE/CLONE_RANGE | Darrick J. Wong | 2016-01-01 | 1 | -0/+4 |
* | | compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS) | Jann Horn | 2016-01-09 | 1 | -62/+68 |
* | | compat_ioctl: don't pass fd around when not needed | Al Viro | 2016-01-09 | 1 | -51/+52 |
* | | compat_ioctl: don't look up the fd twice | Jann Horn | 2016-01-09 | 1 | -54/+68 |
|/ |
|
* | i2c-dev: Fix typo in ioctl name reference | Jean Delvare | 2015-10-23 | 1 | -1/+1 |
* | ioctl_compat: handle FITRIM | Mikulas Patocka | 2015-07-09 | 1 | -0/+1 |
* | Bluetooth: bnep: Add support for get bnep features via ioctl | Grzegorz Kolodziejczyk | 2015-04-03 | 1 | -0/+2 |
* | Bluetooth: Move HCI socket definitions into its own header file | Marcel Holtmann | 2014-07-11 | 1 | -1/+1 |
* | fs/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types | Heiko Carstens | 2014-03-06 | 1 | -2/+3 |
* | fs/compat_ioctl.c: fix an underflow issue (harmless) | Dan Carpenter | 2014-01-22 | 1 | -1/+2 |
* | file->f_op is never NULL... | Al Viro | 2013-10-25 | 1 | -2/+2 |
* | compat.c: LOOP_CLR_FD is taken care of in loop.c itself... | Al Viro | 2013-06-29 | 1 | -3/+0 |
* | Removed unused typedef to avoid "unused local typedef" warnings. | Han Shen | 2013-05-04 | 1 | -1/+0 |
* | new helper: file_inode(file) | Al Viro | 2013-02-23 | 1 | -1/+1 |
* | Merge 3.7-rc3 into tty-next | Greg Kroah-Hartman | 2012-10-29 | 1 | -0/+2 |
|\ |
|
| * | fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error check | Kees Cook | 2012-10-25 | 1 | -0/+2 |
* | | tty, ioctls -- Add new ioctl definitions for tty flags fetching | Cyrill Gorcunov | 2012-10-25 | 1 | -0/+3 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-03 | 1 | -15/+12 |
|\ |
|
| * | switch simple cases of fget_light to fdget | Al Viro | 2012-09-27 | 1 | -15/+12 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2012-10-03 | 1 | -0/+2 |
|\ \ |
|
| * | | Input: Add KD[GS]KBDIACRUC ioctls to the compatible list | Michael Schutte | 2012-09-05 | 1 | -0/+2 |
| |/ |
|
* | | compat_ioctl: Avoid using undefined RS-485 IOCTLs | Jaeden Amero | 2012-09-26 | 1 | -0/+4 |
* | | compat_ioctl: Add RS-485 IOCTLs to the list | Jaeden Amero | 2012-09-21 | 1 | -0/+2 |
|/ |
|
* | Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2012-03-24 | 1 | -1/+0 |
|\ |
|
| * | fs: reduce the use of module.h wherever possible | Paul Gortmaker | 2012-02-29 | 1 | -1/+0 |
* | | ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h> | Paul Mackerras | 2012-03-05 | 1 | -1/+1 |
|/ |
|