aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/rmgr
Commit message (Expand)AuthorAgeFilesLines
* clean up scary strncpy(dst, src, strlen(src)) usesKees Cook2013-07-031-2/+1
* staging: tidspbridge: fix error return code in omap34_xx_bridge_probe()Wei Yongjun2013-06-081-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/+26
* staging: Remove unnecessary OOM messagesJoe Perches2013-02-111-12/+5
* staging: tidspbridge: remove unused code to handle iva_imgOmar Ramirez Luna2013-01-172-5/+0
* staging: tidspbridge: fix uninitialized variable sym_nameOmar Ramirez Luna2013-01-172-8/+10
* staging: tidspbridge: fix memory corruption on long string namesOmar Ramirez Luna2013-01-171-2/+1
* staging: tidspbridge: fix potential array out of bounds writeOmar Ramirez Luna2013-01-171-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-211-1/+1
* | staging: tidspbridge: remove use of __devinitBill Pemberton2012-11-211-1/+1
* | staging: tidspbridge: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
|/
* staging: tidspbridge: ioremap physical address of the stack segment in shmOmar Ramirez Luna2012-10-241-6/+15
* staging: tidspbridge: change type to __iomem for per and core addressesOmar Ramirez Luna2012-10-241-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-011-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-131-13/+1
* | staging: tidspbridge: Fix typos.Justin P. Mattock2012-08-136-8/+8
* | staging: tidspbridge: eliminate uuid_uuid_to_stringAndy Shevchenko2012-08-131-1/+1
|/
* staging: tidspbridge: remove nldr_init() and nldr_exit()Víctor Manuel Jáquez Leal2012-03-092-26/+0
* staging: tidspbridge: remove ref counting in nldr.cVíctor Manuel Jáquez Leal2012-03-091-5/+2
* staging: tidspbridge: simplify mgr_init()Víctor Manuel Jáquez Leal2012-03-091-7/+2
* staging: tidspbridge: remove rmm_init() and rmm_exit()Víctor Manuel Jáquez Leal2012-03-092-26/+0
* staging: tidspbridge: remove strm_init() and strm_exit()Víctor Manuel Jáquez Leal2012-03-091-28/+0
* staging: tidspbridge: remove disp_init() and disp_exit()Víctor Manuel Jáquez Leal2012-03-091-25/+0
* staging: tidspbridge: remove node_init() and node_exit()Víctor Manuel Jáquez Leal2012-03-091-24/+0
* staging: tidspbridge: remove proc_init() and proc_exit()Víctor Manuel Jáquez Leal2012-03-091-28/+0
* staging: tidspbridge: remove cod_init() and cod_exit()Víctor Manuel Jáquez Leal2012-03-091-14/+1
* staging: tidspbridge: remove drv_init() and drv_exit()Víctor Manuel Jáquez Leal2012-03-091-26/+0
* staging: tidspbridge: fix bridge_open memory leaksOmar Ramirez Luna2012-02-141-23/+32
* Merge tag 'staging-3.3-rc3' into staging-nextGreg Kroah-Hartman2012-02-1012-824/+164
|\
| * staging: tidspbridge: remove dbc.hVíctor Manuel Jáquez Leal2012-02-0911-31/+0
| * staging: tidspbridge: remove DBC_ASSERT macroVíctor Manuel Jáquez Leal2012-02-0910-82/+0
| * staging: tidspbridge: remove DBC_ENSURE and DBC_REQUIREDVíctor Manuel Jáquez Leal2012-02-0911-495/+1
| * staging: tidspbridge: use the driver name stringVíctor Manuel Jáquez Leal2012-02-091-4/+1
| * staging: tidspbridge: clean up bridge_mmap()Víctor Manuel Jáquez Leal2012-02-091-3/+2
| * staging: tidspbridge: remove trivial assertVíctor Manuel Jáquez Leal2012-02-091-3/+1
| * staging: tidspbridge: remove header inclusionsVíctor Manuel Jáquez Leal2012-02-091-7/+0
| * staging: tidspbridge: silence the compilerVíctor Manuel Jáquez Leal2012-02-091-2/+3
| * staging: tidspbridge: Lindent to drv_interface.cVíctor Manuel Jáquez Leal2012-02-091-6/+6
| * staging: tidspbridge: remove unused headerVíctor Manuel Jáquez Leal2012-02-092-186/+155
| * staging: tidspbridge: more readable codeVíctor Manuel Jáquez Leal2012-02-091-7/+6
* | staging: tidspbridge: fix incorrect free to drv_datapOmar Ramirez Luna2012-02-081-0/+3
* | staging: tidspbridge: fix bridge_open memory leaksOmar Ramirez Luna2012-02-081-23/+32
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
|\