aboutsummaryrefslogtreecommitdiffstats
path: root/fs/compat_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-10-291-131/+0
|\
| * media: dvb: move compat handlers into driversArnd Bergmann2018-09-121-78/+0
| * media: dvb: move most compat_ioctl handling into driversArnd Bergmann2018-09-121-31/+0
| * media: cec: move compat_ioctl handling to cec-api.cArnd Bergmann2018-09-121-12/+0
| * media: dvb: dmxdev: move compat_ioctl handling to dmxdev.cArnd Bergmann2018-09-121-12/+0
| * media: dvb: fix compat ioctl translationArnd Bergmann2018-09-121-4/+6
* | Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-10-251-68/+1
|\ \
| * | hidp: fix compat_ioctlAl Viro2018-09-101-10/+0
| * | cmtp: fix compat_ioctlAl Viro2018-09-101-9/+0
| * | bnep: fix compat_ioctlAl Viro2018-09-101-11/+0
| * | compat_ioctl: trim the pointless includesAl Viro2018-09-101-39/+1
* | | compat_ioctl - kill keyboard ioctl handlingAl Viro2018-10-131-29/+0
* | | gigaset: add ->compat_ioctl()Al Viro2018-10-131-5/+0
* | | kill the rest of tty COMPAT_IOCTL() entriesAl Viro2018-10-131-13/+0
* | | take compat TIOC[SG]SERIAL treatment into tty_compat_ioctl()Al Viro2018-10-131-67/+0
* | | move compat handling of tty ioctls to tty_compat_ioctl()Al Viro2018-09-141-51/+0
* | | presence of RS485 ioctls has been unconditional since 2014Al Viro2018-09-111-4/+0
| |/ |/|
* | media: dvb/audio.h: get rid of unused APIsMauro Carvalho Chehab2018-07-301-3/+0
* | media: dvb/video.h: get rid of unused APIsMauro Carvalho Chehab2018-07-301-7/+0
* | media: dvb: get rid of VIDEO_SET_SPU_PALETTEMauro Carvalho Chehab2018-07-271-30/+0
|/
* autofs: clean up includesIan Kent2018-06-071-1/+0
* autofs4: merge auto_fs.h and auto_fs4.hIan Kent2018-06-071-1/+0
* fs: compat_ioctl: add new DVB demux ioctlsMauro Carvalho Chehab2017-12-281-0/+5
* media: dvb_frontend: Add compat_ioctl callbackJaedon Shin2017-12-131-17/+0
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-11-171-0/+1
|\
| * fs: make fiemap work from compat_ioctlJosef Bacik2017-11-051-0/+1
* | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-122/+0
|\ \
| * | i2c compat ioctls: move to ->compat_ioctl()Al Viro2017-09-201-122/+0
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* media: get rid of removed DMX_GET_CAPS and DMX_SET_SOURCE leftoversMauro Carvalho Chehab2017-09-051-2/+0
* Merge branch 'work.__copy_in_user' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-081-10/+9
|\
| * sanitize do_i2c_smbus_ioctl()Al Viro2017-05-251-10/+9
* | tty: add compat_ioctl callbacksAleksa Sarai2017-06-091-6/+0
|/
* fs: compat: Remove warning from COMPATIBLE_IOCTLMark Charlebois2017-04-291-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* fs: compat_ioctl: add pretimeout functions for watchdogsWolfram Sang2016-09-241-0/+2
* [media] cec: add compat32 ioctl supportHans Verkuil2016-06-281-0/+12
* Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman2016-02-141-0/+3
|\
| * Bluetooth: Add missing COMPATIBLE_IOCTL for UART line disciplineMarcel Holtmann2016-01-271-0/+3
* | fs/compat: remove useless compat ioctl for parport deviceBamvor Jian Zhang2016-02-081-22/+0
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-121-11/+0
|\
| * nbd: use ->compat_ioctl()Al Viro2016-01-081-11/+0
* | Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-121-0/+5
|\ \ | |/ |/|
| * vfs: hoist the btrfs deduplication ioctl to the vfsDarrick J. Wong2016-01-011-0/+1
| * vfs: wire up compat ioctl for CLONE/CLONE_RANGEDarrick J. Wong2016-01-011-0/+4
* | compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)Jann Horn2016-01-081-62/+68
* | compat_ioctl: don't pass fd around when not neededAl Viro2016-01-081-51/+52
* | compat_ioctl: don't look up the fd twiceJann Horn2016-01-081-54/+68
|/
* i2c-dev: Fix typo in ioctl name referenceJean Delvare2015-10-231-1/+1
* ioctl_compat: handle FITRIMMikulas Patocka2015-07-091-0/+1