summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-04-08fs: compat: Remove warning from COMPATIBLE_IOCTLMark Charlebois1-1/+1
2016-09-24fs: compat_ioctl: add pretimeout functions for watchdogsWolfram Sang1-0/+2
2016-06-28[media] cec: add compat32 ioctl supportHans Verkuil1-0/+12
2016-02-14Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman983-58655/+10558
2016-02-08fs/compat: remove useless compat ioctl for parport deviceBamvor Jian Zhang1-22/+0
2016-01-27Bluetooth: Add missing COMPATIBLE_IOCTL for UART line disciplineMarcel Holtmann1-0/+3
2016-01-13Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds125-1478/+792
2016-01-13Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds26-343/+733
2016-01-09nbd: use ->compat_ioctl()Al Viro2-11/+1
2016-01-09compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)Jann Horn1-62/+68
2016-01-09compat_ioctl: don't pass fd around when not neededAl Viro4-55/+61
2016-01-09compat_ioctl: don't look up the fd twiceJann Horn1-54/+68
2016-01-01vfs: hoist the btrfs deduplication ioctl to the vfsDarrick J. Wong5-0/+173
2016-01-01vfs: wire up compat ioctl for CLONE/CLONE_RANGEDarrick J. Wong2-1/+5
2015-10-23i2c-dev: Fix typo in ioctl name referenceJean Delvare3-5/+7
2015-07-09ioctl_compat: handle FITRIMMikulas Patocka6-7/+1
2015-04-03Bluetooth: bnep: Add support for get bnep features via ioctlGrzegorz Kolodziejczyk3-0/+10
2014-07-11Bluetooth: Move HCI socket definitions into its own header fileMarcel Holtmann4-150/+177
2014-03-06fs/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens4-37/+31
2014-01-22fs/compat_ioctl.c: fix an underflow issue (harmless)Dan Carpenter1-1/+2
2013-10-25file->f_op is never NULL...Al Viro29-97/+74
2013-06-29compat.c: LOOP_CLR_FD is taken care of in loop.c itself...Al Viro1-3/+0
2013-05-04Removed unused typedef to avoid "unused local typedef" warnings.Han Shen1-1/+0
2013-02-23new helper: file_inode(file)Al Viro306-717/+696
2012-10-29Merge 3.7-rc3 into tty-nextGreg Kroah-Hartman449-3850/+5600
2012-10-25fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error checkKees Cook1-0/+2
2012-10-25tty, ioctls -- Add new ioctl definitions for tty flags fetchingCyrill Gorcunov9-0/+27
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds142-2877/+2915
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds24-287/+610
2012-09-27switch simple cases of fget_light to fdgetAl Viro44-763/+633
2012-09-25compat_ioctl: Avoid using undefined RS-485 IOCTLsJaeden Amero1-0/+4
2012-09-21compat_ioctl: Add RS-485 IOCTLs to the listJaeden Amero1-0/+2
2012-09-05Input: Add KD[GS]KBDIACRUC ioctls to the compatible listMichael Schutte1-0/+2
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds100-100/+100
2012-03-05ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras13-13/+13
2012-02-29fs: reduce the use of module.h wherever possiblePaul Gortmaker32-32/+30
2012-01-15Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds555-14434/+31368
2012-01-05vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds4-56/+26
2011-12-31[media] fs/compat_ioctl: it needs to see the DVBv3 compat stuffMauro Carvalho Chehab1-0/+1
2011-08-08compat_ioctl: add compat handler for PPPIOCGL2TPSTATSFlorian Westphal1-0/+1
2011-07-01compat_ioctl: fix warning caused by qemuJohannes Stezenbach3-14/+23
2011-01-07Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds45-189/+4538
2010-12-29[media] V4L1 removal: Remove linux/videodev.hMauro Carvalho Chehab10-113/+4
2010-12-17TTY: Add tty ioctl to figure device node of the system console.Werner Fink10-0/+14
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann137-137/+0
2010-10-28Merge 'staging-next' to Linus's treeGreg Kroah-Hartman1390-159785/+434659
2010-10-19fix rawctl compat ioctls breakage on amd64 and itanicAl Viro2-173/+140
2010-10-05smbfs: move to drivers/stagingArnd Bergmann34-103/+44
2010-08-13bkl: Remove locked .ioctl file operationArnd Bergmann7-51/+13
2010-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds112-647/+5498
[next]