Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-22treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook
2017-11-14Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-11latent_entropy: Mark functions with __latent_entropyEmese Revfy
2016-09-28lib: clean up put_cpu_var usageShaohua Li
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner
2016-02-29netfilter: meta: add PRANDOM supportFlorian Westphal
2015-10-08random32: add prandom_init_once helper for own rngsDaniel Borkmann
2015-10-08random32: add prandom_seed_full_state helperDaniel Borkmann
2014-08-25random32: improvements to prandom_bytesDaniel Borkmann
2014-07-31random32: mix in entropy from core to late initcallHannes Frederic Sowa
2014-04-04lib/random32.c: minor cleanups and kdoc fixDaniel Borkmann
2014-03-29random32: avoid attempt to late reseed if in the middle of seedingSasha Levin
2013-11-15random32: use msecs_to_jiffies for reseed timerDaniel Borkmann
2013-11-15random32: add __init prefix to prandom_start_seed_timerDaniel Borkmann
2013-11-11random32: add test cases for taus113 implementationDaniel Borkmann
2013-11-11random32: upgrade taus88 generator to taus113 from errata paperDaniel Borkmann
2013-11-11random32: add prandom_reseed_late() and call when nonblocking pool becomes in...Hannes Frederic Sowa
2013-11-11random32: add periodic reseedingHannes Frederic Sowa
2013-11-11random32: fix off-by-one in seeding requirementDaniel Borkmann
2012-12-18prandom: introduce prandom_bytes() and prandom_bytes_state()Akinobu Mita
2012-12-18random32: rename random32 to prandomAkinobu Mita
2012-03-08lib: reduce the use of module.h wherever possiblePaul Gortmaker
2010-06-16Merge branch 'master' into for-nextJiri Kosina
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König
2010-05-27lib/random32: export pseudo-random number generator for modulesJoe Eykholt
2008-07-31random32: seeding improvementStephen Hemminger
2008-04-04[NET]: srandom32 fixes for networking v2Andi Kleen
2006-12-04[PATCH] severing module.h->sched.hAl Viro
2006-10-17[PATCH] rename net_random to random32Stephen Hemminger