sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file
[safe/jmp/linux-2.6] / arch / x86 / lib /
2009-10-01 Eric Dumazetx86: Don't generate cmpxchg8b_emu if CONFIG_X86_CMPXCHG64=y
2009-09-30 Arjan van de Venx86: Provide an alternative() based cmpxchg64()
2009-09-04 H. Peter Anvinx86, msr: change msr-reg.o to obj-y, and export its...
2009-09-03 Ingo Molnarx86, msr: Fix msr-reg.S compilation with gas 2.16.1...
2009-09-01 H. Peter Anvinx86, msr: fix msr-reg.S compilation with gas 2.16.1
2009-08-31 H. Peter Anvinx86, msr: Create _on_cpu helpers for {rw,wr}msr_safe_regs()
2009-08-31 H. Peter Anvinx86, msr: CFI annotations, cleanups for msr-reg.S
2009-08-31 Borislav Petkovx86, msr: Add rd/wrmsr interfaces with preset registers
2009-08-03 Borislav Petkovx86, msr: execute on the correct CPU subset
2009-07-10 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2009-07-10 Linus TorvaldsMerge branch 'perfcounters-fixes-for-linus' of git...
2009-07-10 Jens AxboeFix congestion_wait() sync/async vs read/write confusion
2009-07-04 Eric Dumazetx86: atomic64: Inline atomic64_read() again
2009-07-03 Ingo Molnarx86: atomic64: Clean up atomic64_sub_and_test() and...
2009-07-03 Ingo Molnarx86: atomic64: Improve atomic64_xchg()
2009-07-03 Ingo Molnarx86: atomic64: Export APIs to modules
2009-07-03 Eric Dumazetx86: atomic64: Improve atomic64_read()
2009-07-03 Mike Galbraithx86: Add missing annotation to arch/x86/lib/copy_user_6...
2009-07-03 Ingo Molnarx86: atomic64: Fix unclean type use in atomic64_xchg()
2009-07-03 Ingo Molnarx86: atomic64: Reduce size of functions
2009-07-03 Ingo Molnarx86: atomic64: Improve atomic64_add_return()
2009-07-03 Eric Dumazetx86: atomic64: Improve cmpxchg8b()
2009-07-03 Eric Dumazetx86: atomic64: Improve atomic64_read()
2009-07-03 Ingo Molnarx86: atomic64: Move the 32-bit atomic64_t implementatio...
2009-06-30 Mike Galbraithx86: Fix symbol annotation for arch/x86/lib/clear_page_...
2009-06-25 Pallipadi, Venkateshx86, delay: tsc based udelay should have rdtsc_barrier
2009-06-20 Linus Torvaldsx86, 64-bit: Clean up user address masking
2009-06-10 Borislav Petkovx86: MSR: add methods for writing of an MSR on several...
2009-06-10 Borislav Petkovx86: MSR: add a struct representation of an MSR
2009-03-12 Ingo Molnarx86: memcpy, clean up
2009-03-12 Jan Beulichx86-64: remove unnecessary spill/reload of rbx from...
2009-02-13 Jeremy Fitzhardingex86: use _types.h headers in asm where available
2009-01-21 Andi Kleenx86: use early clobbers in usercopy*.c
2008-10-28 Ingo MolnarMerge commit 'v2.6.28-rc2' into core/locking
2008-10-11 Ingo MolnarMerge branch 'x86/unify-cpu-detect' into x86-v28-for...
2008-09-11 Ingo Molnarx86: some lock annotations for user copy paths, v3
2008-09-11 Nick Pigginx86: some lock annotations for user copy paths, v2
2008-09-10 Nick Pigginx86: some lock annotations for user copy paths
2008-09-06 Ingo MolnarMerge branch 'x86/cleanups' into x86/signal
2008-09-04 Andi Kleenx86: drop -funroll-loops for csum_partial_64.c
2008-09-04 Ingo MolnarMerge branch 'linus' into x86/x2apic
2008-08-28 H. Peter AnvinMerge branch 'x86/urgent' into x86/cpu
2008-08-26 H. Peter Anvinx86: msr-on-cpu: remove unnecessary level of abstraction
2008-08-26 H. Peter AnvinMerge branch 'x86/urgent' into x86/cleanups
2008-08-26 H. Peter Anvinx86: msr: propagate errors from smp_call_function_single()
2008-08-18 Thomas Petazzonix86: make movsl_mask definition non-CPU specific
2008-08-15 Paolo Ciarrocchix86: coding style fixes to arch/x86/lib/string_32.c
2008-08-15 Paolo Ciarrocchix86: coding style fixes to arch/x86/lib/strstr_32.c
2008-07-30 Vitaly Mayatskikhx86: wrong register was used in align macro
2008-07-15 Ingo MolnarMerge branch 'generic-ipi' into generic-ipi-for-linus
2008-07-14 Ingo MolnarMerge branch 'auto-ftrace-next' into tracing/for-linus
2008-07-10 Jeremy Fitzhardingex86: fix compile error in current tip.git
2008-07-09 Vitaly Mayatskikhx86: fix copy_user on x86
2008-07-09 Vitaly Mayatskikhx86: introduce copy_user_handle_tail() routine
2008-07-09 Glauber Costax86: merge putuser asm functions.
2008-07-09 Glauber Costax86: use macros from asm.h.
2008-07-09 Glauber Costax86: don't use word-size specifiers in putuser files.
2008-07-09 Glauber Costax86: replace function headers by macros.
2008-07-09 Glauber Costax86: change testing logic in putuser_64.S.
2008-07-09 Glauber Costax86: pass argument to putuser_64 functions in ax register.
2008-07-09 Glauber Costax86: clobber rbx in putuser_64.S.
2008-07-09 Glauber Costax86: don't save ebx in putuser_32.S.
2008-07-09 Glauber Costax86: merge getuser asm functions.
2008-07-09 Glauber Costax86: use _ASM_PTR instead of explicit word-size pointers.
2008-07-09 Glauber Costax86: introduce __ASM_REG macro.
2008-07-09 Glauber Costax86: don't use word-size specifiers on getuser_64.
2008-07-09 Glauber Costax86: rename threadinfo to TI.
2008-07-09 Glauber Costax86: adapt x86_64 getuser functions.
2008-07-09 Glauber Costax86: don't use word-size specifiers.
2008-07-09 Glauber Costax86: don't clobber r8 nor use rcx.
2008-07-09 Glauber Costax86: integrate delay functions.
2008-07-09 Glauber Costax86: explicitly use edx in const delay function.
2008-07-09 Glauber Costax86: use rdtscll in read_current_timer for i386.
2008-07-09 Glauber Costax86: provide delay loop for x86_64.
2008-07-09 Glauber Costax86: don't use size specifiers.
2008-07-07 Ingo MolnarMerge branch 'linus' into tracing/mmiotrace
2008-06-26 Jens Axboesmp_call_function: get rid of the unused nonatomic...
2008-06-25 Ingo MolnarMerge branch 'linus' into x86/delay
2008-06-25 Ingo MolnarMerge branch 'linus' into tracing/sysprof
2008-06-25 Ingo MolnarMerge branch 'linus' into tracing/mmiotrace-mergefixups
2008-06-23 Ingo MolnarMerge branch 'linus' into tracing/ftrace
2008-06-18 Linus Torvaldsx86-64: Fix "bytes left to copy" return value for copy_...
2008-06-17 Jiri Hladkyx86: fix bug in arch/i386/lib/delay.c file, delay_loop...
2008-06-16 Ingo MolnarMerge branch 'linus' into tracing/sysprof
2008-06-16 Ingo MolnarMerge branch 'linus' into tracing/mmiotrace-mergefixups
2008-06-16 Ingo MolnarMerge branch 'linus' into tracing/ftrace
2008-06-04 Steven Rostedtx86: enable preemption in delay
2008-05-23 Steven Rostedtftrace: trace irq disabled critical timings
2008-05-13 Ingo Molnarx86: fix csum_partial() export
2008-04-26 Alexander van Heukelumx86, UML: remove x86-specific implementations of find_f...
2008-04-26 Alexander van Heukelumx86: switch 64-bit to generic find_first_bit
2008-04-26 Alexander van Heukelumx86: change x86 to use generic find_next_bit
2008-04-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-17 Paolo Ciarrocchix86: coding style fixes to arch/x86/lib/usercopy_32.c
2008-04-17 Paolo Ciarrocchix86: coding style fixes to arch/x86/lib/memcpy_32.c
2008-04-17 Paolo Ciarrocchix86: coding style fixes to arch/x86/lib/strstr_3
2008-04-17 Paolo Ciarrocchix86: coding style fixes to arch/x86/lib/string_32.c
2008-04-17 Paolo Ciarrocchix86: coding style fixes to arch/x86/lib/memmove_64.c
2008-04-17 Ingo Molnarx86: clean up mmx_32.c
2008-04-17 Matthew WilcoxGeneric semaphore implementation
next