summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vhost-vdpa: introduce uAPI to get the number of address spacesGautam Dawar2022-05-312-0/+5
* vhost-vdpa: introduce uAPI to get the number of virtqueue groupsGautam Dawar2022-05-312-1/+7
* vhost-vdpa: introduce asid based IOTLBGautam Dawar2022-05-311-25/+72
* vhost: support ASID in IOTLB APIGautam Dawar2022-05-314-9/+29
* vhost_iotlb: split out IOTLB initializationGautam Dawar2022-05-312-5/+20
* vdpa: introduce config operations for associating ASID to a virtqueue groupGautam Dawar2022-05-311-0/+8
* vdpa: multiple address spaces supportGautam Dawar2022-05-319-25/+45
* vdpa: introduce virtqueue groupsGautam Dawar2022-05-319-10/+41
* vhost-vdpa: switch to use vhost-vdpa specific IOTLBGautam Dawar2022-05-311-8/+10
* vhost-vdpa: passing iotlb to IOMMU mapping helpersGautam Dawar2022-05-311-30/+37
* virtio-vdpa: don't set callback if virtio doesn't need itGautam Dawar2022-05-311-1/+1
* vhost: move the backend feature bits to vhost_types.hGautam Dawar2022-05-312-5/+5
* virtio_ring: add unlikely annotation for free descs checkXianting Tian2022-05-311-1/+1
* virtio_ring: remove unnecessary to_vvq call in vring hot pathXianting Tian2022-05-311-5/+3
* virtio-blk: support mq_ops->queue_rqs()Suwan Kim2022-05-311-16/+98
* virtio-blk: support polling I/OSuwan Kim2022-05-311-3/+103
* vdpa/mlx5: Use readers/writers semaphore instead of mutexEli Cohen2022-05-311-22/+19
* vdpa/mlx5: Add support for reading descriptor statisticsEli Cohen2022-05-314-0/+191
* net/vdpa: Use readers/writers semaphore instead of cf_mutexEli Cohen2022-05-312-19/+18
* net/vdpa: Use readers/writers semaphore instead of vdpa_dev_mutexEli Cohen2022-05-311-32/+32
* vdpa: Add support for querying vendor statisticsEli Cohen2022-05-313-0/+171
* vdpa: Fix error logic in vdpa_nl_cmd_dev_get_doitEli Cohen2022-05-311-4/+9
* Merge tag 'for-5.19/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-309-41/+22
|\
| * video: fbdev: omap: Add prototype for hwa742_update_window_async()Helge Deller2022-05-291-0/+4
| * video: fbdev: vesafb: Fix a use-after-free due early fb_info cleanupJavier Martinez Canillas2022-05-281-2/+3
| * video: fbdev: radeon: Fix spelling typo in commentpengfuyuan2022-05-261-1/+1
| * video: fbdev: xen: remove setting of 'transp' parameterTom Rix2022-05-251-1/+0
| * video: fbdev: pxa3xx-gcu: release the resources correctly in pxa3xx_gcu_probe...Yang Yingliang2022-05-191-5/+7
| * video: fbdev: omapfb: simplify the return expression of nec_8048_connect()Minghao Chi2022-05-191-6/+1
| * video: fbdev: omapfb: simplify the return expression of dsi_init_pll_data()Minghao Chi2022-05-191-7/+1
| * video: fbdev: clcdfb: Fix refcount leak in clcdfb_of_vram_setupMiaoqian Lin2022-05-191-1/+4
| * video: fbdev: hyperv_fb: Allow resolutions with size > 64 MB for Gen1Saurabh Sengar2022-05-191-18/+1
* | Merge tag 'for-5.19/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-309-100/+86
|\ \
| * | parisc: Drop __ARCH_WANT_OLD_READDIR and __ARCH_WANT_SYS_OLDUMOUNTHelge Deller2022-05-301-2/+0
| * | parisc: Optimize tmpalias function callsHelge Deller2022-05-232-85/+17
| * | parisc: Add dep_safe() macro to deposit a register in 32- and 64-kernelsHelge Deller2022-05-231-0/+10
| * | parisc: Fix wrong comment for shr macroHelge Deller2022-05-231-1/+1
| * | parisc: Prevent ldil() to sign-extend into upper 32 bitsHelge Deller2022-05-231-0/+6
| * | parisc: Don't hardcode assembler bit definitions in tmpalias codeJohn David Anglin2022-05-233-22/+40
| * | parisc: Don't enforce DMA completion order in cache flushesJohn David Anglin2022-05-233-3/+4
| * | parisc: video: fbdev: stifb: Add sti_dump_font() to dump STI fontHelge Deller2022-05-231-0/+21
* | | Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-05-3039-551/+1648
|\ \ \
| * \ \ Merge branch 'pm-sysoff'Rafael J. Wysocki2022-05-3028-125/+643
| |\ \ \
| | * | | kernel/reboot: Change registration order of legacy power-off handlerDmitry Osipenko2022-05-251-16/+17
| | * | | m68k: virt: Switch to new sys-off handler APIGeert Uytterhoeven2022-05-251-1/+3
| | * | | Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki2022-05-2527-124/+639
| | |\ \ \
| | | * | | kernel/reboot: Add devm_register_restart_handler()Dmitry Osipenko2022-05-192-0/+26
| | | * | | kernel/reboot: Add devm_register_power_off_handler()Dmitry Osipenko2022-05-192-0/+26
| | | * | | soc/tegra: pmc: Use sys-off handler API to power off Nexus 7 properlyDmitry Osipenko2022-05-191-25/+62
| | | * | | reboot: Remove pm_power_off_prepare()Dmitry Osipenko2022-05-192-20/+0