1. 436cd8a xen/swiotlb: fix condition for calling xen_destroy_contiguous_region() by Juergen Gross · 5 years ago
  2. 9b4cb63 xen-swiotlb: use actually allocated size on check physical continuous by Joe Jin · 6 years ago
  3. 3246d2e xen-swiotlb: fix the check condition for xen_swiotlb_free_coherent by Joe Jin · 6 years ago
  4. df13283 swiotlb-xen: implement xen_swiotlb_dma_mmap callback by Stefano Stabellini · 7 years ago
  5. 72191c7 swiotlb-xen: update dev_addr after swapping pages by Stefano Stabellini · 7 years ago
  6. 1fd1e6c swiotlb: Convert swiotlb_force from int to enum by Geert Uytterhoeven · 7 years ago
  7. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  8. 9435cce xen/swiotlb: Add support for 64KB page granularity by Julien Grall · 9 years ago
  9. 291be10 xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlb by Julien Grall · 9 years ago
  10. 33e247c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  11. 6894258 dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} by Christoph Hellwig · 9 years ago
  12. 32e0987 xen: Make clear that swiotlb and biomerge are dealing with DMA address by Julien Grall · 9 years ago
  13. 8746515 xen: Add __GFP_DMA flag when xen_swiotlb_init gets free pages on ARM by Stefano Stabellini · 9 years ago
  14. 4ef8e3f Revert "swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single" by David Vrabel · 9 years ago
  15. 2c3fc8d swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single by Stefano Stabellini · 9 years ago
  16. 9490c6c swiotlb-xen: call xen_dma_sync_single_for_device when appropriate by Stefano Stabellini · 9 years ago
  17. c884227 swiotlb-xen: remove BUG_ON in xen_bus_to_phys by Stefano Stabellini · 9 years ago
  18. d6883e6 swiotlb-xen: pass dev_addr to xen_dma_unmap_page and xen_dma_sync_single_for_cpu by Stefano Stabellini · 9 years ago
  19. a4dba13 xen/arm/arm64: introduce xen_arch_need_swiotlb by Stefano Stabellini · 9 years ago
  20. a0f2dee xen: add a dma_addr_t dev_addr argument to xen_dma_map_page by Stefano Stabellini · 9 years ago
  21. e17b2f1 xen: swiotlb: handle sizeof(dma_addr_t) != sizeof(phys_addr_t) by Ian Campbell · 10 years ago
  22. 71bfae9 swiotlb-xen: add missing xen_dma_map_page call by Stefano Stabellini · 11 years ago
  23. e1d8f62 Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-3.13 by Konrad Rzeszutek Wilk · 11 years ago
  24. 1517760 swiotlb-xen: fix error code returned by xen_swiotlb_map_sg_attrs by Stefano Stabellini · 11 years ago
  25. 6b42a7e swiotlb-xen: static inline xen_phys_to_bus, xen_bus_to_phys, xen_virt_to_bus and range_straddles_page_boundary by Stefano Stabellini · 11 years ago
  26. 783d028 swiotlb: print a warning when the swiotlb is full by Stefano Stabellini · 11 years ago
  27. 6cf0546 swiotlb-xen: use xen_dma_map/unmap_page, xen_dma_sync_single_for_cpu/device by Stefano Stabellini · 11 years ago
  28. ce5be5a tracing/events: Fix swiotlb tracepoint creation by Thierry Reding · 11 years ago
  29. 1b65c4e swiotlb-xen: use xen_alloc/free_coherent_pages by Stefano Stabellini · 11 years ago
  30. eb1ddc0 swiotlb-xen: introduce xen_swiotlb_set_dma_mask by Stefano Stabellini · 11 years ago
  31. 83862cc xen/arm,arm64: enable SWIOTLB_XEN by Stefano Stabellini · 11 years ago
  32. 6990890 xen: make xen_create_contiguous_region return the dma address by Stefano Stabellini · 11 years ago
  33. 2b2b614 tracing/events: Add bounce tracing to swiotbl by Zoltan Kiss · 11 years ago
  34. 781575c swiotlb-xen: replace dma_length with sg_dma_len() macro by Stefano Stabellini · 11 years ago
  35. 283c097 xen: Convert printks to pr_<level> by Joe Perches · 11 years ago
  36. ac2cbab x86: Don't panic if can not alloc buffer for swiotlb by Yinghai Lu · 11 years ago
  37. fbfda89 swiotlb: Use physical addresses instead of virtual in swiotlb_tbl_sync_single by Alexander Duyck · 12 years ago
  38. 61ca08c swiotlb: Use physical addresses for swiotlb_tbl_unmap_single by Alexander Duyck · 12 years ago
  39. e05ed4d swiotlb: Return physical addresses when calling swiotlb_tbl_map_single by Alexander Duyck · 12 years ago
  40. a5f9515 Merge branch 'stable/late-swiotlb.v3.3' into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
  41. e815f45 xen/swiotlb: Remove functions not needed anymore. by Konrad Rzeszutek Wilk · 12 years ago
  42. c468bde xen/swiotlb: For early initialization, return zero on success. by Konrad Rzeszutek Wilk · 12 years ago
  43. b827760 xen/swiotlb: Use the swiotlb_late_init_with_tbl to init Xen-SWIOTLB late when PV PCI is used. by Konrad Rzeszutek Wilk · 12 years ago
  44. 5bab786 xen/swiotlb: Move the error strings to its own function. by Konrad Rzeszutek Wilk · 12 years ago
  45. 1cef36a xen/swiotlb: Move the nr_tbl determination in its own function. by Konrad Rzeszutek Wilk · 12 years ago
  46. 25a765b Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
  47. b5031ed xen: Use correct masking in xen_swiotlb_alloc_coherent. by Ronny Hegewald · 12 years ago
  48. a8752fd xen/swiotlb: Remove functions not needed anymore. by Konrad Rzeszutek Wilk · 12 years ago
  49. b8b0f55 xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static. by Konrad Rzeszutek Wilk · 12 years ago
  50. baa676f X86 & IA64: adapt for dma_map_ops changes by Andrzej Pietrasiewicz · 12 years ago
  51. 1fbe6f6 Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next by Dave Airlie · 12 years ago
  52. 63a7417 xen/swiotlb: Use page alignment for early buffer allocation. by Konrad Rzeszutek Wilk · 12 years ago
  53. f21ffe9 swiotlb: Expose swiotlb_nr_tlb function to modules by Konrad Rzeszutek Wilk · 13 years ago
  54. 63c9744 xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users. by Paul Gortmaker · 13 years ago
  55. 6810df8 xen-swiotlb: When doing coherent alloc/dealloc check before swizzling the MFNs. by Konrad Rzeszutek Wilk · 13 years ago
  56. 61ca798 xen-swiotlb: fix printk and panic args by Randy Dunlap · 13 years ago
  57. ab2a47b xen-swiotlb: Fix wrong panic. by Konrad Rzeszutek Wilk · 13 years ago
  58. f4b2f07 xen-swiotlb: Retry up three times to allocate Xen-SWIOTLB by Konrad Rzeszutek Wilk · 13 years ago
  59. 361932b Merge branch 'stable/xen-swiotlb.bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb-2.6 by Linus Torvalds · 13 years ago
  60. 5f98ecd swiotlb: Export swioltb_nr_tbl and utilize it as appropiate. by FUJITA Tomonori · 13 years ago
  61. 6eab04a treewide: remove extra semicolons by Justin P. Mattock · 13 years ago
  62. b097186 swiotlb-xen: SWIOTLB library for Xen PV guest with PCI passthrough. by Konrad Rzeszutek Wilk · 14 years ago