index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
hwmon: add support for Sensirion SHTC1 sensor
Tomas Pop
2014-06-12
3
-0
/
+262
|
*
|
|
|
|
|
|
hwmon: (ltc4151) Convert to devm_hwmon_device_register_with_groups
Axel Lin
2014-06-12
1
-38
/
+13
|
*
|
|
|
|
|
|
hwmon: (lm85) Drop generic detection
Jean Delvare
2014-06-12
1
-23
/
+10
|
*
|
|
|
|
|
|
hwmon: (ina2xx) Cast to s16 on shunt and current regs
Fabio Baltieri
2014-06-12
1
-3
/
+4
*
|
|
|
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2014-06-13
1
-45
/
+197
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
rbd: only set disk to read-only once
Josh Durgin
2014-06-11
1
-1
/
+1
|
*
|
|
|
|
|
|
|
rbd: move calls that may sleep out of spin lock range
Josh Durgin
2014-06-11
1
-11
/
+18
|
*
|
|
|
|
|
|
|
rbd: add ioctl for rbd
Guangliang Zhao
2014-06-11
1
-2
/
+60
|
*
|
|
|
|
|
|
|
rbd: fix ida/idr memory leak
Ilya Dryomov
2014-06-06
1
-0
/
+1
|
*
|
|
|
|
|
|
|
rbd: use reference counts for image requests
Alex Elder
2014-06-06
1
-0
/
+9
|
*
|
|
|
|
|
|
|
rbd: fix osd_request memory leak in __rbd_dev_header_watch_sync()
Ilya Dryomov
2014-06-06
1
-38
/
+85
|
*
|
|
|
|
|
|
|
rbd: make sure we have latest osdmap on 'rbd map'
Ilya Dryomov
2014-06-06
1
-3
/
+33
|
*
|
|
|
|
|
|
|
rbd: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
Duan Jiong
2014-06-06
1
-1
/
+1
*
|
|
|
|
|
|
|
|
Merge branch 'topic/omap3isp' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2014-06-13
20
-1745
/
+457
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
[media] omap3isp: Rename isp_buffer isp_addr field to dma
Laurent Pinchart
2014-05-25
7
-17
/
+17
|
*
|
|
|
|
|
|
|
|
[media] omap3isp: Move to videobuf2
Laurent Pinchart
2014-05-25
6
-1287
/
+109
|
*
|
|
|
|
|
|
|
|
[media] v4l: vb2: Add a function to discard all DONE buffers
Laurent Pinchart
2014-05-25
1
-0
/
+24
|
*
|
|
|
|
|
|
|
|
[media] omap3isp: Cancel all queued buffers when stopping the video stream
Laurent Pinchart
2014-05-25
1
-0
/
+2
|
*
|
|
|
|
|
|
|
|
[media] omap3isp: Move buffer irqlist to isp_buffer structure
Laurent Pinchart
2014-05-25
3
-21
/
+22
|
*
|
|
|
|
|
|
|
|
[media] omap3isp: Move queue irqlock to isp_video structure
Laurent Pinchart
2014-05-25
5
-27
/
+19
|
*
|
|
|
|
|
|
|
|
[media] omap3isp: Move queue mutex to isp_video structure
Laurent Pinchart
2014-05-25
4
-91
/
+86
|
*
|
|
|
|
|
|
|
|
[media] omap3isp: queue: Don't build scatterlist for kernel buffer
Laurent Pinchart
2014-05-25
2
-25
/
+7
|
*
|
|
|
|
|
|
|
|
[media] omap3isp: Use the ARM DMA IOMMU-aware operations
Laurent Pinchart
2014-05-25
5
-61
/
+89
|
*
|
|
|
|
|
|
|
|
[media] omap3isp: queue: Use sg_alloc_table_from_pages()
Laurent Pinchart
2014-05-25
1
-14
/
+2
|
*
|
|
|
|
|
|
|
|
[media] omap3isp: queue: Map PFNMAP buffers to device
Laurent Pinchart
2014-05-25
2
-18
/
+23
|
*
|
|
|
|
|
|
|
|
[media] omap3isp: queue: Fix the dma_map_sg() return value check
Laurent Pinchart
2014-05-25
1
-1
/
+1
|
*
|
|
|
|
|
|
|
|
[media] omap3isp: queue: Allocate kernel buffers with dma_alloc_coherent
Laurent Pinchart
2014-05-25
2
-32
/
+27
|
*
|
|
|
|
|
|
|
|
[media] omap3isp: queue: Inline the ispmmu_v(un)map functions
Laurent Pinchart
2014-05-25
1
-32
/
+4
|
*
|
|
|
|
|
|
|
|
[media] omap3isp: queue: Merge the prepare and sglist functions
Laurent Pinchart
2014-05-25
2
-104
/
+69
|
*
|
|
|
|
|
|
|
|
[media] omap3isp: queue: Use sg_table structure
Laurent Pinchart
2014-05-25
2
-74
/
+40
|
*
|
|
|
|
|
|
|
|
[media] omap3isp: queue: Move IOMMU handling code to the queue
Laurent Pinchart
2014-05-25
3
-83
/
+78
|
*
|
|
|
|
|
|
|
|
[media] omap3isp: video: Set the buffer bytesused field at completion time
Laurent Pinchart
2014-05-25
1
-1
/
+4
|
*
|
|
|
|
|
|
|
|
[media] omap3isp: ccdc: Use the DMA API for FPC
Laurent Pinchart
2014-05-25
2
-24
/
+35
|
*
|
|
|
|
|
|
|
|
[media] omap3isp: ccdc: Use the DMA API for LSC
Laurent Pinchart
2014-05-25
2
-31
/
+29
|
*
|
|
|
|
|
|
|
|
[media] omap3isp: stat: Use the DMA API
Laurent Pinchart
2014-05-25
2
-72
/
+53
|
*
|
|
|
|
|
|
|
|
[media] omap3isp: stat: Store sg table in ispstat_buffer
Laurent Pinchart
2014-05-25
2
-11
/
+10
|
*
|
|
|
|
|
|
|
|
[media] omap3isp: stat: Merge dma_addr and iommu_addr fields
Laurent Pinchart
2014-05-25
4
-15
/
+11
|
*
|
|
|
|
|
|
|
|
[media] omap3isp: stat: Share common code for buffer allocation
Laurent Pinchart
2014-05-25
1
-60
/
+54
|
*
|
|
|
|
|
|
|
|
[media] omap3isp: stat: Remove impossible WARN_ON
Laurent Pinchart
2014-05-25
1
-2
/
+0
|
*
|
|
|
|
|
|
|
|
[media] omap3isp: stat: Rename IS_COHERENT_BUF to ISP_STAT_USES_DMAENGINE
Laurent Pinchart
2014-05-25
1
-7
/
+7
|
*
|
|
|
|
|
|
|
|
Merge branch 'arm/omap' of git://git.kernel.org/pub/scm/linux/kernel/git/joro...
Mauro Carvalho Chehab
2014-05-25
2
-22
/
+12
|
|
\
\
\
\
\
\
\
\
\
*
|
\
\
\
\
\
\
\
\
\
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2014-06-13
26
-362
/
+694
|
\
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
target: Fix NULL pointer dereference for XCOPY in target_put_sess_cmd
Nicholas Bellinger
2014-06-12
1
-0
/
+4
|
*
|
|
|
|
|
|
|
|
|
|
vhost-scsi: Include prot_bytes into expected data transfer length
Nicholas Bellinger
2014-06-11
1
-1
/
+2
|
*
|
|
|
|
|
|
|
|
|
|
TARGET/sbc,loopback: Adjust command data length in case pi exists on the wire
Sagi Grimberg
2014-06-11
2
-5
/
+25
|
*
|
|
|
|
|
|
|
|
|
|
libiscsi, iser: Adjust data_length to include protection information
Sagi Grimberg
2014-06-11
2
-33
/
+19
|
*
|
|
|
|
|
|
|
|
|
|
target: Report correct response length for some commands
Roland Dreier
2014-06-11
3
-5
/
+25
|
*
|
|
|
|
|
|
|
|
|
|
target/sbc: Check that the LBA and number of blocks are correct in VERIFY
Christophe Vu-Brugier
2014-06-11
1
-1
/
+3
|
*
|
|
|
|
|
|
|
|
|
|
target/sbc: Remove sbc_check_valid_sectors()
Christophe Vu-Brugier
2014-06-11
1
-39
/
+6
|
*
|
|
|
|
|
|
|
|
|
|
Target/iscsi: Fix sendtargets response pdu for iser transport
Sagi Grimberg
2014-06-11
2
-5
/
+11
[prev]
[next]