Commit Graph

1158 Commits (42428f747a8a0db9c6de03e105932316defad65d)

Author SHA1 Message Date
Linus Torvalds f4b0373b26 Make bitmask 'and' operators return a result code 16 years ago
Albin Tonnerre 9e5cf0ca2e lib/decompress_*: only include <linux/slab.h> if STATIC is not defined 16 years ago
Phillip Lougher b1af4315d8 bzip2/lzma: remove nasty uncompressed size hack in pre-boot environment 16 years ago
Phillip Lougher daeb6b6fbe bzip2/lzma/gzip: fix comments describing decompressor API 16 years ago
Jonathan Corbet 0786820107 flex_array: remove unneeded index calculation 16 years ago
Sebastian Andrzej Siewior 6de7e356fa lib/scatterlist: add a flags to signalize mapping direction 16 years ago
Dave Hansen 534acc057b lib: flexible array implementation 16 years ago
Roland Dreier 3fc7b4b220 lib: export generic atomic64_t functions 16 years ago
Roel Kluin 4df7b3e037 Dynamic debug: fix typo: -/-> 16 years ago
Ingo Molnar f39d1b9792 dma-debug: Fix the overlap() function to be correct and readable 16 years ago
Catalin Marinas a9d9058aba kmemleak: Allow the early log buffer to be configurable. 16 years ago
Catalin Marinas bf96d1e3e7 kmemleak: Do not force the slab debugging Kconfig options 16 years ago
Peter Zijlstra 00540e5d54 lockdep: Select frame pointers on x86 16 years ago
Arnd Bergmann 32a9ff9cc5 lib/checksum.c: fix endianess bug 16 years ago
Florian Fainelli d282922461 lib: add lib/gcd.c 16 years ago
Ingo Molnar b0a5b83ee0 dma-debug: Put all hash-chain locks into the same lock class 16 years ago
Wolfram Strepp 4b324126e0 rb_tree: remove redundant if()-condition in rb_erase() 16 years ago
Wolfram Strepp 4c60117811 rb_tree: make clear distinction between two different cases in rb_erase() 16 years ago
Wolfram Strepp 16c047add3 rb_tree: reorganize code in rb_erase() for additional changes 16 years ago
Zygo Blaxell 8e8a2dea0c lib/genalloc.c: remove unmatched write_lock() in gen_pool_destroy 16 years ago
Li Zefan c67ae69b66 hexdump: remove the trailing space 16 years ago
Huang Shijie b72b71c6cb lib: do code optimization for radix_tree_lookup() and radix_tree_lookup_slot() 16 years ago
Jan Blunck 417dcdf99e atomic: only take lock when the counter drops to zero on UP as well 16 years ago
Wu Fengguang dc566127dd radix-tree: add radix_tree_prev_hole() 16 years ago
Joerg Roedel c79ee4e466 dma-debug: fix off-by-one error in overlap function 16 years ago
Dave Young d9cd8f3785 kobject: make kset_create check kobject_set_name return value 16 years ago
Pekka Enberg 0a4af3b093 kmemcheck: make kconfig accessible for other architectures 16 years ago
Vegard Nossum 7d46d9e6db kmemcheck: enable in the x86 Kconfig 16 years ago
Joerg Roedel aa010efb7b dma-debug: be more careful when building reference entries 16 years ago
Joerg Roedel e5e8c5b90a dma-debug: check for sg_call_ents in best-fit algorithm too 16 years ago
Paul Mackerras 09d4e0edd4 lib: Provide generic atomic64_t implementation 16 years ago
Rusty Russell ad6561dffa module: trim exception table on init free. 16 years ago
Arnd Bergmann 26a28fa4fe add generic lib/checksum.c 16 years ago
Yinghai Lu 38c7fed2f5 x86: remove some alloc_bootmem_cpumask_var calling 16 years ago
Catalin Marinas 0822ee4ac1 kmemleak: Simple testing module for kmemleak 16 years ago
Catalin Marinas 3bba00d7bd kmemleak: Enable the building of the memory leak detector 16 years ago
Oskar Schirmer 8759ef32d9 lib: isolate rational fractions helper function 16 years ago
Yinghai Lu 0281b5dc03 cpumask: introduce zalloc_cpumask_var 16 years ago
Joerg Roedel 0bf841281e dma-debug: simplify logic in driver_filter() 16 years ago
Joerg Roedel be81c6ea23 dma-debug: disable/enable irqs only once in device_dma_allocations 16 years ago
Joerg Roedel e7ed70eedc dma-debug: use pr_* instead of printk(KERN_* ...) 16 years ago
Joerg Roedel c17e2cf737 dma-debug: code style fixes 16 years ago
Joerg Roedel 3123250947 dma-debug: comment style fixes 16 years ago
Joerg Roedel 7caf6a49bb dma-debug: change hash_bucket_find from first-fit to best-fit 16 years ago
Joerg Roedel 1745de5e56 dma-debug: add dma_debug_driver kernel command line 16 years ago
Joerg Roedel 8a6fc708b9 dma-debug: add debugfs file for driver filter 16 years ago
Joerg Roedel 2e507d849f dma-debug: add variables and checks for driver filter 16 years ago
FUJITA Tomonori 88f3907f6f dma-debug: fix debug_dma_sync_sg_for_cpu and debug_dma_sync_sg_for_device 16 years ago
FUJITA Tomonori 884d05970b dma-debug: use sg_dma_len accessor 16 years ago
FUJITA Tomonori 15aedea439 dma-debug: use sg_dma_address accessor instead of using dma_address directly 16 years ago