summaryrefslogtreecommitdiffstats
path: root/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: wire up bpb featureChristian Borntraeger2018-04-291-0/+1
* random: add new ioctl RNDRESEEDCRNGTheodore Ts'o2018-04-241-0/+3
* serial: 8250: Add Nuvoton NPCM UARTJoel Stanley2018-04-081-0/+3
* ALSA: usb-audio: Fix parsing descriptor of UAC2 processing unitKirill Marinushkin2018-03-281-2/+2
* uapi libc compat: add fallback for unsupported libcsFelix Janda2018-03-031-1/+54
* netfilter: uapi: correct UNTRACKED conntrack state bit numberFlorian Westphal2018-03-031-1/+1
* arm/arm64: KVM: Add PSCI_VERSION helperMarc Zyngier2018-02-161-0/+3
* uapi: fix linux/kfd_ioctl.h userspace compilation errorsDmitry V. Levin2018-02-031-11/+11
* linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon2017-12-251-1/+1
* USB: core: Add type-specific length check of BOS descriptorsMasakazu Mokuno2017-12-101-0/+3
* bcache: Fix building error on MIPSHuacai Chen2017-12-051-1/+1
* uapi: fix linux/rxrpc.h userspace compilation errorsDmitry V. Levin2017-11-301-5/+5
* uapi: fix linux/tls.h userspace compilation errorDmitry V. Levin2017-11-301-4/+0
* drm/i915: Reject unknown syncobj flagsTvrtko Ursulin2017-11-081-0/+1
* tools/headers: Synchronize kernel ABI headersIngo Molnar2017-11-041-3/+3
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02735-0/+735
|\
| * License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-02297-0/+297
| * License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-02438-0/+438
* | bpf: remove SK_REDIRECT from UAPIJohn Fastabend2017-11-011-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-292-4/+4
|\ \
| * | sctp: fix some type cast warnings introduced since very beginningXin Long2017-10-291-1/+1
| * | bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-291-3/+3
| |/
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'spi/fix/armada', 'spi/fix/idr', 'spi/fix/qspi...Mark Brown2017-10-251-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| | | * spi: uapi: spidev: add missing ioctl headerBaruch Siach2017-09-131-0/+1
| | |/ | |/|
* | | membarrier: Provide register expedited private commandMathieu Desnoyers2017-10-191-7/+16
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-10-091-0/+1
|\ \ \
| * | | netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani2017-10-091-0/+1
* | | | Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-051-2/+2
|\ \ \ \
| * | | | dm ioctl: fix alignment of event number in the device listMikulas Patocka2017-09-251-2/+2
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-051-1/+1
|\ \ \ \
| * | | | bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov2017-10-031-1/+1
| |/ / /
* | | | Merge tag 'usb-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-10-031-0/+1
|\ \ \ \
| * | | | USB: fix out-of-bounds in usb_set_configurationGreg Kroah-Hartman2017-09-191-0/+1
| | |_|/ | |/| |
* | | | IB/core: Fix typo in the name of the tag-matching cap structLeon Romanovsky2017-09-251-1/+1
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-231-1/+5
|\ \ \
| * | | net: ethtool: Add back transceiver typeFlorian Fainelli2017-09-211-1/+5
| |/ /
* | | Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-221-8/+15
|\ \ \
| * | | seccomp: Implement SECCOMP_RET_KILL_PROCESS actionKees Cook2017-08-141-0/+1
| * | | seccomp: Introduce SECCOMP_RET_KILL_PROCESSKees Cook2017-08-141-8/+10
| * | | seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREADKees Cook2017-08-141-1/+2
| * | | seccomp: Action to log before allowingTyler Hicks2017-08-141-0/+1
| * | | seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOWTyler Hicks2017-08-141-0/+1
| * | | seccomp: Operation for checking if an action is availableTyler Hicks2017-08-141-2/+3
* | | | Merge tag 'drm-amdkfd-next-2017-09-02' of git://people.freedesktop.org/~gabba...Dave Airlie2017-09-181-86/+86
|\ \ \ \ | |_|/ / |/| | |
| * | | uapi linux/kfd_ioctl.h: only use __u32 and __u64Mikko Rapeli2017-08-061-86/+86
* | | | Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-141-7/+1
|\ \ \ \
| * | | | btrfs: Add zstd supportNick Terrell2017-08-151-7/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-09-112-72/+65
|\ \ \ \ \
| * | | | | Introduce v3 namespaced file capabilitiesSerge E. Hallyn2017-09-011-3/+19
| * | | | | signal: Remove kernel interal si_code magicEric W. Biederman2017-07-241-69/+46