index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-27
clocksource/drivers/tcb_clksrc: Register delay timer
Alexandre Belloni
2
-1
/
+19
2019-08-27
clocksource: sun4i: Add missing compatibles
Maxime Ripard
1
-0
/
+4
2019-08-27
clocksource: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
3
-11
/
+3
2019-08-26
remoteproc: stm32: manage the get_irq probe defer case
Fabien Dessenne
1
-0
/
+3
2019-08-26
remoteproc: stm32: clear MCU PDDS at firmware start
Fabien Dessenne
1
-0
/
+11
2019-08-26
remoteproc: qcom: q6v5-mss: fixup q6v5_pds_enable error handling
Sibi Sankar
1
-2
/
+2
2019-08-26
remoteproc: Add a sysfs interface for name
Suman Anna
1
-0
/
+11
2019-08-26
r8169: improve DMA handling in rtl_rx
Heiner Kallweit
1
-4
/
+3
2019-08-26
drm/powerplay: Fix Vega20 power reading again
Kent Russell
2
-6
/
+8
2019-08-26
drm/powerplay: Fix Vega20 Average Power value v4
Kent Russell
2
-2
/
+13
2019-08-26
net: sched: add API for registering unlocked offload block callbacks
Vlad Buslov
2
-0
/
+5
2019-08-26
nfp: bpf: fix latency bug when updating stack index register
Jiong Wang
1
-4
/
+13
2019-08-26
drm/amdgpu: fix dma_fence_wait without reference
Christian König
1
-12
/
+15
2019-08-26
libata: switch remaining drivers to use dma_set_mask_and_coherent
Christoph Hellwig
14
-70
/
+14
2019-08-26
sata_sil24: use dma_set_mask_and_coherent
Christoph Hellwig
1
-22
/
+4
2019-08-26
sata_qstor: use dma_set_mask_and_coherent
Christoph Hellwig
1
-26
/
+6
2019-08-26
sata_nv: use dma_set_mask_and_coherent
Christoph Hellwig
1
-7
/
+3
2019-08-26
sata_mv: use dma_set_mask_and_coherent
Christoph Hellwig
1
-34
/
+4
2019-08-26
pdc_adma: use dma_set_mask_and_coherent
Christoph Hellwig
1
-19
/
+4
2019-08-26
ahci: use dma_set_mask_and_coherent
Christoph Hellwig
1
-25
/
+8
2019-08-26
acard_ahci: use dma_set_mask_and_coherent
Christoph Hellwig
1
-33
/
+5
2019-08-26
dm space map common: remove check for impossible sm_find_free() return value
ZhangXiaoxu
1
-4
/
+0
2019-08-26
leds: Allow to call led_classdev_unregister() unconditionally
Andy Shevchenko
1
-0
/
+4
2019-08-26
leds: lm3532: Add full scale current configuration
Dan Murphy
1
-0
/
+25
2019-08-26
leds: lm3532: Fixes for the driver for stability
Dan Murphy
1
-4
/
+13
2019-08-26
leds: lm3532: Change the define for the fs current register
Dan Murphy
1
-6
/
+6
2019-08-26
leds: lm3532: Fix brightness control for i2c mode
Dan Murphy
1
-14
/
+30
2019-08-26
media: don't do a 31 bit shift on a signed int
Mauro Carvalho Chehab
19
-38
/
+38
2019-08-26
media: use the BIT() macro
Mauro Carvalho Chehab
16
-1000
/
+1012
2019-08-26
media: ov9650: add a sanity check
Mauro Carvalho Chehab
1
-0
/
+5
2019-08-26
media: aspeed-video: address a protential usage of an unitialized var
Mauro Carvalho Chehab
1
-2
/
+3
2019-08-26
media: vicodec: make life easier for static analyzers
Mauro Carvalho Chehab
1
-4
/
+7
2019-08-26
media: remove include stdarg.h from some drivers
Mauro Carvalho Chehab
4
-5
/
+1
2019-08-26
clk: ti: add clkctrl data omap5 sgx
Tony Lindgren
1
-0
/
+34
2019-08-26
bus: ti-sysc: Detect d2d when debug is enabled
Tony Lindgren
1
-0
/
+2
2019-08-26
bus: ti-sysc: Add module enable quirk for SGX on omap36xx
Tony Lindgren
1
-0
/
+21
2019-08-26
bus: ti-sysc: Change return types of functions
Nishka Dasgupta
1
-16
/
+6
2019-08-26
dm raid1: use struct_size() with kzalloc()
Gustavo A. R. Silva
1
-5
/
+2
2019-08-26
dm writecache: optimize performance by sorting the blocks for writeback_all
Huaisheng Ye
1
-3
/
+16
2019-08-26
dm writecache: add unlikely for getting two block with same LBA
Huaisheng Ye
1
-2
/
+2
2019-08-26
dm writecache: remove unused member pointer in writeback_struct
Huaisheng Ye
1
-1
/
+0
2019-08-26
dm zoned: fix invalid memory access
Mikulas Patocka
1
-2
/
+0
2019-08-26
RDMA/mlx5: RDMA_RX flow type support for user applications
Mark Zhang
3
-2
/
+19
2019-08-26
Merge remote-tracking branch 'mlx5-next/mlx5-next' into for-next
Doug Ledford
6
-52
/
+100
2019-08-26
v4l2-core: fix coding style for the two new c files
Mauro Carvalho Chehab
2
-33
/
+54
2019-08-26
media: v4l2-core: Remove BUG() from i2c and spi helpers
Ezequiel Garcia
2
-3
/
+4
2019-08-26
media: v4l2-core: introduce a helper to unregister a i2c subdev
Ezequiel Garcia
2
-23
/
+22
2019-08-26
media: v4l2-core: introduce a helper to unregister a spi subdev
Ezequiel Garcia
2
-12
/
+10
2019-08-26
media: v4l2-core: move i2c helpers out of v4l2-common.c
Ezequiel Garcia
4
-145
/
+153
2019-08-26
media: v4l2-core: move spi helpers out of v4l2-common.c
Ezequiel Garcia
3
-65
/
+66
[prev]
[next]