summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge tag 'nfsd-5.0-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-02-073-14/+106
|\ \ \ \
| * | | | svcrdma: Remove max_sge check at connect timeChuck Lever2019-02-062-12/+102
| * | | | nfsd: Fix error return values for nfsd4_clone_file_range()Trond Myklebust2019-02-061-2/+4
| |/ / /
* | | | Merge tag 'for-5.0/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-02-072-3/+7
|\ \ \ \
| * | | | dm: don't use bio_trim() afterallMike Snitzer2019-02-061-1/+5
| * | | | dm: add memory barrier before waitqueue_activeMikulas Patocka2019-02-062-2/+2
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2019-02-072-78/+51
|\ \ \ \
| * | | | HID: debug: fix the ring buffer implementationVladis Dronov2019-01-292-78/+51
* | | | | Merge tag 'sound-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-02-077-30/+49
|\ \ \ \ \
| * | | | | ALSA: hda/ca0132 - Fix build error without CONFIG_PCITakashi Iwai2019-02-061-1/+3
| * | | | | ALSA: compress: Fix stop handling on compressed capture streamsCharles Keepax2019-02-051-1/+5
| * | | | | ALSA: usb-audio: Add support for new T+A USB DACUdo Eberhardt2019-02-051-0/+1
| * | | | | ALSA: hda - Serialize codec registrationsTakashi Iwai2019-02-013-1/+5
| * | | | | ALSA: hda/realtek - Use a common helper for hp pin referenceTakashi Iwai2019-02-011-72/+24
| * | | | | ALSA: hda/realtek - Fix lose hp_pins for disable auto muteKailang Yang2019-02-011-0/+45
| * | | | | ALSA: hda/realtek - Headset microphone support for System76 darp5Jeremy Soller2019-01-311-0/+11
* | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-02-073-11/+20
|\ \ \ \ \ \
| * | | | | | virtio: drop internal struct from UAPIMichael S. Tsirkin2019-02-052-11/+6
| * | | | | | virtio: support VIRTIO_F_ORDER_PLATFORMTiwei Bie2019-01-242-0/+14
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'trace-v5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-02-071-1/+8
|\ \ \ \ \ \
| * | | | | | tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler2019-01-171-0/+7