index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...
Linus Torvalds
2019-12-01
79
-468
/
+472
|
\
|
*
y2038: alarm: fix half-second cut-off
Arnd Bergmann
2019-11-25
1
-1
/
+1
|
*
y2038: ipc: fix x32 ABI breakage
Arnd Bergmann
2019-11-25
1
-2
/
+2
|
*
y2038: fix typo in powerpc vdso "LOPART"
Arnd Bergmann
2019-11-21
1
-2
/
+2
|
*
y2038: allow disabling time32 system calls
Arnd Bergmann
2019-11-15
2
-1
/
+25
|
*
y2038: itimer: change implementation to timespec64
Arnd Bergmann
2019-11-15
2
-70
/
+104
|
*
y2038: move itimer reset into itimer.c
Arnd Bergmann
2019-11-15
3
-13
/
+21
|
*
y2038: use compat_{get,set}_itimer on alpha
Arnd Bergmann
2019-11-15
3
-69
/
+4
|
*
y2038: itimer: compat handling to itimer.c
Arnd Bergmann
2019-11-15
3
-42
/
+39
|
*
y2038: time: avoid timespec usage in settimeofday()
Arnd Bergmann
2019-11-15
2
-12
/
+10
|
*
y2038: timerfd: Use timespec64 internally
Arnd Bergmann
2019-11-15
1
-7
/
+7
|
*
y2038: elfcore: Use __kernel_old_timeval for process times
Arnd Bergmann
2019-11-15
6
-22
/
+22
|
*
y2038: make ns_to_compat_timeval use __kernel_old_timeval
Arnd Bergmann
2019-11-15
1
-2
/
+2
|
*
y2038: socket: use __kernel_old_timespec instead of timespec
Arnd Bergmann
2019-11-15
4
-16
/
+23
|
*
y2038: socket: remove timespec reference in timestamping
Arnd Bergmann
2019-11-15
2
-2
/
+11
|
*
y2038: syscalls: change remaining timeval to __kernel_old_timeval
Arnd Bergmann
2019-11-15
7
-19
/
+20
|
*
y2038: rusage: use __kernel_old_timeval
Arnd Bergmann
2019-11-15
3
-5
/
+5
|
*
y2038: uapi: change __kernel_time_t to __kernel_old_time_t
Arnd Bergmann
2019-11-15
12
-27
/
+27
|
*
y2038: stat: avoid 'time_t' in 'struct stat'
Arnd Bergmann
2019-11-15
3
-21
/
+21
|
*
y2038: ipc: remove __kernel_time_t reference from headers
Arnd Bergmann
2019-11-15
18
-56
/
+55
|
*
y2038: vdso: powerpc: avoid timespec references
Arnd Bergmann
2019-11-15
5
-21
/
+18
|
*
y2038: vdso: nds32: open-code timespec_add_ns()
Arnd Bergmann
2019-11-15
1
-18
/
+15
|
*
y2038: vdso: change time_t to __kernel_old_time_t
Arnd Bergmann
2019-11-15
4
-8
/
+8
|
*
y2038: vdso: change timespec to __kernel_old_timespec
Arnd Bergmann
2019-11-15
4
-26
/
+26
|
*
y2038: vdso: change timeval to __kernel_old_timeval
Arnd Bergmann
2019-11-15
5
-16
/
+16
|
*
y2038: add __kernel_old_timespec and __kernel_old_time_t
Arnd Bergmann
2019-11-15
2
-0
/
+6
|
*
y2038: remove CONFIG_64BIT_TIME
Arnd Bergmann
2019-11-15
6
-14
/
+6
*
|
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-12-01
156
-1394
/
+954
|
\
\
|
*
|
scsi: sd: enable compat ioctls for sed-opal
Arnd Bergmann
2019-10-23
1
-2
/
+12
|
*
|
pktcdvd: add compat_ioctl handler
Arnd Bergmann
2019-10-23
1
-0
/
+25
|
*
|
compat_ioctl: move SG_GET_REQUEST_TABLE handling
Arnd Bergmann
2019-10-23
2
-61
/
+36
|
*
|
compat_ioctl: ppp: move simple commands into ppp_generic.c
Arnd Bergmann
2019-10-23
2
-32
/
+8
|
*
|
compat_ioctl: handle PPPIOCGIDLE for 64-bit time_t
Arnd Bergmann
2019-10-23
5
-38
/
+37
|
*
|
compat_ioctl: move PPPIOCSCOMPRESS to ppp_generic
Al Viro
2019-10-23
2
-47
/
+38
|
*
|
compat_ioctl: unify copy-in of ppp filters
Al Viro
2019-10-23
2
-98
/
+108
|
*
|
tty: handle compat PPP ioctls
Arnd Bergmann
2019-10-23
1
-0
/
+4
|
*
|
compat_ioctl: move SIOCOUTQ out of compat_ioctl.c
Arnd Bergmann
2019-10-23
3
-2
/
+3
|
*
|
compat_ioctl: handle SIOCOUTQNSD
Arnd Bergmann
2019-10-23
1
-0
/
+1
|
*
|
af_unix: add compat_ioctl support
Arnd Bergmann
2019-10-23
1
-0
/
+19
|
*
|
compat_ioctl: reimplement SG_IO handling
Arnd Bergmann
2019-10-23
5
-159
/
+143
|
*
|
compat_ioctl: move WDIOC handling into wdt drivers
Arnd Bergmann
2019-10-23
63
-11
/
+62
|
*
|
fs: compat_ioctl: move FITRIM emulation into file systems
Arnd Bergmann
2019-10-23
8
-2
/
+7
|
*
|
gfs2: add compat_ioctl support
Arnd Bergmann
2019-10-23
1
-0
/
+30
|
*
|
compat_ioctl: remove unused convert_in_user macro
Arnd Bergmann
2019-10-23
1
-7
/
+0
|
*
|
compat_ioctl: remove last RAID handling code
Arnd Bergmann
2019-10-23
1
-13
/
+0
|
*
|
compat_ioctl: remove /dev/raw ioctl translation
Arnd Bergmann
2019-10-23
1
-4
/
+0
|
*
|
compat_ioctl: remove PCI ioctl translation
Arnd Bergmann
2019-10-23
1
-6
/
+0
|
*
|
compat_ioctl: remove joystick ioctl translation
Arnd Bergmann
2019-10-23
1
-7
/
+0
|
*
|
compat_ioctl: remove /dev/random commands
Arnd Bergmann
2019-10-23
2
-7
/
+1
|
*
|
compat_ioctl: remove IGNORE_IOCTL()
Arnd Bergmann
2019-10-23
1
-56
/
+0
[next]