summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2012-03-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-28crc32: add help text for the algorithm select optionDarrick J. Wong
2012-03-28radix-tree: rewrite gang lookup using iteratorKonstantin Khlebnikov
2012-03-28radix-tree: introduce bit-optimized iteratorKonstantin Khlebnikov
2012-03-28lib/cpumask.c: remove __any_online_cpu()Srivatsa S. Bhat
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells
2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-25Introduce CONFIG_GENERIC_IORichard Weinberger
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds
2012-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds
2012-03-23procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki
2012-03-23crc32: select an algorithm via KconfigDarrick J. Wong
2012-03-23crc32: add self-test code for crc32cDarrick J. Wong
2012-03-23crc32: bolt on crc32cDarrick J. Wong
2012-03-23crc32: add note about this patchset to crc32.cBob Pearson
2012-03-23crc32: optimize loop counter for x86Bob Pearson
2012-03-23crc32: add slice-by-8 algorithm to existing codeBob Pearson
2012-03-23crc32: make CRC_*_BITS definition correspond to actual bit countsBob Pearson
2012-03-23crc32: fix mixing of endian-specific typesBob Pearson
2012-03-23crc32: miscellaneous cleanupsBob Pearson
2012-03-23crc32: simplify unit test codeBob Pearson
2012-03-23crc32: move long comment about crc32 fundamentals to Documentation/Bob Pearson
2012-03-23crc32: remove two instances of trailing whitespacesBob Pearson
2012-03-23prio_tree: introduce prio_set_parent()Xiao Guangrong
2012-03-23prio_tree: simplify prio_tree_expand()Xiao Guangrong
2012-03-23prio_tree: cleanup prio_tree_left()/prio_tree_right()Xiao Guangrong
2012-03-23prio_tree: remove unnecessary code in prio_tree_replaceXiao Guangrong
2012-03-23string: memchr_inv() speed improvementsAkinobu Mita
2012-03-23nmi watchdog: do not use cpp symbol in KconfigCong Wang
2012-03-23locking/kconfig: Simplify INLINE_SPIN_UNLOCK usageRaghavendra K T
2012-03-21idr: make idr_get_next() good for rcu_read_lock()Hugh Dickins
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-20Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-03-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-03-20lib: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-03-11dql: Fix undefined jiffiesTom Herbert
2012-03-09Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman
2012-03-08uevent: send events in correct order according to seqnum (v3)Andrew Vagin
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker
2012-03-06vsprintf: make %pV handling compatible with kasprintf()Jan Beulich
2012-03-05debugobjects: Fix selftest for static warningsStephen Boyd
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-02-29bug.h: add include of it to various implicit C usersPaul Gortmaker
2012-02-28lib: fix implicit users of kernel.h for TAINT_WARNPaul Gortmaker