summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-773/+1024
2015-02-06md: wakeup thread upon rdev_dec_pending()Hannes Reinecke-7/+10
2015-02-06md: make reconfig_mutex optional for writes to md sysfs files.NeilBrown-164/+316
2015-02-06md: move mddev_lock and related to md.hNeilBrown-24/+26
2015-02-06md: use mddev->lock to protect updates to resync_{min,max}.NeilBrown-13/+47
2015-02-06md: minor cleanup in safe_delay_store.NeilBrown-5/+7
2015-02-06md: move GET_BITMAP_FILE ioctl out from mddev_lock.NeilBrown-26/+33
2015-02-06md: tidy up set_bitmap_fileNeilBrown-7/+9
2015-02-06md: remove unnecessary 'buf' from get_bitmap_file.NeilBrown-8/+4
2015-02-06md: remove mddev_lock from rdev_attr_show()NeilBrown-22/+14
2015-02-06md: remove mddev_lock() from md_attr_show()NeilBrown-16/+20
2015-02-06md/raid5: use ->lock to protect accessing raid5 sysfs attributes.NeilBrown-16/+28
2015-02-06md: remove need for mddev_lock() in md_seq_show()NeilBrown-5/+3
2015-02-06md/bitmap: protect clearing of ->bitmap by mddev->lockNeilBrown-0/+3
2015-02-05i2c: ocores: add common clock supportMax Filippov-1/+32
2015-02-05i2c: hix5hd2: add COMPILE_TESTZhangfei Gao-1/+1
2015-02-05i2c: clarify comments about the dev_released completionWolfram Sang-3/+7
2015-02-05i2c: ocores: fix clock-frequency binding usageMax Filippov-13/+42
2015-02-05MMerge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-136/+171
2015-02-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-3/+6
2015-02-05Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-27/+54
2015-02-05Merge tag 'spi-v3.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds-2/+16
2015-02-05Merge tag 'pm+acpi-3.19-fin' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-28/+7
2015-02-05am53c974: remove left-over debugging codeHannes Reinecke-6/+0
2015-02-05Merge tag 'pci-v3.19-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+40
2015-02-05spi: mxs: cleanup wait_for_completion return handlingNicholas Mc Guire-3/+2
2015-02-05spi: ti-qspi: cleanup wait_for_completion return handlingNicholas Mc Guire-8/+6
2015-02-05regulator: max77843: Add max77843 regulator driverJaewon Kim-0/+236
2015-02-05block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet-9/+6
2015-02-05drm: sti: HDMI add audio infoframeArnaud Pouliquen-42/+137
2015-02-05xenbus: Add proper handling of XS_ERROR from Xenbus for transactions.Jennifer Herbert-4/+7
2015-02-05ACPI / EC: Update revision due to raw handler mode.Lv Zheng-3/+3
2015-02-05ACPI / EC: Reduce ec_poll() by referencing the last register access timestamp.Lv Zheng-3/+14
2015-02-05ACPI / EC: Fix several GPE handling issues by deploying ACPI_GPE_DISPATCH_RAW...Lv Zheng-8/+73
2015-02-05Merge branch 'acpica' into acpi-ecRafael J. Wysocki-502/+590
2015-02-05ACPICA: Events: Enable APIs to allow interrupt/polling adaptive request based...Lv Zheng-7/+16
2015-02-05ACPICA: Events: Introduce acpi_set_gpe()/acpi_finish_gpe() to reduce divergencesLv Zheng-0/+105
2015-02-05ACPICA: Events: Introduce ACPI_GPE_DISPATCH_RAW_HANDLER to fix 2 issues for t...Lv Zheng-24/+157
2015-02-05ACPICA: Update Copyright headers to 2015David E. Box-175/+175
2015-02-05ACPICA: Hardware: Cast GPE enable_mask before storingDavid E. Box-1/+1
2015-02-05ACPICA: Events: Cleanup GPE dispatcher type obtaining codeLv Zheng-24/+24
2015-02-05ACPICA: Events: Cleanup to move acpi_gbl_global_event_handler invocation out ...Lv Zheng-13/+26
2015-02-05ACPICA: Events: Cleanup of resetting the GPE handler to NULL before removingLv Zheng-0/+1
2015-02-05ACPICA: Events: Fix uninitialized variableDavid E. Box-1/+1
2015-02-05ACPICA: Events: Remove acpi_ev_valid_gpe_event() due to current restrictionLv Zheng-100/+15
2015-02-05ACPICA: Events: Remove duplicated sanity check in acpi_ev_enable_gpe()Lv Zheng-11/+0
2015-02-05ACPICA: Events: Back port "ACPICA: Save current masks of enabled GPEs after e...Lv Zheng-3/+6
2015-02-05drm/i915: Prevent use-after-free in invalidate_range_start callbackMichaƂ Winiarski-2/+18
2015-02-05x86/irq, ACPI: Implement ACPI driver to support IOAPIC hotplugJiang Liu-0/+246
2015-02-05ACPI: Add interfaces to parse IOAPIC ID for IOAPIC hotplugYinghai Lu-9/+114