summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
Commit message (Expand)AuthorAgeFilesLines
* KVM/Hyper-V: Add new KVM capability KVM_CAP_HYPERV_DIRECT_TLBFLUSHTianyu Lan2019-09-241-0/+1
* Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-231-1/+14
|\
| * Merge branch 'lorenzo/pci/tegra'Bjorn Helgaas2019-09-231-1/+13
| |\
| | * PCI: Add #defines for some of PCIe spec r4.0 featuresVidya Sagar2019-08-131-1/+13
| * | PCI: pciehp: Remove pciehp_set_attention_status()Denis Efremov2019-09-051-0/+1
| |/
* | Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-09-211-0/+1
|\ \
| * | fs: Reserve flag for casefoldingDaniel Rosenberg2019-08-231-0/+1
* | | Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-211-2/+4
|\ \ \
| * | | dm: introduce DM_GET_TARGET_VERSIONMikulas Patocka2019-09-161-2/+4
| |/ /
* | | Merge tag 'vfio-v5.4-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2019-09-201-20/+51
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'v5.4/vfio/alexey-tce-memory-free-v1', 'v5.4/vfio/connie-re-ar...Alex Williamson2019-08-231-20/+51
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | | | * | vfio/type1: Add IOVA range capability supportShameer Kolothum2019-08-191-1/+25
| | | |/ / | | |/| |
| | | * | vfio: re-arrange vfio region definitionsCornelia Huck2019-08-191-19/+26
| | |/ /
* | | | Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-191-1/+2
|\ \ \ \
| * \ \ \ Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-08-091-1/+2
| |\ \ \ \
| | * \ \ \ Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-2267-577/+1400
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | media: uapi: Add MEDIA_BUS_FMT_RGB888_3X8 media bus formatPaul Cercueil2019-06-251-1/+2
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-09-191-0/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v5.3-rc4' into nextDmitry Torokhov2019-08-1178-592/+1451
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Input: add support for the FlySky FS-iA6B RC receiverMarkus Koch2019-07-221-0/+1
* | | | | | | Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2019-09-182-11/+11
|\ \ \ \ \ \ \
| * | | | | | | btrfs: turn checksum type define into an enumJohannes Thumshirn2019-09-091-1/+3
| * | | | | | | btrfs: replace: BTRFS_DEV_REPLACE_ITEM_STATE_x defines should goAnand Jain2019-09-091-5/+0
| * | | | | | | btrfs: clarify btrfs_ioctl_get_dev_stats paddingHans van Kranenburg2019-09-091-1/+6
| * | | | | | | btrfs: use common vfs LABEL ioctl definitionsEric Sandeen2019-09-091-4/+2
* | | | | | | | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2019-09-182-0/+41
|\ \ \ \ \ \ \ \
| * | | | | | | | fs-verity: add SHA-512 supportEric Biggers2019-08-121-0/+1
| * | | | | | | | fs: uapi: define verity bit for FS_IOC_GETFLAGSEric Biggers2019-07-281-0/+1
| * | | | | | | | fs-verity: add UAPI headerEric Biggers2019-07-281-0/+39
* | | | | | | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-09-182-51/+184
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctlEric Biggers2019-08-121-0/+1
| * | | | | | | | | fscrypt: allow unprivileged users to add/remove keys for v2 policiesEric Biggers2019-08-121-1/+5
| * | | | | | | | | fscrypt: v2 encryption policy supportEric Biggers2019-08-121-8/+49
| * | | | | | | | | fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctlEric Biggers2019-08-121-0/+15
| * | | | | | | | | fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctlEric Biggers2019-08-121-0/+9
| * | | | | | | | | fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers2019-08-121-10/+39
| * | | | | | | | | fscrypt: use FSCRYPT_* definitions, not FS_*Eric Biggers2019-08-121-0/+2
| * | | | | | | | | fscrypt: use FSCRYPT_ prefix for uapi constantsEric Biggers2019-08-121-23/+42
| * | | | | | | | | fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>Eric Biggers2019-08-122-51/+64
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-1825-19/+525
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ethtool: implement Energy Detect Powerdown support via phy-tunableAlexandru Ardelean2019-09-161-0/+22
| * | | | | | | | | taprio: Add support for hardware offloadingVinicius Costa Gomes2019-09-161-1/+2
| * | | | | | | | | tcp: Add snd_wnd to TCP_INFOThomas Higdon2019-09-161-0/+4
| * | | | | | | | | tcp: Add TCP_INFO counter for packets received out-of-orderThomas Higdon2019-09-161-0/+2
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-0/+1
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | net: devlink: move reload fail indication to devlink core and expose to userJiri Pirko2019-09-131-0/+2
| * | | | | | | | | | PTP: add support for one-shot outputFelipe Balbi2019-09-131-3/+3
| * | | | | | | | | | PTP: introduce new versions of IOCTLsFelipe Balbi2019-09-131-1/+23
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-09-131-1/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | netfilter: nft_synproxy: add synproxy stateful object supportFernando Fernandez Mancera2019-09-101-1/+2