summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Reduce the number of expensive division instructions done by _parse_integer()David Howells2012-02-091-5/+13
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-02-072-1/+4
|\
| * lib: add NO_GENERIC_PCI_IOPORT_MAPMichael S. Tsirkin2012-01-312-1/+4
| |
| \
*-. | Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...Linus Torvalds2012-02-021-1/+1
|\ \|
| * | bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava2012-01-261-1/+1
* | | lib: Fix 32-bit sparc udiv_qrnnd() definition in mpilib's longlong.hDavid Miller2012-02-021-11/+33
* | | lib: Fix multiple definitions of clz_tabDavid Miller2012-02-024-19/+24
* | | lib/digsig: checks for NULL return valueDmitry Kasatkin2012-02-021-2/+6
* | | lib/mpi: added missing NULL checkDmitry Kasatkin2012-02-021-0/+2
* | | lib/mpi: added comment on divide by 0 caseDmitry Kasatkin2012-02-021-0/+4
* | | lib/mpi: check for possible zero lengthDmitry Kasatkin2012-02-021-0/+3
* | | lib/digsig: pkcs_1_v1_5_decode_emsa cleanupDmitry Kasatkin2012-02-021-25/+10
* | | lib/digsig: additional sanity checks against badly formated key payloadDmitry Kasatkin2012-02-021-2/+7
* | | lib/mpi: removed unused functionsDmitry Kasatkin2012-02-021-88/+0
* | | lib/mpi: checks for zero divisor lengthDmitry Kasatkin2012-02-021-0/+3
* | | lib/mpi: return error code on dividing by zeroDmitry Kasatkin2012-02-021-1/+1
* | | lib/mpi: replaced MPI_NULL with normal NULLDmitry Kasatkin2012-02-022-5/+5
* | | lib/mpi: added missing NULL checkDmitry Kasatkin2012-02-021-1/+2
| |/ |/|
* | MPILIB: Add a missing ENOMEM checkDavid Howells2012-01-191-0/+2
* | lib: Removed MPILIB, MPILIB_EXTRA, and SIGNATURE promptsDmitry Kasatkin2012-01-181-3/+3
* | lib: MPILIB Kconfig description updateDmitry Kasatkin2012-01-181-5/+3
* | lib: digital signature dependency fixDmitry Kasatkin2012-01-181-1/+2
* | lib: digital signature config option name changeDmitry Kasatkin2012-01-182-2/+2
* | Merge tag 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarina...Linus Torvalds2012-01-141-1/+1
|\ \
| * | kmemleak: Add support for memory hotplugLaura Abbott2011-12-021-1/+1
* | | unlzo: fix input buffer freeSascha Hauer2012-01-121-1/+1
* | | radix_tree: take radix_tree_path off stackHugh Dickins2012-01-121-78/+76
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-111-3/+3
|\ \ \
| * | | PCI: Increase resource array mask bit size in pcim_iomap_regions()Yinghai Lu2012-01-061-3/+3
* | | | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-1031-0/+6266
|\ \ \ \
| * \ \ \ Merge branch 'next' into for-linusJames Morris2012-01-0931-0/+6266
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | mpi/mpi-mpow: NULL dereference on allocation failureDan Carpenter2011-12-081-1/+2
| | * | | digsig: build dependency fixDmitry Kasatkin2011-11-221-1/+1
| | * | | crypto: digital signature verification supportDmitry Kasatkin2011-11-093-0/+293
| | * | | crypto: GnuPG based MPI lib - additional sources (part 4)Dmitry Kasatkin2011-11-0912-0/+1400
| | * | | crypto: GnuPG based MPI lib - make files (part 3)Dmitry Kasatkin2011-11-093-0/+30
| | * | | crypto: GnuPG based MPI lib - header files (part 2)Dmitry Kasatkin2011-11-093-0/+1861
| | * | | crypto: GnuPG based MPI lib - source files (part 1)Dmitry Kasatkin2011-11-0914-0/+2681
| | |/ /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-01-104-36/+58
|\ \ \ \
| * | | | lib: add GENERIC_PCI_IOMAPMichael S. Tsirkin2011-11-284-36/+55
| * | | | lib: move GENERIC_IOMAP to lib/KconfigMichael S. Tsirkin2011-11-241-0/+3
| | |/ / | |/| |
* | | | Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds2012-01-102-10/+12
|\ \ \ \
| * | | | crc32: optimize inner loopJoakim Tjernlund2012-01-101-10/+11
| * | | | btree: export btree_get_prev() so modules can use btree_for_eachSteve Hodgson2012-01-101-0/+1
* | | | | Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-01-101-2/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-201-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | swiotlb: Expose swiotlb_nr_tlb function to modulesKonrad Rzeszutek Wilk2011-12-061-2/+3
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-084-9/+7
|\ \ \ \
| * | | | decompress_bunzip2: remove invalid vi modelinePaul Bolle2011-12-061-1/+0
| * | | | treewide: Fix comment and string typo 'bufer'Paul Bolle2011-12-062-3/+3