summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2019-02-2736-8/+110
|\
| * riscv: Use latest system call ABIArnd Bergmann2019-02-253-5/+3
| * checksyscalls: fix up mq_timedreceive and stat exceptionsArnd Bergmann2019-02-191-4/+1
| * unicore32: Fix __ARCH_WANT_STAT64 definitionArnd Bergmann2019-02-191-1/+1
| * asm-generic: Make time32 syscall numbers optionalArnd Bergmann2019-02-1913-0/+56
| * asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov2019-02-1913-0/+21
| * 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov2019-02-1923-1/+32
| * compat ABI: use non-compat openat and open_by_handle_at variantsYury Norov2019-02-181-3/+2
* | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-1065-713/+1263
|\|
| * y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann2019-02-0719-2/+374
| * y2038: rename old time and utime syscallsArnd Bergmann2019-02-0722-77/+98
| * y2038: remove struct definition redirectsArnd Bergmann2019-02-074-21/+0
| * y2038: use time32 syscall names on 32-bitArnd Bergmann2019-02-0713-254/+335
| * y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-0726-367/+361
| * x86/x32: use time64 versions of sigtimedwait and recvmmsgArnd Bergmann2019-02-071-2/+2
| * timex: change syscalls to use struct __kernel_timexDeepa Dinamani2019-02-073-5/+7
| * timex: use __kernel_timex internallyDeepa Dinamani2019-02-0713-35/+38
| * sparc64: add custom adjtimex/clock_adjtime functionsArnd Bergmann2019-02-074-15/+76
| * time: fix sys_timer_settime prototypeArnd Bergmann2019-02-071-1/+1
| * time: Add struct __kernel_timexDeepa Dinamani2019-02-072-0/+48
| * time: make adjtime compat handling available for 32 bitArnd Bergmann2019-02-075-113/+102
* | Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kern...Thomas Gleixner2019-02-1046-1118/+608
|\|
| * syscalls: remove obsolete __IGNORE_ macrosArnd Bergmann2019-02-074-28/+0
| * alpha: add generic get{eg,eu,g,p,u,pp}id() syscallsArnd Bergmann2019-01-253-11/+8
| * alpha: add standard statfs64/fstatfs64 syscallsArnd Bergmann2019-01-251-0/+2
| * arch: add pkey and rseq syscall numbers everywhereArnd Bergmann2019-01-2512-15/+28
| * arch: add split IPC system calls where neededArnd Bergmann2019-01-259-0/+84
| * ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann2019-01-2514-62/+137
| * sparc64: fix sparc_ipc type conversionArnd Bergmann2019-01-251-1/+1
| * sh: add statx system callArnd Bergmann2019-01-251-0/+1
| * sh: remove duplicate unistd_32.h fileArnd Bergmann2019-01-251-403/+0
| * m68k: assign syscall number for seccompArnd Bergmann2019-01-251-0/+1
| * ARM: add kexec_file_load system call numberArnd Bergmann2019-01-253-1/+4
| * ARM: add migrate_pages() system callArnd Bergmann2019-01-254-2/+4
| * alpha: update syscall macro definitionsArnd Bergmann2019-01-253-8/+7
| * alpha: wire up io_pgetevents system callArnd Bergmann2019-01-251-0/+1
| * ia64: assign syscall numbers for perf and seccompArnd Bergmann2019-01-251-0/+2
| * ia64: add statx and io_pgetevents syscallsArnd Bergmann2019-01-251-0/+2
| * ia64: add __NR_umount2 definitionArnd Bergmann2019-01-253-15/+3
| * s390: remove compat_wrapper.cArnd Bergmann2019-01-183-326/+140
| * s390: autogenerate compat syscall wrappersArnd Bergmann2019-01-185-21/+147
| * s390: use generic UID16 implementationArnd Bergmann2019-01-185-252/+41
| * ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann2019-01-185-6/+25
| * s390: open-code s390_personality syscallArnd Bergmann2019-01-181-2/+5
* | Merge tag 'platform-drivers-x86-v5.0-2' of git://git.infradead.org/linux-plat...Linus Torvalds2019-02-071-3/+3
|\ \
| * | Documentation/ABI: Correct mlxreg-io KernelVersion for 5.0Darren Hart (VMware)2019-01-261-3/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-02-073-1/+10
|\ \ \
| * | | KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7...Peter Shier2019-02-071-0/+1
| * | | KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)Paolo Bonzini2019-02-071-0/+7
| * | | kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974)Jann Horn2019-02-071-1/+2