aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-05dma-debug: add checks for sync_single_range_*Joerg Roedel1-0/+24
2009-03-05dma-debug: add checks for sync_single_*Joerg Roedel1-0/+21
2009-03-05dma-debug: add checking for [alloc|free]_coherentJoerg Roedel1-0/+45
2009-03-05dma-debug: add add checking for map/unmap_sgJoerg Roedel1-0/+73
2009-03-05dma-debug: add checking for map/unmap_page/singleJoerg Roedel1-0/+53
2009-03-05dma-debug: add core checking functionsJoerg Roedel1-1/+187
2009-03-05dma-debug: add debugfs interfaceJoerg Roedel1-0/+78
2009-03-05dma-debug: add kernel command line parametersJoerg Roedel1-0/+38
2009-03-05dma-debug: add initialization codeJoerg Roedel1-0/+66
2009-03-05dma-debug: add allocator codeJoerg Roedel1-0/+57
2009-03-05dma-debug: add hash functions for dma_debug_entriesJoerg Roedel1-0/+101
2009-03-05dma-debug: add header file and core data structuresJoerg Roedel2-0/+44
2009-03-05dma-debug: add Kconfig entryJoerg Roedel1-0/+11
2009-03-05Merge branch 'linus' into core/iommuIngo Molnar2-15/+11
2009-02-20docsrc: use config instead of menuconfigRandy Dunlap1-1/+1
2009-01-30cpumask: convert lib/smp_processor_id to new cpumask opsRusty Russell1-1/+1
2009-01-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-13/+0
2009-01-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+9
2009-01-22Merge branch 'core/debugobjects' into core/urgentThomas Gleixner1-10/+4
2009-01-22rcu: remove duplicate CONFIG_RCU_CPU_STALL_DETECTORLai Jiangshan1-13/+0
2009-01-18x86: define ARCH_WANT_FRAME_POINTERSJeff Mahoney1-0/+9
2009-01-16Merge branch 'linus' into core/iommuIngo Molnar1-10/+4
2009-01-15lib/idr.c: use kmem_cache_zalloc() for the idr_layer cacheAndrew Morton1-8/+2
2009-01-15idr: fix wrong kernel-docLi Zefan1-2/+2
2009-01-11swiotlb: do not use sg_virt()Ian Campbell1-7/+7
2009-01-11swiotlb: range_needs_mapping should take a physical address.Ian Campbell1-5/+5
2009-01-11Merge branch 'linus' into core/iommuIngo Molnar14-79/+139
2009-01-10Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-8/+8
2009-01-10rbtree: add const qualifier to some functionsArtem Bityutskiy1-6/+6
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommuLinus Torvalds1-0/+7
2009-01-08generic swap(): lib/sort.c: rename swap to swap_funcWu Fengguang1-14/+16
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells1-0/+7
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-5/+6
2009-01-07x86: offer frame pointers in all build modesIngo Molnar1-8/+8
2009-01-06Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-154/+107
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds4-39/+72
2009-01-06percpu_counter: FBC_BATCH should be a variableEric Dumazet1-4/+14
2009-01-06strict_strto* is not strict enoughPavel Machek1-0/+4
2009-01-06lib: proportions.c trivial sparse lock annotationHarvey Harrison1-0/+2
2009-01-06lib: radix_tree.c make percpu variable staticHarvey Harrison1-1/+1
2009-01-06lib: fix sparse shadowed variable warningHarvey Harrison1-1/+1
2009-01-06Remove remaining unwinder codeAlexey Dobriyan1-1/+0
2009-01-06oops handling: ensure that any oops is flushed to the mtdoops consoleViktor Rosendahl1-0/+2
2009-01-06swiotlb: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-01-06dynamic_printk: reduce one level of indentationWu Fengguang1-32/+26
2009-01-06kobject: return the result of uevent sending by netlinkMing Lei1-2/+4
2009-01-06uevent: don't pass envp_ext[] as format string in kobject_uevent_env()Tejun Heo1-1/+1
2009-01-06driver core: Remove completion from struct klist_nodeMatthew Wilcox1-3/+40
2009-01-06x86, ia64: remove duplicated swiotlb codeFUJITA Tomonori1-30/+18
2009-01-06x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori1-8/+10