summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-08Linux 2.6.32.60v2.6.32.60Willy Tarreau1-1/+1
2012-10-08dmi: Feed DMI table to /dev/random driverTony Luck1-0/+3
2012-10-08mfd: wm831x: Feed the device UUID into device_add_randomness()Mark Brown1-0/+8
2012-10-08rtc: wm831x: Feed the write counter into device_add_randomness()Mark Brown1-1/+23
2012-10-08random: Add comment to random_initialize()Tony Luck1-0/+10
2012-10-08random: remove rand_initialize_irq()Theodore Ts'o5-76/+0
2012-10-08net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o2-0/+4
2012-10-08usb: feed USB device information to the /dev/random driverTheodore Ts'o1-0/+9
2012-10-08MAINTAINERS: Theodore Ts'o is taking over the random driverTheodore Ts'o1-1/+1
2012-10-08random: mix in architectural randomness in extract_buf()H. Peter Anvin1-24/+32
2012-10-08random: add new get_random_bytes_arch() functionTheodore Ts'o2-4/+24
2012-10-08random: use the arch-specific rng in xfer_secondary_poolTheodore Ts'o1-9/+16
2012-10-08random: create add_device_randomness() interfaceLinus Torvalds2-0/+29
2012-10-08random: use lockless techniques in the interrupt pathTheodore Ts'o1-39/+39
2012-10-08random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o3-22/+90
2012-10-08drivers/char/random.c: fix boot id uniqueness raceMathieu Desnoyers1-3/+8
2012-10-08random: Adjust the number of loops when initializingH. Peter Anvin1-1/+1
2012-10-08random: Use arch-specific RNG to initialize the entropy storeTheodore Ts'o1-0/+6
2012-10-08random: Use arch_get_random_int instead of cycle counter if availLinus Torvalds1-2/+6
2012-10-08fix typo/thinko in get_random_bytes()Luck, Tony1-1/+1
2012-10-08x86, random: Verify RDRAND functionality and allow it to be disabledH. Peter Anvin5-0/+83
2012-10-08x86, random: Architectural inlines to get random integers with RDRANDH. Peter Anvin2-0/+82
2012-10-08random: Add support for architectural random hooksH. Peter Anvin2-2/+34
2012-10-08x86, cpufeature: Update CPU feature RDRND to RDRANDKees Cook1-1/+1
2012-10-08x86, cpu: Add CPU flags for F16C and RDRNDH. Peter Anvin1-0/+2
2012-10-08random: simplify fips modeMatt Mackall1-7/+3
2012-10-08random: update interface comments to reflect realityJarod Wilson1-3/+10
2012-10-08random: Reorder struct entropy_store to remove padding on 64bitsRichard Kennedy1-1/+1
2012-10-08epoll: clear the tfile_check_list on -ELOOPJason Baron1-1/+3
2012-10-08Don't limit non-nested epoll pathsJason Baron1-0/+4
2012-10-08epoll: limit pathsJason Baron3-26/+212
2012-10-08epoll: ep_unregister_pollwait() can use the freed pwq->wheadOleg Nesterov2-4/+32
2012-10-08epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov5-2/+25
2012-10-08mtd: cafe_nand: fix an & vs | mistakeDan Carpenter1-1/+1
2012-10-08udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky1-1/+4
2012-10-08udf: Fortify loading of sparing tableJan Kara1-33/+53
2012-10-08sparc64: Eliminate obsolete __handle_softirq() functionPaul E. McKenney1-7/+0
2012-10-08x86, tls: Off by one limit checkDan Carpenter1-2/+2
2012-10-08x86, amd, xen: Avoid NULL pointer paravirt referencesKonrad Rzeszutek Wilk1-0/+3
2012-10-08xen: correctly check for pending events when restoring irq flagsDavid Vrabel1-1/+1
2012-10-08tcp: drop SYN+FIN messagesEric Dumazet1-0/+2
2012-10-08tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau1-2/+1
2012-10-08ia64: Add accept4() syscallÉmeric Maschino2-1/+15
2012-10-08dccp: check ccid before dereferencingMathias Krause1-2/+2
2012-10-08PARISC: Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsMel Gorman1-2/+2
2012-10-08ext3: Fix fdatasync() for files with only i_size changesJan Kara1-3/+14
2012-10-08udf: Fix data corruption for files in ICBJan Kara1-6/+29
2012-10-08Remove user-triggerable BUG from mpol_to_strDave Jones1-1/+1
2012-10-08USB: CDC ACM: Fix NULL pointer dereferenceSven Schnelle1-1/+2
2012-10-08cciss: fix incorrect scsi status reportingStephen M. Cameron1-11/+1