summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-10ACPI: install ACPI table handler before any dynamic tables being loadedZhang Rui1-1/+6
2010-12-10e1000: fix screaming IRQAnupam Chanda1-4/+8
2010-12-10USB: fix autosuspend bug in usb-serialAlan Stern1-0/+3
2010-12-10USB: serial: ftdi_sio: Vardaan USB RS422/485 converter PID addedJacques Viviers2-0/+4
2010-12-10USB: ftdi_sio: Add ID for RT Systems USB-29B radio cableMichael Stuermer2-0/+2
2010-12-10USB: misc: usbsevseg: fix up some sysfs attribute permissionsGreg Kroah-Hartman1-6/+4
2010-12-10USB: misc: trancevibrator: fix up a sysfs attribute permissionGreg Kroah-Hartman1-1/+1
2010-12-10USB: misc: usbled: fix up some sysfs attribute permissionsGreg Kroah-Hartman1-1/+1
2010-12-10USB: misc: cypress_cy7c63: fix up some sysfs attribute permissionsGreg Kroah-Hartman1-4/+2
2010-12-10USB: atm: ueagle-atm: fix up some permissions on the sysfs filesGreg Kroah-Hartman1-4/+3
2010-12-10USB: storage: sierra_ms: fix sysfs file attributeGreg Kroah-Hartman1-1/+1
2010-12-10USB: ehci: disable LPM and PPCD for nVidia MCP89 chipsBrian J. Tarricone1-0/+12
2010-12-10USB: EHCI: fix obscure race in ehci_endpoint_disableAlan Stern1-5/+5
2010-12-10USB: ehci: fix debugfs 'lpm' permissionsGreg Kroah-Hartman1-1/+1
2010-12-10Staging: rt2870: Add USB ID for Buffalo Airstation WLI-UC-GNJohn Tapsell1-0/+1
2010-12-10USB: ohci-jz4740: Fix spelling in MODULE_ALIASStefan Weil1-1/+1
2010-12-10usb: core: fix information leak to userlandVasiliy Kulikov1-3/+4
2010-12-10usb: misc: iowarrior: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-12-10usb: misc: sisusbvga: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-12-10USB: option: fix when the driver is loaded incorrectly for some Huawei devices.ma rui1-1/+1
2010-12-10USB: ftdi_sio: add device IDs for Milkymist One JTAG/serialSebastien Bourdeauducq2-0/+9
2010-12-10usb: musb: fix kernel oops when loading musb_hdrc module for the 2nd timeMing Lei1-1/+0
2010-12-10USB: gadget: AT91: fix typo in atmel_usba_udc driverJosh Wu1-1/+1
2010-12-10xhci: Don't let the USB core disable SuperSpeed ports.Sarah Sharp1-0/+7
2010-12-10xhci: Setup array of USB 2.0 and USB 3.0 ports.Sarah Sharp2-0/+191
2010-12-10xhci: Fix reset-device and configure-endpoint commandsPaul Zimmerman1-0/+18
2010-12-10xHCI: fix wMaxPacketSize maskAndiry Xu2-2/+7
2010-12-10xhci: Remove excessive printks with shared IRQs.Sarah Sharp1-1/+0
2010-12-10PCI: fix offset check for sysfs mmapped filesDarrick J. Wong1-1/+1
2010-12-10PCI: fix size checks for mmap() on /proc/bus/pci filesMartin Wilck3-8/+23
2010-12-10libata: fix NULL sdev dereference race in atapi_qc_complete()Tejun Heo1-1/+4
2010-12-10sched: fix RCU lockdep splat from task_group()Peter Zijlstra1-0/+12
2010-12-10intel-gtt: fix gtt_total_entries detectionDaniel Vetter1-36/+27
2010-12-10i915: reprogram power monitoring registers on resumeKyle McMartin2-1/+4
2010-12-10drm/i915/sdvo: Always add a 30ms delay to make SDVO TV detection reliableChris Wilson1-3/+5
2010-12-10exec: copy-and-paste the fixes into compat_do_execve() pathsOleg Nesterov3-17/+23
2010-12-10exec: make argv/envp memory visible to oom-killerOleg Nesterov2-2/+31
2010-12-10drm/radeon/kms: fix interlaced and doublescan handlingAlex Deucher1-0/+34
2010-12-10drm/radeon/kms: fix regression in rs4xx i2c setupAlex Deucher1-1/+1
2010-12-10drm/radeon/kms: fix resume regression for some r5xx laptopsAlex Deucher1-0/+1
2010-12-10drm/radeon/kms: fix i2c pad masks on rs4xxAlex Deucher1-0/+13
2010-12-10drm/radeon/kms: fix thermal sensor reporting on rv6xxAlex Deucher1-7/+1
2010-12-10drm/radeon/kms: Fix retrying ttm_bo_init() after it failed once.Michel Dänzer1-2/+2
2010-12-10drm/radeon/kms: add workaround for dce3 ddc line vbios bugAlex Deucher1-0/+16
2010-12-10drm/radeon/kms: fix typos in disabled vbios codeAlex Deucher2-6/+8
2010-12-10drm/radeon/kms/atom: set sane defaults in atombios_get_encoder_mode()Alex Deucher1-3/+15
2010-12-10bio: take care not overflow page count when mapping/copying user dataJens Axboe1-1/+13
2010-12-10mm/vfs: revalidate page->mapping in do_generic_file_read()Dave Hansen1-0/+3
2010-12-10latencytop: fix per task accumulatorKen Chen1-9/+8
2010-12-10radix-tree: fix RCU bugNick Piggin3-58/+87