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
/
x86
/
include
/
asm
/
uaccess.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-03
x86: uaccess: move 32-bit and 64-bit parts into proper <asm/uaccess_N.h> header
Linus Torvalds
1
-84
/
+3
2023-05-03
x86: mm: remove architecture-specific 'access_ok()' define
Linus Torvalds
1
-34
/
+0
2023-05-03
x86-64: make access_ok() independent of LAM
Linus Torvalds
1
-4
/
+35
2023-03-16
x86/mm: Reduce untagged_addr() overhead for systems without LAM
Kirill A. Shutemov
1
-11
/
+30
2023-03-16
x86/uaccess: Provide untagged_addr() and remove tags before address check
Kirill A. Shutemov
1
-2
/
+37
2022-10-28
x86: asm: make sure __put_user_size() evaluates pointer once
Alexander Potapenko
1
-6
/
+7
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-7
/
+15
2022-10-04
Merge tag 'x86_cleanups_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-5
/
+6
2022-10-03
x86: asm: instrument usercopy in get_user() and put_user()
Alexander Potapenko
1
-7
/
+15
2022-08-18
x86/clear_user: Make it faster
Borislav Petkov
1
-3
/
+2
2022-08-15
x86/uaccess: Improve __try_cmpxchg64_user_asm() for x86_32
Uros Bizjak
1
-5
/
+6
2022-06-07
x86: drop bogus "cc" clobber from __try_cmpxchg_user_asm()
Jan Beulich
1
-1
/
+1
2022-04-13
x86/uaccess: Implement macros for CMPXCHG on user addresses
Peter Zijlstra
1
-0
/
+142
2022-02-25
uaccess: generalize access_ok()
Arnd Bergmann
1
-12
/
+2
2022-02-25
uaccess: add generic __{get,put}_kernel_nofault
Arnd Bergmann
1
-2
/
+0
2022-02-25
x86: use more conventional access_ok() definition
Arnd Bergmann
1
-22
/
+3
2022-02-25
x86: remove __range_not_ok()
Arnd Bergmann
1
-4
/
+6
2022-01-12
Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-22
/
+17
2021-12-11
x86/uaccess: Remove .fixup usage
Peter Zijlstra
1
-22
/
+17
2021-12-10
x86/uaccess: Move variable into switch case statement
Kees Cook
1
-2
/
+3
2021-11-01
Merge tag 'x86_cleanups_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2021-10-05
x86: Fix misspelled Kconfig symbols
Lukas Bulwahn
1
-1
/
+1
2021-09-13
x86/uaccess: Fix 32-bit __get_user_asm_u64() when CC_HAS_ASM_GOTO_OUTPUT=y
Will Deacon
1
-2
/
+2
2020-10-23
x86/uaccess: fix code generation in put_user()
Rasmus Villemoes
1
-1
/
+9
2020-10-22
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-25
/
+1
2020-10-13
Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2020-10-12
x86/uaccess: utilize CONFIG_CC_HAS_ASM_GOTO_OUTPUT
Nick Desaulniers
1
-0
/
+66
2020-10-12
x86: Make __put_user() generate an out-of-line call
Linus Torvalds
1
-75
/
+44
2020-10-12
x86: Make __get_user() generate an out-of-line call
Linus Torvalds
1
-74
/
+54
2020-10-06
x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
Dan Williams
1
-0
/
+9
2020-09-08
x86: remove address space overrides using set_fs()
Christoph Hellwig
1
-25
/
+1
2020-09-03
x86/uaccess: Use XORL %0,%0 in __get_user_asm()
Uros Bizjak
1
-1
/
+1
2020-08-12
uaccess: remove segment_eq
Christoph Hellwig
1
-1
/
+1
2020-07-23
x86/uaccess: Make __get_user_size() Clang compliant on 32-bit
Nick Desaulniers
1
-1
/
+4
2020-06-09
x86: use proper parentheses around new uaccess macro argument uses
Linus Torvalds
1
-7
/
+7
2020-06-09
x86: use non-set_fs based maccess routines
Christoph Hellwig
1
-0
/
+16
2020-04-01
x86: start using named parameters for low-level uaccess asms
Linus Torvalds
1
-11
/
+15
2020-04-01
x86: get rid of 'rtype' argument to __get_user_asm() macro
Linus Torvalds
1
-11
/
+17
2020-04-01
x86: get rid of 'rtype' argument to __put_user_goto() macro
Linus Torvalds
1
-7
/
+7
2020-03-31
x86: get rid of 'errret' argument to __get_user_xyz() macross
Linus Torvalds
1
-15
/
+15
2020-03-31
x86: remove __put_user_asm() infrastructure
Linus Torvalds
1
-11
/
+0
2020-03-31
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-140
/
+0
2020-03-27
x86: get rid of user_atomic_cmpxchg_inatomic()
Al Viro
1
-93
/
+0
2020-03-26
kill uaccess_try()
Al Viro
1
-65
/
+0
2020-03-18
x86: kill get_user_{try,catch,ex}
Al Viro
1
-54
/
+0
2020-03-18
x86: get rid of small constant size cases in raw_copy_{to,from}_user()
Al Viro
1
-12
/
+0
2020-02-15
x86 user stack frame reads: switch to explicit __get_user()
Al Viro
1
-9
/
+0
2019-10-07
uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to it
Linus Torvalds
1
-0
/
+23
2019-09-02
x86/uaccess: Don't leak the AC flags into __get_user() argument evaluation
Peter Zijlstra
1
-1
/
+3
2019-05-25
x86/uaccess: Allow access_ok() in irq context if pagefault_disabled
Masami Hiramatsu
1
-1
/
+3
[next]