summaryrefslogtreecommitdiff
path: root/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c
AgeCommit message (Expand)Author
2018-05-06staging: vchiq_2835_arm: Fix whitespace issue in create_pagelistStefan Wahren
2018-04-23staging: vc04_services: Use __func__ macroStefan Wahren
2018-03-14staging: vc04_services: Remove cache-line-size property (v3)Eric Anholt
2018-01-08staging: vc05_services: fix checkpatch.pl errorsSidong Yang
2018-01-08staging: vc04_services: Prefer WARN_ON_ONCE instead of if condition followed ...Kishore KP
2017-11-17Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-10-23staging: vc04_services: Remove unnecessary bracesMihaela Muraru
2017-10-18staging: vc04_services: Use __func__ instead of function nameMihaela Muraru
2017-10-18staging: vc04_services: Fix comment block coding styleMihaela Muraru
2017-10-09Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman
2017-09-29staging: vc04_services: Remove typedef struct vchiq_2835_state_structMihaela Muraru
2017-09-29staging: vc04_services: Remove extern variableMihaela Muraru
2017-09-22vchiq_2835_arm: switch to get_user_pages_fast()Al Viro
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