summaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Expand)AuthorAge
...
* | | | lib/digsig: additional sanity checks against badly formated key payloadDmitry Kasatkin2012-02-02
* | | | lib/mpi: removed unused functionsDmitry Kasatkin2012-02-02
* | | | lib/mpi: checks for zero divisor lengthDmitry Kasatkin2012-02-02
* | | | lib/mpi: return error code on dividing by zeroDmitry Kasatkin2012-02-02
* | | | lib/mpi: replaced MPI_NULL with normal NULLDmitry Kasatkin2012-02-02
* | | | lib/mpi: added missing NULL checkDmitry Kasatkin2012-02-02
| |/ / |/| |
* | | MPILIB: Add a missing ENOMEM checkDavid Howells2012-01-19
* | | lib: Removed MPILIB, MPILIB_EXTRA, and SIGNATURE promptsDmitry Kasatkin2012-01-18
* | | lib: MPILIB Kconfig description updateDmitry Kasatkin2012-01-18
* | | lib: digital signature dependency fixDmitry Kasatkin2012-01-18
* | | lib: digital signature config option name changeDmitry Kasatkin2012-01-18
* | | Merge tag 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarina...Linus Torvalds2012-01-14
|\ \ \
| * | | kmemleak: Add support for memory hotplugLaura Abbott2011-12-02
* | | | unlzo: fix input buffer freeSascha Hauer2012-01-12
* | | | radix_tree: take radix_tree_path off stackHugh Dickins2012-01-12
* | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-11
|\ \ \ \
| * | | | PCI: Increase resource array mask bit size in pcim_iomap_regions()Yinghai Lu2012-01-06
* | | | | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-10
|\ \ \ \ \
| * \ \ \ \ Merge branch 'next' into for-linusJames Morris2012-01-09
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | mpi/mpi-mpow: NULL dereference on allocation failureDan Carpenter2011-12-08
| | * | | | digsig: build dependency fixDmitry Kasatkin2011-11-22
| | * | | | crypto: digital signature verification supportDmitry Kasatkin2011-11-09
| | * | | | crypto: GnuPG based MPI lib - additional sources (part 4)Dmitry Kasatkin2011-11-09
| | * | | | crypto: GnuPG based MPI lib - make files (part 3)Dmitry Kasatkin2011-11-09
| | * | | | crypto: GnuPG based MPI lib - header files (part 2)Dmitry Kasatkin2011-11-09
| | * | | | crypto: GnuPG based MPI lib - source files (part 1)Dmitry Kasatkin2011-11-09
| | |/ / /
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-01-10
|\ \ \ \ \
| * | | | | lib: add GENERIC_PCI_IOMAPMichael S. Tsirkin2011-11-28
| * | | | | lib: move GENERIC_IOMAP to lib/KconfigMichael S. Tsirkin2011-11-24
| | |/ / / | |/| | |
* | | | | Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds2012-01-10
|\ \ \ \ \
| * | | | | crc32: optimize inner loopJoakim Tjernlund2012-01-10
| * | | | | btree: export btree_get_prev() so modules can use btree_for_eachSteve Hodgson2012-01-10
* | | | | | Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-01-10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-20
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | swiotlb: Expose swiotlb_nr_tlb function to modulesKonrad Rzeszutek Wilk2011-12-06
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-08
|\ \ \ \ \
| * | | | | decompress_bunzip2: remove invalid vi modelinePaul Bolle2011-12-06
| * | | | | treewide: Fix comment and string typo 'bufer'Paul Bolle2011-12-06
| * | | | | Merge branch 'master' into for-nextJiri Kosina2011-11-13
| |\| | | |
| * | | | | Docs: Kconfig: CORDIC descriptionMichael Witten2011-10-29
| * | | | | Docs: wording: functions -> algorithmMichael Witten2011-10-29
| * | | | | Docs: Pedantry: [Cc]ordic -> CORDICMichael Witten2011-10-29
* | | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-08
|\ \ \ \ \ \
| * | | | | | switch debugfs to umode_tAl Viro2012-01-03
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-07
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-06
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | kobject: remove kset_find_obj_hinted()Kay Sievers2011-12-21
| | * | | | | kref: Inline all functionsPeter Zijlstra2011-12-13
| | * | | | | driver-core: skip uevent generation when nobody is listeningKay Sievers2011-12-09
| | * | | | | lib: devres: add convenience function to remap a resourceWolfram Sang2011-11-15