| Commit message (Expand) | Author | Age | Files | Lines |
* | remoteproc: Fix use of format specifyer | Emil Goode | 2012-10-02 | 1 | -4/+6 |
* | remoteproc: fix a potential NULL-dereference on cleanup | Dan Carpenter | 2012-10-02 | 1 | -11/+11 |
* | remtoteproc: maintain max notifyid | Sjur Brændeland | 2012-09-18 | 1 | -0/+15 |
* | remoteproc: create a 'recovery' debugfs entry | Fernando Guzman Lugo | 2012-09-18 | 1 | -1/+2 |
* | remoteproc: add actual recovery implementation | Fernando Guzman Lugo | 2012-09-18 | 1 | -22/+62 |
* | remoteproc: add rproc_report_crash function to notify rproc crashes | Fernando Guzman Lugo | 2012-09-18 | 1 | -4/+75 |
* | Merge tag 'remoteproc-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2012-07-26 | 1 | -537/+189 |
|\ |
|
| * | remoteproc: Support custom firmware handlers | Sjur Brændeland | 2012-07-15 | 1 | -0/+4 |
| * | remoteproc: Move Elf related functions to separate file | Sjur Brændeland | 2012-07-15 | 1 | -248/+1 |
| * | remoteproc: Add function rproc_get_boot_addr | Sjur Brændeland | 2012-07-15 | 1 | -9/+19 |
| * | remoteproc: Pass struct fw to load_segments and find_rsc_table. | Sjur Brændeland | 2012-07-15 | 1 | -12/+12 |
| * | remoteproc: adopt the driver core's alloc/add/del/put naming | Ohad Ben-Cohen | 2012-07-06 | 1 | -16/+16 |
| * | remoteproc: remove the get_by_name/put API | Ohad Ben-Cohen | 2012-07-06 | 1 | -130/+0 |
| * | remoteproc: support non-iommu carveout assignment | Ohad Ben-Cohen | 2012-07-06 | 1 | -15/+19 |
| * | remoteproc: simplify unregister/free interfaces | Ohad Ben-Cohen | 2012-07-06 | 1 | -17/+8 |
| * | remoteproc: remove the now-redundant kref | Ohad Ben-Cohen | 2012-07-06 | 1 | -39/+11 |
| * | remoteproc: maintain a generic child device for each rproc | Ohad Ben-Cohen | 2012-07-06 | 1 | -43/+92 |
| * | remoteproc: allocate vrings on demand, free when not needed | Ohad Ben-Cohen | 2012-07-04 | 1 | -55/+54 |
* | | remoteproc: fix missing fault indication in error-path | Sjur Brændeland | 2012-06-10 | 1 | -1/+3 |
* | | remoteproc: fix print format warnings | Sjur Brændeland | 2012-06-10 | 1 | -3/+3 |
|/ |
|
* | Merge tag 'iommu-updates-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2012-05-30 | 1 | -2/+2 |
|\ |
|
| * | iommu/core: pass a user-provided token to fault handlers | Ohad Ben-Cohen | 2012-05-22 | 1 | -2/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-05-22 | 1 | -2/+1 |
|\ \
| |/
|/| |
|
| * | remoteproc: remove redundant NULL check before release_firmware() | Jesper Juhl | 2012-04-30 | 1 | -2/+1 |
* | | remoteproc: fix off-by-one bug in __rproc_free_vrings | Subramaniam Chanderashekarapuram | 2012-05-13 | 1 | -1/+1 |
|/ |
|
* | remoteproc: cleanup resource table parsing paths | Ohad Ben-Cohen | 2012-03-06 | 1 | -33/+39 |
* | remoteproc: remove the hardcoded vring alignment | Ohad Ben-Cohen | 2012-03-06 | 1 | -5/+7 |
* | remoteproc: remove the single rpmsg vdev limitation | Ohad Ben-Cohen | 2012-03-06 | 1 | -142/+150 |
* | remoteproc: resource table overhaul | Ohad Ben-Cohen | 2012-03-06 | 1 | -97/+209 |
* | remoteproc: make sure we're parsing a 32bit firmware | Ohad Ben-Cohen | 2012-02-28 | 1 | -0/+8 |
* | remoteproc: s/big switch/lookup table/ | Ohad Ben-Cohen | 2012-02-22 | 1 | -22/+23 |
* | remoteproc: bail out if firmware has different endianess | Ohad Ben-Cohen | 2012-02-22 | 1 | -0/+11 |
* | remoteproc: depend on EXPERIMENTAL | Ohad Ben-Cohen | 2012-02-22 | 1 | -0/+3 |
* | remoteproc: look for truncated firmware images | Ohad Ben-Cohen | 2012-02-08 | 1 | -5/+30 |
* | remoteproc: avoid registering a virtio device if not supported | Mark Grosen | 2012-02-08 | 1 | -1/+1 |
* | remoteproc: do not require an iommu | Mark Grosen | 2012-02-08 | 1 | -2/+2 |
* | remoteproc: add framework for controlling remote processors | Ohad Ben-Cohen | 2012-02-08 | 1 | -0/+1410 |