summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-03-153-3/+10
|\
| * Revert "crypto: remove CONFIG_CRYPTO_STATS"Herbert Xu2024-03-1312-30/+377
| * crypto: remove CONFIG_CRYPTO_STATSEric Biggers2024-03-0112-377/+30
| * crypto: hisilicon/qm - change function type to voidWeili Qian2024-02-171-1/+1
| * crypto: hisilicon/qm - obtain stop queue statusWeili Qian2024-02-171-0/+6
| * crypto: hisilicon/qm - add stop function by hardwareWeili Qian2024-02-171-0/+2
| * crypto: ahash - unexport crypto_hash_alg_has_setkey()Eric Biggers2024-02-021-2/+0
| * KEYS: include header for EINVAL definitionClay Chang2024-01-261-0/+1
* | Merge tag 'vfio-v6.9-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2024-03-153-1/+16
|\ \
| * | vfio: Introduce interface to flush virqfd inject workqueueAlex Williamson2024-03-111-0/+2
| * | Merge branch 'kvm-arm64/vfio-normal-nc' of https://git.kernel.org/pub/scm/lin...Alex Williamson2024-03-041-0/+14
| |\ \
| * | | vfio/pci: rename and export range_intersect_rangeAnkit Agrawal2024-02-221-0/+5
| * | | vfio/pci: rename and export do_io_rw()Ankit Agrawal2024-02-221-1/+4
| * | | net/mlx5: Add the IFC related bits for query trackerYishai Hadas2024-02-221-0/+5
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-159-728/+90
|\ \ \ \
| * \ \ \ Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-112-20/+44
| |\ \ \ \
| | * | | | KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVAPaul Durrant2024-02-201-0/+31
| | * | | | KVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_in_memslot()Sean Christopherson2024-02-201-2/+2
| | * | | | KVM: pfncache: remove KVM_GUEST_USES_PFN usagePaul Durrant2024-02-202-18/+1
| | * | | | KVM: pfncache: add a mark-dirty helperPaul Durrant2024-02-201-0/+10
| * | | | | Merge tag 'kvm-x86-misc-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-111-0/+1
| |\ \ \ \ \
| | * | | | | KVM: Add dedicated arch hook for querying if vCPU was preempted in-kernelSean Christopherson2024-02-221-0/+1
| * | | | | | Merge tag 'kvm-x86-asyncpf-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-111-1/+0
| |\ \ \ \ \ \
| | * | | | | | KVM: Get reference to VM's address space in the async #PF workerSean Christopherson2024-02-061-1/+0
| | |/ / / / /
| * | | | | | Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini2024-03-114-16/+20
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch kvm-arm64/vfio-normal-nc into kvmarm/nextOliver Upton2024-03-071-0/+14
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | | * | | | | mm: Introduce new flag to indicate wc safeAnkit Agrawal2024-02-241-0/+14
| | | | |_|_|/ | | | |/| | |
| | * | | | | Merge branch kvm-arm64/lpi-xarray into kvmarm/nextOliver Upton2024-03-071-4/+5
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe mannerOliver Upton2024-02-231-0/+1
| | | * | | | | KVM: arm64: vgic: Use atomics to count LPIsOliver Upton2024-02-231-2/+2
| | | * | | | | KVM: arm64: vgic: Get rid of the LPI linked-listOliver Upton2024-02-231-2/+0
| | | * | | | | KVM: arm64: vgic: Store LPIs in an xarrayOliver Upton2024-02-231-0/+2
| | | |/ / / /
| | * | | | | Merge branch kvm-arm64/vm-configuration into kvmarm/nextOliver Upton2024-03-071-11/+0
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: Add feature checking helpersMarc Zyngier2024-02-191-11/+0
| | | |/ / / /
| | * / / / / KVM: Get rid of return value from kvm_arch_create_vm_debugfs()Oliver Upton2024-02-231-1/+1
| | |/ / / /
| * | | | | Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2024-03-1142-101/+174
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini2024-03-0912-12/+81
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | KVM: remove unnecessary #ifdefPaolo Bonzini2024-02-081-4/+0
| * | | | | | KVM: define __KVM_HAVE_GUEST_DEBUG unconditionallyPaolo Bonzini2024-02-081-2/+5
| * | | | | | KVM: arm64: move ARM-specific defines to uapi/asm/kvm.hPaolo Bonzini2024-02-081-7/+0
| * | | | | | KVM: s390: move s390-specific structs to uapi/asm/kvm.hPaolo Bonzini2024-02-081-312/+0
| * | | | | | KVM: powerpc: move powerpc-specific structs to uapi/asm/kvm.hPaolo Bonzini2024-02-081-44/+0
| * | | | | | KVM: x86: move x86-specific structs to uapi/asm/kvm.hPaolo Bonzini2024-02-081-265/+0
| * | | | | | KVM: remove more traces of device assignment UAPIPaolo Bonzini2024-02-081-50/+0
| * | | | | | uapi: introduce uapi-friendly macros for GENMASKPaolo Bonzini2024-02-083-7/+20
* | | | | | | Merge tag 'mips_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2024-03-151-1/+1
|\ \ \ \ \ \ \
| * | | | | | | tc: make tc_bus_type constRicardo B. Marliere2024-02-201-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-153-16/+36
|\ \ \ \ \ \ \
| * | | | | | | of: Introduce for_each_*_child_of_node_scoped() to automate of_node_put() han...Jonathan Cameron2024-03-131-0/+13
| * | | | | | | of: Add cleanup.h based auto release via __free(device_node) markingsJonathan Cameron2024-03-131-0/+2