Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
63aa142aca0e4b63347e91b8c6909fbad7e7c7ac
/
arch
/
x86
/
lib
f3b6eaf
x86: memcpy, clean up
by Ingo Molnar
· 16 years ago
dd1ef4e
x86-64: remove unnecessary spill/reload of rbx from memcpy
by Jan Beulich
· 16 years ago
0341c14
x86: use _types.h headers in asm where available
by Jeremy Fitzhardinge
· 16 years ago
e0a9612
x86: use early clobbers in usercopy*.c
by Andi Kleen
· 16 years ago
d1a7618
Merge commit 'v2.6.28-rc2' into core/locking
by Ingo Molnar
· 16 years ago
0afe2db
Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-D
by Ingo Molnar
· 16 years ago
1d18ef4
x86: some lock annotations for user copy paths, v3
by Ingo Molnar
· 16 years ago
3ee1afa
x86: some lock annotations for user copy paths, v2
by Nick Piggin
· 16 years ago
c10d38d
x86: some lock annotations for user copy paths
by Nick Piggin
· 16 years ago
fb481dd
x86: drop -funroll-loops for csum_partial_64.c
by Andi Kleen
· 16 years ago
b30a72a
Merge branch 'x86/urgent' into x86/cpu
by H. Peter Anvin
· 16 years ago
bdd3146
x86: msr-on-cpu: remove unnecessary level of abstraction
by H. Peter Anvin
· 16 years ago
94d4ac2
Merge branch 'x86/urgent' into x86/cleanups
by H. Peter Anvin
· 16 years ago
c6f3193
x86: msr: propagate errors from smp_call_function_single()
by H. Peter Anvin
· 16 years ago
8bfcb39
x86: make movsl_mask definition non-CPU specific
by Thomas Petazzoni
· 16 years ago
3492cdf
x86: coding style fixes to arch/x86/lib/string_32.c
by Paolo Ciarrocchi
· 16 years ago
209b580
x86: coding style fixes to arch/x86/lib/strstr_32.c
by Paolo Ciarrocchi
· 16 years ago
afd962a
x86: wrong register was used in align macro
by Vitaly Mayatskikh
· 16 years ago
1a781a7
Merge branch 'generic-ipi' into generic-ipi-for-linus
by Ingo Molnar
· 16 years ago
5806b81
Merge branch 'auto-ftrace-next' into tracing/for-linus
by Ingo Molnar
· 16 years ago
27cb0a7
x86: fix compile error in current tip.git
by Jeremy Fitzhardinge
· 16 years ago
ad2fc2c
x86: fix copy_user on x86
by Vitaly Mayatskikh
· 16 years ago
1129585
x86: introduce copy_user_handle_tail() routine
by Vitaly Mayatskikh
· 16 years ago
5cbbc3b
x86: merge putuser asm functions.
by Glauber Costa
· 16 years ago
2528de4
x86: use macros from asm.h.
by Glauber Costa
· 16 years ago
efea505
x86: don't use word-size specifiers in putuser files.
by Glauber Costa
· 16 years ago
766ed42
x86: replace function headers by macros.
by Glauber Costa
· 16 years ago
663aa96
x86: change testing logic in putuser_64.S.
by Glauber Costa
· 16 years ago
0ada316
x86: pass argument to putuser_64 functions in ax register.
by Glauber Costa
· 16 years ago
770546b
x86: clobber rbx in putuser_64.S.
by Glauber Costa
· 16 years ago
268cf04
x86: don't save ebx in putuser_32.S.
by Glauber Costa
· 16 years ago
6c2d458
x86: merge getuser asm functions.
by Glauber Costa
· 16 years ago
87e2f1e
x86: use _ASM_PTR instead of explicit word-size pointers.
by Glauber Costa
· 16 years ago
40faf46
x86: introduce __ASM_REG macro.
by Glauber Costa
· 16 years ago
ef8c1a2
x86: don't use word-size specifiers on getuser_64.
by Glauber Costa
· 16 years ago
26ccb8a
x86: rename threadinfo to TI.
by Glauber Costa
· 16 years ago
9262875
x86: adapt x86_64 getuser functions.
by Glauber Costa
· 16 years ago
9aa0388
x86: don't use word-size specifiers.
by Glauber Costa
· 16 years ago
edf1016
x86: don't clobber r8 nor use rcx.
by Glauber Costa
· 16 years ago
f0fbf0a
x86: integrate delay functions.
by Glauber Costa
· 16 years ago
7e58818
x86: explicitly use edx in const delay function.
by Glauber Costa
· 16 years ago
a76febe
x86: use rdtscll in read_current_timer for i386.
by Glauber Costa
· 16 years ago
0a4d8a4
x86: provide delay loop for x86_64.
by Glauber Costa
· 16 years ago
ff1b15b
x86: don't use size specifiers.
by Glauber Costa
· 16 years ago
8691e5a
smp_call_function: get rid of the unused nonatomic/retry argument
by Jens Axboe
· 16 years ago
28f73e5
Merge branch 'linus' into x86/delay
by Ingo Molnar
· 16 years ago
f34bfb1
Merge branch 'linus' into tracing/ftrace
by Ingo Molnar
· 16 years ago
42a886a
x86-64: Fix "bytes left to copy" return value for copy_from_user()
by Linus Torvalds
· 16 years ago
e01b70e
x86: fix bug in arch/i386/lib/delay.c file, delay_loop function
by Jiri Hladky
· 16 years ago
e765ee9
Merge branch 'linus' into tracing/ftrace
by Ingo Molnar
· 16 years ago
5c1ea08
x86: enable preemption in delay
by Steven Rostedt
· 16 years ago
81d68a9
ftrace: trace irq disabled critical timings
by Steven Rostedt
· 17 years ago
89804c0
x86: fix csum_partial() export
by Ingo Molnar
· 16 years ago
5245698
x86, UML: remove x86-specific implementations of find_first_bit
by Alexander van Heukelum
· 17 years ago
2aba692
x86: switch 64-bit to generic find_first_bit
by Alexander van Heukelum
· 17 years ago
6fd92b6
x86: change x86 to use generic find_next_bit
by Alexander van Heukelum
· 17 years ago
9e9abec
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86
by Linus Torvalds
· 17 years ago
3f50dbc
x86: coding style fixes to arch/x86/lib/usercopy_32.c
by Paolo Ciarrocchi
· 17 years ago
93d8bd3
x86: coding style fixes to arch/x86/lib/memcpy_32.c
by Paolo Ciarrocchi
· 17 years ago
f73920c
x86: coding style fixes to arch/x86/lib/strstr_3
by Paolo Ciarrocchi
· 17 years ago
8cf36d2
x86: coding style fixes to arch/x86/lib/string_32.c
by Paolo Ciarrocchi
· 17 years ago
e940659
x86: coding style fixes to arch/x86/lib/memmove_64.c
by Paolo Ciarrocchi
· 17 years ago
ca5d3f1
x86: clean up mmx_32.c
by Ingo Molnar
· 17 years ago
64ac24e
Generic semaphore implementation
by Matthew Wilcox
· 17 years ago
d76c1ae
x86: clean up csum-wrappers_64.c some more
by Ingo Molnar
· 17 years ago
0df025b
x86: coding style fixes in arch/x86/lib/csum-wrappers_64.c
by Paolo Ciarrocchi
· 17 years ago
4b44f81
x86: coding style fixes in arch/x86/lib/io_64.c
by Paolo Ciarrocchi
· 17 years ago
941e492
read_current_timer() cleanups
by Andrew Morton
· 17 years ago
67ec11c
iommu sg: kill __clear_bit_string and find_next_zero_string
by FUJITA Tomonori
· 17 years ago
d2fc0ba
Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86
by Linus Torvalds
· 17 years ago
8da804f
x86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_64.c
by H. Peter Anvin
· 17 years ago
28777441
x86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_32.c
by H. Peter Anvin
· 17 years ago
e7a40d2
x86: use _ASM_EXTABLE macro in arch/x86/lib/mmx_32.c
by H. Peter Anvin
· 17 years ago
4fe3fca
Correct explanations of "find_next" bit routines.
by Robert P. J. Day
· 17 years ago
914c826
x86: export copy_from_user_ll_nocache[_nozero]
by Andrew Morton
· 17 years ago
c6c2d7a
x86: fix usage of .section .sched.text in assembler code
by Sam Ravnborg
· 17 years ago
ade1af7
x86: remove unneded casts
by Jan Engelhardt
· 17 years ago
6b8be6d
x86: add ENDPROC() markers
by John Reiser
· 17 years ago
583d0e9
x86: unify arch/x86/lib/Makefile(s)
by Sam Ravnborg
· 17 years ago
35d5d08
x86: disable preemption in delay_tsc()
by Andrew Morton
· 17 years ago
60812a4
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86
by Linus Torvalds
· 17 years ago
b460cbc
pid namespaces: define is_global_init() and is_container_init()
by Serge E. Hallyn
· 17 years ago
92cb761
x86: convert cpuinfo_x86 array to a per_cpu array
by Mike Travis
· 17 years ago
7e02cb9
x86: rename .i assembler includes to .h
by Adrian Bunk
· 17 years ago
61d08a9
i386: Remove strrchr assembler implementation
by Andi Kleen
· 17 years ago
5f1f935
i386: simplify smp_call_function_single() call sequence in msr-on-cpu
by Avi Kivity
· 17 years ago
801916c
x86: fix off-by-one in find_next_zero_string
by Andrew Hastings
· 17 years ago
10cd706
lockdep: x86_64: connect the sysexit hook
by Peter Zijlstra
· 17 years ago
df1bdc0
x86: fence oostores on 64-bit
by Nick Piggin
· 17 years ago
185f3d3
x86_64: move lib
by Thomas Gleixner
· 17 years ago
44f0257
i386: move lib
by Thomas Gleixner
· 17 years ago