index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-03
Merge branch 'vfio-no-iommu' into iommufd.git for-next
Jason Gunthorpe
9
-32
/
+127
2023-02-03
vfio: Support VFIO_NOIOMMU with iommufd
Jason Gunthorpe
9
-32
/
+127
2023-01-30
Merge branch 'iommu-memory-accounting' of ssh://gitolite.kernel.org/pub/scm/l...
Jason Gunthorpe
18
-81
/
+92
2023-01-25
iommu/s390: Use GFP_KERNEL in sleepable contexts
Jason Gunthorpe
1
-1
/
+1
2023-01-25
iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'s
Jason Gunthorpe
1
-6
/
+9
2023-01-25
iommu/intel: Use GFP_KERNEL in sleepable contexts
Jason Gunthorpe
1
-2
/
+2
2023-01-25
iommu/intel: Support the gfp argument to the map_pages op
Jason Gunthorpe
1
-9
/
+15
2023-01-25
iommu/intel: Add a gfp parameter to alloc_pgtable_page()
Jason Gunthorpe
3
-9
/
+9
2023-01-25
iommufd: Use GFP_KERNEL_ACCOUNT for iommu_map()
Jason Gunthorpe
1
-2
/
+2
2023-01-25
iommu/dma: Use the gfp parameter in __iommu_dma_alloc_noncontiguous()
Jason Gunthorpe
1
-2
/
+9
2023-01-25
iommu: Add a gfp parameter to iommu_map_sg()
Jason Gunthorpe
2
-18
/
+13
2023-01-25
iommu: Remove iommu_map_atomic()
Jason Gunthorpe
2
-8
/
+1
2023-01-25
iommu: Add a gfp parameter to iommu_map()
Jason Gunthorpe
14
-32
/
+39
2023-01-23
iommufd: Add three missing structures in ucmd_buffer
Yi Liu
1
-0
/
+3
2023-01-11
iommu: Remove IOMMU_CAP_INTR_REMAP
Jason Gunthorpe
1
-4
/
+2
2023-01-11
irq/s390: Add arch_is_isolated_msi() for s390
Jason Gunthorpe
1
-2
/
+0
2023-01-11
iommu/x86: Replace IOMMU_CAP_INTR_REMAP with IRQ_DOMAIN_FLAG_ISOLATED_MSI
Jason Gunthorpe
3
-6
/
+4
2023-01-11
genirq/msi: Rename IRQ_DOMAIN_MSI_REMAP to IRQ_DOMAIN_ISOLATED_MSI
Jason Gunthorpe
1
-2
/
+2
2023-01-11
iommufd: Convert to msi_device_has_isolated_msi()
Jason Gunthorpe
1
-3
/
+1
2023-01-11
vfio/type1: Convert to iommu_group_has_isolated_msi()
Jason Gunthorpe
1
-13
/
+3
2023-01-11
iommu: Add iommu_group_has_isolated_msi()
Jason Gunthorpe
1
-0
/
+26
2023-01-07
Merge tag 'devicetree-fixes-for-6.2-1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-28
/
+32
2023-01-07
Merge tag 'usb-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
5
-6
/
+9
2023-01-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
3
-20
/
+43
2023-01-07
Merge tag 'drm-fixes-2023-01-06' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
26
-153
/
+203
2023-01-07
tpm: Allow system suspend to continue when TPM suspend fails
Jason A. Donenfeld
1
-1
/
+3
2023-01-07
Merge tag 'block-2023-01-06' of git://git.kernel.dk/linux
Linus Torvalds
10
-0
/
+3003
2023-01-06
Merge tag 'v6.2-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-1
/
+1
2023-01-06
usb: dwc3: gadget: Ignore End Transfer delay on teardown
Thinh Nguyen
1
-1
/
+4
2023-01-06
usb: dwc3: xilinx: include linux/gpio/consumer.h
Arnd Bergmann
1
-0
/
+1
2023-01-06
Merge tag 'drm-intel-fixes-2023-01-05' of git://anongit.freedesktop.org/drm/d...
Daniel Vetter
8
-48
/
+80
2023-01-06
usb: fotg210-udc: fix error return code in fotg210_udc_probe()
Yang Yingliang
1
-0
/
+2
2023-01-06
Merge tag 'thermal-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+4
2023-01-05
Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
63
-345
/
+720
2023-01-05
Merge tag 'gpio-fixes-for-v6.2-rc3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-24
/
+43
2023-01-05
Merge tag 'fbdev-for-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-19
/
+25
2023-01-05
Merge tag 'amd-drm-fixes-6.2-2023-01-04' of https://gitlab.freedesktop.org/ag...
Daniel Vetter
5
-9
/
+39
2023-01-05
fbdev: omapfb: avoid stack overflow warning
Arnd Bergmann
1
-10
/
+18
2023-01-05
Merge tag 'drm-misc-fixes-2023-01-05' of git://anongit.freedesktop.org/drm/dr...
Daniel Vetter
9
-90
/
+76
2023-01-05
qed: allow sleep in qed_mcp_trace_dump()
Caleb Sander
1
-8
/
+20
2023-01-05
of: fdt: Honor CONFIG_CMDLINE* even without /chosen node, take 2
Rob Herring
1
-13
/
+15
2023-01-05
Revert "of: fdt: Honor CONFIG_CMDLINE* even without /chosen node"
Rob Herring
1
-20
/
+20
2023-01-05
Revert "drm/amd/display: Enable Freesync Video Mode by default"
Michel Dänzer
3
-5
/
+35
2023-01-05
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
18
-141
/
+148
2023-01-05
Revert "pktcdvd: remove driver."
Jens Axboe
3
-0
/
+2988
2023-01-04
ublk: honor IO_URING_F_NONBLOCK for handling control command
Ming Lei
1
-0
/
+3
2023-01-04
block: handle bio_split_to_limits() NULL return
Jens Axboe
6
-0
/
+12
2023-01-04
drm/i915/gvt: fix double free bug in split_2MB_gtt_entry
Zheng Wang
1
-4
/
+13
2023-01-04
drm/i915/gvt: use atomic operations to change the vGPU status
Zhi Wang
8
-40
/
+53
2023-01-04
drm/i915/gvt: fix vgpu debugfs clean in remove
Zhenyu Wang
1
-2
/
+7
[next]