Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-08autofs: clean up includesIan Kent
2018-06-08autofs4: merge auto_fs.h and auto_fs4.hIan Kent
2017-12-28fs: compat_ioctl: add new DVB demux ioctlsMauro Carvalho Chehab
2017-12-13media: dvb_frontend: Add compat_ioctl callbackJaedon Shin
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-11-06fs: make fiemap work from compat_ioctlJosef Bacik
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-20i2c compat ioctls: move to ->compat_ioctl()Al Viro
2017-09-05media: get rid of removed DMX_GET_CAPS and DMX_SET_SOURCE leftoversMauro Carvalho Chehab
2017-07-08Merge branch 'work.__copy_in_user' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-06-09tty: add compat_ioctl callbacksAleksa Sarai
2017-05-26sanitize do_i2c_smbus_ioctl()Al Viro
2017-04-30fs: compat: Remove warning from COMPATIBLE_IOCTLMark Charlebois
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-09-24fs: compat_ioctl: add pretimeout functions for watchdogsWolfram Sang
2016-06-28[media] cec: add compat32 ioctl supportHans Verkuil
2016-02-15Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman
2016-02-09fs/compat: remove useless compat ioctl for parport deviceBamvor Jian Zhang
2016-01-27Bluetooth: Add missing COMPATIBLE_IOCTL for UART line disciplineMarcel Holtmann
2016-01-13Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-13Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-01-09nbd: use ->compat_ioctl()Al Viro
2016-01-09compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)Jann Horn
2016-01-09compat_ioctl: don't pass fd around when not neededAl Viro
2016-01-09compat_ioctl: don't look up the fd twiceJann Horn
2016-01-01vfs: hoist the btrfs deduplication ioctl to the vfsDarrick J. Wong
2016-01-01vfs: wire up compat ioctl for CLONE/CLONE_RANGEDarrick J. Wong
2015-10-24i2c-dev: Fix typo in ioctl name referenceJean Delvare
2015-07-09ioctl_compat: handle FITRIMMikulas Patocka
2015-04-04Bluetooth: bnep: Add support for get bnep features via ioctlGrzegorz Kolodziejczyk
2014-07-11Bluetooth: Move HCI socket definitions into its own header fileMarcel Holtmann
2014-03-06fs/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens
2014-01-22fs/compat_ioctl.c: fix an underflow issue (harmless)Dan Carpenter
2013-10-25file->f_op is never NULL...Al Viro
2013-06-29compat.c: LOOP_CLR_FD is taken care of in loop.c itself...Al Viro
2013-05-04Removed unused typedef to avoid "unused local typedef" warnings.Han Shen
2013-02-23new helper: file_inode(file)Al Viro
2012-10-29Merge 3.7-rc3 into tty-nextGreg Kroah-Hartman
2012-10-26fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error checkKees Cook
2012-10-25tty, ioctls -- Add new ioctl definitions for tty flags fetchingCyrill Gorcunov
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2012-09-27switch simple cases of fget_light to fdgetAl Viro
2012-09-26compat_ioctl: Avoid using undefined RS-485 IOCTLsJaeden Amero
2012-09-21compat_ioctl: Add RS-485 IOCTLs to the listJaeden Amero
2012-09-05Input: Add KD[GS]KBDIACRUC ioctls to the compatible listMichael Schutte
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-03-05ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras
2012-02-29fs: reduce the use of module.h wherever possiblePaul Gortmaker