summaryrefslogtreecommitdiff
path: root/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-18staging: vchiq_2835_arm: Fix NULL ptr dereference in free_pagelistStefan Wahren1-2/+4
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_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-15staging: vc04_services: Fix bulk cache maintenancePhil Elwell1-12/+19
2017-03-06staging: vchiq_arm: Include linux/mm.hStefan Wahren1-0/+1
2017-03-06staging: vchiq_arm: Remove unnecessary includesStefan Wahren1-2/+0
2017-03-06staging: vc04_services: Using macro DIV_ROUND_UPsimran singhal1-1/+1
2017-03-06staging: vc04_services: Fixed 'missing a blank line' warnings.Yamanappagouda Patil1-0/+3
2017-02-26staging: vchiq_2835_arm: Make cache-line-size a required DT propertyMichael Zoran1-1/+7
2017-01-10staging: vc04_services: Fix space issuesStefan Wahren1-7/+7
2017-01-10staging: vc04_services: Fix indentationStefan Wahren1-21/+21
2017-01-10staging: vc04_services: Drop vchiq_2835.hStefan Wahren1-1/+4
2016-11-10staging: vc04_services: add vchiq_pagelist_info structureMichael Zoran1-110/+113
2016-11-07staging: vc04_services: remove vchiq_copy_from_userMichael Zoran1-11/+0
2016-11-07staging: vc04_services: setup DMA and coherent maskMichael Zoran1-0/+9
2016-11-07staging: vc04_services: call sg_init_table to init scatterlistMichael Zoran1-0/+6
2016-10-30Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman1-2/+1
2016-10-27staging: vc04_services: Replace dmac_map_area with dmac_map_sgMichael Zoran1-59/+93
2016-10-24staging: vc04_services: Convert dsb() to dsb(sy)Michael Zoran1-1/+1
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes1-2/+1
2016-10-16staging: vc04_services: don't print pointers directlyGreg Kroah-Hartman1-6/+6
2016-10-16staging: vc04_services: fix dmac_map/unmap_area prototypesGreg Kroah-Hartman1-3/+0
2016-10-16staging/vchi: Update for rename of page_cache_release() to put_page().Eric Anholt1-2/+2
2016-10-16staging/vchi: Convert to current get_user_pages() arguments.Eric Anholt1-1/+1
2016-10-02staging: add bcm2708 vchiq driverpopcornmix1-0/+586