index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
41
-41
/
+40
*
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
43
-43
/
+43
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
35
-35
/
+0
*
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
2020-06-09
2
-2
/
+2
*
power: use show_stack_loglvl()
Dmitry Safonov
2020-06-09
1
-1
/
+1
*
sysrq: use show_stack_loglvl()
Dmitry Safonov
2020-06-09
1
-1
/
+1
*
Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...
Linus Torvalds
2020-06-08
25
-263
/
+801
|
\
|
*
remoteproc: Fix an error code in devm_rproc_alloc()
Dan Carpenter
2020-05-20
1
-1
/
+1
|
*
remoteproc: ingenic: Added remoteproc driver
Paul Cercueil
2020-05-19
3
-0
/
+290
|
*
remoteproc: Add support for runtime PM
Paul Cercueil
2020-05-19
1
-1
/
+16
|
*
remoteproc: wcss: Fix arguments passed to qcom_add_glink_subdev()
Bjorn Andersson
2020-05-14
1
-1
/
+1
|
*
remoteproc: Fix and restore the parenting hierarchy for vdev
Suman Anna
2020-05-13
1
-1
/
+1
|
*
remoteproc: Fall back to using parent memory pool if no dedicated available
Tero Kristo
2020-05-13
1
-0
/
+12
|
*
remoteproc: wcss: add support for rpmsg communication
Sivaprakash Murugesan
2020-05-12
1
-0
/
+6
|
*
remoteproc: core: Prevent system suspend during remoteproc recovery
Rishabh Bhatnagar
2020-05-12
2
-0
/
+7
|
*
remoteproc: qcom_q6v5_mss: Remove unused q6v5_da_to_va function
Sibi Sankar
2020-05-12
1
-14
/
+0
|
*
remoteproc: qcom_q6v5_mss: map/unmap mpss segments before/after use
Sibi Sankar
2020-05-12
1
-11
/
+20
|
*
remoteproc: qcom_q6v5_mss: Drop accesses to MPSS PERPH register space
Sibi Sankar
2020-05-12
1
-84
/
+18
|
*
remoteproc: qcom: pas: Add SM8250 PAS remoteprocs
Bjorn Andersson
2020-05-12
1
-0
/
+62
|
*
remoteproc: qcom_q6v5_mss: Extract mba/mpss from memory-region
Sibi Sankar
2020-05-11
1
-3
/
+18
|
*
remoteproc: qcom: pas: Add SC7180 Modem support
Sibi Sankar
2020-05-11
1
-0
/
+1
|
*
remoteproc/mediatek: fix invalid use of sizeof in scp_ipi_init()
Wei Yongjun
2020-05-11
1
-2
/
+2
|
*
rpmsg: glink: Integrate glink_ssr in qcom_glink
Bjorn Andersson
2020-05-07
5
-18
/
+5
|
*
soc: qcom: glink_ssr: Internalize ssr_notifiers
Bjorn Andersson
2020-05-07
2
-5
/
+27
|
*
remoteproc: qcom: Pass ssr_name to glink subdevice
Bjorn Andersson
2020-05-07
5
-5
/
+15
|
*
remoteproc: Add missing '\n' in log messages
Christophe JAILLET
2020-04-23
1
-2
/
+1
|
*
remoteproc: Add prepare and unprepare ops
Loic Pallardy
2020-04-23
2
-1
/
+30
|
*
remoteproc: remove rproc_elf32_sanity_check
Clement Leger
2020-04-23
6
-27
/
+4
|
*
remoteproc: Add device-managed variants of rproc_alloc/rproc_add
Paul Cercueil
2020-04-21
1
-0
/
+67
|
*
remoteproc: Use a local copy for the name field
Suman Anna
2020-04-21
1
-1
/
+5
|
*
remoteproc: Get rid of tedious error path
Mathieu Poirier
2020-04-21
1
-12
/
+9
|
*
remoteproc: Split rproc_ops allocation from rproc_alloc()
Mathieu Poirier
2020-04-21
1
-12
/
+21
|
*
remoteproc: Restructure firmware name allocation
Mathieu Poirier
2020-04-21
1
-7
/
+7
|
*
remoteproc: Use kstrdup_const() rather than kstrdup()
Mathieu Poirier
2020-04-21
1
-4
/
+4
|
*
remoteproc: sysmon: Inform current rproc about all active rprocs
Siddharth Gupta
2020-04-20
1
-0
/
+25
|
*
remoteproc: sysmon: Add notifications for events
Siddharth Gupta
2020-04-20
1
-0
/
+37
|
*
remoteproc: sysmon: Add ability to send type of notification
Siddharth Gupta
2020-04-20
1
-17
/
+37
|
*
remoteproc: use rproc_coredump_set_elf_info in drivers
Clement Leger
2020-04-20
5
-0
/
+7
|
*
remoteproc: add rproc_coredump_set_elf_info
Clement Leger
2020-04-20
2
-5
/
+30
|
*
remoteproc: Simplify default name allocation
Mathieu Poirier
2020-04-20
1
-12
/
+7
|
*
remoteproc: Split firmware name allocation from rproc_alloc()
Mathieu Poirier
2020-04-20
1
-27
/
+39
|
*
remoteproc: Fix IDR initialisation in rproc_alloc()
Alex Elder
2020-04-20
1
-2
/
+1
|
*
remoteproc: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
2020-04-17
1
-24
/
+4
*
|
Merge tag 'rpmsg-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...
Linus Torvalds
2020-06-08
2
-2
/
+2
|
\
\
|
*
|
rpmsg: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-13
1
-1
/
+1
|
*
|
rpmsg: fix a comment typo for rpmsg_device_match()
Wang Wenhu
2020-04-17
1
-1
/
+1
|
|
/
*
|
Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
2020-06-08
2
-2
/
+44
|
\
\
|
*
|
rbd: compression_hint option
Ilya Dryomov
2020-06-01
1
-1
/
+42
|
*
|
libceph: support for alloc hint flags
Ilya Dryomov
2020-06-01
1
-1
/
+2
|
*
|
libceph, rbd: replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-06-01
1
-1
/
+1
[next]