summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-262-27/+113
|\
| * firmware: dmi_scan: Coding style cleanupsJean Delvare2015-06-251-4/+3
| * firmware: dmi_scan: add SBMIOS entry and DMI tablesIvan Khoronzhuk2015-06-252-9/+86
| * firmware: dmi_scan: Trim DMI table length before exporting itJean Delvare2015-06-251-5/+10
| * firmware: dmi_scan: Rename dmi_table to dmi_decode_tableIvan Khoronzhuk2015-06-251-5/+5
| * firmware: dmi_scan: Only honor end-of-table for 64-bit tablesJean Delvare2015-06-251-4/+9
* | Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2015-06-2619-81/+907
|\ \
| * | libata: Do not blacklist Micron M500DCMartin K. Petersen2015-06-181-1/+1
| * | ata: ahci_mvebu: add suspend/resume supportThomas Petazzoni2015-06-171-0/+22
| * | ahci, msix: Fix build error for !PCI_MSIRobert Richter2015-06-171-20/+1
| * | ahci: Add support for Cavium's ThunderX host controllerRobert Richter2015-06-161-1/+4
| * | ahci: Add generic MSI-X support for single interrupts to SATA PCI driverRobert Richter2015-06-161-0/+72
| * | libata: finally use __initconst in ata_parse_force_one()Rasmus Villemoes2015-06-101-6/+1
| * | drivers: ata: add support for Ceva sata host controllerSuneel Garapati2015-06-103-0/+248
| * | ahci: added support for Freescale AHCI sataTang Yuantian2015-06-091-0/+1
| * | ahci: Store irq number in struct ahci_host_privRobert Richter2015-06-036-19/+27
| * | ahci: Move interrupt enablement code to a separate functionRobert Richter2015-06-031-9/+22
| * | Doc: libata: Fix spelling typo found in libata.xmlMasanari Iida2015-05-291-1/+1
| * | ata:sata_nv - Change 1 to true for bool type variable.Shailendra Verma2015-05-261-1/+1
| * | ata: add Broadcom AHCI SATA3 driver for STB chipsBrian Norris2015-05-253-0/+332
| * | libata: Fix regression when the NCQ Send and Receive log page is absentMartin K. Petersen2015-05-211-0/+1
| * | ata: hpt366: fix constant cast warningArnd Bergmann2015-05-211-2/+2
| * | ata: ahci_xgene: potential NULL dereference in probeDan Carpenter2015-05-181-3/+1
| * | ata: ahci_xgene: Add AHCI Support for 2nd HW version of APM X-Gene SoC AHCI S...Suman Tripathi2015-05-111-19/+86
| * | libahci: Add support to handle HOST_IRQ_STAT as edge trigger latch.Suman Tripathi2015-05-102-0/+42
| * | libahci: Refactoring of ahci_single_irq_intr function.Suman Tripathi2015-05-101-21/+30
| * | libata: Fall back to unqueued READ LOG EXT if the DMA variant failsMartin K. Petersen2015-05-051-1/+11
| * | libata: Expose TRIM capability in sysfsMartin K. Petersen2015-05-051-0/+22
| * | libata: Allow NCQ TRIM to be enabled or disabled with a module parameterMartin K. Petersen2015-05-051-0/+2
| * | libata: samsung_cf: Constify platform_device_idKrzysztof Kozlowski2015-05-031-1/+1
* | | Merge tag 'dm-4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-06-2629-714/+4103
|\ \ \
| * | | dm stats: add support for request-based DM devicesMikulas Patocka2015-06-172-5/+26
| * | | dm stats: collect and report histogram of IO latenciesMikulas Patocka2015-06-171-22/+183
| * | | dm stats: support precise timestampsMikulas Patocka2015-06-172-39/+103
| * | | dm stats: fix divide by zero if 'number_of_areas' arg is zeroMikulas Patocka2015-06-171-0/+2
| * | | dm cache: switch the "default" cache replacement policy from mq to smqMike Snitzer2015-06-172-29/+22
| * | | dm space map metadata: fix occasional leak of a metadata block on resizeJoe Thornber2015-06-171-15/+35
| * | | dm thin metadata: fix a race when entering fail modeJoe Thornber2015-06-111-3/+4
| * | | dm thin: fail messages with EOPNOTSUPP when pool cannot handle messagesMike Snitzer2015-06-111-1/+1
| * | | dm thin: range discard supportJoe Thornber2015-06-111-149/+434
| * | | dm thin metadata: add dm_thin_remove_range()Joe Thornber2015-06-112-0/+56
| * | | dm thin metadata: add dm_thin_find_mapped_range()Joe Thornber2015-06-112-0/+66
| * | | dm btree: add dm_btree_remove_leaves()Joe Thornber2015-06-112-0/+136
| * | | dm stats: Use kvfree() in dm_kvfree()Pekka Enberg2015-06-111-4/+1
| * | | dm cache: age and write back cache entries even without active IOJoe Thornber2015-06-115-8/+20
| * | | dm cache: prefix all DMERR and DMINFO messages with cache device nameMike Snitzer2015-06-111-38/+64
| * | | dm cache: add fail io mode and needs_check flagJoe Thornber2015-06-116-56/+313
| * | | dm cache: wake the worker thread every time we free a migration objectJoe Thornber2015-06-111-3/+6
| * | | dm cache: add stochastic-multi-queue (smq) policyJoe Thornber2015-06-113-0/+1782
| * | | dm cache: boost promotion of blocks that will be overwrittenJoe Thornber2015-05-291-7/+7