summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/rmgr
Commit message (Expand)AuthorAgeFilesLines
* staging: tidspbridge: remove driverKristina Martšenko2014-07-1612-12189/+0Star
* Staging:tidspbridge Fix minor checkpatch.pl warningAdithya Krishnamurthy2014-06-205-0/+9
* Revert "staging: tidspbridge: use safer test on the result of find_first_zero...Greg Kroah-Hartman2014-06-191-2/+2
* staging: tidspbridge: use safer test on the result of find_first_zero_bitJulia Lawall2014-06-191-2/+2
* staging/tidspbridge/rmgr/mgr.c Fix quoted string split across linesAybuke Ozdemir2014-03-191-4/+4
* Staging:tidspbridge: Fixed braces, spaces and long line coding styleMasood Mehmood2014-03-052-9/+8Star
* staging: tidspbridge: fixed space coding styleMasood Mehmood2014-03-014-7/+7
* staging: tidspbridge: adjust error return code (bugfix)Julia Lawall2014-01-141-1/+1
* Staging: TIDSPBRIDGE: Remove UUID helperIvaylo Dimitrov2013-12-171-28/+80
* staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2013-12-171-1/+0Star
* Staging: TIDSPBRIDGE: Fix mmap to map the correct region of physical memorySteven Luo2013-12-171-3/+27
* Staging: TIDSPBRIDGE: Use vm_iomap_memory for mmap-ing instead of remap_pfn_r...Ivaylo Dimitrov2013-12-031-8/+5Star
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-3/+3
* Staging: tidspbridge: fix no space before tabsEbru Akagunduz2013-10-071-2/+2
* clean up scary strncpy(dst, src, strlen(src)) usesKees Cook2013-07-041-2/+1Star
* staging: tidspbridge: fix error return code in omap34_xx_bridge_probe()Wei Yongjun2013-06-091-0/+1
* staging: tidspbridge: rmgr: proc.c: fix checkpatch errorsDevendra Naga2013-03-251-6/+6
* staging:tidspbridge: rmgr: fix checkpatch errorsDevendra Naga2013-03-251-3/+3
* tidspbridge: convert to idr_alloc()Tejun Heo2013-03-131-44/+26Star
* staging: Remove unnecessary OOM messagesJoe Perches2013-02-111-12/+5Star
* staging: tidspbridge: remove unused code to handle iva_imgOmar Ramirez Luna2013-01-182-5/+0Star
* staging: tidspbridge: fix uninitialized variable sym_nameOmar Ramirez Luna2013-01-182-8/+10
* staging: tidspbridge: fix memory corruption on long string namesOmar Ramirez Luna2013-01-181-2/+1Star
* staging: tidspbridge: fix potential array out of bounds writeOmar Ramirez Luna2013-01-181-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-191-1/+1
* | staging: tidspbridge: remove use of __devexitBill Pemberton2012-11-221-1/+1
* | staging: tidspbridge: remove use of __devinitBill Pemberton2012-11-221-1/+1
* | staging: tidspbridge: remove use of __devexit_pBill Pemberton2012-11-221-1/+1
|/
* staging: tidspbridge: ioremap physical address of the stack segment in shmOmar Ramirez Luna2012-10-251-6/+15
* staging: tidspbridge: change type to __iomem for per and core addressesOmar Ramirez Luna2012-10-251-4/+4
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-021-1/+1
|\
| * ARM: omap: move platform_data definitionsArnd Bergmann2012-09-191-1/+1
* | staging: tidspbridge: fix uuid stringsOmar Ramirez Luna2012-08-172-7/+23
* | staging/tidspbridge: use module_platform_driverDevendra Naga2012-08-141-13/+1Star
* | staging: tidspbridge: Fix typos.Justin P. Mattock2012-08-146-8/+8
* | staging: tidspbridge: eliminate uuid_uuid_to_stringAndy Shevchenko2012-08-141-1/+1
|/
* staging: tidspbridge: remove nldr_init() and nldr_exit()Víctor Manuel Jáquez Leal2012-03-092-26/+0Star
* staging: tidspbridge: remove ref counting in nldr.cVíctor Manuel Jáquez Leal2012-03-091-5/+2Star
* staging: tidspbridge: simplify mgr_init()Víctor Manuel Jáquez Leal2012-03-091-7/+2Star
* staging: tidspbridge: remove rmm_init() and rmm_exit()Víctor Manuel Jáquez Leal2012-03-092-26/+0Star
* staging: tidspbridge: remove strm_init() and strm_exit()Víctor Manuel Jáquez Leal2012-03-091-28/+0Star
* staging: tidspbridge: remove disp_init() and disp_exit()Víctor Manuel Jáquez Leal2012-03-091-25/+0Star
* staging: tidspbridge: remove node_init() and node_exit()Víctor Manuel Jáquez Leal2012-03-091-24/+0Star
* staging: tidspbridge: remove proc_init() and proc_exit()Víctor Manuel Jáquez Leal2012-03-091-28/+0Star
* staging: tidspbridge: remove cod_init() and cod_exit()Víctor Manuel Jáquez Leal2012-03-091-14/+1Star
* staging: tidspbridge: remove drv_init() and drv_exit()Víctor Manuel Jáquez Leal2012-03-091-26/+0Star
* staging: tidspbridge: fix bridge_open memory leaksOmar Ramirez Luna2012-02-151-23/+32
* Merge tag 'staging-3.3-rc3' into staging-nextGreg Kroah-Hartman2012-02-1012-824/+164Star
|\