summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge commit 'v2.6.32-rc5' into perf/probesIngo Molnar2009-10-172-1/+60
|\ \
| * | x86: Don't generate cmpxchg8b_emu if CONFIG_X86_CMPXCHG64=yEric Dumazet2009-10-011-2/+4
| * | x86: Provide an alternative() based cmpxchg64()Arjan van de Ven2009-09-302-1/+58
| |/
* | x86: Add AMD prefetch and 3DNow! opcodes to opcode mapMasami Hiramatsu2009-10-171-3/+10
* | x86: Add MMX/SSE opcode groups to opcode mapMasami Hiramatsu2009-10-171-0/+10
* | x86: Add VIA processor instructions in opcodes decoderMasami Hiramatsu2009-10-031-1/+7
* | Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker2009-09-234-0/+158
|\ \ | |/
| * x86, msr: change msr-reg.o to obj-y, and export its symbolsH. Peter Anvin2009-09-042-1/+7
| * x86, msr: Fix msr-reg.S compilation with gas 2.16.1, on 32-bit tooIngo Molnar2009-09-031-1/+1
| * x86, msr: fix msr-reg.S compilation with gas 2.16.1H. Peter Anvin2009-09-011-1/+1
| * x86, msr: Create _on_cpu helpers for {rw,wr}msr_safe_regs()H. Peter Anvin2009-08-311-0/+49
| * x86, msr: CFI annotations, cleanups for msr-reg.SH. Peter Anvin2009-08-311-38/+42
| * x86, msr: Add rd/wrmsr interfaces with preset registersBorislav Petkov2009-08-312-0/+99
* | x86: Add MMX support for instruction decoderMasami Hiramatsu2009-09-111-107/+200
* | x86: Instruction decoder APIMasami Hiramatsu2009-08-274-0/+1274
|/
* x86, msr: execute on the correct CPU subsetBorislav Petkov2009-08-031-16/+10
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-07-101-1/+1
|\
| * Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-101-1/+1
* | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-07-102-0/+231
|\ \ | |/ |/|
| * x86: atomic64: Inline atomic64_read() againEric Dumazet2009-07-041-22/+1
| * x86: atomic64: Clean up atomic64_sub_and_test() and atomic64_add_negative()Ingo Molnar2009-07-031-4/+4
| * x86: atomic64: Improve atomic64_xchg()Ingo Molnar2009-07-031-6/+15
| * x86: atomic64: Export APIs to modulesIngo Molnar2009-07-032-1/+19
| * x86: atomic64: Improve atomic64_read()Eric Dumazet2009-07-031-2/+10
| * x86: atomic64: Fix unclean type use in atomic64_xchg()Ingo Molnar2009-07-031-1/+1
| * x86: atomic64: Reduce size of functionsIngo Molnar2009-07-031-2/+2
| * x86: atomic64: Improve atomic64_add_return()Ingo Molnar2009-07-031-3/+12
| * x86: atomic64: Improve cmpxchg8b()Eric Dumazet2009-07-031-12/+7
| * x86: atomic64: Improve atomic64_read()Eric Dumazet2009-07-031-6/+2
| * x86: atomic64: Move the 32-bit atomic64_t implementation to a .c fileIngo Molnar2009-07-032-0/+217
* | x86: Add missing annotation to arch/x86/lib/copy_user_64.S::copy_to_userMike Galbraith2009-07-031-0/+1
* | x86: Fix symbol annotation for arch/x86/lib/clear_page_64.S::clear_page_cMike Galbraith2009-06-301-3/+2
|/
* x86, delay: tsc based udelay should have rdtsc_barrierPallipadi, Venkatesh2009-06-251-0/+3
* x86, 64-bit: Clean up user address maskingLinus Torvalds2009-06-201-1/+1
* x86: MSR: add methods for writing of an MSR on several CPUsBorislav Petkov2009-06-101-6/+92
* x86: MSR: add a struct representation of an MSRBorislav Petkov2009-06-102-14/+14
* x86: memcpy, clean upIngo Molnar2009-03-121-55/+81
* x86-64: remove unnecessary spill/reload of rbx from memcpyJan Beulich2009-03-121-7/+0
* x86: use _types.h headers in asm where availableJeremy Fitzhardinge2009-02-131-1/+1
* x86: use early clobbers in usercopy*.cAndi Kleen2009-01-212-4/+4
* Merge commit 'v2.6.28-rc2' into core/lockingIngo Molnar2008-10-285-69/+67
|\
| * Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-DIngo Molnar2008-10-112-3/+7
| |\
| | * x86: drop -funroll-loops for csum_partial_64.cAndi Kleen2008-09-041-3/+0
| | * Merge branch 'x86/urgent' into x86/cpuH. Peter Anvin2008-08-271-10/+12
| | |\
| | * | x86: make movsl_mask definition non-CPU specificThomas Petazzoni2008-08-181-0/+7
| * | | x86: msr-on-cpu: remove unnecessary level of abstractionH. Peter Anvin2008-08-251-42/+36
| * | | Merge branch 'x86/urgent' into x86/cleanupsH. Peter Anvin2008-08-251-10/+12
| |\ \ \ | | | |/ | | |/|
| * | | x86: coding style fixes to arch/x86/lib/string_32.cPaolo Ciarrocchi2008-08-151-21/+21
| * | | x86: coding style fixes to arch/x86/lib/strstr_32.cPaolo Ciarrocchi2008-08-151-3/+3
| | |/ | |/|
* | | x86: some lock annotations for user copy paths, v3Ingo Molnar2008-09-111-0/+1
OpenPOWER on IntegriCloud