aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-04-30dynamic_debug: print ram usage by ddebug tables if verboseGravatar Jim Cromie 1-1/+11
2012-04-30dynamic_debug: simplify dynamic_debug_init error exitGravatar Jim Cromie 1-11/+8
2012-04-30dynamic_debug: combine parse_args callbacks togetherGravatar Jim Cromie 1-16/+20
2012-04-30dynamic_debug: deprecate ddebug_query, suggest dyndbg insteadGravatar Jim Cromie 1-0/+2
2012-04-30dynamic_debug: make dynamic-debug work for module initializationGravatar Jim Cromie 1-0/+49
2012-04-30dynamic_debug: replace if (verbose) pr_info with macro vpr_infoGravatar Jim Cromie 1-46/+35
2012-04-24rcu: List-debug variants of rcu list routines.Gravatar Dave Jones 1-0/+22
2012-04-23lib/kobject.c : Remove redundant check in create_dirGravatar yan 1-7/+5
2012-04-20lib: add support for stmp-style devicesGravatar Wolfram Sang 3-0/+85
2012-04-19Revert "driver core: check start node in klist_iter_init_node"Gravatar Greg Kroah-Hartman 1-10/+4
2012-04-18driver core: check start node in klist_iter_init_nodeGravatar Hannes Reinecke 1-4/+10
2012-04-18debugobjects: Fill_pool() returns void nowGravatar Dan Carpenter 1-1/+1
2012-04-18mpi: Avoid using freed pointer in mpi_lshift_limbs()Gravatar Jesper Juhl 1-2/+3
2012-04-12dma-debug: release free_entries_lock before saving stack traceGravatar Jakub Kicinski 1-5/+5
2012-04-11debugobjects: printk with irqs enabledGravatar Thomas Gleixner 1-1/+1
2012-04-11debugobjects: Remove unused return value from fill_pool()Gravatar Thomas Gleixner 1-4/+3
2012-04-10kobject: provide more diagnostic info for kobject_add_internal() failuresGravatar Dan Williams 1-7/+7
2012-03-30debug: Add CONFIG_READABLE_ASMGravatar Andi Kleen 1-0/+9
2012-03-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 3-270/+188
2012-03-28crc32: add help text for the algorithm select optionGravatar Darrick J. Wong 1-0/+4
2012-03-28radix-tree: rewrite gang lookup using iteratorGravatar Konstantin Khlebnikov 1-258/+33
2012-03-28radix-tree: introduce bit-optimized iteratorGravatar Konstantin Khlebnikov 1-0/+151
2012-03-28lib/cpumask.c: remove __any_online_cpu()Gravatar Srivatsa S. Bhat 1-12/+0
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 2-2/+1
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 2-2/+0
2012-03-28Disintegrate asm/system.h for PowerPCGravatar David Howells 1-0/+1
2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+5
2012-03-25Introduce CONFIG_GENERIC_IOGravatar Richard Weinberger 1-0/+5
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 63-63/+71
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Linus Torvalds 8-0/+9
2012-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlGravatar Linus Torvalds 1-8/+0
2012-03-23procfs: add num_to_str() to speed up /proc/statGravatar KAMEZAWA Hiroyuki 1-0/+20
2012-03-23crc32: select an algorithm via KconfigGravatar Darrick J. Wong 2-0/+61
2012-03-23crc32: add self-test code for crc32cGravatar Darrick J. Wong 1-102/+261
2012-03-23crc32: bolt on crc32cGravatar Darrick J. Wong 4-34/+95
2012-03-23crc32: add note about this patchset to crc32.cGravatar Bob Pearson 1-0/+4
2012-03-23crc32: optimize loop counter for x86Gravatar Bob Pearson 1-0/+13
2012-03-23crc32: add slice-by-8 algorithm to existing codeGravatar Bob Pearson 3-35/+75
2012-03-23crc32: make CRC_*_BITS definition correspond to actual bit countsGravatar Bob Pearson 3-12/+34
2012-03-23crc32: fix mixing of endian-specific typesGravatar Bob Pearson 1-6/+6
2012-03-23crc32: miscellaneous cleanupsGravatar Bob Pearson 2-71/+39
2012-03-23crc32: simplify unit test codeGravatar Bob Pearson 2-117/+691
2012-03-23crc32: move long comment about crc32 fundamentals to Documentation/Gravatar Bob Pearson 1-127/+2
2012-03-23crc32: remove two instances of trailing whitespacesGravatar Bob Pearson 2-2/+2
2012-03-23prio_tree: introduce prio_set_parent()Gravatar Xiao Guangrong 1-25/+22
2012-03-23prio_tree: simplify prio_tree_expand()Gravatar Xiao Guangrong 1-24/+14
2012-03-23prio_tree: cleanup prio_tree_left()/prio_tree_right()Gravatar Xiao Guangrong 1-41/+37
2012-03-23prio_tree: remove unnecessary code in prio_tree_replaceGravatar Xiao Guangrong 1-1/+0
2012-03-23string: memchr_inv() speed improvementsGravatar Akinobu Mita 1-4/+16