aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-01remoteproc: Cocci spatch "memdup.spatch"Thomas Meyer1-2/+1
2013-07-01remoteproc: free carveout memories only after unmapping themSuman Anna1-7/+7
2013-06-30remoteproc: fix error return code in rproc_fw_boot()Wei Yongjun1-3/+4
2013-05-07Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteprocLinus Torvalds1-73/+138
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-04-24treewide: Fix typo in printk and commentsMasanari Iida1-1/+1
2013-04-07remoteproc: support default firmware name in rproc_alloc()Robert Tivy1-4/+24
2013-04-07remoteproc: set vring addresses in resource tableSjur Brændeland1-2/+17
2013-04-07remoteproc: support virtio config space.Sjur Brændeland1-3/+0
2013-04-07remoteproc: perserve resource table dataOhad Ben-Cohen1-20/+78
2013-04-07remoteproc: calculate max_notifyid by counting vringsSjur Brændeland1-15/+18
2013-04-05remoteproc: code cleanup of resource parsingSjur Brændeland1-40/+12
2013-04-05remoteproc: fix error path of handle_vdevSjur Brændeland1-1/+3
2013-04-05remoteproc: fix the error check for idr_allocSuman Anna1-1/+1
2013-02-27remoteproc: convert to idr_alloc()Tejun Heo1-7/+3
2013-02-27remoteproc: don't use idr_remove_all()Tejun Heo1-1/+0
2012-10-02remoteproc: Fix use of format specifyerEmil Goode1-4/+6
2012-10-02remoteproc: fix a potential NULL-dereference on cleanupDan Carpenter1-11/+11
2012-09-18remtoteproc: maintain max notifyidSjur Brændeland1-0/+15
2012-09-18remoteproc: create a 'recovery' debugfs entryFernando Guzman Lugo1-1/+2
2012-09-18remoteproc: add actual recovery implementationFernando Guzman Lugo1-22/+62
2012-09-18remoteproc: add rproc_report_crash function to notify rproc crashesFernando Guzman Lugo1-4/+75
2012-07-26Merge tag 'remoteproc-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteprocLinus Torvalds1-537/+189
2012-07-15remoteproc: Support custom firmware handlersSjur Brændeland1-0/+4
2012-07-15remoteproc: Move Elf related functions to separate fileSjur Brændeland1-248/+1
2012-07-15remoteproc: Add function rproc_get_boot_addrSjur Brændeland1-9/+19
2012-07-15remoteproc: Pass struct fw to load_segments and find_rsc_table.Sjur Brændeland1-12/+12
2012-07-06remoteproc: adopt the driver core's alloc/add/del/put namingOhad Ben-Cohen1-16/+16
2012-07-06remoteproc: remove the get_by_name/put APIOhad Ben-Cohen1-130/+0
2012-07-06remoteproc: support non-iommu carveout assignmentOhad Ben-Cohen1-15/+19
2012-07-06remoteproc: simplify unregister/free interfacesOhad Ben-Cohen1-17/+8
2012-07-06remoteproc: remove the now-redundant krefOhad Ben-Cohen1-39/+11
2012-07-06remoteproc: maintain a generic child device for each rprocOhad Ben-Cohen1-43/+92
2012-07-04remoteproc: allocate vrings on demand, free when not neededOhad Ben-Cohen1-55/+54
2012-06-10remoteproc: fix missing fault indication in error-pathSjur Brændeland1-1/+3
2012-06-10remoteproc: fix print format warningsSjur Brændeland1-3/+3
2012-05-30Merge tag 'iommu-updates-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-2/+2
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+1
2012-05-22iommu/core: pass a user-provided token to fault handlersOhad Ben-Cohen1-2/+2
2012-05-13remoteproc: fix off-by-one bug in __rproc_free_vringsSubramaniam Chanderashekarapuram1-1/+1
2012-04-30remoteproc: remove redundant NULL check before release_firmware()Jesper Juhl1-2/+1
2012-03-06remoteproc: cleanup resource table parsing pathsOhad Ben-Cohen1-33/+39
2012-03-06remoteproc: remove the hardcoded vring alignmentOhad Ben-Cohen1-5/+7
2012-03-06remoteproc: remove the single rpmsg vdev limitationOhad Ben-Cohen1-142/+150
2012-03-06remoteproc: resource table overhaulOhad Ben-Cohen1-97/+209
2012-02-28remoteproc: make sure we're parsing a 32bit firmwareOhad Ben-Cohen1-0/+8
2012-02-22remoteproc: s/big switch/lookup table/Ohad Ben-Cohen1-22/+23
2012-02-22remoteproc: bail out if firmware has different endianessOhad Ben-Cohen1-0/+11
2012-02-22remoteproc: depend on EXPERIMENTALOhad Ben-Cohen1-0/+3
2012-02-08remoteproc: look for truncated firmware imagesOhad Ben-Cohen1-5/+30