Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
40faf463e62de0b29722910eded7dd26cd8b684b
/
arch
/
x86
/
lib
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
28f73e5
Merge branch 'linus' into x86/delay
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
5c1ea08
x86: enable preemption in delay
by Steven Rostedt
· 16 years ago
89804c0
x86: fix csum_partial() export
by Ingo Molnar
· 17 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