index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-17
staging: comedi: dt282x: remove depends on ISA_DMA_API limitation
H Hartley Sweeten
2
-116
/
+58
2015-01-17
staging: comedi: das1800: remove depends on ISA_DMA_API limitation
H Hartley Sweeten
2
-124
/
+56
2015-01-17
staging: comedi: das16: remove depends on ISA_DMA_API limitation
H Hartley Sweeten
2
-131
/
+44
2015-01-17
staging: comedi: pcl812: remove depends on ISA_DMA_API limitation
H Hartley Sweeten
2
-132
/
+69
2015-01-17
staging: comedi: pcl816: remove depends on ISA_DMA_API limitation
H Hartley Sweeten
2
-140
/
+70
2015-01-17
staging: comedi: pcl818: remove depends on ISA_DMA_API limitation
H Hartley Sweeten
2
-94
/
+40
2015-01-17
staging: comedi: comedi_isadma: introduce helper module for ISA DMA
H Hartley Sweeten
4
-0
/
+382
2015-01-17
staging: comedi: das1800: tidy up das1800_ai_transfer_size()
H Hartley Sweeten
1
-26
/
+19
2015-01-17
staging: comedi: das1800: remove hard coded 'sample_size'
H Hartley Sweeten
1
-7
/
+8
2015-01-17
staging: comedi: ni_labpc_isadma: introduce labpc_isadma_program()
H Hartley Sweeten
1
-19
/
+18
2015-01-17
staging: comedi: ni_labpc_isadma: move dma programming out of labpc_drain_dma()
H Hartley Sweeten
1
-9
/
+9
2015-01-17
staging: comedi: ni_labpc_isadma: tidy up labpc_drain_dma()
H Hartley Sweeten
1
-24
/
+24
2015-01-17
staging: comedi: ni_labpc_isadma: introduce labpc_isadma_disable()
H Hartley Sweeten
1
-17
/
+24
2015-01-17
staging: comedi: ni_labpc_isadma: convert 'dma_buffer_size' to a define
H Hartley Sweeten
1
-5
/
+5
2015-01-17
staging: comedi: ni_labpc_isadma: remove hard coded samples size
H Hartley Sweeten
1
-4
/
+7
2015-01-17
staging: comedi: ni_at_a2150: introduce a2150_isadma_disable()
H Hartley Sweeten
1
-19
/
+23
2015-01-17
staging: comedi: ni_at_a2150: introduce a2150_isadma_program()
H Hartley Sweeten
1
-15
/
+21
2015-01-17
staging: comedi: pcl812: introduce pcl812_isadma_disable()
H Hartley Sweeten
1
-2
/
+11
2015-01-17
staging: comedi: pcl812: introduce pcl812_isadma_program()
H Hartley Sweeten
1
-24
/
+25
2015-01-17
staging: comedi: das16: introduce das16_isadma_disable()
H Hartley Sweeten
1
-13
/
+20
2015-01-17
staging: comedi: das16: introduce das16_isadma_program()
H Hartley Sweeten
1
-16
/
+19
2015-01-17
staging: comedi: das16: move dma transfer 'size' to dma descriptor
H Hartley Sweeten
1
-6
/
+7
2015-01-17
staging: comedi: das1800: introduce das1800_isadma_disable()
H Hartley Sweeten
1
-22
/
+18
2015-01-17
staging: comedi: das1800: introduce das1800_isadma_program()
H Hartley Sweeten
1
-27
/
+21
2015-01-17
staging: comedi: das1800: move dma transfer 'size' to dma descriptor
H Hartley Sweeten
1
-7
/
+10
2015-01-17
staging: comedi: das1800: pass dma descriptor to das1800_flush_dma_channel()
H Hartley Sweeten
1
-9
/
+9
2015-01-17
staging: comedi: dt282x: introduce dt282x_isadma_disable()
H Hartley Sweeten
1
-4
/
+14
2015-01-17
staging: comedi: dt282x: introduce dt282x_isadma_program()
H Hartley Sweeten
1
-18
/
+18
2015-01-17
staging: comedi: pcl816: introduce pcl816_isadma_disable()
H Hartley Sweeten
1
-1
/
+10
2015-01-17
staging: comedi: pcl816: introduce pcl816_isadma_program()
H Hartley Sweeten
1
-15
/
+18
2015-01-17
staging: comedi: pcl818: introduce pcl818_isadma_disable()
H Hartley Sweeten
1
-3
/
+12
2015-01-17
staging: comedi: pcl818: introduce pcl818_isadma_program()
H Hartley Sweeten
1
-15
/
+18
2015-01-17
staging: comedi: das16: board is not a PCI device
H Hartley Sweeten
1
-5
/
+4
2015-01-17
staging: comedi: das16: introduce das16_free_dma()
H Hartley Sweeten
1
-14
/
+19
2015-01-17
staging: comedi: das16 introduce das16_alloc_dma()
H Hartley Sweeten
1
-34
/
+38
2015-01-17
staging: comedi: das16: introduce struct das16_dma_desc
H Hartley Sweeten
1
-22
/
+26
2015-01-17
staging: comedi: dt282x: remove VIRT_TO_BUS dependancy
H Hartley Sweeten
2
-6
/
+9
2015-01-17
staging: comedi: dt282x: introduce struct dt282x_dma_desc
H Hartley Sweeten
1
-58
/
+53
2015-01-17
staging: comedi: dt282x: introduce dt282x_alloc_dma()
H Hartley Sweeten
1
-44
/
+40
2015-01-17
staging: comedi: pcl812: remove VIRT_TO_BUS dependancy
H Hartley Sweeten
2
-12
/
+10
2015-01-17
staging: comedi: pcl812: introduce struct pcl812_dma_desc
H Hartley Sweeten
1
-50
/
+50
2015-01-17
staging: comedi: pcl812: introduce pcl812_free_dma()
H Hartley Sweeten
1
-10
/
+17
2015-01-17
staging: comedi: pcl812: introduce pcl812_alloc_dma()
H Hartley Sweeten
1
-25
/
+32
2015-01-17
staging: comedi: pcl816: fix short DMA transactions
H Hartley Sweeten
1
-16
/
+18
2015-01-17
staging: comedi: pcl816: remove VIRT_TO_BUS dependancy
H Hartley Sweeten
2
-12
/
+10
2015-01-17
staging: comedi: pcl816: introduce struct pcl816_dma_desc
H Hartley Sweeten
1
-23
/
+28
2015-01-17
staging: comedi: pcl816: introduce pcl816_free_dma()
H Hartley Sweeten
1
-8
/
+17
2015-01-17
staging: comedi: pcl816: introduce pcl816_alloc_dma()
H Hartley Sweeten
1
-35
/
+56
2015-01-17
staging: comedi: pcl818: fix pcl818_handle_dma() for short DMA transaction
H Hartley Sweeten
1
-17
/
+17
2015-01-17
staging: comedi: pcl818: remove VIRT_TO_BUS dependancy
H Hartley Sweeten
2
-14
/
+13
[prev]
[next]