summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-1/+11
|\
| * io_uring: add tee(2) supportPavel Begunkov2020-05-171-0/+1
| * io_uring: add IORING_CQ_EVENTFD_DISABLED to the CQ ring flagsStefano Garzarella2020-05-151-0/+7
| * io_uring: add 'cq_flags' field for the CQ ringStefano Garzarella2020-05-151-1/+3
* | Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-023-9/+64
|\ \
| * | loop: Add LOOP_CONFIGURE ioctlMartijn Coenen2020-05-211-0/+21
| * | loop: Clean up LOOP_SET_STATUS lo_flags handlingMartijn Coenen2020-05-211-2/+8
| * | floppy: suppress UBSAN warning in setup_rw_floppy()Denis Efremov2020-05-121-3/+8
| * | floppy: add defines for sizes of cmd & reply buffers of floppy_raw_cmdDenis Efremov2020-05-121-2/+12
| * | floppy: add FD_AUTODETECT_SIZE define for struct floppy_drive_paramsDenis Efremov2020-05-121-1/+4
| * | floppy: add references to 82077's extra registersWilly Tarreau2020-05-121-3/+13
* | | Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-021-2/+19
|\ \ \
| * \ \ Merge tag 'amd-drm-next-5.8-2020-05-12' of git://people.freedesktop.org/~agd5...Dave Airlie2020-05-141-1/+1
| |\ \ \
| | * | | drm/amdkfd: Fix comment formattingFelix Kuehling2020-05-011-1/+1
| * | | | Merge tag 'amd-drm-next-5.8-2020-04-30' of git://people.freedesktop.org/~agd5...Dave Airlie2020-05-081-1/+18
| |\| | | | | |/ / | |/| |
| | * | drm/amdkfd: New IOCTL to allocate queue GWS (v2)Oak Zeng2020-04-281-1/+18
* | | | Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2020-06-021-0/+1
|\ \ \ \
| * | | | mmc: fix compilation of user APIJérôme Pouiller2020-05-281-0/+1
* | | | | Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-012-2/+26
|\ \ \ \ \
| * | | | | vfs: add faccessat2 syscallMiklos Szeredi2020-05-141-0/+10
| * | | | | statx: add mount_rootMiklos Szeredi2020-05-141-0/+1
| * | | | | statx: add mount IDMiklos Szeredi2020-05-141-1/+5
| * | | | | uapi: deprecate STATX_ALLMiklos Szeredi2020-05-141-1/+10
| | |_|_|/ | |/| | |
* | | | | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-013-4/+4
|\ \ \ \ \
| * | | | | firewire: firewire-cdev.hL get rid of a docs warningMauro Carvalho Chehab2020-04-201-1/+1
| * | | | | docs: fix broken references for ReST files that moved aroundMauro Carvalho Chehab2020-04-201-2/+2
| * | | | | docs: fix broken references to text filesMauro Carvalho Chehab2020-04-201-1/+1
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-011-0/+11
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-next/bti-user' into for-next/btiWill Deacon2020-05-051-0/+11
| |\ \ \ \ \ \
| | * | | | | | arm64: elf: Enable BTI at exec based on ELF program propertiesDave Martin2020-03-161-0/+6
| | * | | | | | ELF: Add ELF program property parsing supportDave Martin2020-03-161-0/+4
| | * | | | | | ELF: UAPI and Kconfig additions for ELF program propertiesDave Martin2020-03-161-0/+1
* | | | | | | | Merge tag 'perf-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-011-1/+7
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar2020-05-2810-27/+115
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/...Ingo Molnar2020-04-221-1/+7
| |\ \ \ \ \ \ \ \
| | * | | | | | | | capabilities: Introduce CAP_PERFMON to kernel and user spaceAlexey Budankov2020-04-161-1/+7
* | | | | | | | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2020-06-011-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fscrypt: add support for IV_INO_LBLK_32 policiesEric Biggers2020-05-191-1/+2
* | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-011-0/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | crypto: ccp - Add support for SEV-ES to the PSP driverTom Lendacky2020-04-301-0/+2
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-05-291-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | xfrm: fix error in commentAntony Antony2020-04-201-1/+1
* | | | | | | | | | | usb: raw-gadget: support stalling/halting/wedging endpointsAndrey Konovalov2020-05-141-0/+15
* | | | | | | | | | | usb: raw-gadget: fix gadget endpoint selectionAndrey Konovalov2020-05-141-3/+69
* | | | | | | | | | | usb: raw-gadget: improve uapi headers commentsAndrey Konovalov2020-05-141-10/+11
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | uapi: revert flexible-array conversionsGustavo A. R. Silva2020-05-047-11/+11
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge tag 'drm-fixes-2020-05-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-05-011-0/+6
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'drm-misc-fixes-2020-04-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-05-011-0/+6
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| | * | | | | | | | dma-buf: Fix SET_NAME ioctl uapiDaniel Vetter2020-04-271-0/+6
| | | |/ / / / / / | | |/| | | | | |
* | | | | | | | | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-271-2/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |