summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-01156-1394/+954
|\
| * scsi: sd: enable compat ioctls for sed-opalArnd Bergmann2019-10-231-2/+12
| * pktcdvd: add compat_ioctl handlerArnd Bergmann2019-10-231-0/+25
| * compat_ioctl: move SG_GET_REQUEST_TABLE handlingArnd Bergmann2019-10-232-61/+36
| * compat_ioctl: ppp: move simple commands into ppp_generic.cArnd Bergmann2019-10-232-32/+8
| * compat_ioctl: handle PPPIOCGIDLE for 64-bit time_tArnd Bergmann2019-10-235-38/+37
| * compat_ioctl: move PPPIOCSCOMPRESS to ppp_genericAl Viro2019-10-232-47/+38
| * compat_ioctl: unify copy-in of ppp filtersAl Viro2019-10-232-98/+108
| * tty: handle compat PPP ioctlsArnd Bergmann2019-10-231-0/+4
| * compat_ioctl: move SIOCOUTQ out of compat_ioctl.cArnd Bergmann2019-10-233-2/+3
| * compat_ioctl: handle SIOCOUTQNSDArnd Bergmann2019-10-231-0/+1
| * af_unix: add compat_ioctl supportArnd Bergmann2019-10-231-0/+19
| * compat_ioctl: reimplement SG_IO handlingArnd Bergmann2019-10-235-159/+143
| * compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann2019-10-2363-11/+62
| * fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann2019-10-238-2/+7
| * gfs2: add compat_ioctl supportArnd Bergmann2019-10-231-0/+30
| * compat_ioctl: remove unused convert_in_user macroArnd Bergmann2019-10-231-7/+0
| * compat_ioctl: remove last RAID handling codeArnd Bergmann2019-10-231-13/+0
| * compat_ioctl: remove /dev/raw ioctl translationArnd Bergmann2019-10-231-4/+0
| * compat_ioctl: remove PCI ioctl translationArnd Bergmann2019-10-231-6/+0
| * compat_ioctl: remove joystick ioctl translationArnd Bergmann2019-10-231-7/+0
| * compat_ioctl: remove /dev/random commandsArnd Bergmann2019-10-232-7/+1
| * compat_ioctl: remove IGNORE_IOCTL()Arnd Bergmann2019-10-231-56/+0
| * compat_ioctl: remove translation for sound ioctlsArnd Bergmann2019-10-234-158/+7
| * compat_ioctl: remove HIDIO translationArnd Bergmann2019-10-231-17/+0
| * compat_ioctl: remove HCIUART handlingArnd Bergmann2019-10-231-13/+0
| * compat_ioctl: move hci_sock handlers into driverArnd Bergmann2019-10-232-25/+20
| * compat_ioctl: move rfcomm handlers into driverArnd Bergmann2019-10-232-8/+12
| * compat_ioctl: move isdn/capi ioctl translation into driverArnd Bergmann2019-10-232-17/+31
| * compat_ioctl: move ATYFB_CLK handling to atyfb driverArnd Bergmann2019-10-232-3/+11
| * compat_ioctl: move tape handling into driversArnd Bergmann2019-10-235-115/+114
| * compat_ioctl: use correct compat_ptr() translation in driversArnd Bergmann2019-10-234-67/+4
| * compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-2333-52/+36
| * compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-2316-237/+20
| * compat_ioctl: move rtc handling into drivers/rtc/dev.cArnd Bergmann2019-10-233-54/+40
| * ceph: fix compat_ioctl for ceph_dir_operationsArnd Bergmann2019-10-232-1/+2
| * compat_sys_ioctl(): make parallel to do_vfs_ioctl()Al Viro2019-10-231-37/+28
| * compat: move FS_IOC_RESVSP_32 handling to fs/ioctl.cAl Viro2019-10-233-35/+49
| * do_vfs_ioctl(): use saner typesAl Viro2019-10-231-8/+8
| * compat: itanic doesn't have oneAl Viro2019-10-231-2/+2
| * FIGETBSZ: fix compatAl Viro2019-10-231-1/+1
| * fix compat handling of FICLONERANGE, FIDEDUPERANGE and FS_IOC_FIEMAPAl Viro2019-10-231-1/+2
| * compat_ioctl: add compat_ptr_ioctl()Arnd Bergmann2019-10-232-0/+42
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2019-12-0134-1354/+0
|\ \
| * | sysctl: Remove the sysctl system callEric W. Biederman2019-11-2634-1354/+0
* | | Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-11-3011-17/+170
|\ \ \
| * | | seccomp: rework define for SECCOMP_USER_NOTIF_FLAG_CONTINUEChristian Brauner2019-10-281-1/+1
| * | | seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE testChristian Brauner2019-10-211-4/+4
| * | | seccomp: simplify secure_computing()Christian Brauner2019-10-107-9/+9
| * | | seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUEChristian Brauner2019-10-101-0/+107