summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-261-2/+52
|\
| * Merge tag 'kvm-riscv-5.19-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2022-05-252-8/+8
| |\
| * \ Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-05-257-3/+44
| |\ \
| | * \ Merge branch kvm-arm64/psci-suspend into kvmarm-master/nextMarc Zyngier2022-05-161-0/+4
| | |\ \
| | | * | KVM: arm64: Implement PSCI SYSTEM_SUSPENDOliver Upton2022-05-041-0/+2
| | | * | KVM: arm64: Add support for userspace to suspend a vCPUOliver Upton2022-05-041-0/+2
| | * | | Merge remote-tracking branch 'arm64/for-next/sme' into kvmarm-master/nextMarc Zyngier2022-05-042-0/+11
| | |\ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'kvm-fixes-for-5.18-rc5' into HEADPaolo Bonzini2022-04-291-2/+7
| |\ \ \ \
| * | | | | KVM, SEV: Add KVM_EXIT_SHUTDOWN metadata for SEV-ESPeter Gonda2022-04-131-1/+4
| * | | | | Merge branch 'kvm-older-features' into HEADPaolo Bonzini2022-04-131-1/+47
| |\ \ \ \ \
| | * | | | | KVM: x86: Accept KVM_[GS]ET_TSC_KHZ as a VM ioctl.David Woodhouse2022-04-021-1/+3
| | * | | | | KVM: x86/xen: Advertise and document KVM_XEN_HVM_CONFIG_EVTCHN_SENDDavid Woodhouse2022-04-021-0/+1
| | * | | | | KVM: x86/xen: Support per-vCPU event channel upcall via local APICDavid Woodhouse2022-04-021-0/+2
| | * | | | | KVM: x86/xen: Kernel acceleration for XENVER_versionDavid Woodhouse2022-04-021-1/+2
| | * | | | | KVM: x86/xen: handle PV timers oneshot modeJoao Martins2022-04-021-0/+6
| | * | | | | KVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_VCPU_IDDavid Woodhouse2022-04-021-0/+3
| | * | | | | KVM: x86/xen: intercept EVTCHNOP_send from guestsJoao Martins2022-04-021-0/+28
| | * | | | | KVM: x86/xen: Support direct injection of event channel eventsDavid Woodhouse2022-04-021-0/+3
* | | | | | | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-2/+8
|\ \ \ \ \ \ \
| * | | | | | | mm/uffd: enable write protection for shmem & hugetlbfsPeter Xu2022-05-131-2/+8
* | | | | | | | Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-261-5/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | agpgart.h: do not include <stdlib.h> from exported headerMasahiro Yamada2022-05-131-5/+4
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'arm-drivers-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-261-4/+0
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'tee-cleanup-for-v5.19' of https://git.linaro.org/people/jens.wikla...Arnd Bergmann2022-05-061-4/+0
| |\ \ \ \ \ \ \ \
| | * | | | | | | | tee: remove flags TEE_IOCTL_SHM_MAPPED and TEE_IOCTL_SHM_DMA_BUFAndrew Davis2022-04-261-4/+0
| | |/ / / / / / /
* | | | | | | | | Merge tag 'fsnotify_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-251-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fanotify: implement "evictable" inode marksAmir Goldstein2022-04-251-0/+1
* | | | | | | | | | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-2518-77/+279
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-05-231-0/+113
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | bpf: Add dynptr data slicesJoanne Koong2022-05-231-0/+12
| | * | | | | | | | | | bpf: Add bpf_dynptr_read and bpf_dynptr_writeJoanne Koong2022-05-231-0/+19
| | * | | | | | | | | | bpf: Dynptr support for ring buffersJoanne Koong2022-05-231-0/+35
| | * | | | | | | | | | bpf: Add bpf_dynptr_from_mem for local dynptrsJoanne Koong2022-05-231-0/+12
| | * | | | | | | | | | bpf: Add verifier support for dynptrsJoanne Koong2022-05-231-0/+5
| | * | | | | | | | | | bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang2022-05-201-0/+7
| | * | | | | | | | | | bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou2022-05-111-0/+9
| | * | | | | | | | | | bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee2022-05-101-0/+9
| | * | | | | | | | | | bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee2022-05-101-0/+1
| | * | | | | | | | | | bpf: Add source ip in "struct bpf_tunnel_key"Kaixi Fan2022-05-101-0/+4
| * | | | | | | | | | | Merge tag 'wireless-next-2022-05-19' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-191-0/+2
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | cfg80211: support disabling EHT modeMuna Sinada2022-05-041-0/+2
| * | | | | | | | | | | | tls: Add opt-in zerocopy mode of sendfile()Boris Pismenny2022-05-191-0/+2
| * | | | | | | | | | | | can: isotp: add support for transmission without flow controlOliver Hartkopp2022-05-161-12/+13
| * | | | | | | | | | | | net: add IFLA_TSO_{MAX_SIZE|SEGS} attributesEric Dumazet2022-05-161-0/+2
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-122-8/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * | | | | | | | | | | | Revert "Merge branch 'mlxsw-line-card-model'"Jakub Kicinski2022-05-051-5/+0
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-052-2/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
| * | | | | | | | | | | | mptcp: netlink: allow userspace-driven subflow establishmentFlorian Westphal2022-05-041-0/+3
| * | | | | | | | | | | | mptcp: netlink: Add MPTCP_PM_CMD_REMOVEKishen Maloor2022-05-041-0/+2
| * | | | | | | | | | | | mptcp: netlink: Add MPTCP_PM_CMD_ANNOUNCEKishen Maloor2022-05-041-0/+2
| | |_|/ / / / / / / / / | |/| | | | | | | | | |