index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-15
iommu/exynos: Handle failed IOMMU device registration properly
Sam Protsenko
1
-1
/
+5
2022-07-15
iommu/exynos: Reuse SysMMU constants for page size and order
Sam Protsenko
1
-2
/
+2
2022-07-15
drm: Prevent drm_copy_field() to attempt copying a NULL pointer
Javier Martinez Canillas
1
-0
/
+6
2022-07-15
drm: Use size_t type for len variable in drm_copy_field()
Javier Martinez Canillas
1
-1
/
+1
2022-07-15
iommu/mediatek: Log with dev_err_probe when failing to parse dts
Nícolas F. R. A. Prado
1
-1
/
+1
2022-07-15
iommu/vt-d: Remove global g_iommus array
Lu Baolu
1
-44
/
+0
2022-07-15
iommu/vt-d: Remove unnecessary check in intel_iommu_add()
Lu Baolu
1
-3
/
+0
2022-07-15
iommu/vt-d: Refactor iommu information of each domain
Lu Baolu
4
-62
/
+92
2022-07-15
iommu/vt-d: Use IDA interface to manage iommu sequence id
Lu Baolu
1
-27
/
+8
2022-07-15
iommu/vt-d: Remove unused domain_get_iommu()
Lu Baolu
2
-19
/
+0
2022-07-15
iommu/vt-d: Convert global spinlock into per domain lock
Lu Baolu
2
-21
/
+22
2022-07-15
iommu/vt-d: Use device_domain_lock accurately
Lu Baolu
1
-38
/
+19
2022-07-15
iommu/vt-d: Fold __dmar_remove_one_dev_info() into its caller
Lu Baolu
1
-24
/
+8
2022-07-15
iommu/vt-d: Check device list of domain in domain free path
Lu Baolu
1
-15
/
+3
2022-07-15
iommu/vt-d: Acquiring lock in pasid manipulation helpers
Lu Baolu
3
-53
/
+55
2022-07-15
iommu/vt-d: Acquiring lock in domain ID allocation helpers
Lu Baolu
1
-15
/
+9
2022-07-15
iommu/vt-d: Replace spin_lock_irqsave() with spin_lock()
Lu Baolu
3
-46
/
+32
2022-07-15
iommu/vt-d: Unnecessary spinlock for root table alloc and free
Lu Baolu
1
-13
/
+5
2022-07-15
iommu/vt-d: Use pci_get_domain_bus_and_slot() in pgtable_walk()
Lu Baolu
2
-29
/
+6
2022-07-15
iommu/vt-d: Remove clearing translation data in disable_dmar_iommu()
Lu Baolu
2
-14
/
+8
2022-07-15
iommu/vt-d: debugfs: Remove device_domain_lock usage
Lu Baolu
3
-14
/
+32
2022-07-15
iommu/vt-d: Remove unused iovad from dmar_domain
Lu Baolu
1
-1
/
+0
2022-07-15
iommu/vt-d: Move include/linux/intel-iommu.h under iommu
Lu Baolu
10
-9
/
+841
2022-07-15
x86/boot/tboot: Move tboot_force_iommu() to Intel IOMMU
Lu Baolu
1
-0
/
+14
2022-07-15
drm/i915: Remove unnecessary include
Lu Baolu
2
-2
/
+0
2022-07-15
iommu/vt-d: Remove unnecessary exported symbol
Lu Baolu
1
-6
/
+0
2022-07-15
agp/intel: Use per device iommu check
Lu Baolu
1
-10
/
+7
2022-07-15
iommu/vt-d: Move trace/events/intel_iommu.h under iommu
Lu Baolu
4
-3
/
+101
2022-07-15
iommu/arm-smmu-v3: cleanup arm_smmu_dev_{enable,disable}_feature
Christoph Hellwig
1
-41
/
+14
2022-07-15
iommu: remove the put_resv_regions method
Christoph Hellwig
8
-26
/
+6
2022-07-15
iommu: remove iommu_dev_feature_enabled
Christoph Hellwig
2
-14
/
+0
2022-07-15
iommu: remove the unused dev_has_feat method
Christoph Hellwig
1
-1
/
+0
2022-07-15
iommu/virtio: Add map/unmap_pages() callbacks implementation
Tina Zhang
1
-6
/
+12
2022-07-15
Merge tag 'drm-misc-next-fixes-2022-07-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
2
-7
/
+2
2022-07-15
Merge tag 'soundwire-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire into char-misc-next
Greg Kroah-Hartman
6
-63
/
+154
2022-07-14
Merge tag 'mlx5-updates-2022-07-13' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
Jakub Kicinski
16
-112
/
+661
2022-07-15
s390/ap: fix error handling in __verify_queue_reservations()
Tony Krowiak
1
-1
/
+1
2022-07-15
Merge tag 'amd-drm-next-5.20-2022-07-14' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
230
-1523
/
+160847
2022-07-14
net: devlink: make devlink_dpipe_headers_register() return void
Jiri Pirko
1
-4
/
+2
2022-07-15
PM / devfreq: tegra30: Add error message for devm_devfreq_add_device()
Dmitry Osipenko
1
-1
/
+3
2022-07-15
PM / devfreq: imx-bus: use NULL to pass a null pointer rather than zero
Colin Ian King
1
-1
/
+1
2022-07-15
PM / devfreq: shut up kernel-doc warnings
Mauro Carvalho Chehab
1
-0
/
+4
2022-07-15
PM / devfreq: mediatek: Introduce MediaTek CCI devfreq driver
Johnson Wang
3
-0
/
+451
2022-07-15
extcon: Add EXTCON_DISP_CVBS and EXTCON_DISP_EDP
Michael Wu
1
-0
/
+10
2022-07-15
extcon: rt8973a: Drop useless mask_invert flag on irqchip
Aidan MacDonald
1
-1
/
+0
2022-07-15
extcon: sm5502: Drop useless mask_invert flag on irqchip
Aidan MacDonald
1
-2
/
+0
2022-07-15
extcon: Drop unexpected word "the" in the comments
Jiang Jian
1
-1
/
+1
2022-07-15
extcon: Remove extraneous space before a debug message
Colin Ian King
1
-1
/
+1
2022-07-15
extcon: fsa9480: Drop no-op remove function
Uwe Kleine-König
1
-6
/
+0
2022-07-15
Merge tag 'amd-drm-fixes-5.19-2022-07-13' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
Dave Airlie
6
-9
/
+115
[prev]
[next]