aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/interface (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-17Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-13/+7
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds11-268/+62
2017-11-02staging: vc04_services: Convert timers to use timer_setup()Kees Cook2-10/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-23staging: vc04_services: Remove unnecessary bracesMihaela Muraru1-10/+16
2017-10-18staging: vc04_services: Use __func__ instead of function nameMihaela Muraru1-5/+4
2017-10-18staging: vc04_services: Fix comment block coding styleMihaela Muraru1-8/+8
2017-10-18staging: vc04_services: vchiq_core: mark expected switch fall-throughGustavo A. R. Silva1-2/+1
2017-10-09Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman1-2/+4
2017-09-29staging: vc04_services: Remove typedef struct vchiq_2835_state_structMihaela Muraru1-8/+8
2017-09-29staging: vc04_services: Remove extern variableMihaela Muraru1-2/+0
2017-09-29staging: vc04_services: fix typosKeerthi Reddy1-1/+1
2017-09-29staging: vc04_services: please do not use multiple blank linesKeerthi Reddy10-55/+0
2017-09-22vchiq_2835_arm: switch to get_user_pages_fast()Al Viro1-13/+7
2017-09-22staging: vc04_services: remove BCM2835_VCHIQ_SUPPORT_MEMDUMPDan Carpenter1-151/+0
2017-09-22staging: vc04_services: Remove typedef structHarsha Sharma1-22/+22
2017-09-18staging: vchiq_2835_arm: Fix NULL ptr dereference in free_pagelistStefan Wahren1-2/+4
2017-07-23Merge 4.13-rc2 into staging-nextGreg Kroah-Hartman1-6/+4
2017-07-18Staging:vc04_services:vchiq_util.c: kzalloc call changed to kcallocAndrey Severin1-1/+1
2017-07-16staging: vchiq_arm: fix error codes in probeDan Carpenter1-6/+4
2017-05-29staging: vchiq_core: Replace remaining BUG_ON with WARN_ONStefan Wahren1-7/+7
2017-05-29staging: vchiq_core: Bail out in case of invalid tx_posStefan Wahren1-2/+4
2017-05-29staging: vchiq_core: Don't BUG if process is unexpectedStefan Wahren1-3/+8
2017-05-29staging: vchiq_core: Bail out if ref_count is unexpectedStefan Wahren1-7/+10
2017-05-29staging: vchiq_core: Bail out if service is NULLStefan Wahren1-14/+24
2017-05-29staging: vchiq_core: Don't BUG if sending RESUME failsStefan Wahren1-1/+0
2017-05-29staging: vchiq_core: Bailout if VCHIQ state is already initializedStefan Wahren1-0/+5
2017-05-29staging: vchiq_core: Simplify VCHIQ initStefan Wahren1-4/+1
2017-05-29staging: vchiq_2835_arm: Use PAGE_MASK macroStefan Wahren1-1/+1
2017-05-29staging: vchiq_2835_arm: Handle vmalloc_to_page error caseStefan Wahren1-0/+5
2017-05-29staging: vchiq_2835_arm: Fix function name cleaup_pagelistinfoStefan Wahren1-5/+5
2017-05-29staging: vchiq_arm: Avoid multiline dereferenceStefan Wahren1-6/+6
2017-05-29staging: vchiq_arm: Fix variable names in commentStefan Wahren1-1/+1
2017-05-29staging: vchiq_2835_arm: Remove unnecessary assignment to slot_mem_sizeStefan Wahren1-1/+0
2017-05-29staging: vchiq_2835_arm: Reduce scope of i in free_pagelistStefan Wahren1-1/+2
2017-05-29staging: vchiq_core: Use return value of mutex_lock_killable directlyStefan Wahren1-3/+1
2017-05-15staging: vc04_services: Fix bulk cache maintenancePhil Elwell1-12/+19
2017-04-08staging: vc04_services: add parenthesis to macrosHaim Daniel1-1/+1
2017-03-21staging: vchiq_arm: Fix MODULE_LICENSEStefan Wahren1-1/+1
2017-03-21staging: vc04_services: fix NULL pointer dereference on pointer 'service'Colin Ian King1-1/+1
2017-03-16staging: vc04_services: Replace typedef with structGargi Sharma3-9/+9
2017-03-16staging: vc04_services: Remove type and function prototypeGargi Sharma1-12/+0
2017-03-16staging: vc04_services: Remove unused functionsJean-Baptiste Abbadie1-50/+0
2017-03-10staging: vchi: Remove ARM64 from TODO listMichael Zoran1-18/+3
2017-03-09staging: vc04_services: Refactor conditionalsNarcisa Ana Maria Vasile1-113/+109
2017-03-09staging: vc04_services: Remove error message on kmalloc() failureNarcisa Ana Maria Vasile1-3/+0
2017-03-09staging: vc04_services: Use ARRAY_SIZE macroGargi Sharma1-3/+1
2017-03-09staging: vchiq_utils: Don't include headers twiceStefan Wahren1-2/+0
2017-03-09staging: vc04_services: Clean up tests if NULL returned on failuresimran singhal1-1/+1
2017-03-09staging: vchiq_arm: Disable ability to dump memory by defaultMichael Zoran1-0/+14