aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-01-18dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with DMA_FROM_DEVICE...Krzysztof Halasa1-4/+3
2010-01-18lib/rational.c needs module.hSascha Hauer1-0/+1
2010-01-06dma-debug: Fix bug causing build warningIngo Molnar1-3/+2
2010-01-06dma-debug: Do not add notifier when dma debugging is disabled.Shaun Ruffell1-0/+5
2009-11-19FS-Cache: Don't delete pending pages from the page-store tracking treeDavid Howells1-2/+0
2009-11-19FS-Cache: Use radix tree preload correctly in tracking of pages to be storedDavid Howells1-0/+3
2009-11-18strcmp: fix overflow and possibly signedness errorLinus Torvalds1-6/+14
2009-11-05Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+4
2009-10-29dma-debug: Fix compile warning with PAE enabledJoerg Roedel1-2/+4
2009-10-27powerpc: Minor cleanup to lib/Kconfig.debugKumar Gala1-1/+1
2009-10-11Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-3/+4
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan2-0/+2
2009-10-06[S390] Enable kmemleak on s390.Heiko Carstens1-3/+4
2009-10-01sscanf(): fix %*s%nAndy Spencer1-1/+1
2009-09-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller8-56/+147
2009-09-24lzma/gzip: fix potential oops when input data is truncatedPhillip Lougher2-1/+17
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds1-0/+8
2009-09-22lib/vsprintf.c: Avoid possible unaligned accesses in %pI6cJoe Perches1-10/+15
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/veg...Linus Torvalds1-0/+3
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2009-09-22flex_array: add missing kerneldoc annotationsDavid Rientjes1-1/+11
2009-09-22flex_array: introduce DEFINE_FLEX_ARRAYDavid Rientjes1-26/+10
2009-09-22flex_array: add flex_array_shrink functionDavid Rientjes1-0/+40
2009-09-22flex_array: poison free elementsDavid Rientjes1-8/+7
2009-09-22flex_array: add flex_array_clear functionDavid Rientjes1-0/+26
2009-09-22vsprintf: use WARN_ON_ONCEMarcin Slusarz1-12/+2
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar1-2/+2
2009-09-20kernel hacking: move STRIP_ASM_SYMS from GeneralRandy Dunlap1-0/+8
2009-09-17vsnprintf: remove duplicate comment of vsnprintfSteven Rostedt1-6/+4
2009-09-17vsprintf: add %ps that is the same as %pS but is like %pfSteven Rostedt1-2/+4
2009-09-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-1/+1
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-0/+15
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre1-1/+1
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-47/+152
2009-09-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2009-09-11Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-80/+44
2009-09-11Merge branch 'next' into for-linusJames Morris2-24/+52
2009-09-04Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar11-41/+357
2009-09-04Merge branch 'linus' into core/rcuIngo Molnar4-37/+46
2009-09-02CRED: Add some configurable debugging [try #6]David Howells1-0/+15
2009-08-29lib/vsprintf.c: Add "%pI6c" - print pointer as compressed ipv6 addressJoe Perches1-47/+152
2009-08-28Merge commit 'tip/iommu-for-powerpc' into nextBenjamin Herrenschmidt1-80/+44
2009-08-27lmb: Remove __init from lmb_end_of_DRAM()Benjamin Herrenschmidt1-1/+1
2009-08-27Merge commit 'origin/master' into nextBenjamin Herrenschmidt2-16/+24
2009-08-26flex_array: convert element_nr formals to unsignedDavid Rientjes1-11/+13
2009-08-26flex_array: fix flex_array_free_parts commentDavid Rientjes1-3/+0
2009-08-26flex_array: fix get function for elements in base starting at non-zeroDavid Rientjes1-6/+8
2009-08-25Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-12/+16
2009-08-23rcu: Remove CONFIG_PREEMPT_RCUPaul E. McKenney1-1/+1
2009-08-23rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney1-1/+1
2009-08-21Make bitmask 'and' operators return a result codeLinus Torvalds1-4/+8
2009-08-21lib/swiotlb.c: Fix strange panic message selection logic when swiotlb fills upCasey Dahlin1-6/+9
2009-08-21dma-debug: Fix check_unmap null pointer dereferenceKyle McMartin1-12/+16
2009-08-20kmemleak: Allow kmemleak to be built on powerpcMichael Ellerman1-1/+1
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo9-37/+344
2009-08-11Merge branch 'master' into nextJames Morris3-18/+39
2009-08-07lib/decompress_*: only include <linux/slab.h> if STATIC is not definedAlbin Tonnerre3-3/+3
2009-08-07bzip2/lzma: remove nasty uncompressed size hack in pre-boot environmentPhillip Lougher2-11/+32
2009-08-07bzip2/lzma/gzip: fix comments describing decompressor APIPhillip Lougher1-4/+4
2009-08-06Merge branch 'master' into nextJames Morris5-6/+292
2009-08-04flex_array: remove unneeded index calculationJonathan Corbet1-2/+0
2009-07-31lib/scatterlist: add a flags to signalize mapping directionSebastian Andrzej Siewior1-4/+12
2009-07-29lib: flexible array implementationDave Hansen2-1/+270
2009-07-29lib: export generic atomic64_t functionsRoland Dreier1-0/+11
2009-07-28Dynamic debug: fix typo: -/->Roel Kluin1-1/+1
2009-07-28swiotlb: use phys_to_dma and dma_to_physFUJITA Tomonori1-16/+6
2009-07-28swiotlb: use dma_capable()FUJITA Tomonori1-19/+5
2009-07-28swiotlb: remove unnecessary swiotlb_bus_to_virtFUJITA Tomonori1-18/+23
2009-07-28swiotlb: remove swiotlb_arch_range_needs_mappingFUJITA Tomonori1-13/+2
2009-07-28swiotlb: remove unused swiotlb_alloc()FUJITA Tomonori1-6/+2
2009-07-28swiotlb: remove unused swiotlb_alloc_boot()FUJITA Tomonori1-6/+1
2009-07-17kernel: is_current_single_threaded: don't use ->mmap_semOleg Nesterov1-4/+6
2009-07-17kernel: rename is_single_threaded(task) to current_is_single_threaded(void)Oleg Nesterov1-1/+2
2009-07-17kernel: fix is_single_threadedOleg Nesterov1-26/+36
2009-07-10Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-13/+13
2009-07-10dma-debug: Fix the overlap() function to be correct and readableIngo Molnar1-12/+12
2009-07-04Merge branch 'master' into for-nextTejun Heo2-3/+24
2009-07-03Merge branch 'dma-debug/fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-2/+2
2009-07-01kmemcheck: depend on HAVE_ARCH_KMEMCHECKSebastian Andrzej Siewior1-0/+3
2009-06-25kmemleak: Allow the early log buffer to be configurable.Catalin Marinas1-0/+12
2009-06-24percpu: implement optional weak percpu definitionsTejun Heo1-0/+15
2009-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds1-1/+9
2009-06-23kmemleak: Do not force the slab debugging Kconfig optionsCatalin Marinas1-2/+3
2009-06-21Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-52/+99
2009-06-21lockdep: Select frame pointers on x86Peter Zijlstra1-1/+1
2009-06-19lib/checksum.c: fix endianess bugArnd Bergmann1-1/+9
2009-06-18lib: add lib/gcd.cFlorian Fainelli2-1/+19
2009-06-17dma-debug: Put all hash-chain locks into the same lock classIngo Molnar1-1/+1
2009-06-16Merge branch 'akpm'Linus Torvalds5-73/+90
2009-06-16rb_tree: remove redundant if()-condition in rb_erase()Wolfram Strepp1-4/+4
2009-06-16rb_tree: make clear distinction between two different cases in rb_erase()Wolfram Strepp1-4/+4
2009-06-16rb_tree: reorganize code in rb_erase() for additional changesWolfram Strepp1-9/+9
2009-06-16lib/genalloc.c: remove unmatched write_lock() in gen_pool_destroyZygo Blaxell1-1/+0
2009-06-16hexdump: remove the trailing spaceLi Zefan1-6/+9
2009-06-16lib: do code optimization for radix_tree_lookup() and radix_tree_lookup_slot()Huang Shijie1-47/+26
2009-06-16atomic: only take lock when the counter drops to zero on UP as wellJan Blunck1-2/+1
2009-06-16radix-tree: add radix_tree_prev_hole()Wu Fengguang1-0/+37
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds2-2/+95
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+6
2009-06-16dma-debug: fix off-by-one error in overlap functionJoerg Roedel1-1/+1
2009-06-15kobject: make kset_create check kobject_set_name return valueDave Young1-1/+6
2009-06-15Merge commit 'linus/master' into HEADVegard Nossum3-1/+215
2009-06-15kmemcheck: make kconfig accessible for other architecturesPekka Enberg2-0/+93
2009-06-15kmemcheck: enable in the x86 KconfigVegard Nossum1-2/+2
2009-06-15dma-debug: be more careful when building reference entriesJoerg Roedel1-43/+91
2009-06-15dma-debug: check for sg_call_ents in best-fit algorithm tooJoerg Roedel1-8/+7
2009-06-15lib: Provide generic atomic64_t implementationPaul Mackerras3-0/+183
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2-0/+195
2009-06-12module: trim exception table on init free.Rusty Russell1-1/+20
2009-06-12asm-generic: merge branch 'master' of torvalds/linux-2.6Arnd Bergmann8-122/+594
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds1-0/+32
2009-06-11Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+2
2009-06-11add generic lib/checksum.cArnd Bergmann2-0/+195
2009-06-11x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu1-9/+2
2009-06-11kmemleak: Simple testing module for kmemleakCatalin Marinas1-0/+10
2009-06-11kmemleak: Enable the building of the memory leak detectorCatalin Marinas1-0/+22
2009-06-11Merge branch 'serial-from-alan'Linus Torvalds3-0/+66
2009-06-11lib: isolate rational fractions helper functionOskar Schirmer3-0/+66
2009-06-10Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-11/+45
2009-06-10Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-102/+449
2009-06-09cpumask: introduce zalloc_cpumask_varYinghai Lu1-0/+12
2009-06-08dma-debug: simplify logic in driver_filter()Joerg Roedel1-21/+21
2009-06-08dma-debug: disable/enable irqs only once in device_dma_allocationsJoerg Roedel1-2/+6
2009-06-08dma-debug: use pr_* instead of printk(KERN_* ...)Joerg Roedel1-21/+15
2009-06-08dma-debug: code style fixesJoerg Roedel1-11/+12
2009-06-08dma-debug: comment style fixesJoerg Roedel1-2/+3
2009-06-07Merge branch 'dma-debug/2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar1-22/+269
2009-06-07Merge branch 'linus' into core/iommuIngo Molnar1-1/+0
2009-06-07dma-debug: change hash_bucket_find from first-fit to best-fitJoerg Roedel1-4/+39
2009-06-02Merge branches 'dma-debug/fixes' and 'dma-debug/driver-filter' into dma-debug...Joerg Roedel1-1/+166
2009-06-02dma-debug: add dma_debug_driver kernel command lineJoerg Roedel1-0/+18
2009-06-02dma-debug: add debugfs file for driver filterJoerg Roedel1-1/+101
2009-06-02dma-debug: add variables and checks for driver filterJoerg Roedel1-1/+48
2009-05-29dma-debug: fix debug_dma_sync_sg_for_cpu and debug_dma_sync_sg_for_deviceFUJITA Tomonori1-11/+37
2009-05-29dma-debug: use sg_dma_len accessorFUJITA Tomonori1-5/+5
2009-05-29dma-debug: use sg_dma_address accessor instead of using dma_address directlyFUJITA Tomonori1-6/+6
2009-05-28dma-debug: re-add dma memory leak detectionJoerg Roedel1-1/+57
2009-05-11Merge commit 'v2.6.30-rc5' into core/iommuIngo Molnar8-79/+18
2009-05-08Remove old PRINTK_DEBUG config itemJason Baron1-1/+0
2009-05-05Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-52/+1
2009-04-29vsprintf: introduce %pf format specifierFrederic Weisbecker1-6/+13
2009-04-26dma-debug: remove broken dma memory leak detection for 2.6.30Joerg Roedel1-52/+1
2009-04-24lib: find_last_bit.o needed by a module only, move it from lib to objFred Isaman1-1/+1
2009-04-24Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-4/+4
2009-04-23[S390] omit frame pointers on s390 when possibleHeiko Carstens1-4/+4
2009-04-22scatterlist: make sure sg_miter_next() doesn't return 0 sized mappingsTejun Heo1-3/+6
2009-04-20driver: dont update dev_name via device_add pathKay Sievers1-0/+3
2009-04-16driver core: allow non-root users to listen to ueventsKay Sievers1-1/+1
2009-04-16Revert "kobject: don't block for each kobject_uevent".Hugh Dickins1-1/+1
2009-04-15dma-debug: add dma_debug_resize_entries() to adjust the number of dma_debug_e...FUJITA Tomonori1-6/+66
2009-04-12lockdep: warn about lockdep disabling after kernel taintFrederic Weisbecker1-1/+1
2009-04-08printk: add support of hh length modifier for printkZhaolei1-5/+32
2009-04-08printk: fix wrong format string iter for printkZhaolei1-16/+0
2009-04-08swiotlb: change swiotlb_bus_to[phys,virt] prototypesBecky Bruce1-5/+5
2009-04-08swiotlb: use swiotlb_sync_single instead of duplicating codeBecky Bruce1-18/+12
2009-04-08swiotlb: rename unmap_single to do_unmap_singleBecky Bruce1-17/+25
2009-04-08swiotlb: allow arch override of address_needs_mappingBecky Bruce1-2/+8
2009-04-08swiotlb: map_page fix for highmem systemsBecky Bruce1-2/+1
2009-04-08swiotlb: fix compile warningBecky Bruce1-1/+1
2009-04-08swiotlb: comment correctionsBecky Bruce1-13/+11
2009-04-07Merge branch 'core/softlockup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+38
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-04-07Merge branch 'linus' into core/softlockupIngo Molnar25-794/+4955
2009-04-07softlockup: make DETECT_HUNG_TASK default depend on DETECT_SOFTLOCKUPIngo Molnar1-1/+1
2009-04-06Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-0/+3
2009-04-05Merge branch 'core/debugobjects' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-15/+112
2009-04-05Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-227/+781
2009-04-03Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2009-04-03kmemtrace, kbuild: fix slab.h dependency problem in lib/decompress_unlzma.cPekka Enberg1-0/+1
2009-04-03kmemtrace, kbuild: fix slab.h dependency problem in lib/decompress_bunzip2.cPekka Enberg1-0/+1
2009-04-03kmemtrace, kbuild: fix slab.h dependency problem in lib/decompress_inflate.cPekka Enberg1-0/+1
2009-04-02cpumask: fix slab corruption caused by alloc_cpumask_var_node()Jack Steiner1-2/+2
2009-04-02cgroup: CSS ID supportKAMEZAWA Hiroyuki1-0/+46
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar3-229/+783
2009-04-01lib/rbtree.c: optimize rb_erase()Wolfram Strepp1-10/+4
2009-04-01generic debug pageallocAkinobu Mita1-0/+1
2009-03-31Merge branch 'linus' into locking-for-linusIngo Molnar19-536/+4002
2009-03-30dma-debug: fix printk formats (i386)Randy Dunlap1-4/+4
2009-03-30Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-49/+1007
2009-03-30Merge commit 'origin/master' into nextBenjamin Herrenschmidt15-459/+2967
2009-03-28Merge branch 'linus' into core/printkIngo Molnar15-458/+2966
2009-03-28Merge branch 'linus' into core/iommuIngo Molnar15-458/+2966
2009-03-28Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2009-03-28Merge branch 'origin' into develRussell King9-458/+1337
2009-03-28Merge branch 'linus' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-0/+27
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar8-1/+1630
2009-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-0/+27
2009-03-26Merge branch 'sched-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-9/+3
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller10-458/+1313
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds6-449/+821
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-0/+483
2009-03-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tmli...Russell King1-8/+8
2009-03-24Dynamic debug: allow simple quoting of wordsGreg Banks1-20/+33
2009-03-24dynamic debug: update docsJason Baron1-31/+41
2009-03-24dynamic debug: combine dprintk and dynamic printkJason Baron4-416/+758
2009-03-24kobject: don't block for each kobject_ueventArjan van de Ven1-1/+1
2009-03-24Driver core: implement uevent suppress in kobjectMing Lei1-0/+7
2009-03-24driver core: get rid of struct device's bus_id string arrayKay Sievers1-1/+1
2009-03-24dma-debug: make memory range checks more consistentJoerg Roedel1-5/+8
2009-03-24Merge commit 'origin/master' into nextBenjamin Herrenschmidt2-9/+9