aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* dma-debug: make memory range checks more consistentJoerg Roedel2009-03-241-5/+8
* dma-debug: warn of unmapping an invalid dma addressFUJITA Tomonori2009-03-191-1/+4
* Merge branch 'dma-api/debug' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2009-03-183-0/+962
|\
| * dma-debug: add a check dma memory leaksJoerg Roedel2009-03-171-0/+55
| * dma-debug: add checks for kernel text and rodataJoerg Roedel2009-03-171-1/+25
| * dma-debug: print stacktrace of mapping path on unmap errorDavid Woodhouse2009-03-171-14/+38
| * dma-debug: add function to dump dma mappingsDavid Woodhouse2009-03-171-0/+30
| * dma-debug: add checks for sync_single_sg_*Joerg Roedel2009-03-051-0/+32
| * dma-debug: add checks for sync_single_range_*Joerg Roedel2009-03-051-0/+24
| * dma-debug: add checks for sync_single_*Joerg Roedel2009-03-051-0/+21
| * dma-debug: add checking for [alloc|free]_coherentJoerg Roedel2009-03-051-0/+45
| * dma-debug: add add checking for map/unmap_sgJoerg Roedel2009-03-051-0/+73
| * dma-debug: add checking for map/unmap_page/singleJoerg Roedel2009-03-051-0/+53
| * dma-debug: add core checking functionsJoerg Roedel2009-03-051-1/+187
| * dma-debug: add debugfs interfaceJoerg Roedel2009-03-051-0/+78
| * dma-debug: add kernel command line parametersJoerg Roedel2009-03-051-0/+38
| * dma-debug: add initialization codeJoerg Roedel2009-03-051-0/+66
| * dma-debug: add allocator codeJoerg Roedel2009-03-051-0/+57
| * dma-debug: add hash functions for dma_debug_entriesJoerg Roedel2009-03-051-0/+101
| * dma-debug: add header file and core data structuresJoerg Roedel2009-03-052-0/+44
| * dma-debug: add Kconfig entryJoerg Roedel2009-03-051-0/+11
* | Merge branch 'linus' into core/iommuIngo Molnar2009-03-182-9/+9
|\ \ | |/ |/|
| * bitmap: fix end condition in bitmap_find_free_regionLinus Torvalds2009-03-121-8/+8
| * idr: make idr_remove_all() do removal -before- free_layer()Paul E. McKenney2009-03-101-1/+1
* | Merge branch 'linus' into core/iommuIngo Molnar2009-03-052-15/+11
|\|
| * docsrc: use config instead of menuconfigRandy Dunlap2009-02-201-1/+1
| * cpumask: convert lib/smp_processor_id to new cpumask opsRusty Russell2009-01-301-1/+1
| * Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-261-13/+0
| |\
| | * Merge branch 'core/debugobjects' into core/urgentThomas Gleixner2009-01-221-10/+4
| | |\
| | * | rcu: remove duplicate CONFIG_RCU_CPU_STALL_DETECTORLai Jiangshan2009-01-221-13/+0
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-01-261-0/+9
| |\ \ \ | | |_|/ | |/| |
| | * | x86: define ARCH_WANT_FRAME_POINTERSJeff Mahoney2009-01-181-0/+9
| | |/
* | | Merge branch 'linus' into core/iommuIngo Molnar2009-01-161-10/+4
|\| |
| * | lib/idr.c: use kmem_cache_zalloc() for the idr_layer cacheAndrew Morton2009-01-151-8/+2
| * | idr: fix wrong kernel-docLi Zefan2009-01-151-2/+2
| |/
* | swiotlb: do not use sg_virt()Ian Campbell2009-01-111-7/+7
* | swiotlb: range_needs_mapping should take a physical address.Ian Campbell2009-01-111-5/+5
* | Merge branch 'linus' into core/iommuIngo Molnar2009-01-1114-79/+139
|\|
| * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-01-101-8/+8
| |\
| | * x86: offer frame pointers in all build modesIngo Molnar2009-01-071-8/+8
| * | rbtree: add const qualifier to some functionsArtem Bityutskiy2009-01-101-6/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommuLinus Torvalds2009-01-091-0/+7
| |\ \
| | * | NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells2009-01-081-0/+7
| * | | generic swap(): lib/sort.c: rename swap to swap_funcWu Fengguang2009-01-081-14/+16
| |/ /
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-071-5/+6
| |\ \
| | * | trivial: radix-tree: document wrap-around issue of radix_tree_next_hole()Wu Fengguang2009-01-061-5/+6
| | |/
| * | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-063-154/+107
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-01-064-39/+72
| |\ \ \
| | * | | swiotlb: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-1/+1
| | * | | dynamic_printk: reduce one level of indentationWu Fengguang2009-01-061-32/+26