aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-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-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-21rcu: Print scheduling-clock information on RCU CPU stall-warning messagesPaul E. McKenney
2012-02-21rcu: Move RCU_TRACE to lib/Kconfig.debugPaul E. McKenney
2012-02-11watchdog: Update Kconfig entriesFernando Luis Vázquez Cao
2012-02-09Reduce the number of expensive division instructions done by _parse_integer()David Howells
2012-02-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2012-02-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...Linus Torvalds
2012-02-02lib: Fix 32-bit sparc udiv_qrnnd() definition in mpilib's longlong.hDavid Miller
2012-02-02lib: Fix multiple definitions of clz_tabDavid Miller
2012-02-02lib/digsig: checks for NULL return valueDmitry Kasatkin
2012-02-02lib/mpi: added missing NULL checkDmitry Kasatkin
2012-02-02lib/mpi: added comment on divide by 0 caseDmitry Kasatkin
2012-02-02lib/mpi: check for possible zero lengthDmitry Kasatkin
2012-02-02lib/digsig: pkcs_1_v1_5_decode_emsa cleanupDmitry Kasatkin
2012-02-02lib/digsig: additional sanity checks against badly formated key payloadDmitry Kasatkin
2012-02-02lib/mpi: removed unused functionsDmitry Kasatkin
2012-02-02lib/mpi: checks for zero divisor lengthDmitry Kasatkin
2012-02-02lib/mpi: return error code on dividing by zeroDmitry Kasatkin
2012-02-02lib/mpi: replaced MPI_NULL with normal NULLDmitry Kasatkin
2012-02-02lib/mpi: added missing NULL checkDmitry Kasatkin
2012-01-31lib: add NO_GENERIC_PCI_IOPORT_MAPMichael S. Tsirkin
2012-01-26bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava