summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-01-16mmc: sdhci: Fix sleep in atomic after inserting SD cardKrzysztof Kozlowski1-2/+6
2015-01-16spi: fsl: Fix problem with multi message transfersStefan Roese1-5/+15
2015-01-16ACPI / PM: Fix PM initialization for devices that are not presentRafael J. Wysocki2-6/+9
2015-01-16mtd: tests: abort torturetest on erase errorsBrian Norris1-1/+3
2015-01-16Drivers: hv: vmbus: Fix a race condition when unregistering a deviceVitaly Kuznetsov1-2/+9
2015-01-16n_tty: Fix read_buf race condition, increment read_head after pushing dataChristian Riesch1-1/+2
2015-01-16serial: samsung: wait for transfer completion before clock disableRobert Baldyga1-0/+4
2015-01-16cdc-acm: memory leak in error caseOliver Neukum1-0/+1
2015-01-16USB: cdc-acm: check for valid interfacesGreg Kroah-Hartman1-4/+5
2015-01-16misc: genwqe: check for error from get_user_pages_fast()Ian Abbott1-0/+2
2015-01-16driver core: Fix unbalanced device reference in drivers_probeAlex Williamson1-3/+5
2015-01-16HID: Add a new id 0x501a for Genius MousePen i608XGiedrius Statkevičius4-0/+7
2015-01-16HID: add battery quirk for USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ISO keyboardKarl Relton1-0/+3
2015-01-16HID: roccat: potential out of bounds in pyra_sysfs_write_settings()Dan Carpenter1-2/+6
2015-01-16HID: i2c-hid: prevent buffer overflow in early IRQGwendal Grignou1-1/+1
2015-01-16HID: i2c-hid: fix race condition reading reportsJean-Baptiste Maneyrol1-4/+8
2015-01-16iommu/vt-d: Fix an off-by-one bug in __domain_mapping()Jiang Liu1-5/+3
2015-01-16UBI: Fix double free after do_sync_erase()Richard Weinberger1-7/+3
2015-01-16UBI: Fix invalid vfree()Richard Weinberger1-4/+6
2015-01-16PCI: Restore detection of read-only BARsMyron Stowe1-0/+3
2015-01-16ath5k: fix hardware queue index assignmentFelix Fietkau1-7/+1
2015-01-16iwlwifi: mvm: update values for Smart FifoEmmanuel Grumbach1-1/+1
2015-01-16swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_singleStefano Stabellini1-1/+1
2015-01-16swiotlb-xen: call xen_dma_sync_single_for_device when appropriateStefano Stabellini1-1/+1
2015-01-16swiotlb-xen: remove BUG_ON in xen_bus_to_physStefano Stabellini1-2/+0
2015-01-16swiotlb-xen: pass dev_addr to xen_dma_unmap_page and xen_dma_sync_single_for_cpuStefano Stabellini1-3/+3
2015-01-16can: peak_usb: fix memset() usageStephane Grosjean1-2/+1
2015-01-16can: peak_usb: fix cleanup sequence order in case of error during initStephane Grosjean1-7/+10
2015-01-16ath9k: fix BE/BK queue orderFelix Fietkau1-2/+2
2015-01-16ath9k_hw: fix hardware queue allocationFelix Fietkau1-8/+1
2015-01-16drivers/rtc/rtc-isl12057.c: fix masking of register valuesArnaud Ebalard1-2/+2
2015-01-16drivers/rtc/rtc-sirfsoc.c: move hardware initilization earlier in probeGuo Zeng1-8/+8
2015-01-08thermal: Fix error path in thermal_init()Luis Henriques1-2/+2
2015-01-08dm thin: fix missing out-of-data-space to write mode transition if blocks are...Joe Thornber1-2/+20
2015-01-08dm thin: fix inability to discard blocks when in out-of-data-space modeJoe Thornber1-1/+1
2015-01-08dm space map metadata: fix sm_bootstrap_get_nr_blocks()Dan Carpenter1-1/+3
2015-01-08dm cache: dirty flag was mistakenly being cleared when promoting via overwriteJoe Thornber1-3/+7
2015-01-08dm cache: only use overwrite optimisation for promotion when in writeback modeJoe Thornber1-1/+2
2015-01-08dm crypt: use memzero_explicit for on-stack bufferMilan Broz1-1/+1
2015-01-08dm bufio: fix memleak when using a dm_buffer's inline bioDarrick J. Wong1-1/+19
2015-01-08scsi: correct return values for .eh_abort_handler implementationsHannes Reinecke6-18/+18
2015-01-08megaraid_sas: corrected return of wait_event from abort frame pathSumit.Saxena@avagotech.com1-1/+1
2015-01-08mmc: sdhci-pci-o2micro: Fix Dell E5440 issuePeter Guo1-2/+0
2015-01-08mmc: block: add newline to sysfs display of force_roBaruch Siach1-1/+1
2015-01-08mmc: dw_mmc: avoid write to CDTHRCTL on older versionsJames Hogan1-0/+7
2015-01-08mfd: tc6393xb: Fail ohci suspend if full state restore is requiredDmitry Eremin-Solenikov1-1/+12
2015-01-08md/bitmap: always wait for writes on unplug.NeilBrown1-10/+6
2014-12-16igb: bring link up when PHY is powered upTodd Fujinaka1-0/+2
2014-12-16net: mvneta: fix race condition in mvneta_tx()Eric Dumazet1-1/+2
2014-12-16net: mvneta: fix Tx interrupt delaywilly tarreau1-1/+1