summaryrefslogtreecommitdiffstats
path: root/drivers/char/random.c
AgeCommit message (Expand)AuthorLines
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-02-21random: update interface comments to reflect realityJarod Wilson-3/+10
2010-12-17random: Use this_cpu_inc_returnChristoph Lameter-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+2
2010-07-31random: Reorder struct entropy_store to remove padding on 64bits Richard Kennedy-1/+1
2010-05-20random: simplify fips modeMatt Mackall-7/+3
2010-02-04Fix misspellings of "truly" in comments.Adam Buchbinder-1/+1
2010-02-02random: Remove unused inode variableHerbert Xu-1/+0
2010-02-02random: drop weird m_time/a_time manipulationMatt Mackall-8/+0
2009-12-15random.c: use %pU to print UUIDsJoe Perches-7/+3
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman-6/+6
2009-11-12sysctl drivers: Remove dead binary sysctl supportEric W. Biederman-41/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan-2/+2
2009-06-18random: Add optional continuous repetition test to entropy store based rngsNeil Horman-0/+14
2009-05-19Avoid ICE in get_random_int() with gcc-3.4.5Linus Torvalds-1/+1
2009-05-07random: make get_random_int() more randomLinus Torvalds-7/+12
2009-04-02random: align rekey_work's timerAnton Blanchard-1/+2
2009-01-11sparseirq: fix build with unknown irq_desc structYinghai Lu-0/+4
2009-01-11sparseirq: make some func to be used with genirqYinghai Lu-1/+1
2009-01-06random: don't try to look at entropy_count outside the lockMatt Mackall-3/+2
2009-01-03sparseirq: move set/get_timer_rand_state back to .cYinghai Lu-6/+34
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu-17/+5
2008-11-01saner FASYNC handling on file closeAl Viro-7/+0
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+31
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan-1/+1
2008-10-16genirq: revert dynarrayThomas Gleixner-5/+0
2008-10-16genirq: remove sparse irq codeThomas Gleixner-31/+0
2008-10-16x86: put timer_rand_state pointer into irq_descYinghai Lu-5/+61
2008-10-16irqs: make irq_timer_state to use dyn_arrayYinghai Lu-0/+6
2008-10-16drivers/char: use nr_irqsYinghai Lu-2/+2
2008-10-09block: don't depend on consecutive minor spaceTejun Heo-3/+3
2008-09-02drivers/char/random.c: fix a race which can lead to a bogus BUG()Andrew Morton-9/+10
2008-08-18nf_nat: use secure_ipv4_port_ephemeral() for NAT port randomizationStephen Hemminger-0/+1
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi-0/+1
2008-04-29random: add async notification support to /dev/randomJeff Dike-2/+22
2008-04-29random: simplify and rename credit_entropy_storeMatt Mackall-17/+15
2008-04-29random: make mixing interface byte-orientedMatt Mackall-18/+19
2008-04-29random: simplify add_ptr logicMatt Mackall-11/+10
2008-04-29random: remove some prefetch logicMatt Mackall-6/+2
2008-04-29random: eliminate redundant new_rotate variableMatt Mackall-12/+10
2008-04-29random: remove cacheline alignment for locksMatt Mackall-2/+2
2008-04-29random: make backtracking attacks harderMatt Mackall-19/+17
2008-04-29random: improve variable naming, clear extract bufferMatt Mackall-11/+13
2008-04-29random: reuse rand_initializeMatt Mackall-4/+2
2008-04-29random: use unlocked_ioctlMatt Mackall-6/+5
2008-04-29random: consolidate wakeup logicMatt Mackall-16/+4
2008-04-29random: clean up checkpatch complaintsMatt Mackall-45/+35
2008-02-06drivers/char/random.c:write_pool() cond_resched() neededMatt Mackall-0/+1
2008-02-01unexport add_disk_randomnessAdrian Bunk-2/+0
2007-11-13[NET] random : secure_tcp_sequence_number should not assume CONFIG_KTIME_SCALAREric Dumazet-3/+3