index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
soc
/
qcom
/
smem.c
Age
Commit message (
Expand
)
Author
2021-03-11
soc: qcom: smem: Update max processor count
Sibi Sankar
2020-12-28
soc: qcom: smem: use %*ph to print small buffer
Andy Shevchenko
2020-11-10
soc: qcom: smem: Fix formatting and missing documentation issues
Lee Jones
2019-08-21
soc: qcom: smem: Update max processor count
Sibi Sankar
2019-08-05
soc: qcom: Add socinfo driver
Imran Khan
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284
Thomas Gleixner
2018-09-13
soc: qcom: smem: a few last cleanups
Alex Elder
2018-09-13
soc: qcom: smem: verify partition host ids match
Alex Elder
2018-09-13
soc: qcom: smem: small change in global entry loop
Alex Elder
2018-09-13
soc: qcom: smem: verify partition offset_free_uncached
Alex Elder
2018-09-13
soc: qcom: smem: verify partition header size
Alex Elder
2018-09-13
soc: qcom: smem: introduce qcom_smem_partition_header()
Alex Elder
2018-09-13
soc: qcom: smem: require order of host ids to match
Alex Elder
2018-09-13
soc: qcom: smem: verify both host ids in partition header
Alex Elder
2018-09-13
soc: qcom: smem: small refactor in qcom_smem_enumerate_partitions()
Alex Elder
2018-09-13
soc: qcom: smem: always ignore partitions with 0 offset or size
Alex Elder
2018-09-13
soc: qcom: smem: initialize region struct only when successful
Alex Elder
2018-09-13
soc: qcom: smem: rename variable in qcom_smem_get_global()
Alex Elder
2018-09-13
soc: qcom: smem: Add missing include of sizes.h
Niklas Cassel
2018-07-21
soc: qcom: smem: Correct check for global partition
Bjorn Andersson
2018-05-25
soc: qcom: smem: introduce qcom_smem_virt_to_phys()
Alex Elder
2018-05-25
soc: qcom: smem: check sooner in qcom_smem_set_global_partition()
Alex Elder
2018-05-25
soc: qcom: smem: fix qcom_smem_set_global_partition()
Alex Elder
2018-05-25
soc: qcom: smem: fix off-by-one error in qcom_smem_alloc_private()
Alex Elder
2018-05-25
soc: qcom: smem: byte swap values properly
Alex Elder
2018-05-25
soc: qcom: smem: return proper type for cached entry functions
Alex Elder
2018-05-25
soc: qcom: smem: fix first cache entry calculation
Alex Elder
2017-10-11
soc: qcom: smem: Increase the number of hosts
Chris Lew
2017-10-11
soc: qcom: smem: Support dynamic item limit
Chris Lew
2017-10-11
soc: qcom: smem: Support global partition
Chris Lew
2017-10-11
soc: qcom: smem: Read version from the smem header
Chris Lew
2017-10-11
soc: qcom: smem: Use le32_to_cpu for comparison
Chris Lew
2017-10-11
soc: qcom: smem: Support getting cached entries
Bjorn Andersson
2017-10-11
soc: qcom: smem: Rename "uncached" accessors
Bjorn Andersson
2016-08-23
soc: qcom: smem: Silence probe defer error
Stephen Boyd
2016-04-19
soc: qcom: smem: Use write-combine remap for SMEM
Bjorn Andersson
2015-10-14
soc: qcom: smem: Move RPM message ram out of smem DT node
Stephen Boyd
2015-10-14
soc: qcom: smem: Handle big endian CPUs
Stephen Boyd
2015-10-14
soc: qcom: Make qcom_smem_get() return a pointer
Stephen Boyd
2015-10-14
soc: qcom: smem: Avoid NULL pointer exception on remove
Stephen Boyd
2015-09-09
soc: qcom: smem: Fix errant private access
Andy Gross
2015-07-28
soc: qcom: Add Shared Memory Manager driver
Bjorn Andersson