Commit Graph

1198 Commits (2bace8b95108746f6123d312f47f5bda4eb17a26)

Author SHA1 Message Date
Anand Gadiyar fd589a8f0a trivial: fix typo "to to" in multiple files 16 years ago
Steven Rostedt 0efb4d2072 vsnprintf: remove duplicate comment of vsnprintf 16 years ago
Steven Rostedt 91adcd2c4b vsprintf: add %ps that is the same as %pS but is like %pf 16 years ago
Nicolas Pitre 2f82af08fc Nicolas Pitre has a new email address 16 years ago
David Howells e0e817392b CRED: Add some configurable debugging [try #6] 16 years ago
Joe Perches 8a27f7c90f lib/vsprintf.c: Add "%pI6c" - print pointer as compressed ipv6 address 16 years ago
Benjamin Herrenschmidt 4f8ee2c9cc lmb: Remove __init from lmb_end_of_DRAM() 16 years ago
David Rientjes b62e408c05 flex_array: convert element_nr formals to unsigned 16 years ago
David Rientjes 105b6e8a74 flex_array: fix flex_array_free_parts comment 16 years ago
David Rientjes a30b595d2c flex_array: fix get function for elements in base starting at non-zero 16 years ago
Paul E. McKenney 6b3ef48adf rcu: Remove CONFIG_PREEMPT_RCU 16 years ago
Paul E. McKenney f41d911f8c rcu: Merge preemptable-RCU functionality into hierarchical RCU 16 years ago
Linus Torvalds f4b0373b26 Make bitmask 'and' operators return a result code 16 years ago
Casey Dahlin c7084b35eb lib/swiotlb.c: Fix strange panic message selection logic when swiotlb fills up 16 years ago
Kyle McMartin ec9c96ef3c dma-debug: Fix check_unmap null pointer dereference 16 years ago
Michael Ellerman bbdc16f58e kmemleak: Allow kmemleak to be built on powerpc 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
FUJITA Tomonori 862d196b27 swiotlb: use phys_to_dma and dma_to_phys 16 years ago
FUJITA Tomonori b9394647ac swiotlb: use dma_capable() 16 years ago
FUJITA Tomonori 02ca646e73 swiotlb: remove unnecessary swiotlb_bus_to_virt 16 years ago
FUJITA Tomonori cf56e3f2e8 swiotlb: remove swiotlb_arch_range_needs_mapping 16 years ago
FUJITA Tomonori bb52196be3 swiotlb: remove unused swiotlb_alloc() 16 years ago
FUJITA Tomonori 3885123da8 swiotlb: remove unused swiotlb_alloc_boot() 16 years ago
Oleg Nesterov 967cc53711 kernel: is_current_single_threaded: don't use ->mmap_sem 16 years ago
Oleg Nesterov 5bb459bb45 kernel: rename is_single_threaded(task) to current_is_single_threaded(void) 16 years ago
Oleg Nesterov d2e3ee9b29 kernel: fix is_single_threaded 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
Tejun Heo 7c756e6e19 percpu: implement optional weak percpu definitions 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