1. 0e7dd19 fix compat handling of FICLONERANGE, FIDEDUPERANGE and FS_IOC_FIEMAP by Al Viro · 5 years ago
  2. 914282c media: dvb: fix compat ioctl translation by Arnd Bergmann · 6 years ago
  3. e6e9bce compat_ioctl: pppoe: fix PPPOEIOCSFWD handling by Arnd Bergmann · 5 years ago
  4. d21c249 media: dvb/audio.h: get rid of unused APIs by Mauro Carvalho Chehab · 6 years ago
  5. b41e44b media: dvb/video.h: get rid of unused APIs by Mauro Carvalho Chehab · 6 years ago
  6. d0dd962 media: dvb: get rid of VIDEO_SET_SPU_PALETTE by Mauro Carvalho Chehab · 6 years ago
  7. 6471e93 autofs: clean up includes by Ian Kent · 6 years ago
  8. ef8b42f autofs4: merge auto_fs.h and auto_fs4.h by Ian Kent · 6 years ago
  9. 651d666 fs: compat_ioctl: add new DVB demux ioctls by Mauro Carvalho Chehab · 7 years ago
  10. c2dfd22 media: dvb_frontend: Add compat_ioctl callback by Jaedon Shin · 7 years ago
  11. ca5b857 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  12. 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  13. ceac204 fs: make fiemap work from compat_ioctl by Josef Bacik · 7 years ago
  14. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  15. 7d5cb45 i2c compat ioctls: move to ->compat_ioctl() by Al Viro · 7 years ago
  16. 4cd7d6c media: get rid of removed DMX_GET_CAPS and DMX_SET_SOURCE leftovers by Mauro Carvalho Chehab · 7 years ago
  17. 46ace66 Merge branch 'work.__copy_in_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  18. 5f0f187 tty: add compat_ioctl callbacks by Aleksa Sarai · 7 years ago
  19. 8d1a81a sanitize do_i2c_smbus_ioctl() by Al Viro · 7 years ago
  20. 9280cdd fs: compat: Remove warning from COMPATIBLE_IOCTL by Mark Charlebois · 7 years ago
  21. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  22. 97beb3a fs: compat_ioctl: add pretimeout functions for watchdogs by Wolfram Sang · 8 years ago
  23. 594edf3 [media] cec: add compat32 ioctl support by Hans Verkuil · 9 years ago
  24. 1b79dff Merge 4.5-rc4 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  25. 6a4f555 fs/compat: remove useless compat ioctl for parport device by Bamvor Jian Zhang · 9 years ago
  26. d10d34a Bluetooth: Add missing COMPATIBLE_IOCTL for UART line discipline by Marcel Holtmann · 9 years ago
  27. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  28. fce205e Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  29. 263a3df nbd: use ->compat_ioctl() by Al Viro · 9 years ago
  30. a7f61e89 compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS) by Jann Horn · 9 years ago
  31. 66cf191 compat_ioctl: don't pass fd around when not needed by Al Viro · 9 years ago
  32. b434172 compat_ioctl: don't look up the fd twice by Jann Horn · 9 years ago
  33. 54dbc15 vfs: hoist the btrfs deduplication ioctl to the vfs by Darrick J. Wong · 9 years ago
  34. d79bdd5 vfs: wire up compat ioctl for CLONE/CLONE_RANGE by Darrick J. Wong · 9 years ago
  35. c57d3e7 i2c-dev: Fix typo in ioctl name reference by Jean Delvare · 9 years ago
  36. 9abea2d ioctl_compat: handle FITRIM by Mikulas Patocka · 9 years ago
  37. 0477e2e Bluetooth: bnep: Add support for get bnep features via ioctl by Grzegorz Kolodziejczyk · 9 years ago
  38. f49daa8 Bluetooth: Move HCI socket definitions into its own header file by Marcel Holtmann · 10 years ago
  39. 932602e fs/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types by Heiko Carstens · 10 years ago
  40. 38316c8 fs/compat_ioctl.c: fix an underflow issue (harmless) by Dan Carpenter · 11 years ago
  41. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  42. e06aeb5 compat.c: LOOP_CLR_FD is taken care of in loop.c itself... by Al Viro · 11 years ago
  43. 6b13eb1 Removed unused typedef to avoid "unused local typedef" warnings. by Han Shen · 11 years ago
  44. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  45. ca364d8 Merge 3.7-rc3 into tty-next by Greg Kroah-Hartman · 12 years ago
  46. 1217650 fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error check by Kees Cook · 12 years ago
  47. c629803 tty, ioctls -- Add new ioctl definitions for tty flags fetching by Cyrill Gorcunov · 12 years ago
  48. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  49. fc47912 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  50. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  51. 142e546 compat_ioctl: Avoid using undefined RS-485 IOCTLs by Jaeden Amero · 12 years ago
  52. 84c3b84 compat_ioctl: Add RS-485 IOCTLs to the list by Jaeden Amero · 12 years ago
  53. caaa357 Input: Add KD[GS]KBDIACRUC ioctls to the compatible list by Michael Schutte · 12 years ago
  54. 11bcb32 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  55. 4b32da2b ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h> by Paul Mackerras · 12 years ago
  56. 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  57. 122804e Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 13 years ago
  58. 07d106d vfs: fix up ENOIOCTLCMD error handling by Linus Torvalds · 13 years ago
  59. e97a5d8 [media] fs/compat_ioctl: it needs to see the DVBv3 compat stuff by Mauro Carvalho Chehab · 13 years ago
  60. 8bab6f1 compat_ioctl: add compat handler for PPPIOCGL2TPSTATS by Florian Westphal · 13 years ago
  61. 390192b compat_ioctl: fix warning caused by qemu by Johannes Stezenbach · 13 years ago
  62. 56b85f3 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  63. 88ae762 [media] V4L1 removal: Remove linux/videodev.h by Mauro Carvalho Chehab · 14 years ago
  64. b7b8de0 TTY: Add tty ioctl to figure device node of the system console. by Werner Fink · 14 years ago
  65. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  66. e4c5bf8 Merge 'staging-next' to Linus's tree by Greg Kroah-Hartman · 14 years ago
  67. c4a0472 fix rawctl compat ioctls breakage on amd64 and itanic by Al Viro · 15 years ago
  68. 2116b7a smbfs: move to drivers/staging by Arnd Bergmann · 14 years ago
  69. b19dd42 bkl: Remove locked .ioctl file operation by Arnd Bergmann · 14 years ago
  70. fc385c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  71. 26df6d1 tty: Add EXTPROC support for LINEMODE by hyc@symas.com · 14 years ago
  72. d9a145f Merge commit 'linus/master' into bkl/core by Frederic Weisbecker · 14 years ago
  73. c9243f5 autofs/autofs4: Move compat_ioctl handling into fs by Arnd Bergmann · 14 years ago
  74. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  75. 63c7d09 Bluetooth: Add HCIUARTSETFLAGS and HCIUARTGETFLAGS ioctls by Johan Hedberg · 14 years ago
  76. 2cdf096 Bluetooth: Add missing HCIUARTGETDEVICE ioctl to compat_ioctl.c by Johan Hedberg · 14 years ago
  77. f035856 Bluetooth: Add blacklist support for incoming connections by Johan Hedberg · 14 years ago
  78. a253129 update email address by Pavel Machek · 14 years ago
  79. f80a0ca pktcdvd: improve BKL and compat_ioctl.c usage by Arnd Bergmann · 14 years ago
  80. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  81. 45bf5cd fs/compat_ioctl.c: suppress two warnings by Andrew Morton · 14 years ago
  82. fd48d6c Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 14 years ago
  83. 4cfbafd compat_ioctl: add compat handler for TIOCGSID ioctl by Andreas Schwab · 14 years ago
  84. f79f118 compat_ioctl: ignore RAID_VERSION ioctl by Arnd Bergmann · 14 years ago
  85. 84eb8fb [SCSI] compat_ioct: fix bsg SG_IO by FUJITA Tomonori · 15 years ago
  86. 3f00171 compat_ioctl: Supress "unknown cmd" message on serial /dev/console by Atsushi Nemoto · 15 years ago
  87. ed26175 fs/compat_ioctl.c: fix build error when !BLOCK by Arnd Bergmann · 15 years ago
  88. aa98aa3 md: move compat_ioctl handling into md.c by Arnd Bergmann · 15 years ago
  89. 637e8a6 usbdevfs: move compat_ioctl handling to devio.c by Arnd Bergmann · 15 years ago
  90. 3695669 lp: move compat_ioctl handling into lp.c by Arnd Bergmann · 15 years ago
  91. 43c6e7b9 compat_ioctl: pass compat pointer directly to handlers by Arnd Bergmann · 15 years ago
  92. 661f627 compat_ioctl: simplify lookup table by Arnd Bergmann · 15 years ago
  93. 789f0f8 compat_ioctl: simplify calling of handlers by Arnd Bergmann · 15 years ago
  94. 5a07ea0 compat_ioctl: inline all conversion handlers by Arnd Bergmann · 15 years ago
  95. 348c4b9 compat_ioctl: Remove BKL by Arnd Bergmann · 15 years ago
  96. fb07a5f compat_ioctl: remove all VT ioctl handling by Arnd Bergmann · 15 years ago
  97. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  98. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  99. 6070d81 tree-wide: fix misspelling of "definition" in comments by Adam Buchbinder · 15 years ago
  100. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago