index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
samsung
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-29
firmware: samsung: acpm: Add devm_acpm_get_by_phandle helper
Tudor Ambarus
1
-0
/
+23
2026-05-29
firmware: samsung: acpm: Add TMU protocol support
Tudor Ambarus
4
-0
/
+280
2026-05-29
firmware: samsung: acpm: Make acpm_ops const and access via pointer
Tudor Ambarus
1
-20
/
+16
2026-05-29
firmware: samsung: acpm: Drop redundant _ops suffix in acpm_ops members
Tudor Ambarus
1
-2
/
+2
2026-05-29
firmware: samsung: acpm: Annotate rx_data->cmd with __counted_by_ptr
Tudor Ambarus
1
-8
/
+8
2026-05-29
firmware: samsung: acpm: Consolidate transfer initialization helper
Tudor Ambarus
4
-33
/
+35
2026-05-29
firmware: samsung: acpm: Fix infinite loop on sequence number exhaustion
Tudor Ambarus
1
-14
/
+31
2026-05-29
firmware: samsung: acpm: Fix missing LKMM barriers in sequence allocator
Tudor Ambarus
1
-7
/
+11
2026-05-29
firmware: samsung: acpm: Fix false timeouts and Use-After-Free in polling
Tudor Ambarus
1
-20
/
+48
2026-05-14
firmware: samsung: acpm: Fix mailbox channel leak on probe error
Tudor Ambarus
1
-5
/
+8
2026-05-14
firmware: samsung: acpm: Fix cross-thread RX length corruption
Tudor Ambarus
2
-7
/
+11
2026-02-28
firmware: exynos-acpm: Drop fake 'const' on handle pointer
Krzysztof Kozlowski
6
-22
/
+24
2026-02-24
firmware: exynos-acpm: Count acpm_xfer buffers with __counted_by_ptr
Krzysztof Kozlowski
2
-4
/
+4
2026-02-24
firmware: exynos-acpm: Count number of commands in acpm_xfer
Krzysztof Kozlowski
4
-20
/
+21
2026-02-24
firmware: exynos-acpm: Use unsigned int for acpm_pmic_linux_errmap index
Krzysztof Kozlowski
1
-1
/
+1
2025-10-20
firmware: exynos-acpm: register ACPM clocks pdev
Tudor Ambarus
1
-0
/
+21
2025-10-20
firmware: exynos-acpm: add DVFS protocol
Tudor Ambarus
4
-1
/
+109
2025-09-11
firmware: exynos-acpm: fix PMIC returned errno
Tudor Ambarus
1
-5
/
+20
2025-06-10
firmware: exynos-acpm: fix timeouts on xfers handling
Tudor Ambarus
1
-16
/
+9
2025-05-31
Merge tag 'soc-drivers-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2
-43
/
+31
2025-04-25
firmware: exynos-acpm: Correct kerneldoc and use typical np argument name
Krzysztof Kozlowski
1
-5
/
+5
2025-04-22
firmware: exynos-acpm: introduce devm_acpm_get_by_node()
André Draszik
1
-14
/
+9
2025-04-22
firmware: exynos-acpm: populate devices from device tree data
Tudor Ambarus
1
-1
/
+1
2025-04-22
firmware: exynos-acpm: silence EPROBE_DEFER error on boot
André Draszik
1
-9
/
+2
2025-04-22
firmware: exynos-acpm: fix reading longer results
André Draszik
1
-8
/
+8
2025-04-07
firmware: exynos-acpm: allow use during system shutdown
André Draszik
1
-1
/
+1
2025-04-07
firmware: exynos-acpm: use ktime APIs for timeout detection
André Draszik
1
-7
/
+7
2025-04-07
firmware: exynos-acpm: check saved RX before bailing out on empty RX queue
Tudor Ambarus
1
-14
/
+30
2025-02-17
firmware: Exynos ACPM: Fix spelling mistake "Faile" -> "Failed"
Colin Ian King
1
-1
/
+1
2025-02-16
firmware: add Exynos ACPM protocol driver
Tudor Ambarus
6
-0
/
+1063