aboutsummaryrefslogtreecommitdiffstats
path: root/lib/swiotlb.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-...Konrad Rzeszutek Wilk2013-11-08
|\
| * swiotlb: print a warning when the swiotlb is fullStefano Stabellini2013-10-25
* | tracing/events: Fix swiotlb tracepoint creationThierry Reding2013-10-24
* | tracing/events: Add bounce tracing to swiotblZoltan Kiss2013-10-02
|/
* swiotlb: replace dma_length with sg_dma_len() macroEunBong Song2013-08-09
* x86, kdump: Set crashkernel_low automaticallyYinghai Lu2013-04-17
* x86: Don't panic if can not alloc buffer for swiotlbYinghai Lu2013-01-29
* swiotlb: Do not export swiotlb_bounce since there are no external consumersAlexander Duyck2012-10-30
* swiotlb: Use physical addresses instead of virtual in swiotlb_tbl_sync_singleAlexander Duyck2012-10-30
* swiotlb: Use physical addresses for swiotlb_tbl_unmap_singleAlexander Duyck2012-10-30
* swiotlb: Return physical addresses when calling swiotlb_tbl_map_singleAlexander Duyck2012-10-30
* swiotlb: Make io_tlb_overflow_buffer a physical addressAlexander Duyck2012-10-30
* swiotlb: Make io_tlb_start a physical address instead of a virtual oneAlexander Duyck2012-10-30
* swiotlb: Make io_tlb_end a physical address instead of a virtual oneAlexander Duyck2012-10-30
* swiotlb: add the late swiotlb initialization function with iotlb memoryKonrad Rzeszutek Wilk2012-08-21
* swiotlb: print physical addresses consistently with other parts of kernelBjorn Helgaas2012-05-29
* Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-24
|\
| * lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-07
* | lib: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
|/
* swiotlb: Expose swiotlb_nr_tlb function to modulesKonrad Rzeszutek Wilk2011-12-06
* swiotlb: Export swioltb_nr_tbl and utilize it as appropiate.FUJITA Tomonori2011-06-06
* swiotlb: fix wrong panicFUJITA Tomonori2011-02-25
* tree-wide: fix comment/printk typosUwe Kleine-König2010-11-01
* swiotlb: Use page alignment for early buffer allocationYinghai Lu2010-10-11
* swiotlb: make io_tlb_overflow staticFUJITA Tomonori2010-10-11
* swiotlb: Make swiotlb bookkeeping functions visible in the header file.Konrad Rzeszutek Wilk2010-06-07
* swiotlb: search and replace "int dir" with "enum dma_data_direction dir"Konrad Rzeszutek Wilk2010-06-07
* swiotlb: Make internal bookkeeping functions have 'swiotlb_tbl' prefix.Konrad Rzeszutek Wilk2010-06-07
* swiotlb: add the swiotlb initialization function with iotlb memoryFUJITA Tomonori2010-06-07
* swiotlb: add swiotlb_tbl_map_single library functionFUJITA Tomonori2010-06-07
* swiotlb: remove unnecessary swiotlb_sync_single_range_*FUJITA Tomonori2010-05-27
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* dma-mapping: fix off-by-one error in dma_capable()Jan Beulich2009-12-16
* Merge branch 'for-next' into for-linusJiri Kosina2009-12-07
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-04
* | swiotlb: Remove the swiotlb variable usageFUJITA Tomonori2009-11-11
* | x86: Handle HW IOMMU initialization failure gracefullyFUJITA Tomonori2009-11-10
* | swiotlb: Defer swiotlb init printing, export swiotlb_print_info()FUJITA Tomonori2009-11-10
* | swiotlb: Add swiotlb_free() functionFUJITA Tomonori2009-11-10
|/
* lib/swiotlb.c: Fix strange panic message selection logic when swiotlb fills upCasey Dahlin2009-08-21
* swiotlb: use phys_to_dma and dma_to_physFUJITA Tomonori2009-07-28
* swiotlb: use dma_capable()FUJITA Tomonori2009-07-28
* swiotlb: remove unnecessary swiotlb_bus_to_virtFUJITA Tomonori2009-07-28
* swiotlb: remove swiotlb_arch_range_needs_mappingFUJITA Tomonori2009-07-28
* swiotlb: remove unused swiotlb_alloc()FUJITA Tomonori2009-07-28
* swiotlb: remove unused swiotlb_alloc_boot()FUJITA Tomonori2009-07-28
* swiotlb: change swiotlb_bus_to[phys,virt] prototypesBecky Bruce2009-04-08
* swiotlb: use swiotlb_sync_single instead of duplicating codeBecky Bruce2009-04-08
* swiotlb: rename unmap_single to do_unmap_singleBecky Bruce2009-04-08
* swiotlb: allow arch override of address_needs_mappingBecky Bruce2009-04-08