index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
interconnect
/
core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'icc-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/djak...
Greg Kroah-Hartman
2024-04-11
1
-0
/
+8
|
\
|
*
interconnect: Don't access req_list while it's being manipulated
Mike Tipton
2024-03-14
1
-0
/
+8
*
|
interconnect: constify of_phandle_args in xlate
Krzysztof Kozlowski
2024-02-25
1
-2
/
+2
|
/
*
interconnect: Treat xlate() returning NULL node as an error
Mike Tipton
2023-11-22
1
-0
/
+3
*
Merge branch 'icc-debugfs' into icc-next
Georgi Djakov
2023-08-22
1
-0
/
+66
|
\
|
*
interconnect: Add debugfs test client
Mike Tipton
2023-08-22
1
-0
/
+3
|
*
interconnect: Reintroduce icc_get()
Mike Tipton
2023-08-22
1
-0
/
+63
*
|
interconnect: Teach lockdep about icc_bw_lock order
Rob Clark
2023-08-22
1
-1
/
+9
*
|
interconnect: Fix locking for runpm vs reclaim
Rob Clark
2023-08-22
1
-2
/
+6
|
/
*
interconnect: drop unused icc_get() interface
Johan Hovold
2023-05-30
1
-50
/
+2
*
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-04-28
1
-5
/
+0
|
\
|
*
interconnect: remove module-related code
Nick Alcock
2023-04-13
1
-4
/
+0
|
*
interconnect: remove MODULE_LICENSE in non-modules
Nick Alcock
2023-04-13
1
-1
/
+0
*
|
interconnect: drop unused icc_link_destroy() interface
Johan Hovold
2023-04-05
1
-46
/
+0
*
|
interconnect: drop racy registration API
Johan Hovold
2023-03-20
1
-16
/
+0
*
|
interconnect: Use of_property_present() for testing DT property presence
Rob Herring
2023-03-20
1
-2
/
+2
*
|
interconnect: Skip call into provider if initial bw is zero
Vivek Aknurwar
2023-03-20
1
-7
/
+10
*
|
interconnect: fix provider registration API
Johan Hovold
2023-03-07
1
-14
/
+38
*
|
interconnect: fix icc_provider_del() error handling
Johan Hovold
2023-03-07
1
-12
/
+2
*
|
interconnect: fix mem leak when freeing nodes
Johan Hovold
2023-03-07
1
-0
/
+4
|
/
*
interconnect: qcom: sc8180x: Drop IP0 interconnects
Dmitry Baryshkov
2023-01-18
1
-0
/
+1
*
interconnect: qcom: sm8250: Drop IP0 interconnects
Dmitry Baryshkov
2023-01-18
1
-0
/
+1
*
interconnect: qcom: sm8150: Drop IP0 interconnects
Dmitry Baryshkov
2023-01-18
1
-0
/
+1
*
interconnect: move ignore_list out of of_count_icc_providers()
Dmitry Baryshkov
2023-01-18
1
-5
/
+6
*
interconnect: Make icc_provider_del() return void
Uwe Kleine-König
2022-08-16
1
-7
/
+3
*
interconnect: Restore sync state by ignoring ipa-virt in provider count
Stephen Boyd
2022-05-03
1
-1
/
+7
*
Merge tag 'icc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dja...
Greg Kroah-Hartman
2021-08-24
1
-0
/
+3
|
\
|
*
interconnect: Sanity check that node isn't already on list
Bjorn Andersson
2021-07-22
1
-0
/
+3
*
|
interconnect: Fix undersized devress_alloc allocation
Colin Ian King
2021-08-02
1
-1
/
+1
*
|
interconnect: Always call pre_aggregate before aggregate
Mike Tipton
2021-07-22
1
-0
/
+5
*
|
interconnect: Zero initial BW after sync-state
Mike Tipton
2021-07-22
1
-0
/
+2
|
/
*
interconnect: core: fix error return code of icc_link_destroy()
Jia-Ju Bai
2021-03-08
1
-0
/
+2
*
interconnect: fix memory trashing in of_count_icc_providers()
Marek Szyprowski
2020-11-20
1
-1
/
+0
*
interconnect: Aggregate before setting initial bandwidth
Georgi Djakov
2020-10-15
1
-0
/
+3
*
interconnect: core: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-09-18
1
-6
/
+2
*
Merge branch 'icc-syncstate' into icc-next
Georgi Djakov
2020-09-18
1
-0
/
+67
|
\
|
*
interconnect: Add sync state support
Georgi Djakov
2020-09-18
1
-0
/
+67
*
|
interconnect: Introduce xlate_extended() callback
Georgi Djakov
2020-09-08
1
-23
/
+50
|
/
*
interconnect: Show bandwidth for disabled paths as zero in debugfs
Matthias Kaehlcke
2020-09-03
1
-2
/
+8
*
Merge 5.8-rc7 into char-misc-next
Greg Kroah-Hartman
2020-07-27
1
-3
/
+9
|
\
|
*
interconnect: Do not skip aggregation for disabled paths
Georgi Djakov
2020-07-23
1
-3
/
+9
*
|
interconnect: Allow inter-provider pairs to be configured
Artur Świgoń
2020-06-16
1
-6
/
+5
*
|
interconnect: Relax requirement in of_icc_get_from_provider()
Artur Świgoń
2020-06-16
1
-1
/
+1
*
|
interconnect: Export of_icc_get_from_provider()
Artur Świgoń
2020-06-16
1
-1
/
+2
|
/
*
Merge tag 'pm-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2020-06-10
1
-0
/
+18
|
\
|
*
opp: Expose bandwidth information via debugfs
Viresh Kumar
2020-05-29
1
-0
/
+18
*
|
Merge branch 'icc-get-by-index' into icc-next
Georgi Djakov
2020-05-15
1
-24
/
+55
|
\
|
|
*
interconnect: Remove unused module exit code from core
Jordan Crouse
2020-05-15
1
-6
/
+1
|
*
interconnect: Add of_icc_get_by_index() helper function
Georgi Djakov
2020-05-13
1
-18
/
+54
*
|
interconnect: Add helpers for enabling/disabling a path
Georgi Djakov
2020-05-10
1
-1
/
+38
[next]