| Commit message (Expand) | Author | Age | Files | Lines |
* | ata: libahci_platform: move port_map parameters into the AHCI structure | Antoine Ténart | 2014-07-30 | 15 | -56/+32 |
* | Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Tejun Heo | 2014-07-30 | 12 | -29/+122 |
|\ |
|
| * | libata: introduce ata_host->n_tags to avoid oops on SAS controllers | Tejun Heo | 2014-07-23 | 2 | -12/+5 |
| * | ahci: add support for the Promise FastTrak TX8660 SATA HBA (ahci mode) | Romain Degez | 2014-07-19 | 1 | -0/+1 |
| * | drivers/ata/pata_ep93xx.c: use signed int type for result of platform_get_irq() | Andrey Utkin | 2014-07-17 | 1 | -1/+1 |
| * | libata: EH should handle AMNF error condition as a media error | Alexey Asemov | 2014-07-15 | 1 | -4/+5 |
| * | libata: support the ata host which implements a queue depth less than 32 | Kevin Hao | 2014-07-14 | 1 | -3/+19 |
| * | MAINTAINERS: Add Hans de Goede as ahci-platform maintainer | Hans de Goede | 2014-07-14 | 1 | -0/+10 |
| * | ahci_xgene: fix the dma state machine lockup for the IDENTIFY DEVICE PIO mode... | Suman Tripathi | 2014-07-08 | 1 | -13/+47 |
| * | libahci: export ahci_qc_issue() and ahci_start_fix_rx() | Suman Tripathi | 2014-07-08 | 2 | -3/+6 |
| * | ata: ahci_imx: warn when disabling ahci link | Russell King | 2014-06-24 | 1 | -0/+3 |
| * | ahci: disable ncq feature for hisilicon sata | Kefeng Wang | 2014-06-24 | 1 | -1/+1 |
| * | ahci: imx: manage only sata_ref_clk in imx_sata_enable[disable] | Shawn Guo | 2014-06-19 | 1 | -4/+31 |
| * | libahci_platform: Fail when PHY required but PHY support disabled | Mikko Perttunen | 2014-06-17 | 1 | -1/+6 |
* | | ahci: imx: add missing clk_disable_unprepare() on error in imx_sata_enable() | Wei Yongjun | 2014-07-30 | 1 | -1/+3 |
* | | ahci_xgene: Use correct OOB tunning parameters for APM X-Gene SoC AHCI SATA H... | Suman Tripathi | 2014-07-29 | 1 | -3/+3 |
* | | ahci_xgene: Fix the watermark threshold for the APM X-Gene SATA host controll... | Suman Tripathi | 2014-07-29 | 1 | -0/+7 |
* | | ahci: st: Make of_device_id array const | Kiran Padwal | 2014-07-22 | 1 | -1/+1 |
* | | sata_sil24: Identify which card suffered IRQ status error | Tim Small | 2014-07-22 | 1 | -2/+2 |
* | | ahci: st: Provide DT bindings for ST's SATA implementation | Lee Jones | 2014-07-21 | 1 | -0/+31 |
* | | ata: Add support for the Tegra124 SATA controller | Mikko Perttunen | 2014-07-18 | 3 | -0/+387 |
* | | ata: ahci_platform: Increase AHCI_MAX_CLKS to 4 | Mikko Perttunen | 2014-07-18 | 1 | -1/+1 |
* | | of: Add NVIDIA Tegra SATA controller binding | Mikko Perttunen | 2014-07-18 | 1 | -0/+30 |
* | | dt-bindings: ata: document ability to disable spread-spectrum clock | Russell King | 2014-07-01 | 1 | -0/+2 |
* | | ata: ahci_imx: add disable for spread-spectrum | Russell King | 2014-07-01 | 1 | -1/+13 |
* | | dt-bindings: ata: add ahci_imx electrical properties | Russell King | 2014-07-01 | 1 | -0/+8 |
* | | ata: ahci_imx: allow hardware parameters to be specified in DT | Russell King | 2014-07-01 | 1 | -8/+160 |
* | | dt-bindings: ata: create bindings for imx sata controller | Shawn Guo | 2014-07-01 | 2 | -6/+26 |
* | | ata: pata_samsung_cf: removes s5pc100 related ata codes | Kukjin Kim | 2014-06-30 | 2 | -14/+0 |
* | | ahci/xgene: Remove logic to set 64-bit DMA mask | Suravee Suthikulpanit | 2014-06-17 | 1 | -10/+0 |
* | | ahci: Check and set 64-bit DMA mask for platform AHCI driver | Suravee Suthikulpanit | 2014-06-17 | 1 | -0/+13 |
* | | ata: Use dma_zalloc_coherent | Joe Perches | 2014-06-17 | 1 | -3/+2 |
|/ |
|
* | epoll: fix use-after-free in eventpoll_release_file | Konstantin Khlebnikov | 2014-06-17 | 1 | -2/+2 |
* | Revert "offb: Add palette hack for little endian" | Benjamin Herrenschmidt | 2014-06-16 | 1 | -10/+1 |
* | Linux 3.16-rc1v3.16-rc1 | Linus Torvalds | 2014-06-16 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-06-16 | 10 | -34/+96 |
|\ |
|
| * | net: sctp: fix permissions for rto_alpha and rto_beta knobs | Daniel Borkmann | 2014-06-15 | 1 | -4/+28 |
| * | Merge branch 'csum_fixes' | David S. Miller | 2014-06-15 | 7 | -25/+60 |
| |\ |
|
| | * | vxlan: Checksum fixes | Tom Herbert | 2014-06-15 | 1 | -9/+2 |
| | * | net: add skb_pop_rcv_encapsulation | Tom Herbert | 2014-06-15 | 1 | -0/+12 |
| | * | udp: call __skb_checksum_complete when doing full checksum | Tom Herbert | 2014-06-15 | 1 | -1/+3 |
| | * | net: Fix save software checksum complete | Tom Herbert | 2014-06-15 | 2 | -10/+29 |
| | * | net: Fix GSO constants to match NETIF flags | Tom Herbert | 2014-06-15 | 3 | -5/+14 |
| |/ |
|
| * | udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookup | Eric Dumazet | 2014-06-14 | 1 | -0/+4 |
| * | vxlan: use dev->needed_headroom instead of dev->hard_header_len | Cong Wang | 2014-06-14 | 1 | -4/+3 |
| * | MAINTAINERS: update cxgb4 maintainer | Dimitris Michailidis | 2014-06-13 | 1 | -1/+1 |
* | | Merge tag 'clk-for-linus-3.16-part2' of git://git.linaro.org/people/mike.turq... | Linus Torvalds | 2014-06-16 | 30 | -265/+1836 |
|\ \ |
|
| * \ | Merge tag 'sunxi-clk-for-3.16-2' of https://github.com/mripard/linux into clk... | Mike Turquette | 2014-06-11 | 8 | -187/+661 |
| |\ \ |
|
| | * | | clk: sunxi: document PRCM clock compatible strings | Boris BREZILLON | 2014-06-11 | 1 | -0/+3 |
| | * | | clk: sunxi: add PRCM (Power/Reset/Clock Management) clks support | Boris BREZILLON | 2014-06-11 | 4 | -0/+411 |