summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Improve docs for IOCTL_GNTDEV_MAP_GRANT_REFDemi Marie Obenour2022-02-031-1/+7
| * | | | xen: xenbus_dev.h: delete incorrect file nameRandy Dunlap2022-02-031-2/+0
| * | | | xen/x2apic: enable x2apic mode when supported for HVMRoger Pau Monne2022-01-282-23/+4
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-02-0520-121/+336
|\ \ \ \
| * \ \ \ Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-02-0510541-232434/+471115
| |\ \ \ \
| | * | | | KVM: arm64: Workaround Cortex-A510's single-step and PAC trap errataJames Morse2022-02-035-3/+48
| | * | | | KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occursJames Morse2022-02-031-0/+8
| | * | | | KVM: arm64: Avoid consuming a stale esr value when SError occurJames Morse2022-02-031-1/+2
| | | |/ / | | |/| |
| * | | | KVM: x86: Use ERR_PTR_USR() to return -EFAULT as a __user pointerSean Christopherson2022-02-041-3/+3
| * | | | KVM: x86: Report deprecated x87 features in supported CPUIDJim Mattson2022-02-041-6/+7
| * | | | Merge tag 'kvm-riscv-fixes-5.17-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini2022-02-022-18/+33
| |\ \ \ \
| | * | | | RISC-V: KVM: Fix SBI implementation versionAnup Patel2022-02-021-1/+2
| | * | | | RISC-V: KVM: make CY, TM, and IR counters accessible in VU modeMayuresh Chitale2022-02-021-0/+4
| | * | | | kvm/riscv: rework guest entry logicMark Rutland2022-02-021-17/+27
| * | | | | kvm/arm64: rework guest entry logicMark Rutland2022-02-011-18/+33
| |/ / / /
| * | | | kvm/x86: rework guest entry logicMark Rutland2022-02-014-50/+7
| * | | | kvm/mips: rework guest entry logicMark Rutland2022-02-011-4/+46
| * | | | kvm: add guest_state_{enter,exit}_irqoff()Mark Rutland2022-02-011-3/+109
| * | | | KVM: x86: Move delivery of non-APICv interrupt into vendor codeSean Christopherson2022-02-015-12/+37
| * | | | kvm: Move KVM_GET_XSAVE2 IOCTL definition at the end of kvm.hJanosch Frank2022-01-311-3/+3
* | | | | Merge tag 'xfs-5.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-02-055-79/+69
|\ \ \ \ \
| * | | | | xfs: ensure log flush at the end of a synchronous fallocate callDave Chinner2022-02-011-16/+16
| * | | | | xfs: move xfs_update_prealloc_flags() to xfs_pnfs.cDave Chinner2022-02-013-42/+36
| * | | | | xfs: set prealloc flag in xfs_alloc_file_space()Dave Chinner2022-02-012-14/+3
| * | | | | xfs: fallocate() should call file_modified()Dave Chinner2022-02-011-4/+9
| * | | | | xfs: remove XFS_PREALLOC_SYNCDave Chinner2022-02-013-10/+12
| * | | | | xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*Darrick J. Wong2022-01-311-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'vfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-02-054-17/+37
|\ \ \ \ \
| * | | | | xfs: return errors in xfs_fs_sync_fsDarrick J. Wong2022-01-301-1/+5
| * | | | | quota: make dquot_quota_sync return errors from ->sync_fsDarrick J. Wong2022-01-301-3/+8
| * | | | | vfs: make sync_filesystem return errors from ->sync_fsDarrick J. Wong2022-01-301-6/+12
| * | | | | vfs: make freeze_super abort when sync_filesystem returns errorDarrick J. Wong2022-01-301-7/+12
| |/ / / /
* | | | | Merge tag 'iomap-5.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-02-053-5/+65
|\ \ \ \ \
| * | | | | xfs, iomap: limit individual ioend chain lengths in writebackDave Chinner2022-01-263-5/+65
| |/ / / /
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-02-0411-64/+95
|\ \ \ \ \
| * | | | | RDMA/mlx4: Don't continue event handler after memory allocation failureLeon Romanovsky2022-02-011-1/+1
| * | | | | RDMA/siw: Fix broken RDMA Read Fence/Resume logic.Bernard Metzler2022-02-012-15/+12
| * | | | | IB/rdmavt: Validate remote_addr during loopback atomic testsMike Marciniszyn2022-01-281-0/+2
| * | | | | IB/cm: Release previously acquired reference counter in the cm_id_privMark Zhang2022-01-281-1/+1
| * | | | | RDMA/siw: Fix refcounting leak in siw_create_qp()Dan Carpenter2022-01-281-1/+2
| * | | | | RDMA/ucma: Protect mc during concurrent multicast leavesLeon Romanovsky2022-01-281-11/+23
| * | | | | RDMA/cma: Use correct address when leaving multicast groupMaor Gottlieb2022-01-281-10/+12
| * | | | | IB/hfi1: Fix tstats alloc and deallocMike Marciniszyn2022-01-281-2/+12
| * | | | | IB/hfi1: Fix AIP early init panicMike Marciniszyn2022-01-281-10/+3
| * | | | | IB/hfi1: Fix alloc failure with larger txqueuelenMike Marciniszyn2022-01-282-12/+26
| * | | | | IB/hfi1: Fix panic with larger ipoib send_queue_sizeMike Marciniszyn2022-01-281-1/+1
| |/ / / /
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2022-02-046-67/+77
|\ \ \ \ \
| * | | | | scsi: hisi_sas: Fix setting of hisi_sas_slot.is_internalJohn Garry2022-01-311-8/+6
| * | | | | scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_taskJohn Garry2022-01-311-2/+2
| * | | | | scsi: pm8001: Fix use-after-free for aborted TMF sas_taskJohn Garry2022-01-311-0/+5