sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file
[safe/jmp/linux-2.6] / lib / dma-debug.c
2009-10-29 Joerg Roedeldma-debug: Fix compile warning with PAE enabled
2009-08-21 Kyle McMartindma-debug: Fix check_unmap null pointer dereference
2009-07-10 Ingo Molnardma-debug: Fix the overlap() function to be correct...
2009-06-17 Ingo Molnardma-debug: Put all hash-chain locks into the same lock...
2009-06-16 Joerg Roedeldma-debug: fix off-by-one error in overlap function
2009-06-15 Joerg Roedeldma-debug: be more careful when building reference...
2009-06-15 Joerg Roedeldma-debug: check for sg_call_ents in best-fit algorithm too
2009-06-08 Joerg Roedeldma-debug: simplify logic in driver_filter()
2009-06-08 Joerg Roedeldma-debug: disable/enable irqs only once in device_dma_...
2009-06-08 Joerg Roedeldma-debug: use pr_* instead of printk(KERN_* ...)
2009-06-08 Joerg Roedeldma-debug: code style fixes
2009-06-08 Joerg Roedeldma-debug: comment style fixes
2009-06-07 Ingo MolnarMerge branch 'dma-debug/2.6.31' of git://git./linux...
2009-06-07 Joerg Roedeldma-debug: change hash_bucket_find from first-fit to...
2009-06-02 Joerg RoedelMerge branches 'dma-debug/fixes' and 'dma-debug/driver...
2009-06-02 Joerg Roedeldma-debug: add dma_debug_driver kernel command line
2009-06-02 Joerg Roedeldma-debug: add debugfs file for driver filter
2009-06-02 Joerg Roedeldma-debug: add variables and checks for driver filter
2009-05-29 FUJITA Tomonoridma-debug: fix debug_dma_sync_sg_for_cpu and debug_dma_...
2009-05-29 FUJITA Tomonoridma-debug: use sg_dma_len accessor
2009-05-29 FUJITA Tomonoridma-debug: use sg_dma_address accessor instead of using...
2009-05-28 Joerg Roedeldma-debug: re-add dma memory leak detection
2009-05-11 Ingo MolnarMerge commit 'v2.6.30-rc5' into core/iommu
2009-04-26 Joerg Roedeldma-debug: remove broken dma memory leak detection...
2009-04-15 FUJITA Tomonoridma-debug: add dma_debug_resize_entries() to adjust...
2009-03-30 Randy Dunlapdma-debug: fix printk formats (i386)
2009-03-24 Joerg Roedeldma-debug: make memory range checks more consistent
2009-03-19 FUJITA Tomonoridma-debug: warn of unmapping an invalid dma address
2009-03-17 Joerg Roedeldma-debug: add a check dma memory leaks
2009-03-17 Joerg Roedeldma-debug: add checks for kernel text and rodata
2009-03-17 David Woodhousedma-debug: print stacktrace of mapping path on unmap...
2009-03-17 David Woodhousedma-debug: add function to dump dma mappings
2009-03-05 Joerg Roedeldma-debug: add checks for sync_single_sg_*
2009-03-05 Joerg Roedeldma-debug: add checks for sync_single_range_*
2009-03-05 Joerg Roedeldma-debug: add checks for sync_single_*
2009-03-05 Joerg Roedeldma-debug: add checking for [alloc|free]_coherent
2009-03-05 Joerg Roedeldma-debug: add add checking for map/unmap_sg
2009-03-05 Joerg Roedeldma-debug: add checking for map/unmap_page/single
2009-03-05 Joerg Roedeldma-debug: add core checking functions
2009-03-05 Joerg Roedeldma-debug: add debugfs interface
2009-03-05 Joerg Roedeldma-debug: add kernel command line parameters
2009-03-05 Joerg Roedeldma-debug: add initialization code
2009-03-05 Joerg Roedeldma-debug: add allocator code
2009-03-05 Joerg Roedeldma-debug: add hash functions for dma_debug_entries
2009-03-05 Joerg Roedeldma-debug: add header file and core data structures