aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/random.c
AgeCommit message (Expand)Author
2010-02-09random: Remove unused inode variableHerbert Xu
2010-02-09random: drop weird m_time/a_time manipulationMatt Mackall
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-06-18random: Add optional continuous repetition test to entropy store based rngsNeil Horman
2009-05-19Avoid ICE in get_random_int() with gcc-3.4.5Linus Torvalds
2009-05-07random: make get_random_int() more randomLinus Torvalds
2009-04-02random: align rekey_work's timerAnton Blanchard
2009-01-11sparseirq: fix build with unknown irq_desc structYinghai Lu
2009-01-11sparseirq: make some func to be used with genirqYinghai Lu
2009-01-06random: don't try to look at entropy_count outside the lockMatt Mackall
2009-01-03sparseirq: move set/get_timer_rand_state back to .cYinghai Lu
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu
2008-11-01saner FASYNC handling on file closeAl Viro
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan
2008-10-16genirq: revert dynarrayThomas Gleixner
2008-10-16genirq: remove sparse irq codeThomas Gleixner
2008-10-16x86: put timer_rand_state pointer into irq_descYinghai Lu
2008-10-16irqs: make irq_timer_state to use dyn_arrayYinghai Lu
2008-10-16drivers/char: use nr_irqsYinghai Lu
2008-10-09block: don't depend on consecutive minor spaceTejun Heo
2008-09-02drivers/char/random.c: fix a race which can lead to a bogus BUG()Andrew Morton
2008-08-18nf_nat: use secure_ipv4_port_ephemeral() for NAT port randomizationStephen Hemminger
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi
2008-04-29random: add async notification support to /dev/randomJeff Dike
2008-04-29random: simplify and rename credit_entropy_storeMatt Mackall
2008-04-29random: make mixing interface byte-orientedMatt Mackall
2008-04-29random: simplify add_ptr logicMatt Mackall
2008-04-29random: remove some prefetch logicMatt Mackall
2008-04-29random: eliminate redundant new_rotate variableMatt Mackall
2008-04-29random: remove cacheline alignment for locksMatt Mackall
2008-04-29random: make backtracking attacks harderMatt Mackall
2008-04-29random: improve variable naming, clear extract bufferMatt Mackall
2008-04-29random: reuse rand_initializeMatt Mackall
2008-04-29random: use unlocked_ioctlMatt Mackall
2008-04-29random: consolidate wakeup logicMatt Mackall
2008-04-29random: clean up checkpatch complaintsMatt Mackall
2008-02-06drivers/char/random.c:write_pool() cond_resched() neededMatt Mackall
2008-02-01unexport add_disk_randomnessAdrian Bunk
2007-11-13[NET] random : secure_tcp_sequence_number should not assume CONFIG_KTIME_SCALAREric Dumazet
2007-10-18sparse pointer use of zero as nullStephen Hemminger
2007-10-01[TCP]: secure_tcp_sequence_number() should not use a too fast clockEric Dumazet
2007-07-19random: fix bound check ordering (CVE-2007-3105)Matt Mackall
2007-06-16random: fix output buffer foldingMatt Mackall
2007-05-29random: fix seeding with zero entropyMatt Mackall
2007-05-29random: fix error in entropy extractionMatt Mackall
2007-04-25[NET]: random functions can use nsec resolution instead of usecEric Dumazet
2007-04-25[TCP/DCCP/RANDOM]: Remove unused exports.Adrian Bunk
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven
2006-12-10[PATCH] sysctl: remove unused "context" paramAlexey Dobriyan