index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
soundwire
Age
Commit message (
Expand
)
Author
Files
Lines
3 days
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-2
/
+1
4 days
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
5
-12
/
+6
4 days
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
10
-17
/
+17
5 days
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
12
-31
/
+32
8 days
Merge tag 'soundwire-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-24
/
+32
2026-01-18
Merge tag 'soundwire-6.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2026-01-14
soundwire: Add missing EXPORT for sdw_slave_type
Richard Fitzgerald
1
-0
/
+1
2026-01-13
soundwire: bus: fix off-by-one when allocating slave IDs
Harshit Mogalapalli
1
-1
/
+1
2025-12-30
soundwire: intel_ace2x: add SND_HDA_CORE dependency
Arnd Bergmann
1
-0
/
+1
2025-12-23
soundwire: Use bus methods for .probe(), .remove() and .shutdown()
Uwe Kleine-König
1
-15
/
+13
2025-12-23
soundwire: Make remove function return no value
Uwe Kleine-König
1
-3
/
+2
2025-12-16
soundwire: dmi-quirks: add mapping for Avell B.ON (OEM rebranded of NUC15)
Peter Ujfalusi
1
-0
/
+11
2025-12-16
soundwire: qcom: Use guard to avoid mixing cleanup and goto
Krzysztof Kozlowski
1
-7
/
+5
2025-12-16
soundwire: intel_auxdevice: add cs42l45 codec to wake_capable_list
Maciej Strozek
1
-0
/
+1
2025-12-08
soundwire: intel_ace2x: handle multi BPT sections
Bard Liao
1
-12
/
+34
2025-12-08
soundwire: pass sdw_bpt_section to cdns BPT helpers
Bard Liao
3
-86
/
+123
2025-12-08
soundwire: introduce BPT section
Bard Liao
4
-20
/
+48
2025-12-08
soundwire: intel_ace2x: add fake frame to BRA read command
Bard Liao
1
-5
/
+56
2025-12-08
soundwire: cadence_master: add fake_size parameter to sdw_cdns_prepare_read_d...
Bard Liao
3
-3
/
+40
2025-12-08
soundwire: cadence: export sdw_cdns_bpt_find_bandwidth
Bard Liao
2
-0
/
+35
2025-12-08
soundwire: cadence_master: set data_per_frame as frame capability
Bard Liao
1
-3
/
+3
2025-12-08
soundwire: only compute BPT stream in sdw_compute_dp0_port_params
Bard Liao
1
-0
/
+3
2025-12-08
soundwire: cadence_master: make frame index trace more readable
Bard Liao
1
-5
/
+5
2025-12-08
soundwire: qcom: adding support for v3.1.0
Srinivas Kandagatla
1
-1
/
+36
2025-12-08
soundwire: qcom: prepare for v3.x
Srinivas Kandagatla
1
-21
/
+56
2025-12-08
soundwire: qcom: deprecate qcom,din/out-ports
Srinivas Kandagatla
1
-79
/
+62
2025-12-08
soundwire: qcom: remove unused rd_fifo_depth
Srinivas Kandagatla
1
-2
/
+0
2025-10-06
Merge tag 'soundwire-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-7
/
+3
2025-09-19
soundwire: bus: add sdw_slave_get_current_bank helper
Srinivas Kandagatla
1
-0
/
+12
2025-09-19
soundwire: bus: add of_sdw_find_device_by_node helper
Srinivas Kandagatla
1
-0
/
+6
2025-09-01
soundwire: Use min() to improve code
Qianfeng Rong
1
-4
/
+1
2025-09-01
soundwire: bus: Drop dev_pm_domain_detach() call
Claudiu Beznea
1
-3
/
+0
2025-08-12
soundwire: debugfs: add SCP_SDCA_IntStatX and SCP_SDCA_IntMaskX registers
Shuming Fan
1
-0
/
+2
2025-08-01
Merge tag 'soundwire-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
8
-20
/
+30
2025-07-29
Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-1
/
+1
2025-07-21
soundwire: amd: Add support for acp7.2 platform
Venkata Prasad Potturu
1
-0
/
+4
2025-07-21
soundwire: stream: restore params when prepare ports fail
Bard Liao
1
-1
/
+1
2025-07-15
soundwire: Revert "soundwire: qcom: Add set_channel_map api support"
Amit Pundir
1
-26
/
+0
2025-07-07
PM: domains: Add flags to specify power on attach/detach
Claudiu Beznea
1
-1
/
+1
2025-06-27
soundwire: debugfs: move debug statement outside of error handling
Rodrigo Gobbi
1
-3
/
+3
2025-06-26
soundwire: amd: add check for status update registers
Vijendar Mukunda
1
-0
/
+3
2025-06-26
soundwire: amd: fix for clearing command status register
Vijendar Mukunda
1
-1
/
+1
2025-06-26
soundwire: intel_auxdevice: add rt721 codec to wake_capable_list
Naveen Manohar
1
-0
/
+1
2025-06-26
soundwire: Correct some property names
Charles Keepax
1
-2
/
+2
2025-06-09
soundwire: update Intel BPT message length limitation
Bard Liao
1
-4
/
+4
2025-06-09
soundwire: amd: fix for handling slave alerts after link is down
Vijendar Mukunda
1
-0
/
+2
2025-06-09
soundwire: intel_ace2.x: Use str_read_write() helper
Yumeng Fang
1
-1
/
+2
2025-06-09
soundwire: amd: cancel pending slave status handling workqueue during remove ...
Vijendar Mukunda
1
-0
/
+1
2025-06-09
soundwire: amd: serialize amd manager resume sequence during pm_prepare
Vijendar Mukunda
1
-3
/
+3
2025-06-09
soundwire: qcom: demote probe registration printk
Johan Hovold
1
-3
/
+3
[next]