index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-lm70llp.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-03
dmaengine: idxd: add command status to idxd sysfs attribute
Dave Jiang
4
-1
/
+22
2020-09-03
dmaengine: idxd: add support for configurable max wq batch size
Dave Jiang
5
-7
/
+61
2020-09-03
dmaengine: idxd: add support for configurable max wq xfer size
Dave Jiang
5
-1
/
+50
2020-09-03
dmaengine: xilinx: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-28
/
+8
2020-09-03
dmaengine: stm32: Simplify with dev_err_probe()
Krzysztof Kozlowski
3
-18
/
+8
2020-09-03
dmaengine: pl330: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-6
/
+3
2020-09-03
dmaengine: Save few bytes and increase readability of dma_request_chan()
Andy Shevchenko
1
-2
/
+4
2020-09-03
dmaengine: Mark dma_request_slave_channel() deprecated
Peter Ujfalusi
2
-24
/
+9
2020-08-28
dmaengine: Remove unused define for dma_request_slave_channel_reason()
Peter Ujfalusi
1
-2
/
+0
2020-08-25
dmaengine: axi-dmac: add support for reading bus attributes from registers
Alexandru Ardelean
1
-3
/
+63
2020-08-25
dmaengine: axi-dmac: wrap channel parameter adjust into function
Alexandru Ardelean
1
-10
/
+15
2020-08-25
dmaengine: axi-dmac: wrap entire dt parse in a function
Alexandru Ardelean
1
-16
/
+24
2020-08-25
dmaengine: axi-dmac: move clock enable earlier
Alexandru Ardelean
1
-7
/
+10
2020-08-25
dmaengine: axi-dmac: move active_descs list init after device-tree init
Alexandru Ardelean
1
-2
/
+2
2020-08-25
dmaengine: axi-dmac: move version read in probe
Alexandru Ardelean
1
-5
/
+5
2020-08-25
dmaengine: pl330: fix instruction dump formatting
Ćukasz Stelmach
1
-1
/
+1
2020-08-25
dmaengine: dw-edma: Fix typo in comments offset
Gustavo Pimentel
1
-1
/
+1
2020-08-25
dmaengine: ti: k3-udma: Remove redundant is_slave_direction() checks
Peter Ujfalusi
1
-10
/
+0
2020-08-19
dmaengine: xilinx: dpdma: Make symbol 'dpdma_debugfs_reqs' static
Wei Yongjun
1
-1
/
+1
2020-08-17
dmaengine: dw: Add DMA-channels mask cell support
Serge Semin
3
-2
/
+11
2020-08-17
dmaengine: dw: Ignore burst setting for memory peripherals
Serge Semin
2
-6
/
+4
2020-08-17
dmaengine: dw: Discard dlen from the dev-to-mem xfer width calculation
Serge Semin
1
-1
/
+1
2020-08-17
dmaengine: dw: Activate FIFO-mode for memory peripherals only
Serge Semin
1
-1
/
+1
2020-08-17
dt-bindings: dma: dw: Add optional DMA-channels mask cell support
Serge Semin
1
-2
/
+5
2020-08-17
dmaengine: xilinx: dpdma: Add debugfs support
Laurent Pinchart
1
-0
/
+209
2020-08-17
dmaengine: ti: k3-psil-j721e: Add entries for 2nd port of MCU SA2UL
Peter Ujfalusi
1
-0
/
+3
2020-08-17
dmaengine: ti: k3-psil: add map for j7200
Peter Ujfalusi
4
-1
/
+181
2020-08-17
dmaengine: ti: k3-psil: Use soc_device_match to get the psil map
Peter Ujfalusi
1
-5
/
+13
2020-08-17
dmaengine: idxd: clear misc interrupt cause after read
Dave Jiang
1
-1
/
+1
2020-08-17
dmaengine: ti: omap-dma: Drop of_match_ptr to fix -Wunused-const-variable
Krzysztof Kozlowski
1
-1
/
+1
2020-08-17
dmaengine: pch_dma: use generic power management
Vaibhav Gupta
1
-26
/
+9
2020-08-16
Linux 5.9-rc1
v5.9-rc1
Linus Torvalds
1
-2
/
+2
2020-08-16
parisc: fix PMD pages allocation by restoring pmd_alloc_one()
Mike Rapoport
1
-0
/
+6
2020-08-16
io_uring: short circuit -EAGAIN for blocking read attempt
Jens Axboe
1
-1
/
+4
2020-08-15
io_uring: sanitize double poll handling
Jens Axboe
1
-9
/
+25
2020-08-15
virtio: pci: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
1
-3
/
+3
2020-08-15
ntb: intel: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
3
-3
/
+3
2020-08-15
rtl818x: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
1
-3
/
+3
2020-08-15
iomap: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
22
-138
/
+138
2020-08-15
sh: use generic strncpy()
Kuninori Morimoto
1
-26
/
+0
2020-08-15
sh: clkfwk: remove r8/r16/r32
Kuninori Morimoto
1
-19
/
+4
2020-08-15
include/asm-generic/vmlinux.lds.h: align ro_after_init
Romain Naour
1
-0
/
+1
2020-08-15
mm: annotate a data race in page_zonenum()
Qian Cai
1
-0
/
+1
2020-08-15
mm/swap.c: annotate data races for lru_rotate_pvecs
Qian Cai
1
-2
/
+3
2020-08-15
mm/rmap: annotate a data race at tlb_flush_batched
Qian Cai
1
-1
/
+1
2020-08-15
mm/mempool: fix a data race in mempool_free()
Qian Cai
1
-1
/
+1
2020-08-15
mm/list_lru: fix a data race in list_lru_count_one
Qian Cai
1
-1
/
+1
2020-08-15
mm/memcontrol: fix a data race in scan count
Qian Cai
1
-1
/
+1
2020-08-15
mm/page_counter: fix various data races at memsw
Qian Cai
1
-6
/
+7
2020-08-15
mm/swapfile: fix and annotate various data races
Qian Cai
2
-15
/
+20
[next]