Commit Graph

1135 Commits (6b1679f4a006acb5d76f8df686aa44c63d2555b4)

Author SHA1 Message Date
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
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
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
Joerg Roedel ed888aef42 dma-debug: re-add dma memory leak detection 16 years ago
Jason Baron fe0e2bb9b3 Remove old PRINTK_DEBUG config item 16 years ago
Frederic Weisbecker 0c8b946e3e vsprintf: introduce %pf format specifier 16 years ago
Joerg Roedel 314eeac9e3 dma-debug: remove broken dma memory leak detection for 2.6.30 16 years ago
Fred Isaman a5422a5111 lib: find_last_bit.o needed by a module only, move it from lib to obj 16 years ago
Heiko Carstens 75ee034add [S390] omit frame pointers on s390 when possible 16 years ago
Tejun Heo 23c560a99d scatterlist: make sure sg_miter_next() doesn't return 0 sized mappings 16 years ago
Kay Sievers 8a577ffc75 driver: dont update dev_name via device_add path 16 years ago
Kay Sievers d094cbe998 driver core: allow non-root users to listen to uevents 16 years ago
Hugh Dickins 05f54c13cd Revert "kobject: don't block for each kobject_uevent". 16 years ago
FUJITA Tomonori e6a1a89d57 dma-debug: add dma_debug_resize_entries() to adjust the number of dma_debug_entries 16 years ago
Frederic Weisbecker 9eeba6138c lockdep: warn about lockdep disabling after kernel taint 16 years ago
Zhaolei a4e94ef0dd printk: add support of hh length modifier for printk 16 years ago
Zhaolei 022624a758 printk: fix wrong format string iter for printk 16 years ago
Becky Bruce 42d7c5e353 swiotlb: change swiotlb_bus_to[phys,virt] prototypes 16 years ago
Becky Bruce 380d687833 swiotlb: use swiotlb_sync_single instead of duplicating code 16 years ago
Becky Bruce 7fcebbd2d9 swiotlb: rename unmap_single to do_unmap_single 16 years ago
Becky Bruce ef5722f698 swiotlb: allow arch override of address_needs_mapping 16 years ago
Becky Bruce dd6b02fe42 swiotlb: map_page fix for highmem systems 16 years ago