summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | ALSA: rawmidi: Use comapt_put_timespec()Takashi Iwai2016-02-281-2/+1
| | * | | | | | ALSA: pcm: Fix ioctls for X32 ABITakashi Iwai2016-02-281-1/+176
| | * | | | | | ALSA: ctl: Fix ioctls for X32 ABITakashi Iwai2016-02-281-16/+74
| * | | | | | | Merge tag 'dmaengine-fix-4.5-rc7' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds2016-03-051-1/+7
| |\ \ \ \ \ \ \
| | * | | | | | | dmaengine: pxa_dma: fix cyclic transfersRobert Jarzmik2016-03-031-1/+7
| * | | | | | | | Merge tag 'media/v4.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-03-056-34/+34
| |\ \ \ \ \ \ \ \
| | * | | | | | | | [media] media: Sanitise the reserved fields of the G_TOPOLOGY IOCTL argumentsSakari Ailus2016-03-031-9/+9
| | * | | | | | | | [media] media.h: postpone connectors entitiesMauro Carvalho Chehab2016-03-031-0/+8
| | * | | | | | | | [media] media.h: use hex values for range offsets, move connectors base up.Hans Verkuil2016-03-031-10/+10
| | * | | | | | | | [media] adv7604: fix tx 5v detect regressionHans Verkuil2016-02-161-2/+1
| | * | | | | | | | [media] media.h: get rid of MEDIA_ENT_F_CONN_TESTMauro Carvalho Chehab2016-02-163-8/+1
| | * | | | | | | | [media] [for,v4.5] media.h: increase the spacing between function rangesHans Verkuil2016-02-161-11/+11
| | * | | | | | | | [media] media: i2c/adp1653: probe: fix erroneous return valueAnton Protopopov2016-02-101-1/+1
| | * | | | | | | | [media] media: davinci_vpfe: fix missing unlock on error in vpfe_prepare_pipe...Wei Yongjun2016-02-101-1/+1
| * | | | | | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-03-041-4/+11
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | nfit: Continue init even if ARS commands are unimplementedVishal Verma2016-03-041-4/+11
| | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-03-042-0/+6
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ipr: Fix regression when loading firmwareGabriel Krisman Bertazi2016-02-261-0/+5
| | * | | | | | | | | SCSI: Free resources when we return BLKPREP_INVALIDjiangyiwen2016-02-261-0/+1
| * | | | | | | | | | Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-048-59/+171
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ata: ahci: don't mark HotPlugCapable Ports as external/removableManuel Lauss2016-02-291-2/+1
| | * | | | | | | | | | ahci: Workaround for ThunderX Errata#22536Tirumalesh Chalamarla2016-02-291-0/+43
| | * | | | | | | | | | libata: Align ata_device's id on a cachelineHarvey Hunt2016-02-251-1/+1
| | * | | | | | | | | | Adding Intel Lewisburg device IDs for SATAAlexandra Yates2016-02-181-0/+6
| | * | | | | | | | | | pata-rb532-cf: get rid of the irq_to_gpio() callGabor Juhos2016-02-181-1/+10
| | * | | | | | | | | | libata: fix HDIO_GET_32BIT ioctlArnd Bergmann2016-02-112-8/+7
| | * | | | | | | | | | ahci_xgene: Implement the workaround to fix the missing of the edge interrupt...Suman Tripathi2016-02-111-1/+46
| | * | | | | | | | | | ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci.Suman Tripathi2016-02-113-45/+41
| | * | | | | | | | | | libahci: Implement the capability to override the generic ahci interrupt hand...Suman Tripathi2016-02-112-7/+22
| * | | | | | | | | | | Merge branch 'for-linus2' of git://git.kernel.dk/linux-blockLinus Torvalds2016-03-0410-148/+341
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | block: support large requests in blk_rq_map_user_iovChristoph Hellwig2016-03-031-30/+61
| | * | | | | | | | | | | block: fix blk_rq_get_max_sectors for driver private requestsChristoph Hellwig2016-03-031-1/+1
| | * | | | | | | | | | | nvme: fix max_segments integer truncationChristoph Hellwig2016-03-031-2/+4
| | * | | | | | | | | | | nvme: set queue limits for the admin queueChristoph Hellwig2016-03-031-10/+19
| | * | | | | | | | | | | writeback: flush inode cgroup wb switches instead of pinning super_blockTejun Heo2016-03-033-13/+47
| | * | | | | | | | | | | NVMe: Fix 0-length integrity payloadKeith Busch2016-03-031-1/+1
| | * | | | | | | | | | | NVMe: Don't allow unsupported flagsKeith Busch2016-03-031-0/+4
| | * | | | | | | | | | | NVMe: Move error handling to failed reset handlerKeith Busch2016-03-033-18/+50
| | * | | | | | | | | | | NVMe: Simplify device reset failureKeith Busch2016-03-031-27/+21
| | * | | | | | | | | | | NVMe: Fix namespace removal deadlockKeith Busch2016-03-033-7/+26
| | * | | | | | | | | | | NVMe: Use IDA for namespace disk namingKeith Busch2016-03-032-3/+14
| | * | | | | | | | | | | NVMe: Don't unmap controller registers on resetKeith Busch2016-03-031-29/+42
| | * | | | | | | | | | | block: merge: get the 1st and last bvec via helpersMing Lei2016-03-031-6/+2
| | * | | | | | | | | | | block: get the 1st and last bvec via helpersMing Lei2016-03-031-4/+9
| | * | | | | | | | | | | block: check virt boundary in bio_will_gap()Ming Lei2016-03-031-5/+11
| | * | | | | | | | | | | block: bio: introduce helpers to get the 1st and last bvecMing Lei2016-03-031-0/+37
| * | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-03-044-23/+30
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | IB/core: Use GRH when the path hop-limit > 0Or Gerlitz2016-03-031-1/+1
| | * | | | | | | | | | | | IB/{core, mlx5}: Fix input len in vendor part of create_qp/srqMajd Dibbiny2016-03-032-11/+9
| | * | | | | | | | | | | | IB/mlx5: Avoid using user-index for SRQsMajd Dibbiny2016-03-031-11/+19
OpenPOWER on IntegriCloud