summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-0179-468/+472
|\
| * y2038: alarm: fix half-second cut-offArnd Bergmann2019-11-251-1/+1
| * y2038: ipc: fix x32 ABI breakageArnd Bergmann2019-11-251-2/+2
| * y2038: fix typo in powerpc vdso "LOPART"Arnd Bergmann2019-11-211-2/+2
| * y2038: allow disabling time32 system callsArnd Bergmann2019-11-152-1/+25
| * y2038: itimer: change implementation to timespec64Arnd Bergmann2019-11-152-70/+104
| * y2038: move itimer reset into itimer.cArnd Bergmann2019-11-153-13/+21
| * y2038: use compat_{get,set}_itimer on alphaArnd Bergmann2019-11-153-69/+4
| * y2038: itimer: compat handling to itimer.cArnd Bergmann2019-11-153-42/+39
| * y2038: time: avoid timespec usage in settimeofday()Arnd Bergmann2019-11-152-12/+10
| * y2038: timerfd: Use timespec64 internallyArnd Bergmann2019-11-151-7/+7
| * y2038: elfcore: Use __kernel_old_timeval for process timesArnd Bergmann2019-11-156-22/+22
| * y2038: make ns_to_compat_timeval use __kernel_old_timevalArnd Bergmann2019-11-151-2/+2
| * y2038: socket: use __kernel_old_timespec instead of timespecArnd Bergmann2019-11-154-16/+23
| * y2038: socket: remove timespec reference in timestampingArnd Bergmann2019-11-152-2/+11
| * y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann2019-11-157-19/+20
| * y2038: rusage: use __kernel_old_timevalArnd Bergmann2019-11-153-5/+5
| * y2038: uapi: change __kernel_time_t to __kernel_old_time_tArnd Bergmann2019-11-1512-27/+27
| * y2038: stat: avoid 'time_t' in 'struct stat'Arnd Bergmann2019-11-153-21/+21
| * y2038: ipc: remove __kernel_time_t reference from headersArnd Bergmann2019-11-1518-56/+55
| * y2038: vdso: powerpc: avoid timespec referencesArnd Bergmann2019-11-155-21/+18
| * y2038: vdso: nds32: open-code timespec_add_ns()Arnd Bergmann2019-11-151-18/+15
| * y2038: vdso: change time_t to __kernel_old_time_tArnd Bergmann2019-11-154-8/+8
| * y2038: vdso: change timespec to __kernel_old_timespecArnd Bergmann2019-11-154-26/+26
| * y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann2019-11-155-16/+16
| * y2038: add __kernel_old_timespec and __kernel_old_time_tArnd Bergmann2019-11-152-0/+6
| * y2038: remove CONFIG_64BIT_TIMEArnd Bergmann2019-11-156-14/+6
* | 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