summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-26Linux 3.0.42v3.0.42Greg Kroah-Hartman1-1/+1
2012-08-26IB/srp: Fix a race conditionBart Van Assche1-24/+63
2012-08-26rt2x00: Add support for BUFFALO WLI-UC-GNM2 to rt2800usb.Jeongdo Son1-0/+1
2012-08-26usb: serial: mos7840: Fixup mos7840_chars_in_buffer()Mark Ferrell1-3/+6
2012-08-26USB: ftdi_sio: Add VID/PID for Kondo Serial USBOzan Çağlayan2-0/+8
2012-08-26USB: option: add ZTE K5006-ZBjørn Mork1-0/+2
2012-08-26USB: support the new interfaces of Huawei Data Card devices in option driverfangxiaozhi1-168/+111
2012-08-26USB: add USB_VENDOR_AND_INTERFACE_INFO() macroGustavo Padovan1-0/+21
2012-08-26xhci: Switch PPT ports to EHCI on shutdown.Sarah Sharp5-0/+21
2012-08-26xhci: Increase reset timeout for Renesas 720201 host.Sarah Sharp1-2/+3
2012-08-26xhci: Add Etron XHCI_TRUST_TX_LENGTH quirk.Sarah Sharp1-0/+1
2012-08-26ext4: avoid kmemcheck complaint from reading uninitialized memoryTheodore Ts'o1-0/+1
2012-08-26drm/radeon: do not reenable crtc after moving vram start addressJerome Glisse3-76/+2
2012-08-26drm/i915: correctly order the ring init sequenceDaniel Vetter1-2/+5
2012-08-26xen: mark local pages as FOREIGN in the m2p_overrideStefano Stabellini1-0/+36
2012-08-26fuse: verify all ioctl retry iov elementsZach Brown1-1/+1
2012-08-26s390/compat: fix mmap compat system callsHeiko Carstens1-2/+0
2012-08-15Linux 3.0.41v3.0.41Greg Kroah-Hartman1-1/+1
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-15cfg80211: fix interface combinations check for ADHOC(IBSS)Liang Li1-0/+3
2012-08-15cfg80211: process pending events when unregistering net deviceDaniel Drake3-1/+7
2012-08-15ARM: pxa: remove irq_to_gpio from ezx-pcap driverArnd Bergmann2-1/+2
2012-08-15ARM: mxs: Remove MMAP_MIN_ADDR setting from mxs_defconfigMarek Vasut1-1/+0
2012-08-15mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman1-2/+23
2012-08-15x86, microcode: Sanitize per-cpu microcode reloading interfaceBorislav Petkov1-7/+19
2012-08-15x86, microcode: microcode_core.c simple_strtoul cleanupShuah Khan1-5/+4
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'o7-81/+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-15MAINTAINERS: Theodore Ts'o is taking over the random driverTheodore Ts'o1-1/+1
2012-08-15random: add tracepoints for easier debugging and verificationTheodore Ts'o2-4/+156
2012-08-15random: add new get_random_bytes_arch() functionTheodore Ts'o2-4/+24
2012-08-15random: use the arch-specific rng in xfer_secondary_poolTheodore Ts'o1-9/+16
2012-08-15net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o2-0/+4
2012-08-15usb: feed USB device information to the /dev/random driverTheodore Ts'o1-0/+9
2012-08-15random: create add_device_randomness() interfaceLinus Torvalds2-0/+29
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'o4-24/+90
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 Anvin2-2/+34
2012-08-15x86, nops: Missing break resulting in incorrect selection on IntelAlan Cox1-1/+1