aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds63-63/+71
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds8-0/+9
2012-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds1-8/+0
2012-03-23procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki1-0/+20
2012-03-23crc32: select an algorithm via KconfigDarrick J. Wong2-0/+61
2012-03-23crc32: add self-test code for crc32cDarrick J. Wong1-102/+261
2012-03-23crc32: bolt on crc32cDarrick J. Wong4-34/+95
2012-03-23crc32: add note about this patchset to crc32.cBob Pearson1-0/+4
2012-03-23crc32: optimize loop counter for x86Bob Pearson1-0/+13
2012-03-23crc32: add slice-by-8 algorithm to existing codeBob Pearson3-35/+75
2012-03-23crc32: make CRC_*_BITS definition correspond to actual bit countsBob Pearson3-12/+34
2012-03-23crc32: fix mixing of endian-specific typesBob Pearson1-6/+6
2012-03-23crc32: miscellaneous cleanupsBob Pearson2-71/+39
2012-03-23crc32: simplify unit test codeBob Pearson2-117/+691
2012-03-23crc32: move long comment about crc32 fundamentals to Documentation/Bob Pearson1-127/+2
2012-03-23crc32: remove two instances of trailing whitespacesBob Pearson2-2/+2
2012-03-23prio_tree: introduce prio_set_parent()Xiao Guangrong1-25/+22
2012-03-23prio_tree: simplify prio_tree_expand()Xiao Guangrong1-24/+14
2012-03-23prio_tree: cleanup prio_tree_left()/prio_tree_right()Xiao Guangrong1-41/+37
2012-03-23prio_tree: remove unnecessary code in prio_tree_replaceXiao Guangrong1-1/+0
2012-03-23string: memchr_inv() speed improvementsAkinobu Mita1-4/+16
2012-03-23nmi watchdog: do not use cpp symbol in KconfigCong Wang1-1/+1
2012-03-21idr: make idr_get_next() good for rcu_read_lock()Hugh Dickins1-3/+5
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2-5/+4
2012-03-20Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-95/+197
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+11
2012-03-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+24
2012-03-20lib: remove the second argument of k[un]map_atomic()Cong Wang2-5/+4
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar2-14/+12
2012-03-11dql: Fix undefined jiffiesTom Herbert1-0/+1
2012-03-09Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman14-157/+114
2012-03-08uevent: send events in correct order according to seqnum (v3)Andrew Vagin1-10/+9
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker63-63/+74
2012-03-06vsprintf: make %pV handling compatible with kasprintf()Jan Beulich1-3/+9
2012-03-05debugobjects: Fix selftest for static warningsStephen Boyd1-11/+3
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar3-6/+17
2012-02-29bug.h: add include of it to various implicit C usersPaul Gortmaker7-0/+7
2012-02-28lib: fix implicit users of kernel.h for TAINT_WARNPaul Gortmaker2-0/+2
2012-02-21rcu: Print scheduling-clock information on RCU CPU stall-warning messagesPaul E. McKenney1-0/+14
2012-02-21rcu: Move RCU_TRACE to lib/Kconfig.debugPaul E. McKenney1-0/+10
2012-02-11watchdog: Update Kconfig entriesFernando Luis Vázquez Cao1-7/+11
2012-02-09Reduce the number of expensive division instructions done by _parse_integer()David Howells1-5/+13
2012-02-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-1/+4
2012-02-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-02-02lib: Fix 32-bit sparc udiv_qrnnd() definition in mpilib's longlong.hDavid Miller1-11/+33
2012-02-02lib: Fix multiple definitions of clz_tabDavid Miller4-19/+24
2012-02-02lib/digsig: checks for NULL return valueDmitry Kasatkin1-2/+6
2012-02-02lib/mpi: added missing NULL checkDmitry Kasatkin1-0/+2
2012-02-02lib/mpi: added comment on divide by 0 caseDmitry Kasatkin1-0/+4
2012-02-02lib/mpi: check for possible zero lengthDmitry Kasatkin1-0/+3