index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
dmaengine: at_hdmac: Fix descriptor handling when issuing it to hardware
Tudor Ambarus
2022-11-08
1
-4
/
+11
*
dmaengine: at_hdmac: Fix concurrency over the active list
Tudor Ambarus
2022-11-08
1
-4
/
+6
*
dmaengine: at_hdmac: Free the memset buf without holding the chan lock
Tudor Ambarus
2022-11-08
1
-7
/
+7
*
dmaengine: at_hdmac: Fix concurrency over descriptor
Tudor Ambarus
2022-11-08
1
-5
/
+9
*
dmaengine: at_hdmac: Fix concurrency problems by removing atc_complete_all()
Tudor Ambarus
2022-11-08
1
-45
/
+4
*
dmaengine: at_hdmac: Protect atchan->status with the channel lock
Tudor Ambarus
2022-11-08
1
-2
/
+2
*
dmaengine: at_hdmac: Do not call the complete callback on device_terminate_all
Tudor Ambarus
2022-11-08
1
-9
/
+2
*
dmaengine: at_hdmac: Fix premature completion of desc in issue_pending
Tudor Ambarus
2022-11-08
1
-3
/
+13
*
dmaengine: at_hdmac: Start transfer for cyclic channels in issue_pending
Tudor Ambarus
2022-11-08
1
-4
/
+0
*
dmaengine: at_hdmac: Don't start transactions at tx_submit level
Tudor Ambarus
2022-11-08
1
-11
/
+3
*
dmaengine: at_hdmac: Fix at_lli struct definition
Tudor Ambarus
2022-11-08
1
-5
/
+5
*
dmaengine: stm32-dma: fix potential race between pause and resume
Amelie Delaunay
2022-11-08
1
-8
/
+6
*
dmaengine: ti: k3-udma-glue: fix memory leak when register device fail
Yang Yingliang
2022-11-08
1
-0
/
+3
*
dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()
Christophe JAILLET
2022-11-08
1
-0
/
+1
*
dmaengine: apple-admac: Fix grabbing of channels in of_xlate
Martin PoviĊĦer
2022-11-08
1
-1
/
+1
*
dmaengine: idxd: fix RO device state error after been disabled/reset
Fengqian Gao
2022-11-08
1
-6
/
+14
*
dmaengine: idxd: Fix max batch size for Intel IAA
Xiaochen Shen
2022-11-08
4
-6
/
+38
*
dmaengine: pxa_dma: use platform_get_irq_optional
Doug Brown
2022-11-08
1
-2
/
+2
*
dmaengine: idxd: Do not enable user type Work Queue without Shared Virtual Ad...
Fenghua Yu
2022-10-19
1
-0
/
+18
*
dmaengine: stm32-mdma: memset stm32_mdma_chan_config struct before using it
Amelie Delaunay
2022-10-19
1
-0
/
+1
*
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-10-16
57
-116
/
+103
|
\
|
*
prandom: remove unused functions
Jason A. Donenfeld
2022-10-11
1
-6
/
+5
|
*
treewide: use get_random_bytes() when possible
Jason A. Donenfeld
2022-10-11
8
-13
/
+13
|
*
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-11
24
-32
/
+32
|
*
treewide: use get_random_{u8,u16}() when possible, part 2
Jason A. Donenfeld
2022-10-11
2
-2
/
+2
|
*
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
2022-10-11
9
-13
/
+13
|
*
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-11
25
-53
/
+41
*
|
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2022-10-16
15
-124
/
+1810
|
\
\
|
*
\
Merge branch 'clk-rate-range' into clk-next
Stephen Boyd
2022-10-14
9
-113
/
+1805
|
|
\
\
|
|
*
|
clk: mediatek: clk-mux: Add .determine_rate() callback
AngeloGioacchino Del Regno
2022-10-14
1
-0
/
+10
|
|
*
|
clk: tests: Add tests for notifiers
Maxime Ripard
2022-10-10
1
-0
/
+156
|
|
*
|
clk: Update req_rate on __clk_recalc_rates()
Maxime Ripard
2022-10-10
1
-28
/
+11
|
|
*
|
clk: tests: Add missing test case for ranges
Maxime Ripard
2022-09-15
1
-0
/
+53
|
|
*
|
clk: qcom: clk-rcg2: Take clock boundaries into consideration for gfx3d
Maxime Ripard
2022-09-15
1
-0
/
+9
|
|
*
|
clk: Introduce the clk_hw_get_rate_range function
Maxime Ripard
2022-09-15
1
-0
/
+16
|
|
*
|
clk: Zero the clk_rate_request structure
Maxime Ripard
2022-09-15
1
-0
/
+2
|
|
*
|
clk: Stop forwarding clk_rate_requests to the parent
Maxime Ripard
2022-09-15
6
-16
/
+274
|
|
*
|
clk: Constify clk_has_parent()
Maxime Ripard
2022-09-15
1
-1
/
+1
|
|
*
|
clk: Introduce clk_core_has_parent()
Maxime Ripard
2022-09-15
2
-15
/
+65
|
|
*
|
clk: Switch from __clk_determine_rate to clk_core_round_rate_nolock
Maxime Ripard
2022-09-15
1
-3
/
+10
|
|
*
|
clk: Add our request boundaries in clk_core_init_rate_req
Maxime Ripard
2022-09-15
1
-6
/
+1
|
|
*
|
clk: Introduce clk_hw_init_rate_request()
Maxime Ripard
2022-09-15
2
-10
/
+30
|
|
*
|
clk: Move clk_core_init_rate_req() from clk_core_round_rate_nolock() to its c...
Maxime Ripard
2022-09-15
1
-5
/
+3
|
|
*
|
clk: Change clk_core_init_rate_req prototype
Maxime Ripard
2022-09-15
1
-4
/
+6
|
|
*
|
clk: Set req_rate on reparenting
Maxime Ripard
2022-09-15
2
-0
/
+261
|
|
*
|
clk: Take into account uncached clocks in clk_set_rate_range()
Maxime Ripard
2022-09-15
2
-1
/
+36
|
|
*
|
clk: tests: Add some tests for orphan with multiple parents
Maxime Ripard
2022-09-15
1
-0
/
+237
|
|
*
|
clk: tests: Add tests for mux with multiple parents
Maxime Ripard
2022-09-15
1
-0
/
+121
|
|
*
|
clk: tests: Add tests for single parent mux
Maxime Ripard
2022-09-15
1
-9
/
+185
|
|
*
|
clk: tests: Add tests for uncached clock
Maxime Ripard
2022-09-15
1
-1
/
+92
[next]