summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-08-27usb: serial: mos7840: Fixup mos7840_chars_in_buffer()Mark Ferrell1-3/+6
2012-08-27USB: ftdi_sio: Add VID/PID for Kondo Serial USBOzan Çağlayan2-0/+8
2012-08-27USB: option: add ZTE K5006-ZBjørn Mork1-0/+2
2012-08-27USB: support the new interfaces of Huawei Data Card devices in option driverfangxiaozhi1-168/+111
2012-08-27xhci: Switch PPT ports to EHCI on shutdown.Sarah Sharp5-0/+21
2012-08-27xhci: Increase reset timeout for Renesas 720201 host.Sarah Sharp1-2/+3
2012-08-27xhci: Add Etron XHCI_TRUST_TX_LENGTH quirk.Sarah Sharp1-0/+1
2012-08-27drm/radeon: do not reenable crtc after moving vram start addressJerome Glisse3-76/+2
2012-08-27drm/i915: correctly order the ring init sequenceDaniel Vetter1-2/+5
2012-08-15rt61pci: fix NULL pointer dereference in config_lna_gainStanislaw Gruszka1-2/+1
2012-08-15Input: wacom - Bamboo One 1024 pressure fixChris Bagwell1-1/+1
2012-08-15e1000e: NIC goes up and immediately goes downTushar Dave1-3/+1
2012-08-15ARM: pxa: remove irq_to_gpio from ezx-pcap driverArnd Bergmann1-1/+1
2012-08-15random: mix in architectural randomness in extract_buf()H. Peter Anvin1-24/+32
2012-08-15dmi: Feed DMI table to /dev/random driverTony Luck1-0/+3
2012-08-15random: Add comment to random_initialize()Tony Luck1-0/+10
2012-08-15random: remove rand_initialize_irq()Theodore Ts'o3-60/+0
2012-08-15mfd: wm831x: Feed the device UUID into device_add_randomness()Mark Brown1-0/+8
2012-08-15rtc: wm831x: Feed the write counter into device_add_randomness()Mark Brown1-1/+23
2012-08-15random: add tracepoints for easier debugging and verificationTheodore Ts'o1-4/+22
2012-08-15random: add new get_random_bytes_arch() functionTheodore Ts'o1-4/+23
2012-08-15random: use the arch-specific rng in xfer_secondary_poolTheodore Ts'o1-9/+16
2012-08-15usb: feed USB device information to the /dev/random driverTheodore Ts'o1-0/+9
2012-08-15random: create add_device_randomness() interfaceLinus Torvalds1-0/+28
2012-08-15random: use lockless techniques in the interrupt pathTheodore Ts'o1-39/+39
2012-08-15random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o2-19/+86
2012-08-15drivers/char/random.c: fix boot id uniqueness raceMathieu Desnoyers1-3/+8
2012-08-15random: Adjust the number of loops when initializingH. Peter Anvin1-1/+1
2012-08-15random: Use arch-specific RNG to initialize the entropy storeTheodore Ts'o1-0/+6
2012-08-15random: Use arch_get_random_int instead of cycle counter if availLinus Torvalds1-2/+6
2012-08-15fix typo/thinko in get_random_bytes()Luck, Tony1-1/+1
2012-08-15random: Add support for architectural random hooksH. Peter Anvin1-2/+21
2012-08-15pcdp: use early_ioremap/early_iounmap to access pcdp tableGreg Pearson1-2/+2
2012-08-15Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsTony Luck1-1/+1
2012-08-15x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester2-6/+3
2012-08-09USB: echi-dbgp: increase the controller wait time to come out of halt.Colin Ian King1-1/+1
2012-08-09net/tun: fix ioctl() based info leaksMathias Krause1-2/+4
2012-08-09USB: kaweth.c: use GFP_ATOMIC under spin_lockDan Carpenter1-1/+1
2012-08-09caif: fix NULL pointer checkAlan Cox1-0/+3
2012-08-09bnx2: Fix bug in bnx2_free_tx_skbs().Michael Chan1-3/+3
2012-08-09drm/radeon: on hotplug force link training to happen (v2)Jerome Glisse1-2/+8
2012-08-09drm/radeon: fix hotplug of DP to DVI|HDMI passive adapters (v2)Jerome Glisse1-8/+21
2012-08-09drm/radeon: fix non revealent error messageJerome Glisse1-3/+7
2012-08-09drm/radeon: Try harder to avoid HW cursor ending on a multiple of 128 columns.Michel Dänzer1-1/+7
2012-08-09ACPI/AC: prevent OOPS on some boxes due to missing check power_supply_registe...Lan Tianyu1-1/+3
2012-08-09usb: gadget: Fix g_ether interface link statusKevin Cernekee1-6/+6
2012-08-09usbdevfs: Correct amount of data copied to user in processcompl_compatHans de Goede1-3/+7
2012-08-09SCSI: Avoid dangling pointer in scsi_requeue_command()Bart Van Assche1-0/+11
2012-08-09SCSI: fix hot unplug vs async scan raceDan Williams2-15/+29
2012-08-09SCSI: fix eh wakeup (scsi_schedule_eh vs scsi_restart_operations)Dan Williams1-0/+14