summaryrefslogtreecommitdiff
path: root/include/uapi
AgeCommit message (Expand)AuthorFilesLines
2016-05-09Merge tag 'v4.6-rc7' into drm-nextDave Airlie6-22/+320
2016-05-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-9/+292
2016-05-06byteswap: try to avoid __builtin_constant_p gcc bugArnd Bergmann1-9/+15
2016-05-06rapidio/mport_cdev: fix uapi type definitionsAlexandre Bounine1-0/+277
2016-05-06Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2016-05-05asm-generic: use compat version for preadv2 and pwritev2Yury Norov1-2/+2
2016-05-04Merge tag 'drm-vc4-next-2016-05-02' of https://github.com/anholt/linux into d...Dave Airlie1-0/+2
2016-04-29Merge tag 'media/v4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-10/+20
2016-04-27drm/sis: add missing include drm.h for the UAPI headerEmil Velikov1-0/+2
2016-04-27drm/qxl: remove XXX comment from the UAPI headerEmil Velikov1-1/+0
2016-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2016-04-26Revert "ipv6: Revert optional address flusing on ifdown."David S. Miller1-0/+1
2016-04-25ipv6: Revert optional address flusing on ifdown.David S. Miller1-1/+0
2016-04-25[media] v4l2-dv-timings.h: fix polarity for 4k formatsHans Verkuil1-10/+20
2016-04-24macsec: add missing macsec prefix in uapiSabrina Dubroca1-2/+2
2016-04-24Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+5
2016-04-23generic syscalls: wire up preadv2 and pwritev2 syscallsAndre Przywara1-1/+5
2016-04-22Merge tag 'v4.6-rc3' into drm-nextDave Airlie2-1/+3
2016-04-12devlink: add missing install of headerstephen hemminger1-0/+1
2016-04-09Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2016-04-09Merge tag 'usb-serial-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2-0/+5
2016-04-07virtio: add VIRTIO_CONFIG_S_NEEDS_RESET device status bitStefan Hajnoczi1-0/+2
2016-04-06Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-in...Dave Airlie2-4/+24
2016-04-03Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+4
2016-04-01drm: Add an encoder and connector type enum for DPI.Eric Anholt1-0/+2
2016-03-31drm: Make uapi headers C89 pendantic compliantDaniel Vetter1-2/+2
2016-03-31bpf: make padding in bpf_tunnel_key explicitDaniel Borkmann1-0/+1
2016-03-30drm: Untangle __KERNEL__ guardsDaniel Vetter1-1/+7
2016-03-30drm: Move DRM_MODE_OBJECT_* to uapi headersDaniel Vetter1-0/+10
2016-03-30drm: align #include directives with libdrm in uapi headersDaniel Vetter1-1/+1
2016-03-30drm: Make drm.h uapi header safe for C++Daniel Vetter1-0/+4
2016-03-30uapi/linux/stddef.h: Provide __always_inline to userspace headersDenys Vlasenko1-0/+4
2016-03-29usb: ch9: Fix SSP Device Cap wFunctionalitySupport typeJohn Youn1-1/+1
2016-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+5
2016-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-0/+11
2016-03-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds3-8/+14
2016-03-23kernel: add kcov code coverageDmitry Vyukov1-0/+10
2016-03-23rapidio: add mport char device driverAlexandre Bounine1-0/+1
2016-03-22ethtool: minor doc updateDavid Decotigny1-3/+3
2016-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-0/+1
2016-03-22Merge branches 'i40iw', 'sriov' and 'hfi1' into k.o/for-4.6Doug Ledford3-10/+15
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds6-22/+122
2016-03-21net/core: Add support for configuring VF GUIDsEli Cohen1-0/+7
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+15
2016-03-21Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds1-0/+18
2016-03-21net/rtnetlink: add IFLA_GSO_MAX_SEGS and IFLA_GSO_MAX_SIZE attributesEric Dumazet1-0/+2
2016-03-21Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-2/+1
2016-03-21Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+12
2016-03-20Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-3/+9
2016-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+3