summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2023-02-2526-154/+217
|\
| * alpha: in_irq() cleanupChangbin Du2023-02-241-1/+1
| * alpha: lazy FPU switchingAl Viro2023-02-249-119/+192
| * alpha/boot/misc: trim unused declarationsAl Viro2023-02-241-2/+0
| * alpha/boot/tools/objstrip: fix the check for ELF headerAl Viro2023-02-241-1/+1
| * alpha/boot: fix the breakage from -isystem series...Al Viro2023-02-244-5/+5
| * alpha: fix FEN fault handlingAl Viro2023-02-241-15/+15
| * alpha: Avoid comma separated statementsJoe Perches2023-02-241-3/+5
| * alpha: fixed a typo in core_cia.crj12023-02-241-1/+1
| * alpha: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitionsBjorn Helgaas2023-02-141-4/+0
| * alpha: update config filesLukas Bulwahn2023-02-141-2/+0
| * alpha: fix R_ALPHA_LITERAL reloc for large modulesEdward Humes2023-02-141-3/+1
| * alpha: Add some spaces to ensure format specificationZhang Jiaming2023-02-141-6/+6
| * alpha: replace NR_SYSCALLS by NR_syscallsYang Yang2023-02-143-4/+4
| * alpha: Remove redundant local asm header redirectionsMaciej W. Rozycki2023-02-145-4/+1
| * alpha: Implement "current_stack_pointer"Kees Cook2023-02-143-1/+4
| * alpha: remove redundant err variableMinghao Chi2023-02-141-5/+1
| * alpha: osf_sys: reduce kernel log spamming on invalid osf_mount call typenrColin Ian King2023-02-141-1/+1
* | Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-02-2533-422/+756
|\ \
| * | vfio: Fix NULL pointer dereference caused by uninitialized group->iommufdYan Zhao2023-02-221-1/+1
| * | docs: vfio: Update vfio.rst per latest interfacesYi Liu2023-02-091-22/+60
| * | vfio: Update the kdoc for vfio_device_opsYi Liu2023-02-091-0/+4
| * | vfio/mlx5: Fix range size calculation upon tracker creationYishai Hadas2023-02-091-2/+2
| * | vfio: no need to pass kvm pointer during device openMatthew Rosato2023-02-093-7/+5
| * | vfio: fix deadlock between group lock and kvm lockMatthew Rosato2023-02-094-15/+109
| * | vfio: revert "iommu driver notify callback"Steve Sistare2023-02-092-12/+0
| * | vfio/type1: revert "implement notify callback"Steve Sistare2023-02-091-15/+0
| * | vfio/type1: revert "block on invalid vaddr"Steve Sistare2023-02-091-89/+5
| * | vfio/type1: restore locked_vmSteve Sistare2023-02-091-0/+35
| * | vfio/type1: track locked_vm per dmaSteve Sistare2023-02-091-6/+17
| * | vfio/type1: prevent underflow of locked_vm via exec()Steve Sistare2023-02-091-27/+14
| * | vfio/type1: exclude mdevs from VFIO_UPDATE_VADDRSteve Sistare2023-02-092-8/+51
| * | vfio: platform: ignore missing reset if disabled at module initTomasz Duszynski2023-02-011-2/+5
| * | vfio/mlx5: Improve the target side flow to reduce downtimeYishai Hadas2023-01-302-12/+105
| * | vfio/mlx5: Improve the source side flow upon pre_copyYishai Hadas2023-01-303-34/+151
| * | vfio/mlx5: Check whether VF is migratableShay Drory2023-01-302-0/+28
| * | samples: fix the prompt about SAMPLE_VFIO_MDEV_MBOCHSye xingchen2023-01-301-1/+1
| * | vfio/mdev: Use sysfs_emit() to instead of sprintf()Bo Liu2023-01-301-1/+1
| * | vfio-mdev: add back CONFIG_VFIO dependencyArnd Bergmann2023-01-303-1/+7
| * | vfio/platform: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsYishai Hadas2023-01-232-5/+5
| * | vfio/fsl-mc: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsYishai Hadas2023-01-232-3/+3
| * | vfio/hisi: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsYishai Hadas2023-01-231-2/+2
| * | vfio: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsJason Gunthorpe2023-01-237-14/+17
| * | vfio/mlx5: Allow loading of larger images than 512 MBYishai Hadas2023-01-232-14/+16
| * | vfio/mlx5: Fix UBSAN noteYishai Hadas2023-01-231-3/+3
| * | vfio-mdev: remove an non-existing driver from vfio-mediated-deviceChristoph Hellwig2023-01-231-7/+1
| * | vfio-mdev: move the mtty usage documentationChristoph Hellwig2023-01-232-100/+100
| * | vfio-mdev: turn VFIO_MDEV into a selectable symbolChristoph Hellwig2023-01-237-16/+9
| * | vfio-mdev: allow building the samples into the kernelChristoph Hellwig2023-01-231-8/+8
| * | vfio: platform: No need to check res againAngus Chen2023-01-231-3/+0