index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
uaccess.h
Age
Commit message (
Expand
)
Author
2017-05-11
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2017-05-09
arm64: uaccess: suppress spurious clang warning
Mark Rutland
2017-05-09
arm64: uaccess: ensure extension of access_ok() addr
Mark Rutland
2017-05-09
arm64: hw_breakpoint: fix watchpoint matching for tagged pointers
Kristina Martsenko
2017-03-28
arm64: switch to RAW_COPY_USER
Al Viro
2017-03-28
arm64: add extable.h
Al Viro
2017-03-05
uaccess: drop duplicate includes from asm/uaccess.h
Al Viro
2017-03-05
uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h
Al Viro
2017-02-08
arm64: uaccess: consistently check object sizes
Mark Rutland
2016-12-26
arm64: don't pull uaccess.h into *.S
Al Viro
2016-12-12
arm64: Disable PAN on uaccess_enable()
Marc Zyngier
2016-11-21
arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1
Catalin Marinas
2016-11-21
arm64: Factor out PAN enabling/disabling into separate uaccess_* macros
Catalin Marinas
2016-10-20
arm64: Cortex-A53 errata workaround: check for kernel addresses
Andre Przywara
2016-09-15
arm64: don't zero in __copy_from_user{,_inatomic}
Al Viro
2016-08-08
Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...
Linus Torvalds
2016-07-26
arm64/uaccess: Enable hardened usercopy
Kees Cook
2016-06-21
arm64: kasan: instrument user memory access API
Yang Shi
2016-05-31
arm64: Remove orphaned __addr_ok() definition
Robin Murphy
2016-02-24
arm64: switch to relative exception tables
Ard Biesheuvel
2016-02-18
arm64: kernel: Don't toggle PAN on systems with UAO
James Morse
2016-02-18
arm64: kernel: Add support for User Access Override
James Morse
2015-07-27
arm64: kernel: Add support for Privileged Access Never
James Morse
2015-01-13
arm64: macro whitespace fixes
Michael S. Tsirkin
2015-01-13
arm64/uaccess: fix sparse errors
Michael S. Tsirkin
2014-03-20
arm64: Fix __range_ok macro
Christopher Covington
2013-12-19
arm64: use generic strnlen_user and strncpy_from_user functions
Will Deacon
2013-09-25
arm64: avoid multiple evaluation of ptr in get_user/put_user()
AKASHI Takahiro
2013-05-28
arm64: uaccess s/might_sleep/might_fault/
Michael S. Tsirkin
2012-09-17
arm64: User access library functions
Catalin Marinas