index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mailbox
/
pcc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mailbox: pcc: Support shared interrupt for multiple subspaces
Huisong Li
2023-09-11
1
-3
/
+40
*
mailbox: pcc: Add support for platform notification handling
Huisong Li
2023-09-11
1
-9
/
+41
*
mailbox: pcc: Use mbox_bind_client
Elliot Berman
2023-04-18
1
-39
/
+45
*
mailbox: pcc: Reset pcc_chan_count to zero in case of PCC probe failure
Huisong Li
2022-11-23
1
-0
/
+1
*
mailbox: pcc: Fix spelling mistake "Plaform" -> "Platform"
Colin Ian King
2022-10-05
1
-1
/
+1
*
mailbox: pcc: Fix an invalid-load caught by the address sanitizer
Mario Limonciello
2022-05-21
1
-1
/
+1
*
mailbox: pcc: Handle all PCC subtypes correctly in pcc_mbox_irq
Sudeep Holla
2022-01-11
1
-3
/
+5
*
mailbox: pcc: Avoid using the uninitialized variable 'dev'
Sudeep Holla
2022-01-11
1
-1
/
+1
*
mailbox: pcc: Move bulk of PCCT parsing into pcc_mbox_probe
Sudeep Holla
2021-10-29
1
-58
/
+66
*
mailbox: pcc: Add support for PCCT extended PCC subspaces(type 3/4)
Sudeep Holla
2021-10-29
1
-17
/
+109
*
mailbox: pcc: Drop handling invalid bit-width in {read,write}_register
Sudeep Holla
2021-10-29
1
-20
/
+4
*
mailbox: pcc: Avoid accessing PCCT table in pcc_send_data and pcc_mbox_irq
Sudeep Holla
2021-10-29
1
-87
/
+32
*
mailbox: pcc: Add PCC register bundle and associated accessor functions
Sudeep Holla
2021-10-29
1
-0
/
+90
*
mailbox: pcc: Rename doorbell ack to platform interrupt ack register
Sudeep Holla
2021-10-29
1
-16
/
+17
*
mailbox: pcc: Use PCC mailbox channel pointer instead of standard
Sudeep Holla
2021-10-29
1
-45
/
+18
*
mailbox: pcc: Add pcc_mbox_chan structure to hold shared memory region info
Sudeep Holla
2021-10-29
1
-0
/
+27
*
mailbox: pcc: Consolidate subspace doorbell register parsing
Sudeep Holla
2021-10-29
1
-8
/
+23
*
mailbox: pcc: Consolidate subspace interrupt information parsing
Sudeep Holla
2021-10-29
1
-19
/
+19
*
mailbox: pcc: Refactor all PCC channel information into a structure
Sudeep Holla
2021-10-29
1
-53
/
+54
*
mailbox: pcc: Fix kernel doc warnings
Sudeep Holla
2021-10-29
1
-1
/
+5
*
mailbox: fix various typos in comments
Tom Saeger
2021-04-13
1
-1
/
+1
*
mailbox: pcc: fix platform_no_drv_owner.cocci warnings
Yang Li
2021-04-13
1
-1
/
+0
*
mailbox: pcc: Put the PCCT table for error path
Hanjun Guo
2020-08-03
1
-2
/
+7
*
mailbox: pcc: make pcc_mbox_driver static
Jason Yan
2020-05-30
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-05-30
1
-10
/
+1
*
acpi: Create subtable parsing infrastructure
Keith Busch
2019-04-04
1
-1
/
+1
*
mailbox: PCC: handle parse error
David Arcari
2018-09-10
1
-2
/
+5
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+2
*
mailbox: PCC: erroneous error message when parsing ACPI PCCT
Al Stone
2018-05-18
1
-43
/
+38
*
Merge tag 'mailbox-v4.15' of git://git.linaro.org/landing-teams/working/fujit...
Linus Torvalds
2017-11-15
1
-2
/
+2
|
\
|
*
mailbox: reset txdone_method TXDONE_BY_POLL if client knows_txdone
Sudeep Holla
2017-11-14
1
-2
/
+2
*
|
mailbox: PCC: Move the MAX_PCC_SUBSPACES definition to header file
George Cherian
2017-11-09
1
-1
/
+0
|
/
*
mailbox: pcc: Drop uninformative output during boot
Punit Agrawal
2017-08-10
1
-3
/
+1
*
mailbox: pcc: Fix crash when request PCC channel 0
Hoan Tran
2017-07-26
1
-1
/
+1
*
ACPICA: Add support for new PCCT subtables
David E. Box
2017-06-12
1
-5
/
+5
*
Merge branches 'acpica' and 'acpi-scan'
Rafael J. Wysocki
2016-12-22
1
-4
/
+1
|
\
|
*
ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() users
Lv Zheng
2016-12-21
1
-4
/
+1
*
|
mailbox: PCC: Fix lockdep warning when request PCC channel
Hoan Tran
2016-11-14
1
-6
/
+7
|
/
*
mailbox: pcc: Support HW-Reduced Communication Subspace type 2
hotran
2016-08-31
1
-71
/
+245
*
-
.
Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'acpi-cppc'
Rafael J. Wysocki
2016-04-08
1
-2
/
+2
|
\
\
|
|
*
mailbox: pcc: Don't access an unmapped memory address space
Shanker Donthineni
2016-04-07
1
-2
/
+2
*
|
|
Merge branches 'acpi-processor' and 'acpi-cppc'
Rafael J. Wysocki
2016-03-14
1
-7
/
+104
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
mailbox: pcc: optimized pcc_send_data
Prakash, Prashanth
2016-03-09
1
-7
/
+104
*
|
mailbox: pcc: fix channel calculation in get_pcc_channel()
Alexey Klimov
2016-02-02
1
-7
/
+1
|
/
*
PCC: fix dereference of ERR_PTR
Sudip Mukherjee
2015-10-16
1
-1
/
+1
*
PCC: Initialize PCC Mailbox earlier at boot
Ashwin Chaugule
2015-08-25
1
-1
/
+7
*
mailbox: Make mbox_chan_ops const
Andrew Bresticker
2015-05-12
1
-1
/
+1
*
Mailbox: Restructure and simplify PCC mailbox code
Ashwin Chaugule
2015-03-04
1
-85
/
+37
*
Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fu...
Linus Torvalds
2015-02-11
1
-2
/
+2
|
\
|
*
Mailbox: Fix return value check in pcc_init()
Wei Yongjun
2015-02-06
1
-2
/
+2
[next]