summaryrefslogtreecommitdiffstats
path: root/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-04-141-0/+1
|\
| * uapi: add missing install of userio.hNaohiro Aota2017-03-241-0/+1
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-04-141-1/+1
|\ \
| * | Revert "virtio_pci: don't duplicate the msix_enable flag in struct pci_dev"Michael S. Tsirkin2017-04-111-1/+1
* | | statx: Include a mask for stx_attributes in struct statxDavid Howells2017-04-031-2/+2
* | | statx: Reserve the top bit of the mask for future struct expansionDavid Howells2017-04-031-0/+1
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-03-251-1/+2
|\ \
| * | uapi: fix rdma/mlx5-abi.h userspace compilation errorsDmitry V. Levin2017-03-241-1/+2
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2017-03-241-1/+3
|\ \ \
| * | | generic syscalls: Wire up statx syscallStafford Horne2017-03-201-1/+3
| |/ /
* | | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-231-27/+0
|\ \ \ | |/ / |/| |
| * | btrfs: remove btrfs_err_str function from uapi/linux/btrfs.hDmitry V. Levin2017-03-071-27/+0
* | | Merge tag 'drm-fixes-for-v4.11-rc3' of git://people.freedesktop.org/~airlied/...Linus Torvalds2017-03-171-19/+19
|\ \ \
| * \ \ Merge tag 'omapdrm-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2017-03-151-19/+19
| |\ \ \
| | * | | uapi: fix drm/omap_drm.h userspace compilation errorsDmitry V. Levin2017-03-131-19/+19
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-141-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | uapi: fix linux/packet_diag.h userspace compilation errorDmitry V. Levin2017-03-091-1/+1
| |/ / /
* | | | userfaultfd: non-cooperative: rollback userfaultfd_exitAndrea Arcangeli2017-03-091-4/+1
|/ / /
* | | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-032-0/+136
|\ \ \
| * | | statx: Add a system call to make enhanced file info availableDavid Howells2017-03-022-0/+136
* | | | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-031-0/+74
|\ \ \ \ | |/ / / |/| | |
| * | | sched/headers: Move various ABI definitions to <uapi/linux/sched/types.h>Ingo Molnar2017-03-021-0/+68
| * | | sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+6
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-03-021-11/+11
|\ \ \ \
| * | | | uapi: fix linux/target_core_user.h userspace compilation errorsDmitry V. Levin2017-02-181-11/+11
* | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-023-1/+143
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | virtio_pci: don't duplicate the msix_enable flag in struct pci_devChristoph Hellwig2017-02-271-1/+1
| * | | | virtio_mmio: expose header to userspaceMichael S. Tsirkin2017-02-272-0/+142
* | | | | Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-02-281-2/+3
|\ \ \ \ \
| * \ \ \ \ nfsd: merge stable fix into main nfsd branchJ. Bruce Fields2017-02-201-1/+3
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | nfsd: opt in to labeled nfs per exportJ. Bruce Fields2017-01-311-2/+3
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-282-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-02-272-1/+1
| |\ \ \ \ \ \
| | * | | | | | uapi: fix linux/netfilter/xt_hashlimit.h userspace compilation errorDmitry V. Levin2017-02-251-0/+1
| | * | | | | | uapi: stop including linux/sysctl.h in uapi/linux/netfilter.hDmitry V. Levin2017-02-231-1/+0
* | | | | | | | autofs: remove duplicated AUTOFS_DEV_IOCTL_SIZE definitionTomohiro Kusumi2017-02-271-2/+2
* | | | | | | | autofs: add command enum/macros for root-dir ioctlsTomohiro Kusumi2017-02-273-14/+29
* | | | | | | | autofs: remove wrong commentTomohiro Kusumi2017-02-271-4/+0
* | | | | | | | uapi: mqueue.h: add missing linux/types.h includeMike Frysinger2017-02-241-0/+2
* | | | | | | | userfaultfd: non-cooperative: add event for exit() notificationMike Rapoport2017-02-241-1/+4
* | | | | | | | userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-241-0/+3
* | | | | | | | userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVEMike Rapoport2017-02-241-4/+4
|/ / / / / / /
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-02-232-2/+8
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'nsfs-discovery'Eric W. Biederman2017-02-031-2/+7
| |\ \ \ \ \ \ \
| | * | | | | | | nsfs: Add an ioctl() to return owner UID of a usernsMichael Kerrisk (man-pages)2017-02-031-3/+5
| | * | | | | | | nsfs: Add an ioctl() to return the namespace typeMichael Kerrisk (man-pages)2017-01-251-0/+3
| * | | | | | | | fs: Better permission checking for submountsEric W. Biederman2017-02-021-0/+1
| |/ / / / / / /
* | | | | | | | Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-02-235-0/+206
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'v4.10-rc8' into drm-nextDave Airlie2017-02-238-16/+27
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | uapi: add missing install of dma-buf.hDenys Dmytriyenko2017-02-141-0/+1
OpenPOWER on IntegriCloud