summaryrefslogtreecommitdiff
path: root/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c
AgeCommit message (Expand)Author
2017-09-18staging: vchiq_2835_arm: Fix NULL ptr dereference in free_pagelistStefan Wahren
2017-05-29staging: vchiq_2835_arm: Use PAGE_MASK macroStefan Wahren
2017-05-29staging: vchiq_2835_arm: Handle vmalloc_to_page error caseStefan Wahren
2017-05-29staging: vchiq_2835_arm: Fix function name cleaup_pagelistinfoStefan Wahren
2017-05-29staging: vchiq_2835_arm: Remove unnecessary assignment to slot_mem_sizeStefan Wahren
2017-05-29staging: vchiq_2835_arm: Reduce scope of i in free_pagelistStefan Wahren
2017-05-15staging: vc04_services: Fix bulk cache maintenancePhil Elwell
2017-03-06staging: vchiq_arm: Include linux/mm.hStefan Wahren
2017-03-06staging: vchiq_arm: Remove unnecessary includesStefan Wahren
2017-03-06staging: vc04_services: Using macro DIV_ROUND_UPsimran singhal
2017-03-06staging: vc04_services: Fixed 'missing a blank line' warnings.Yamanappagouda Patil
2017-02-26staging: vchiq_2835_arm: Make cache-line-size a required DT propertyMichael Zoran
2017-01-10staging: vc04_services: Fix space issuesStefan Wahren
2017-01-10staging: vc04_services: Fix indentationStefan Wahren
2017-01-10staging: vc04_services: Drop vchiq_2835.hStefan Wahren
2016-11-10staging: vc04_services: add vchiq_pagelist_info structureMichael Zoran
2016-11-07staging: vc04_services: remove vchiq_copy_from_userMichael Zoran
2016-11-07staging: vc04_services: setup DMA and coherent maskMichael Zoran
2016-11-07staging: vc04_services: call sg_init_table to init scatterlistMichael Zoran
2016-10-30Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman
2016-10-27staging: vc04_services: Replace dmac_map_area with dmac_map_sgMichael Zoran
2016-10-24staging: vc04_services: Convert dsb() to dsb(sy)Michael Zoran
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes
2016-10-16staging: vc04_services: don't print pointers directlyGreg Kroah-Hartman
2016-10-16staging: vc04_services: fix dmac_map/unmap_area prototypesGreg Kroah-Hartman
2016-10-16staging/vchi: Update for rename of page_cache_release() to put_page().Eric Anholt
2016-10-16staging/vchi: Convert to current get_user_pages() arguments.Eric Anholt
2016-10-02staging: add bcm2708 vchiq driverpopcornmix