aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* kobject: make kset_create check kobject_set_name return valueDave Young2009-06-151-1/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2009-06-122-0/+195
|\
| * asm-generic: merge branch 'master' of torvalds/linux-2.6Arnd Bergmann2009-06-128-122/+594
| |\
| * | add generic lib/checksum.cArnd Bergmann2009-06-112-0/+195
* | | module: trim exception table on init free.Rusty Russell2009-06-121-1/+20
| |/ |/|
* | Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds2009-06-111-0/+32
|\ \
| * | kmemleak: Simple testing module for kmemleakCatalin Marinas2009-06-111-0/+10
| * | kmemleak: Enable the building of the memory leak detectorCatalin Marinas2009-06-111-0/+22
* | | Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-111-9/+2
|\ \ \
| * | | x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu2009-06-111-9/+2
| |/ /
* | | Merge branch 'serial-from-alan'Linus Torvalds2009-06-113-0/+66
|\ \ \ | |/ / |/| |
| * | lib: isolate rational fractions helper functionOskar Schirmer2009-06-113-0/+66
| |/
* | Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-06-101-11/+45
|\ \
| * | vsprintf: introduce %pf format specifierFrederic Weisbecker2009-04-291-6/+13
| * | printk: add support of hh length modifier for printkZhaolei2009-04-081-5/+32
* | | Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-06-102-102/+449
|\ \ \ | |_|/ |/| |
| * | dma-debug: simplify logic in driver_filter()Joerg Roedel2009-06-081-21/+21
| * | dma-debug: disable/enable irqs only once in device_dma_allocationsJoerg Roedel2009-06-081-2/+6
| * | dma-debug: use pr_* instead of printk(KERN_* ...)Joerg Roedel2009-06-081-21/+15
| * | dma-debug: code style fixesJoerg Roedel2009-06-081-11/+12
| * | dma-debug: comment style fixesJoerg Roedel2009-06-081-2/+3
| * | Merge branch 'dma-debug/2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-06-071-22/+269
| |\ \
| | * \ Merge branches 'dma-debug/fixes' and 'dma-debug/driver-filter' into dma-debug...Joerg Roedel2009-06-021-1/+166
| | |\ \
| | | * | dma-debug: add dma_debug_driver kernel command lineJoerg Roedel2009-06-021-0/+18
| | | * | dma-debug: add debugfs file for driver filterJoerg Roedel2009-06-021-1/+101
| | | * | dma-debug: add variables and checks for driver filterJoerg Roedel2009-06-021-1/+48
| | * | | dma-debug: fix debug_dma_sync_sg_for_cpu and debug_dma_sync_sg_for_deviceFUJITA Tomonori2009-05-291-11/+37
| | * | | dma-debug: use sg_dma_len accessorFUJITA Tomonori2009-05-291-5/+5
| | * | | dma-debug: use sg_dma_address accessor instead of using dma_address directlyFUJITA Tomonori2009-05-291-6/+6
| | * | | dma-debug: re-add dma memory leak detectionJoerg Roedel2009-05-281-1/+57
| | |/ /
| * | | Merge branch 'linus' into core/iommuIngo Molnar2009-06-071-1/+0
| |\ \ \
| * | | | dma-debug: change hash_bucket_find from first-fit to best-fitJoerg Roedel2009-06-071-4/+39
| | |/ / | |/| |
| * | | Merge commit 'v2.6.30-rc5' into core/iommuIngo Molnar2009-05-118-79/+18
| |\ \ \
| * | | | dma-debug: add dma_debug_resize_entries() to adjust the number of dma_debug_e...FUJITA Tomonori2009-04-151-6/+66
| * | | | swiotlb: change swiotlb_bus_to[phys,virt] prototypesBecky Bruce2009-04-081-5/+5
| * | | | swiotlb: use swiotlb_sync_single instead of duplicating codeBecky Bruce2009-04-081-18/+12
| * | | | swiotlb: rename unmap_single to do_unmap_singleBecky Bruce2009-04-081-17/+25
| * | | | swiotlb: allow arch override of address_needs_mappingBecky Bruce2009-04-081-2/+8
| * | | | swiotlb: map_page fix for highmem systemsBecky Bruce2009-04-081-2/+1
| * | | | swiotlb: fix compile warningBecky Bruce2009-04-081-1/+1
| * | | | swiotlb: comment correctionsBecky Bruce2009-04-081-13/+11
* | | | | cpumask: introduce zalloc_cpumask_varYinghai Lu2009-06-091-0/+12
| |_|/ / |/| | |
* | | | Remove old PRINTK_DEBUG config itemJason Baron2009-05-081-1/+0
| |/ / |/| |
* | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-05-051-52/+1
|\ \ \
| * | | dma-debug: remove broken dma memory leak detection for 2.6.30Joerg Roedel2009-04-261-52/+1
* | | | lib: find_last_bit.o needed by a module only, move it from lib to objFred Isaman2009-04-241-1/+1
* | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-04-241-4/+4
|\ \ \ \
| * | | | [S390] omit frame pointers on s390 when possibleHeiko Carstens2009-04-231-4/+4
* | | | | scatterlist: make sure sg_miter_next() doesn't return 0 sized mappingsTejun Heo2009-04-221-3/+6
|/ / / /
* | | | driver: dont update dev_name via device_add pathKay Sievers2009-04-201-0/+3