summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* get rid of 'parent' argument of ->d_compare()Al Viro2016-07-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds2016-07-294-5/+6
|\
| * ide: missing break statement in set_timings_mdma()Dan Carpenter2016-07-261-0/+1
| * ide: hpt366: fix incorrect mask when checking at cmd_high_timeColin Ian King2016-07-261-1/+1
| * ide-tape: fix misprint in failure handling in idetape_init()Alexey Khoroshilov2016-07-261-3/+3
| * cmd640: add __init attributeJulia Lawall2016-07-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-07-291-6/+0
|\ \
| * | sparc: serial: sunhv: fix a double lock bugDan Carpenter2016-07-271-6/+0
* | | Merge tag 'vfio-v4.8-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2016-07-287-44/+267
|\ \ \
| * | | vfio: platform: check reset call return code during releaseSinan Kaya2016-07-191-1/+9
| * | | vfio: platform: check reset call return code during openSinan Kaya2016-07-191-1/+10
| * | | vfio, platform: make reset driver a requirement by defaultSinan Kaya2016-07-194-4/+19
| * | | vfio: platform: call _RST method when using ACPISinan Kaya2016-07-191-1/+49
| * | | vfio: platform: add extra debug info argument to call resetSinan Kaya2016-07-191-4/+5
| * | | vfio: platform: add support for ACPI probeSinan Kaya2016-07-192-5/+60
| * | | vfio: platform: determine reset capabilitySinan Kaya2016-07-191-1/+6
| * | | vfio: platform: move reset call to a common functionSinan Kaya2016-07-191-16/+14
| * | | vfio: platform: rename reset functionSinan Kaya2016-07-192-18/+18
| * | | vfio: fix possible use after free of vfio groupIlya Lesokhin2016-07-141-1/+1
| * | | vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusiveYongji Xie2016-07-082-6/+90
| * | | vfio: platform: support No-IOMMU modePeng Fan2016-06-231-3/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds2016-07-287-213/+328
|\ \ \ \
| * \ \ \ Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li2016-07-287-213/+328
| |\ \ \ \
| | * | | | MD: fix null pointer deferenceShaohua Li2016-07-281-2/+4
| | * | | | raid10: improve random reads performanceTomasz Majchrzak2016-07-192-10/+14
| | * | | | md: add missing sysfs_notify on array_state updateTomasz Majchrzak2016-07-191-0/+2
| | * | | | Fix kernel module refcount handlingAlexey Obitotskiy2016-07-191-0/+2
| | * | | | md: use seconds granularity for error loggingArnd Bergmann2016-07-193-9/+7
| | * | | | md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown2016-06-136-30/+69
| | * | | | md: be extra careful not to take a reference to a Faulty device.NeilBrown2016-06-133-2/+10
| | * | | | md/multipath: add rcu protection to rdev access in multipath_status.NeilBrown2016-06-131-5/+7
| | * | | | md/raid5: add rcu protection to rdev accesses in raid5_status.NeilBrown2016-06-131-4/+6
| | * | | | md/raid5: add rcu protection to rdev accesses in want_replaceNeilBrown2016-06-131-3/+4
| | * | | | md/raid5: add rcu protection to rdev accesses in handle_failed_sync.NeilBrown2016-06-131-2/+4
| | * | | | md/raid1: add rcu protection to rdev in fix_read_errorNeilBrown2016-06-131-20/+32
| | * | | | md/raid1: small code cleanup in end_sync_writeNeilBrown2016-06-131-10/+4
| | * | | | md/raid1: small cleanup in raid1_end_read/write_requestNeilBrown2016-06-131-20/+15
| | * | | | md/raid10: simplify print_conf a little.NeilBrown2016-06-131-6/+8
| | * | | | md/raid10: minor code improvement in fix_read_error()NeilBrown2016-06-131-1/+1
| | * | | | md/raid10: add rcu protection to rdev access during reshape.NeilBrown2016-06-131-8/+22
| | * | | | md/raid10: add rcu protection to rdev access in raid10_sync_request.NeilBrown2016-06-131-48/+74
| | * | | | md/raid10: add rcu protection in raid10_status.NeilBrown2016-06-131-4/+6
| | * | | | md/raid10: fix refounct imbalance when resyncing an array with a replacement ...NeilBrown2016-06-131-1/+1
| | * | | | md/raid1, raid10: don't recheck "Faulty" flag in read-balance.NeilBrown2016-06-132-15/+0
| | * | | | md: disconnect device from personality before trying to remove it.NeilBrown2016-06-131-0/+2
| | * | | | raid1/raid10: slow down resync if there is non-resync activity pendingTomasz Majchrzak2016-06-132-0/+14
| | * | | | MD:Update superblock when err == 0 in size_storeXiao Ni2016-06-131-1/+2
| | * | | | md: use a mutex to protect a global listCong Wang2016-06-091-0/+5
| | * | | | md: simplify the code with md_kick_rdev_from_arrayGuoqing Jiang2016-06-031-2/+1
| | * | | | md-cluster: fix deadlock issue when add disk to an recoverying arrayGuoqing Jiang2016-06-032-12/+14