aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAge
* dynamic_debug: update Documentation/*, Kconfig.debugJim Cromie2012-04-30
* dynamic_debug: add modname arg to exec_query callchainJim Cromie2012-04-30
* dynamic_debug: print ram usage by ddebug tables if verboseJim Cromie2012-04-30
* dynamic_debug: simplify dynamic_debug_init error exitJim Cromie2012-04-30
* dynamic_debug: combine parse_args callbacks togetherJim Cromie2012-04-30
* dynamic_debug: deprecate ddebug_query, suggest dyndbg insteadJim Cromie2012-04-30
* dynamic_debug: make dynamic-debug work for module initializationJim Cromie2012-04-30
* dynamic_debug: replace if (verbose) pr_info with macro vpr_infoJim Cromie2012-04-30
* lib/kobject.c : Remove redundant check in create_diryan2012-04-23
* Revert "driver core: check start node in klist_iter_init_node"Greg Kroah-Hartman2012-04-19
* driver core: check start node in klist_iter_init_nodeHannes Reinecke2012-04-18
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-29
|\
| * locking/kconfig: Simplify INLINE_SPIN_UNLOCK usageRaghavendra K T2012-03-23
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-28
|\ \
| * | crc32: add help text for the algorithm select optionDarrick J. Wong2012-03-28
| * | radix-tree: rewrite gang lookup using iteratorKonstantin Khlebnikov2012-03-28
| * | radix-tree: introduce bit-optimized iteratorKonstantin Khlebnikov2012-03-28
| * | lib/cpumask.c: remove __any_online_cpu()Srivatsa S. Bhat2012-03-28
* | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-28
|\ \ \ | |/ / |/| |
| * | Remove all #inclusions of asm/system.hDavid Howells2012-03-28
| * | Disintegrate asm/system.h for PowerPCDavid Howells2012-03-28
| |/
* | Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-27
|\ \
| * | Introduce CONFIG_GENERIC_IORichard Weinberger2012-03-24
* | | Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-24
|\ \ \
| * | | lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-07
* | | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-24
|\ \ \ \
| * | | | bug.h: add include of it to various implicit C usersPaul Gortmaker2012-02-29
| * | | | lib: fix implicit users of kernel.h for TAINT_WARNPaul Gortmaker2012-02-28
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds2012-03-23
|\ \ \ \
| * | | | sysctl: Improve the sysctl sanity checksEric W. Biederman2012-01-24
* | | | | procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki2012-03-23
* | | | | crc32: select an algorithm via KconfigDarrick J. Wong2012-03-23
* | | | | crc32: add self-test code for crc32cDarrick J. Wong2012-03-23
* | | | | crc32: bolt on crc32cDarrick J. Wong2012-03-23
* | | | | crc32: add note about this patchset to crc32.cBob Pearson2012-03-23
* | | | | crc32: optimize loop counter for x86Bob Pearson2012-03-23
* | | | | crc32: add slice-by-8 algorithm to existing codeBob Pearson2012-03-23
* | | | | crc32: make CRC_*_BITS definition correspond to actual bit countsBob Pearson2012-03-23
* | | | | crc32: fix mixing of endian-specific typesBob Pearson2012-03-23
* | | | | crc32: miscellaneous cleanupsBob Pearson2012-03-23
* | | | | crc32: simplify unit test codeBob Pearson2012-03-23
* | | | | crc32: move long comment about crc32 fundamentals to Documentation/Bob Pearson2012-03-23
* | | | | crc32: remove two instances of trailing whitespacesBob Pearson2012-03-23
* | | | | prio_tree: introduce prio_set_parent()Xiao Guangrong2012-03-23
* | | | | prio_tree: simplify prio_tree_expand()Xiao Guangrong2012-03-23
* | | | | prio_tree: cleanup prio_tree_left()/prio_tree_right()Xiao Guangrong2012-03-23
* | | | | prio_tree: remove unnecessary code in prio_tree_replaceXiao Guangrong2012-03-23
* | | | | string: memchr_inv() speed improvementsAkinobu Mita2012-03-23
* | | | | nmi watchdog: do not use cpp symbol in KconfigCong Wang2012-03-23
| |_|_|/ |/| | |
* | | | idr: make idr_get_next() good for rcu_read_lock()Hugh Dickins2012-03-21