-
- Downloads
Pull sparc updates from David Miller: "The PowerPC folks have a really nice scalable IOMMU pool allocator that we wanted to make use of for sparc. So here we have a series that abstracts out their code into a common layer that anyone can make use of. Sparc is converted, and the PowerPC folks have reviewed and ACK'd this series and plan to convert PowerPC over as well" * git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc: iommu-common: Fix PARISC compile-time warnings sparc: Make LDC use common iommu poll management functions sparc: Make sparc64 use scalable lib/iommu-common.c functions sparc: Break up monolithic iommu table/lock into finer graularity pools and lock
No related branches found
No related tags found
Showing
- arch/sparc/include/asm/iommu_64.h 3 additions, 4 deletionsarch/sparc/include/asm/iommu_64.h
- arch/sparc/kernel/iommu.c 63 additions, 125 deletionsarch/sparc/kernel/iommu.c
- arch/sparc/kernel/iommu_common.h 0 additions, 8 deletionsarch/sparc/kernel/iommu_common.h
- arch/sparc/kernel/ldc.c 97 additions, 88 deletionsarch/sparc/kernel/ldc.c
- arch/sparc/kernel/pci_sun4v.c 94 additions, 99 deletionsarch/sparc/kernel/pci_sun4v.c
- include/linux/iommu-common.h 55 additions, 0 deletionsinclude/linux/iommu-common.h
- lib/Makefile 1 addition, 1 deletionlib/Makefile
- lib/iommu-common.c 224 additions, 0 deletionslib/iommu-common.c
Loading
Please register or sign in to comment