index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
uaccess.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-19
arm64: uaccess: Formalise types for access_ok()
Robin Murphy
1
-6
/
+6
2018-02-06
arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
Will Deacon
1
-7
/
+22
2018-02-06
arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user
Will Deacon
1
-22
/
+32
2018-02-06
arm64: uaccess: Prevent speculative use of the current addr_limit
Will Deacon
1
-0
/
+7
2018-02-06
arm64: Use pointer masking to limit uaccess speculation
Robin Murphy
1
-3
/
+23
2018-02-06
arm64: Make USER_DS an inclusive limit
Robin Murphy
1
-19
/
+26
2018-01-16
arm64: kpti: Fix the interaction between ASID switching and software PAN
Catalin Marinas
1
-3
/
+6
2018-01-14
arm64: Re-order reserved_ttbr0 in linker script
Steve Capper
1
-2
/
+2
2018-01-13
arm64: uaccess: Add PAN helper
James Morse
1
-0
/
+12
2017-12-11
arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR
Will Deacon
1
-2
/
+2
2017-12-11
arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN
Will Deacon
1
-4
/
+17
2017-09-05
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+12
2017-09-04
Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+3
2017-08-09
arm64: uaccess: Implement *_flushcache variants
Robin Murphy
1
-0
/
+12
2017-07-20
arm64: uaccess: Remove redundant __force from addr cast in __range_ok
Will Deacon
1
-1
/
+1
2017-07-15
Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-4
/
+0
2017-07-08
arm64/syscalls: Check address limit on user-mode return
Thomas Garnier
1
-0
/
+3
2017-07-03
kill {__,}{get,put}_user_unaligned()
Al Viro
1
-4
/
+0
2017-05-15
kill strlen_user()
Al Viro
1
-1
/
+0
2017-05-11
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-6
/
+7
2017-05-09
arm64: uaccess: suppress spurious clang warning
Mark Rutland
1
-2
/
+2
2017-05-09
arm64: uaccess: ensure extension of access_ok() addr
Mark Rutland
1
-1
/
+2
2017-05-09
arm64: hw_breakpoint: fix watchpoint matching for tagged pointers
Kristina Martsenko
1
-3
/
+3
2017-03-28
arm64: switch to RAW_COPY_USER
Al Viro
1
-50
/
+5
2017-03-28
arm64: add extable.h
Al Viro
1
-22
/
+1
2017-03-05
uaccess: drop duplicate includes from asm/uaccess.h
Al Viro
1
-2
/
+0
2017-03-05
uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h
Al Viro
1
-3
/
+0
2017-02-08
arm64: uaccess: consistently check object sizes
Mark Rutland
1
-2
/
+2
2016-12-26
arm64: don't pull uaccess.h into *.S
Al Viro
1
-64
/
+0
2016-12-12
arm64: Disable PAN on uaccess_enable()
Marc Zyngier
1
-1
/
+1
2016-11-21
arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1
Catalin Marinas
1
-6
/
+102
2016-11-21
arm64: Factor out PAN enabling/disabling into separate uaccess_* macros
Catalin Marinas
1
-10
/
+69
2016-10-20
arm64: Cortex-A53 errata workaround: check for kernel addresses
Andre Przywara
1
-0
/
+8
2016-09-15
arm64: don't zero in __copy_from_user{,_inatomic}
Al Viro
1
-4
/
+6
2016-08-08
Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...
Linus Torvalds
1
-5
/
+10
2016-07-26
arm64/uaccess: Enable hardened usercopy
Kees Cook
1
-7
/
+22
2016-06-21
arm64: kasan: instrument user memory access API
Yang Shi
1
-4
/
+21
2016-05-31
arm64: Remove orphaned __addr_ok() definition
Robin Murphy
1
-13
/
+0
2016-02-24
arm64: switch to relative exception tables
Ard Biesheuvel
1
-14
/
+16
2016-02-18
arm64: kernel: Don't toggle PAN on systems with UAO
James Morse
1
-4
/
+4
2016-02-18
arm64: kernel: Add support for User Access Override
James Morse
1
-12
/
+32
2015-07-27
arm64: kernel: Add support for Privileged Access Never
James Morse
1
-0
/
+11
2015-01-13
arm64: macro whitespace fixes
Michael S. Tsirkin
1
-1
/
+1
2015-01-13
arm64/uaccess: fix sparse errors
Michael S. Tsirkin
1
-1
/
+1
2014-03-20
arm64: Fix __range_ok macro
Christopher Covington
1
-2
/
+2
2013-12-19
arm64: use generic strnlen_user and strncpy_from_user functions
Will Deacon
1
-21
/
+4
2013-09-25
arm64: avoid multiple evaluation of ptr in get_user/put_user()
AKASHI Takahiro
1
-4
/
+6
2013-05-28
arm64: uaccess s/might_sleep/might_fault/
Michael S. Tsirkin
1
-2
/
+2
2012-09-17
arm64: User access library functions
Catalin Marinas
1
-0
/
+297