summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-10-23sched/preempt, xen: Use need_resched() instead of should_resched()Konstantin Khlebnikov1-1/+1
2015-10-233w-9xxx: don't unmap bounce buffered commandsChristoph Hellwig1-7/+21
2015-10-23e1000e: Fix tight loop implementation of systime read algorithmRaanan Avargil1-10/+21
2015-10-23serial: atmel: fix error path of probe functionUwe Kleine-König1-1/+1
2015-10-23serial: 8250: add uart_config entry for PORT_RT2880Mans Rullgard1-0/+8
2015-10-23drivers/tty: require read access for controlling terminalJann Horn1-4/+27
2015-10-23tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.cKosuke Tatsukawa1-10/+5
2015-10-23staging: speakup: fix speakup-r regressioncovici@ccs.covici.com1-0/+1
2015-10-23dm cache: fix NULL pointer when switching from cleaner policyJoe Thornber1-1/+1
2015-10-23dm: fix AB-BA deadlock in __dm_destroy()Junichi Nomura1-4/+2
2015-10-23clk: samsung: fix cpu clock's flags checkingBartlomiej Zolnierkiewicz1-5/+5
2015-10-23clk: ti: clk-7xx: Remove hardwired ABE clock configurationPeter Ujfalusi1-17/+1
2015-10-23clk: ti: fix dual-registration of uart4_ickBen Dooks1-1/+1
2015-10-23cpufreq: acpi_cpufreq: prevent crash on reading freqdomain_cpusSrinivas Pandruvada1-0/+3
2015-10-23mmc: sdhci-pxav3: fix error handling of armada_38x_quirksMarcin Wojtas1-1/+1
2015-10-23mmc: sdhci-pxav3: disable clock inversion for HS MMC cardsNadav Haklai1-0/+3
2015-10-23mmc: sdhci-pxav3: remove broken clock base quirk for Armada 38x sdhci driverNadav Haklai1-0/+1
2015-10-23md/bitmap: don't pass -1 to bitmap_storage_alloc.NeilBrown1-1/+2
2015-10-23igb: do not re-init SR-IOV during probeStefan Assmann1-1/+1
2015-10-23net/xen-netfront: only napi_synchronize() if runningChas Williams1-1/+2
2015-10-23xen/blkback: free requests on disconnectionRoger Pau Monne1-18/+20
2015-10-23arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regionsArd Biesheuvel1-15/+73
2015-10-23mmc: core: fix dead loop of mmc_retuneChaotian Jing1-2/+4
2015-10-23mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unsetUlf Hansson1-2/+2
2015-10-23iscsi-target: Avoid OFMarker + IFMarker negotiationNicholas Bellinger1-2/+3
2015-10-23net: via/Kconfig: GENERIC_PCI_IOMAP required if PCI not selectedSudip Mukherjee1-1/+1
2015-10-23UBI: return ENOSPC if no enough space availableshengyong2-0/+2
2015-10-23UBI: Validate data_sizeRichard Weinberger1-0/+5
2015-10-23rsi: Fix possible leak when loading firmwareChristian Engelmayer2-4/+12
2015-10-23cpufreq: dt: Tolerance applies on both sides of target voltageViresh Kumar1-1/+2
2015-10-23cpu/cacheinfo: Fix teardown pathBorislav Petkov1-2/+8
2015-10-23crypto: marvell - properly handle CRYPTO_TFM_REQ_MAY_BACKLOG-flagged requestsThomas Petazzoni3-9/+33
2015-10-23USB: Add reset-resume quirk for two Plantronics usb headphones.Yao-Wen Mao1-0/+6
2015-10-23usb: Add device quirk for Logitech PTZ camerasVincent Palatin1-0/+7
2015-10-23USB: chaoskey read offset bugAlexander Inyukhin1-1/+1
2015-10-23usb: musb: cppi41: allow it to work againFelipe Balbi1-3/+3
2015-10-23usb: phy: phy-generic: Fix reset behaviour on legacy bootRoger Quadros1-1/+2
2015-10-23usb: Use the USB_SS_MULT() macro to get the burst multiplier.Mathias Nyman1-2/+3
2015-10-23usb: chipidea: udc: using the correct stall implementationPeter Chen1-40/+44
2015-10-23usb: musb: dsps: fix polling in device-only modeBin Liu1-2/+5
2015-10-23regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown1-2/+1
2015-10-23regmap: debugfs: Ensure we don't underflow when printing access masksMark Brown1-1/+1
2015-10-23ipr: Enable SIS pipe commands for SIS-32 devices.Gabriel Krisman Bertazi1-1/+1
2015-10-23pcmcia: sa11x0: fix missing clk_put() in sa11x0 socket driversRussell King2-3/+1
2015-10-23ath10k: wake up queue upon vif creationMichal Kazior1-0/+5
2015-10-23ath10k: wake up offchannel queue properlyMichal Kazior1-0/+2
2015-10-23ath10k: fix peer limit enforcementMichal Kazior1-1/+14
2015-10-23ath10k: reject 11b tx fragmentation configurationMichal Kazior1-0/+16
2015-10-23ath10k: fix per-vif queue lockingMichal Kazior3-42/+45
2015-10-23device property: fix potential NULL pointer dereferenceAndy Shevchenko1-2/+3