summaryrefslogtreecommitdiffstats
path: root/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* mctp: Add MCTP-over-serial transport bindingJeremy Kerr2021-11-231-0/+1
* ethtool: add support to set/get rx buf len via ethtoolHao Chen2021-11-221-0/+1
* ethtool: add support to set/get tx copybreak buf size via ethtoolHao Chen2021-11-221-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-182-3/+7
|\
| * Merge tag 'virtio-mem-for-5.16' of git://github.com/davidhildenbrand/linuxLinus Torvalds2021-11-131-3/+6
| |\
| | * virtio-mem: support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLEDavid Hildenbrand2021-11-101-3/+6
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-131-0/+1
| |\ \
| | * \ Merge branch 'kvm-sev-move-context' into kvm-masterPaolo Bonzini2021-11-111-0/+1
| | |\ \
| | | * | KVM: SEV: Add support for SEV intra host migrationPeter Gonda2021-11-111-0/+1
* | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-152-1/+23
|\ \ \ \ \
| * | | | | bpf: Support BTF_KIND_TYPE_TAG for btf_type_tag attributesYonghong Song2021-11-111-1/+2
| * | | | | bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush2021-11-101-0/+1
| * | | | | bpf: Introduce helper bpf_find_vmaSong Liu2021-11-071-0/+20
* | | | | | Revert "Merge branch 'mctp-i2c-driver'"Jakub Kicinski2021-11-152-8/+1
* | | | | | i2c: dev: Handle 255 byte blocks for i2c ioctlMatt Johnston2021-11-152-0/+4
* | | | | | i2c: core: Allow 255 byte transfers for SMBus 3.xMatt Johnston2021-11-151-1/+4
| |/ / / / |/| | | |
* | | | | Merge tag 'rtc-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2021-11-121-1/+30
|\ \ \ \ \
| * | | | | rtc: add BSM parameterAlexandre Belloni2021-10-181-1/+8
| * | | | | rtc: add correction parameterAlexandre Belloni2021-10-181-0/+1
| * | | | | rtc: expose correction featureAlexandre Belloni2021-10-181-1/+2
| * | | | | rtc: add parameter ioctlAlexandre Belloni2021-10-181-0/+18
| * | | | | rtc: add alarm related featuresAlexandre Belloni2021-10-181-1/+3
* | | | | | Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-111-1/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | ethtool: fix ethtool msg len calculation for pause statsJakub Kicinski2021-11-031-1/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-11-101-115/+0
|\ \ \ \ \
| * | | | | NFSD: move filehandle format declarations out of "uapi".NeilBrown2021-10-021-115/+0
* | | | | | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-0/+1
|\ \ \ \ \ \
| * | | | | | signal: Add SA_IMMUTABLE to ensure forced siganls do not get changedEric W. Biederman2021-11-031-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'kernel.sys.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-0/+3
|\ \ \ \ \ \
| * | | | | | uapi/linux/prctl: provide macro definitions for the PR_SCHED_CORE type argumentEugene Syromiatnikov2021-09-291-0/+3
* | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-11-101-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | arm64: mte: change PR_MTE_TCF_NONE back into an unsigned longPeter Collingbourne2021-11-081-1/+1
| |/ / / / /
* | | | | | Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-091-0/+2
|\ \ \ \ \ \
| * | | | | | dm: introduce audit event module for device mapperMichael Weiß2021-10-271-0/+2
* | | | | | | Merge tag 'fuse-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-091-1/+6
|\ \ \ \ \ \ \
| * | | | | | | fuse: add FOPEN_NOFLUSHAmir Goldstein2021-10-281-1/+6
* | | | | | | | Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-081-1/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | virtio_gpio: drop packed attributeMichael S. Tsirkin2021-11-041-1/+1
| * | | | | | | | gpio: virtio: Add IRQ supportViresh Kumar2021-11-041-0/+25
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'auxdisplay-for-linus-v5.16' of git://github.com/ojeda/linuxLinus Torvalds2021-11-071-0/+241
|\ \ \ \ \ \ \ \
| * | | | | | | | uapi: Add <linux/map_to_14segment.h>Geert Uytterhoeven2021-10-211-0/+241
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-061-0/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | fanotify: Emit generic error info for error eventGabriel Krisman Bertazi2021-10-271-0/+7
| * | | | | | | | fanotify: Reserve UAPI bits for FAN_FS_ERRORGabriel Krisman Bertazi2021-10-271-0/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | PCI: Add PCI_EXP_DEVCTL_PAYLOAD_* macrosPali Rohár2021-10-071-0/+6
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-044-30/+288
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'misc-habanalabs-next-2021-10-18' of https://git.kernel.org/pub/scm...Greg Kroah-Hartman2021-10-191-25/+59
| |\ \ \ \ \ \ \ \
| | * | | | | | | | habanalabs: define uAPI to export FD for DMA-BUFOded Gabbay2021-10-181-1/+27
| | * | | | | | | | habanalabs: add support for a long interrupt target valueOfir Bitton2021-10-181-6/+7