index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
gma500
/
mmu.c
Age
Commit message (
Expand
)
Author
2022-01-24
drm/gma: Remove calls to kmap()
Ira Weiny
2021-09-23
drm/gma500: Replace references to dev_private with helper function
Thomas Zimmermann
2021-02-09
drm/gma500: Remove CONFIG_X86 conditionals from source files
Thomas Zimmermann
2021-01-18
drm/gma500/mmu: Actually return an error if one occurs
Lee Jones
2021-01-18
drm/gma500/mmu: Remove unused function 'psb_get_default_pd_addr'
Lee Jones
2021-01-18
drm/gma500/mmu: Make local function 'psb_mmu_pt_alloc_map_lock()' static
Lee Jones
2019-06-19
Merge v5.2-rc5 into drm-next
Daniel Vetter
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335
Thomas Gleixner
2019-05-22
drm/gma500: drop drmp.h include from all .c files
Sam Ravnborg
2017-10-30
gma500: mmu: unmap the correct address
Pan Bian
2014-04-08
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2014-03-17
drm/gma500: Give MMU code it's own header file
Patrik Jakobsson
2014-03-17
drm/gma500: Make SGX MMU driver actually do something
Patrik Jakobsson
2014-02-27
x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSH
H. Peter Anvin
2012-03-22
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-03-20
gma500: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-10
gma500: mmu: mark psb_mmu_free_pt() and psb_mmu_pt_alloc_map_lock() as static
Kirill A. Shutemov
2012-03-10
gma500: mmu: drop unused psb_get_default_pd_addr()
Kirill A. Shutemov
2011-11-16
gma500: introduce the GTT and MMU handling logic
Alan Cox