aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* int_sqrt: Improve 3x faster integer sqrt.FlyFrog2016-09-101-15/+13
* int_sqrt: correction square root algo with namingramgear2016-09-101-10/+20
* random: sprinkle e/f/prandom in places that deplete entropy oftenimoseyon2016-09-101-1/+1
* random32: use e/frandom for reseeding, and a merge fixupimoseyon2016-09-101-3/+2
* random32: improvements to prandom_bytesDaniel Borkmann2016-09-101-21/+18
* random32: mix in entropy from core to late initcallHannes Frederic Sowa2016-09-101-21/+28
* lib/random32.c: minor cleanups and kdoc fixDaniel Borkmann2016-09-101-37/+39
* random32: avoid attempt to late reseed if in the middle of seedingSasha Levin2016-09-101-1/+12
* random32: use msecs_to_jiffies for reseed timerDaniel Borkmann2016-09-101-2/+6
* random32: add __init prefix to prandom_start_seed_timerDaniel Borkmann2016-09-101-2/+2
* random32: add test cases for taus113 implementationDaniel Borkmann2016-09-102-6/+196
* random32: upgrade taus88 generator to taus113 from errata paperDaniel Borkmann2016-09-101-34/+46
* random32: add prandom_reseed_late() and call when nonblocking pool becomes in...Hannes Frederic Sowa2016-09-101-1/+22
* random32: add periodic reseedingHannes Frederic Sowa2016-09-101-0/+23
* 3.10.102-> 3.10.103Jan Engelmohr2016-09-101-1/+1
* Linux 3.10.101 (accumulative patch)Stefan Guendhoer2016-08-261-0/+62
* Linux 3.10.99 (accumulative patch)Stefan Guendhoer2016-08-261-1/+1
* Linux 3.10.98 (accumulative patch)Stefan Guendhoer2016-08-263-6/+14
* add uksm 0.1.2.3 for v3.10 .ge.46.patchLevin Calado2016-08-262-1/+477
* mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter2016-08-261-3/+3
* lib/string: use glibc versionDooMLoRD2016-08-261-17/+12
* lib/memcopy: use glibc versionfaux1232016-08-262-1/+404
* __bitmap_parselist: fix bug in empty string handlingChris Metcalf2016-08-261-8/+9
* 3.10.79 -> 3.10.80Jan Engelmohr2016-08-261-1/+2
* 3.10.76 -> 3.10.77Jan Engelmohr2016-08-261-1/+1
* 3.10.68 -> 3.10.69Jan Engelmohr2016-08-261-2/+10
* 3.10.65 -> 3.10.66Jan Engelmohr2016-08-261-1/+1
* first commitMeizu OpenSource2016-08-15238-0/+59305