summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/interface
Commit message (Expand)AuthorAgeFilesLines
* staging: vchi: Remove ARM64 from TODO listMichael Zoran2017-03-101-18/+3Star
* staging: vc04_services: Refactor conditionalsNarcisa Ana Maria Vasile2017-03-091-113/+109Star
* staging: vc04_services: Remove error message on kmalloc() failureNarcisa Ana Maria Vasile2017-03-091-3/+0Star
* staging: vc04_services: Use ARRAY_SIZE macroGargi Sharma2017-03-091-3/+1Star
* staging: vchiq_utils: Don't include headers twiceStefan Wahren2017-03-091-2/+0Star
* staging: vc04_services: Clean up tests if NULL returned on failuresimran singhal2017-03-091-1/+1
* staging: vchiq_arm: Disable ability to dump memory by defaultMichael Zoran2017-03-091-0/+14
* staging: vchiq_arm: Add compatibility wrappers for ioctlsMichael Zoran2017-03-091-0/+483
* staging: vc04_services: Removed unnecessary variableNarcisa Ana Maria Vasile2017-03-061-3/+1Star
* staging: vchiq_arm: Don't define PAGE_SIZEStefan Wahren2017-03-061-3/+0Star
* staging: vchiq_arm: Include linux/mm.hStefan Wahren2017-03-061-0/+1
* staging: vchiq_arm: Remove unnecessary includesStefan Wahren2017-03-061-2/+0Star
* staging: vc04_services: Remove explicit NULL comparisonGargi Sharma2017-03-061-1/+1
* staging: vc04_services: Fixed "space prohibited after that open/close parenth...Yamanappagouda Patil2017-03-061-8/+8
* staging: vc04_services: Using macro DIV_ROUND_UPsimran singhal2017-03-062-2/+2
* staging: vc04_services: Fixed 'missing a blank line' warnings.Yamanappagouda Patil2017-03-066-5/+88
* Merge tag 'staging-4.11-rc1-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-03-041-1/+7
|\
| * staging: vchiq_2835_arm: Make cache-line-size a required DT propertyMichael Zoran2017-02-261-1/+7
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-1/+2
* | scripts/spelling.txt: add "therfore" pattern and fix typo instancesMasahiro Yamada2017-02-281-2/+2
|/
* Staging: vc04_services: Fix the "space prohibited" code style errorsMandel Benjamin2017-02-161-2/+2
* Staging: vc04_services: Fix the "wrong indent" code style errorsMandel Benjamin2017-02-161-2/+2
* staging: vchip_shim: Remove unneeded stddef.h includeStafford Horne2017-02-051-2/+0Star
* staging: vc04_services: Make vchi_msg_queue staticMichael Zoran2017-01-312-9/+1Star
* staging: vc04_services: Add vchi_queue_user_message functionMichael Zoran2017-01-312-0/+40
* staging: vc04_services: Add vchi_queue_kernel_message functionMichael Zoran2017-01-312-0/+28
* staging: vc04: Fix coding style errors "open brace go on the same line"Adrien Descamps2017-01-195-28/+14Star
* staging: vchiq_arm: Avoid premature message stallsPhil Elwell2017-01-191-2/+2
* staging: vc04_services: Fix messages appearing twicePhil Elwell2017-01-192-23/+46
* staging: vchiq_arm: Service callbacks must not failPhil Elwell2017-01-191-1/+1
* staging: vchiq_arm: Fix unlocked access to dequeue_pendingPhil Elwell2017-01-191-5/+8
* staging: vchiq_core: Reduce the memdump sizePhil Elwell2017-01-191-4/+4
* staging: vc04_services: Fix space issuesStefan Wahren2017-01-104-15/+15
* staging: vc04_services: Fix indentationStefan Wahren2017-01-106-50/+52
* staging: vc04_services: Drop vchiq_2835.hStefan Wahren2017-01-102-43/+4Star
* staging: vc04_services: Improve readability of kthread namesStefan Wahren2017-01-102-6/+6
* staging: vc04_services: Use preferred kernel typesStefan Wahren2017-01-102-11/+11
* staging: vchiq_core: make local spinlock staticStefan Wahren2017-01-101-1/+1
* staging: vchiq_core: remove unused variable typeStefan Wahren2017-01-101-2/+0Star
* staging: vc04_services: make local functions staticStefan Wahren2017-01-102-2/+2
* staging: vchiq_arm: remove vchiq_platform_check_resumeStefan Wahren2017-01-101-46/+0Star
* staging: vc04_services: Fix bracing on single statement blocksAaron Moore2017-01-031-6/+3Star
* staging: vc04_services: Fix NULL ptr sparse warningsMike Kofron2017-01-031-10/+10
* staging: vc04_services: remove duplicate mutex_lock_interruptibleArnd Bergmann2016-11-165-29/+15Star
* staging: vc04_services: fix ifnullfree.cocci warningskbuild test robot2016-11-141-2/+1Star
* staging: vc04_services: fix array_size.cocci warningskbuild test robot2016-11-141-2/+2
* staging: vc04_services: fix returnvar.cocci warningskbuild test robot2016-11-141-3/+1Star
* staging: vc04_services: fix setup_timer.cocci warningskbuild test robot2016-11-141-3/+2Star
* staging: vc04_services: add CONFIG_COMPILE_TEST abilityGreg Kroah-Hartman2016-11-101-0/+11
* staging: vc04_services: add vchiq_pagelist_info structureMichael Zoran2016-11-101-110/+113