summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-282-2/+1
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-282-2/+0
| * Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-0/+1
* | Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-271-0/+5
|\ \
| * | Introduce CONFIG_GENERIC_IORichard Weinberger2012-03-251-0/+5
* | | Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-2463-63/+71
|\ \ \
| * | | lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-0763-63/+74
* | | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-248-0/+9
|\ \ \ \
| * | | | bug.h: add include of it to various implicit C usersPaul Gortmaker2012-02-297-0/+7
| * | | | lib: fix implicit users of kernel.h for TAINT_WARNPaul Gortmaker2012-02-282-0/+2
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds2012-03-231-8/+0
|\ \ \ \
| * | | | sysctl: Improve the sysctl sanity checksEric W. Biederman2012-01-241-8/+0
* | | | | procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki2012-03-231-0/+20
* | | | | crc32: select an algorithm via KconfigDarrick J. Wong2012-03-232-0/+61
* | | | | crc32: add self-test code for crc32cDarrick J. Wong2012-03-231-102/+261
* | | | | crc32: bolt on crc32cDarrick J. Wong2012-03-234-34/+95
* | | | | crc32: add note about this patchset to crc32.cBob Pearson2012-03-231-0/+4
* | | | | crc32: optimize loop counter for x86Bob Pearson2012-03-231-0/+13
* | | | | crc32: add slice-by-8 algorithm to existing codeBob Pearson2012-03-233-35/+75
* | | | | crc32: make CRC_*_BITS definition correspond to actual bit countsBob Pearson2012-03-233-12/+34
* | | | | crc32: fix mixing of endian-specific typesBob Pearson2012-03-231-6/+6
* | | | | crc32: miscellaneous cleanupsBob Pearson2012-03-232-71/+39
* | | | | crc32: simplify unit test codeBob Pearson2012-03-232-117/+691
* | | | | crc32: move long comment about crc32 fundamentals to Documentation/Bob Pearson2012-03-231-127/+2
* | | | | crc32: remove two instances of trailing whitespacesBob Pearson2012-03-232-2/+2
* | | | | prio_tree: introduce prio_set_parent()Xiao Guangrong2012-03-231-25/+22
* | | | | prio_tree: simplify prio_tree_expand()Xiao Guangrong2012-03-231-24/+14
* | | | | prio_tree: cleanup prio_tree_left()/prio_tree_right()Xiao Guangrong2012-03-231-41/+37
* | | | | prio_tree: remove unnecessary code in prio_tree_replaceXiao Guangrong2012-03-231-1/+0
* | | | | string: memchr_inv() speed improvementsAkinobu Mita2012-03-231-4/+16
* | | | | nmi watchdog: do not use cpp symbol in KconfigCong Wang2012-03-231-1/+1
| |_|_|/ |/| | |
* | | | idr: make idr_get_next() good for rcu_read_lock()Hugh Dickins2012-03-211-3/+5
* | | | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-212-5/+4
|\ \ \ \
| * | | | lib: remove the second argument of k[un]map_atomic()Cong Wang2012-03-202-5/+4
| | |_|/ | |/| |
* | | | Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-03-203-95/+197
|\ \ \ \
| * \ \ \ Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman2012-03-0914-157/+114
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | uevent: send events in correct order according to seqnum (v3)Andrew Vagin2012-03-081-10/+9
| * | | | Remove useless get_driver()/put_driver() callsAlan Stern2012-01-241-2/+1
| * | | | dynamic_debug: process multiple debug-queries on a lineJim Cromie2012-01-241-15/+58
| * | | | dynamic_debug: factor vpr_info_dq out of ddebug_parse_queryJim Cromie2012-01-241-8/+17
| * | | | dynamic_debug: add trim_prefix() to provide source-root relative pathsJim Cromie2012-01-241-3/+15
| * | | | dynamic_debug: enlarge command/query write bufferJim Cromie2012-01-241-4/+12
| * | | | dynamic_debug: chop off comments in ddebug_tokenizeJim Cromie2012-01-241-0/+2
| * | | | dynamic_debug: early return if _ddebug table is emptyJim Cromie2012-01-241-15/+20
| * | | | dynamic_debug: tighten up error checking on debug queriesJim Cromie2012-01-241-6/+33
| * | | | dynamic_debug: describe_flags with '=[pmflt_]*'Jim Cromie2012-01-241-11/+10
| * | | | dynamic_debug: drop explicit !=NULL checksJim Cromie2012-01-241-6/+5
| * | | | dynamic_debug: pr_err() call should not depend upon verbosityJim Cromie2012-01-241-2/+1
| * | | | dynamic_debug: replace strcpy with strlcpy, in ddebug_setup_query()Jim Cromie2012-01-241-3/+5
| * | | | dynamic_debug: change verbosity at runtimeJim Cromie2012-01-241-0/+1