aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/random.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-04Fix misspellings of "truly" in comments.Adam Buchbinder1-1/+1
2010-02-02random: Remove unused inode variableHerbert Xu1-1/+0
2010-02-02random: drop weird m_time/a_time manipulationMatt Mackall1-8/+0
2009-12-15random.c: use %pU to print UUIDsJoe Perches1-7/+3
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-6/+6
2009-11-12sysctl drivers: Remove dead binary sysctl supportEric W. Biederman1-41/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-2/+2
2009-06-18random: Add optional continuous repetition test to entropy store based rngsNeil Horman1-0/+14
2009-05-19Avoid ICE in get_random_int() with gcc-3.4.5Linus Torvalds1-1/+1
2009-05-07random: make get_random_int() more randomLinus Torvalds1-7/+12
2009-04-02random: align rekey_work's timerAnton Blanchard1-1/+2
2009-01-11sparseirq: fix build with unknown irq_desc structYinghai Lu1-0/+4
2009-01-11sparseirq: make some func to be used with genirqYinghai Lu1-1/+1
2009-01-06random: don't try to look at entropy_count outside the lockMatt Mackall1-3/+2
2009-01-03sparseirq: move set/get_timer_rand_state back to .cYinghai Lu1-6/+34
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu1-17/+5
2008-11-01saner FASYNC handling on file closeAl Viro1-7/+0
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+31
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan1-1/+1
2008-10-16genirq: revert dynarrayThomas Gleixner1-5/+0
2008-10-16genirq: remove sparse irq codeThomas Gleixner1-31/+0
2008-10-16x86: put timer_rand_state pointer into irq_descYinghai Lu1-5/+61
2008-10-16irqs: make irq_timer_state to use dyn_arrayYinghai Lu1-0/+6
2008-10-16drivers/char: use nr_irqsYinghai Lu1-2/+2
2008-10-09block: don't depend on consecutive minor spaceTejun Heo1-3/+3
2008-09-02drivers/char/random.c: fix a race which can lead to a bogus BUG()Andrew Morton1-9/+10
2008-08-18nf_nat: use secure_ipv4_port_ephemeral() for NAT port randomizationStephen Hemminger1-0/+1
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-0/+1
2008-04-29random: add async notification support to /dev/randomJeff Dike1-2/+22
2008-04-29random: simplify and rename credit_entropy_storeMatt Mackall1-17/+15
2008-04-29random: make mixing interface byte-orientedMatt Mackall1-18/+19
2008-04-29random: simplify add_ptr logicMatt Mackall1-11/+10
2008-04-29random: remove some prefetch logicMatt Mackall1-6/+2
2008-04-29random: eliminate redundant new_rotate variableMatt Mackall1-12/+10
2008-04-29random: remove cacheline alignment for locksMatt Mackall1-2/+2
2008-04-29random: make backtracking attacks harderMatt Mackall1-19/+17
2008-04-29random: improve variable naming, clear extract bufferMatt Mackall1-11/+13
2008-04-29random: reuse rand_initializeMatt Mackall1-4/+2
2008-04-29random: use unlocked_ioctlMatt Mackall1-6/+5
2008-04-29random: consolidate wakeup logicMatt Mackall1-16/+4
2008-04-29random: clean up checkpatch complaintsMatt Mackall1-45/+35
2008-02-06drivers/char/random.c:write_pool() cond_resched() neededMatt Mackall1-0/+1
2008-02-01unexport add_disk_randomnessAdrian Bunk1-2/+0
2007-11-13[NET] random : secure_tcp_sequence_number should not assume CONFIG_KTIME_SCALAREric Dumazet1-3/+3
2007-10-18sparse pointer use of zero as nullStephen Hemminger1-1/+1
2007-10-01[TCP]: secure_tcp_sequence_number() should not use a too fast clockEric Dumazet1-4/+6
2007-07-19random: fix bound check ordering (CVE-2007-3105)Matt Mackall1-2/+7
2007-06-16random: fix output buffer foldingMatt Mackall1-1/+1
2007-05-29random: fix seeding with zero entropyMatt Mackall1-24/+31
2007-05-29random: fix error in entropy extractionMatt Mackall1-5/+7