summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-29crypto: ansi_cprng - Fix off by one error in non-block size requestNeil Horman1-2/+2
2013-11-29can: kvaser_usb: fix usb endpoints detectionOlivier Sobrie1-7/+13
2013-11-29USB: mos7840: fix tiocmget error handlingJohan Hovold1-0/+4
2013-11-29ACPICA: Fix for a Store->ArgX when ArgX contains a reference to a field.Bob Moore1-64/+102
2013-11-29ACPICA: Return error if DerefOf resolves to a null package element.Bob Moore1-3/+10
2013-11-29aacraid: prevent invalid pointer dereferenceMahesh Rajashekhara1-1/+2
2013-11-29libertas: potential oops in debugfsDan Carpenter1-1/+5
2013-11-29ACPICA: DeRefOf operator: Update to fully resolve FieldUnit and BufferField r...Bob Moore1-3/+32
2013-11-20Linux 3.10.20v3.10.20Greg Kroah-Hartman1-1/+1
2013-11-20media: sh_vou: almost forever loop in sh_vou_try_fmt_vid_out()Dan Carpenter1-1/+1
2013-11-20usbcore: set lpm_capable field for LPM capable root hubsXenia Ragiadakou3-1/+8
2013-11-20usb: fail on usb_hub_create_port_device() errorsKrzysztof Mazur1-2/+8
2013-11-20usb: fix cleanup after failure in hub_configure()Krzysztof Mazur1-0/+1
2013-11-20backlight: atmel-pwm-bl: fix deferred probe from __initJohan Hovold1-4/+5
2013-11-20misc: atmel_pwm: add deferred-probing supportJohan Hovold1-2/+4
2013-11-20iwlwifi: pcie: add new SKUs for 7000 & 3160 NIC seriesMatti Gottlieb1-3/+32
2013-11-20iwlwifi: add new 7260 and 3160 series device IDsOren Givon3-7/+91
2013-11-20perf: Fix perf ring buffer memory orderingPeter Zijlstra2-9/+34
2013-11-20tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt1-1/+4
2013-11-20ALSA: hda - hdmi: Fix reported channel map on common default layoutsAnssi Hannula1-2/+3
2013-11-20USB: add new zte 3g-dongle's pid to option.cRui li1-0/+17
2013-11-20hyperv-fb: add pci stubGerd Hoffmann1-1/+39
2013-11-20batman-adv: set up network coding packet handlers during module initMatthias Schiffer3-16/+31
2013-11-20xen-netback: transition to CLOSED when removing a VIFDavid Vrabel1-0/+4
2013-11-20xen-netback: Handle backend state transitions in a more robust wayPaul Durrant1-31/+118
2013-11-20net/mlx4_core: Fix call to __mlx4_unregister_macJack Morgenstein1-1/+1
2013-11-20net: flow_dissector: fail on evil iph->ihlJason Wang1-1/+1
2013-11-20virtio-net: correctly handle cpu hotplug notifier during resumingJason Wang1-7/+6
2013-11-20xen-netback: use jiffies_64 value to calculate credit timeoutWei Liu3-7/+7
2013-11-20cxgb3: Fix length calculation in write_ofld_wr() on 32-bit architecturesBen Hutchings1-1/+2
2013-11-20ipv6: reset dst.expires value when clearing expire flagHannes Frederic Sowa1-0/+1
2013-11-20ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa1-3/+6
2013-11-20ip_gre: Fix WCCPv2 header parsing.Pravin B Shelar4-5/+5
2013-11-13Linux 3.10.19v3.10.19upstream/3.10.19Greg Kroah-Hartman1-1/+1
2013-11-13NTB: Correct debugfs to work with more than 1 NTB DeviceJon Mason3-12/+48
2013-11-13NTB: Correct USD/DSD IdentificationJon Mason1-2/+5
2013-11-13NTB: Correct Number of Scratch Pad RegistersJon Mason2-3/+3
2013-11-13NTB: Add Error Handling in ntb_device_setupJon Mason1-1/+4
2013-11-13seq_file: always update file->f_pos in seq_lseek()Gu Zheng1-0/+2
2013-11-13drm/radeon/atom: workaround vbios bug in transmitter table on rs780Alex Deucher1-1/+1
2013-11-13drm: Pad drm_mode_get_connector to 64-bit boundaryChris Wilson1-0/+2
2013-11-13drm: Prevent overwriting from userspace underallocating core ioctl structsChris Wilson1-1/+8
2013-11-13drm/vmwgfx: Don't kill clients on VT switchThomas Hellstrom1-5/+12
2013-11-13drm/vmwgfx: Don't put resources with invalid id's on lru listThomas Hellstrom1-1/+1
2013-11-13mm/vmalloc.c: fix an overflow bug in alloc_vmap_area()Zhang Yanfei1-3/+3
2013-11-13mm/pagewalk.c: fix walk_page_range() access of wrong PTEsChen LinX1-1/+1
2013-11-13mm: Account for a THP NUMA hinting update as one PTE updateMel Gorman1-1/+1
2013-11-13mm: Close races between THP migration and PMD numa clearingMel Gorman2-26/+26
2013-11-13mm: numa: Sanitize task_numa_fault() callsitesMel Gorman2-44/+34
2013-11-13mm: Prevent parallel splits during THP migrationMel Gorman1-14/+30