summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-06-092-2/+4
|\
| * drivers: base: default KUNIT_* fragments to KUNIT_ALL_TESTSAnders Roxell2020-06-012-2/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-09122-226/+190
|\ \
| * | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-0918-34/+33
| * | mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-2/+2
| * | mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse2020-06-091-1/+1
| * | mmap locking API: add MMAP_LOCK_INITIALIZERMichel Lespinasse2020-06-091-1/+1
| * | mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse2020-06-092-6/+6
| * | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-0932-99/+99
| * | DMA reservations: use the new mmap locking APIMichel Lespinasse2020-06-091-2/+3
| * | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-0941-41/+40
| * | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-0943-43/+43
| * | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-0935-35/+0
| * | kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-092-2/+2
| * | power: use show_stack_loglvl()Dmitry Safonov2020-06-091-1/+1
| * | sysrq: use show_stack_loglvl()Dmitry Safonov2020-06-091-1/+1
* | | Merge branch 'x86/srbds' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds2020-06-091-0/+8
|\ \ \ | |/ / |/| |
| * | x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross2020-04-201-0/+8
* | | Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds2020-06-0825-263/+801
|\ \ \
| * | | remoteproc: Fix an error code in devm_rproc_alloc()Dan Carpenter2020-05-201-1/+1
| * | | remoteproc: ingenic: Added remoteproc driverPaul Cercueil2020-05-183-0/+290
| * | | remoteproc: Add support for runtime PMPaul Cercueil2020-05-181-1/+16
| * | | remoteproc: wcss: Fix arguments passed to qcom_add_glink_subdev()Bjorn Andersson2020-05-141-1/+1
| * | | remoteproc: Fix and restore the parenting hierarchy for vdevSuman Anna2020-05-121-1/+1
| * | | remoteproc: Fall back to using parent memory pool if no dedicated availableTero Kristo2020-05-121-0/+12
| * | | remoteproc: wcss: add support for rpmsg communicationSivaprakash Murugesan2020-05-121-0/+6
| * | | remoteproc: core: Prevent system suspend during remoteproc recoveryRishabh Bhatnagar2020-05-122-0/+7
| * | | remoteproc: qcom_q6v5_mss: Remove unused q6v5_da_to_va functionSibi Sankar2020-05-121-14/+0
| * | | remoteproc: qcom_q6v5_mss: map/unmap mpss segments before/after useSibi Sankar2020-05-121-11/+20
| * | | remoteproc: qcom_q6v5_mss: Drop accesses to MPSS PERPH register spaceSibi Sankar2020-05-121-84/+18
| * | | remoteproc: qcom: pas: Add SM8250 PAS remoteprocsBjorn Andersson2020-05-121-0/+62
| * | | remoteproc: qcom_q6v5_mss: Extract mba/mpss from memory-regionSibi Sankar2020-05-111-3/+18
| * | | remoteproc: qcom: pas: Add SC7180 Modem supportSibi Sankar2020-05-111-0/+1
| * | | remoteproc/mediatek: fix invalid use of sizeof in scp_ipi_init()Wei Yongjun2020-05-111-2/+2
| * | | rpmsg: glink: Integrate glink_ssr in qcom_glinkBjorn Andersson2020-05-075-18/+5
| * | | soc: qcom: glink_ssr: Internalize ssr_notifiersBjorn Andersson2020-05-072-5/+27
| * | | remoteproc: qcom: Pass ssr_name to glink subdeviceBjorn Andersson2020-05-075-5/+15
| * | | remoteproc: Add missing '\n' in log messagesChristophe JAILLET2020-04-221-2/+1
| * | | remoteproc: Add prepare and unprepare opsLoic Pallardy2020-04-222-1/+30
| * | | remoteproc: remove rproc_elf32_sanity_checkClement Leger2020-04-226-27/+4
| * | | remoteproc: Add device-managed variants of rproc_alloc/rproc_addPaul Cercueil2020-04-201-0/+67
| * | | remoteproc: Use a local copy for the name fieldSuman Anna2020-04-201-1/+5
| * | | remoteproc: Get rid of tedious error pathMathieu Poirier2020-04-201-12/+9
| * | | remoteproc: Split rproc_ops allocation from rproc_alloc()Mathieu Poirier2020-04-201-12/+21
| * | | remoteproc: Restructure firmware name allocationMathieu Poirier2020-04-201-7/+7
| * | | remoteproc: Use kstrdup_const() rather than kstrdup()Mathieu Poirier2020-04-201-4/+4
| * | | remoteproc: sysmon: Inform current rproc about all active rprocsSiddharth Gupta2020-04-201-0/+25
| * | | remoteproc: sysmon: Add notifications for eventsSiddharth Gupta2020-04-201-0/+37
| * | | remoteproc: sysmon: Add ability to send type of notificationSiddharth Gupta2020-04-201-17/+37
| * | | remoteproc: use rproc_coredump_set_elf_info in driversClement Leger2020-04-195-0/+7