index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-20
remoteproc: k3-dsp: Don't override rproc ops in IPC-only mode
Beleswar Padhi
1
-12
/
+15
2025-05-20
remoteproc: k3: Refactor rproc_request_mbox() implementations into common driver
Beleswar Padhi
5
-107
/
+40
2025-05-20
remoteproc: k3-m4: Ping the mbox while acquiring the channel
Beleswar Padhi
1
-25
/
+19
2025-05-20
remoteproc: k3: Refactor rproc_release() implementation into common driver
Beleswar Padhi
4
-50
/
+28
2025-05-20
remoteproc: k3-m4: Introduce central function to release rproc from reset
Beleswar Padhi
1
-7
/
+26
2025-05-20
remoteproc: k3-dsp: Correct Reset deassert logic for devices w/o lresets
Beleswar Padhi
1
-17
/
+13
2025-05-20
remoteproc: k3: Refactor rproc_reset() implementation into common driver
Beleswar Padhi
4
-44
/
+26
2025-05-20
remoteproc: k3-m4: Introduce central function to put rproc into reset
Beleswar Padhi
1
-13
/
+23
2025-05-20
remoteproc: k3-dsp: Correct Reset logic for devices without lresets
Beleswar Padhi
1
-15
/
+9
2025-05-20
remoteproc: k3: Refactor .kick rproc ops into common driver
Beleswar Padhi
5
-62
/
+29
2025-05-20
remoteproc: k3: Refactor mailbox rx_callback functions into common driver
Beleswar Padhi
6
-149
/
+95
2025-05-20
remoteproc: k3: Refactor shared data structures
Beleswar Padhi
4
-287
/
+166
2025-05-20
remoteproc: k3-m4: Use k3_rproc_mem_data structure for memory info
Beleswar Padhi
1
-15
/
+45
2025-05-20
remoteproc: k3-m4: Add pointer to rproc struct within k3_m4_rproc
Beleswar Padhi
1
-0
/
+3
2025-05-20
remoteproc: k3-{m4/dsp}: Add a void ptr member in rproc internal struct
Beleswar Padhi
2
-0
/
+4
2025-05-20
remoteproc: k3-r5: Use k3_r5_rproc_mem_data structure for memory info
Beleswar Padhi
1
-9
/
+56
2025-05-20
remoteproc: k3-r5: Refactor Data Structures to Align with DSP and M4
Beleswar Padhi
1
-180
/
+195
2025-05-20
remoteproc: k3-r5: Re-order k3_r5_release_tsp() function
Beleswar Padhi
1
-7
/
+7
2025-05-20
remoteproc: k3-r5: Re-order internal memory initialization functions
Beleswar Padhi
1
-129
/
+129
2025-05-20
remoteproc: k3-m4: Don't assert reset in detach routine
Beleswar Padhi
1
-1
/
+1
2025-05-20
remoteproc: k3-r5: Refactor sequential core power up/down operations
Beleswar Padhi
1
-47
/
+63
2025-05-20
remoteproc: k3-dsp: Drop check performed in k3_dsp_rproc_{mbox_callback/kick}
Siddharth Vadapalli
1
-8
/
+0
2025-05-20
remoteproc: k3-r5: Drop check performed in k3_r5_rproc_{mbox_callback/kick}
Siddharth Vadapalli
1
-8
/
+0
2025-05-15
Revert "remoteproc: core: Clear table_sz when rproc_shutdown"
Bjorn Andersson
1
-1
/
+0
2025-05-13
dt-bindings: remoteproc: qcom,sm8150-pas: Add missing SC8180X compatible
Krzysztof Kozlowski
1
-0
/
+3
2025-05-13
dt-bindings: remoteproc: qcom,sm8350-pas: Add SC8280XP
Konrad Dybcio
1
-24
/
+30
2025-05-13
remoteproc: qcom_wcnss_iris: Add missing put_device() on error in probe
Dan Carpenter
1
-0
/
+2
2025-05-12
remoteproc: xlnx: Avoid RPU force power down
Tanmay Shah
1
-1
/
+33
2025-05-06
remoteproc: core: Release rproc->clean_table after rproc_attach() fails
Xiaolei Wang
1
-0
/
+1
2025-05-06
remoteproc: core: Cleanup acquired resources when rproc_handle_resources() fails in rproc_attach()
Xiaolei Wang
1
-3
/
+2
2025-04-22
remoteproc: imx_dsp_rproc: Add support for DSP-specific features
Iuliana Prodan
1
-2
/
+96
2025-04-07
remoteproc: stm32_rproc: Allow to specify firmware default name
Arnaud Pouliquen
1
-1
/
+7
2025-04-07
dt-bindings: remoteproc: stm32-rproc: Add firmware-name property
Arnaud Pouliquen
1
-0
/
+4
2025-04-06
Linux 6.15-rc1
Linus Torvalds
1
-2
/
+2
2025-04-06
tools/include: make uapi/linux/types.h usable from assembly
Thomas Weißschuh
1
-0
/
+3
2025-04-06
tools/power turbostat: v2025.05.06
Len Brown
1
-1
/
+1
2025-04-06
tools/power turbostat: disable "cpuidle" invocation counters, by default
Len Brown
2
-13
/
+33
2025-04-06
Disable SLUB_TINY for build testing
Linus Torvalds
2
-2
/
+2
2025-04-06
tools/power turbostat: re-factor sysfs code
Len Brown
1
-10
/
+21
2025-04-06
tools/power turbostat: Restore GFX sysfs fflush() call
Zhang Rui
1
-0
/
+1
2025-04-06
tools/power turbostat: Document GNR UncMHz domain convention
Len Brown
1
-0
/
+1
2025-04-06
tools/power turbostat: report CoreThr per measurement interval
Len Brown
2
-1
/
+3
2025-04-06
tools/power turbostat: Increase CPU_SUBSET_MAXCPUS to 8192
Justin Ernst
1
-1
/
+1
2025-04-06
kbuild: rpm-pkg: build a debuginfo RPM
Uday Shankar
2
-2
/
+54
2025-04-06
kconfig: merge_config: use an empty file as initfile
Daniel Gomez
1
-2
/
+2
2025-04-06
nios2: migrate to the generic rule for built-in DTB
Masahiro Yamada
4
-9
/
+10
2025-04-05
sh: defconfig: Drop obsolete CONFIG_NET_CLS_TCINDEX
Johan Korsnes
4
-4
/
+0
2025-04-05
sh: Align .bss section padding to 8-byte boundary
Artur Rojek
1
-1
/
+14
2025-04-05
tracing/timers: Rename the hrtimer_init event to hrtimer_setup
Nam Cao
4
-7
/
+7
2025-04-05
hrtimers: Rename debug_init_on_stack() to debug_setup_on_stack()
Nam Cao
1
-4
/
+4
[next]