summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-01-064-38/+101
|\
| * Merge branch 'mce-inject' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Ingo Molnar2011-12-182-8/+35
| |\
| | * x86: add IRQ context simulation in module mce-injectChen Gong2011-12-162-8/+35
| * | Merge branch 'early-mce-decode' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2011-12-152-8/+59
| |\ \
| | * | x86, MCE: Drain mcelog bufferBorislav Petkov2011-12-141-0/+39
| | * | x86, mce: Add wrappers for registering on the decode chainBorislav Petkov2011-12-142-8/+20
| | |/
| * | x86, mce, therm_throt: Don't report power limit and package level thermal thr...Fenghua Yu2011-12-141-22/+7
| |/
* | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-01-063-95/+121
|\ \
| * \ Merge branch 'ucode-verify-size' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2011-12-153-95/+121
| |\ \
| | * | x86, microcode, AMD: Update copyrightsBorislav Petkov2011-12-141-3/+7
| | * | x86, microcode, AMD: Exit early on successBorislav Petkov2011-12-141-13/+9
| | * | x86, microcode, AMD: Simplify ucode verificationBorislav Petkov2011-12-141-86/+93
| | * | x86, microcode, AMD: Add a reusable bufferBorislav Petkov2011-12-141-0/+8
| | * | x86, microcode, AMD: Add a vendor-specific exit functionBorislav Petkov2011-12-143-0/+11
| | |/
* | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-01-061-1/+1
|\ \ \
| * | | x86, centaur: Enable cx8 for VIA Eden tooTimo Teräs2011-12-151-1/+1
| | |/ | |/|
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-01-067-14/+14
|\ \ \
| * | | x86: Use "do { } while(0)" for empty lock_cmos()/unlock_cmos() macrosJesper Juhl2011-12-181-2/+2
| * | | x86: Use "do { } while(0)" for empty flush_tlb_fix_spurious_fault() macroJesper Juhl2011-12-181-1/+1
| * | | x86, CPU: Drop superfluous get_cpu_cap() prototypeBorislav Petkov2011-12-091-4/+1
| * | | arch/x86/mm/pageattr.c: Quiet sparse noise; local functions should be staticH Hartley Sweeten2011-12-051-1/+1
| * | | arch/x86/kernel/ptrace.c: Quiet sparse noiseH Hartley Sweeten2011-12-051-1/+2
| * | | x86: Use kmemdup() in copy_thread(), rather than duplicating its implementationThomas Meyer2011-12-051-3/+2
| * | | x86: Replace the EVT_TO_HPET_DEV() macro with an inline functionFerenc Wagner2011-12-051-2/+5
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-01-0623-299/+339
|\ \ \ \
| * | | | x86: Fix atomic64_xxx_cx8() functionsEric Dumazet2012-01-041-2/+2
| * | | | x86: Fix and improve cmpxchg_double{,_local}()Jan Beulich2012-01-043-89/+23
| * | | | Merge commit 'v3.2-rc7' into x86/asmIngo Molnar2012-01-0429-123/+264
| |\ \ \ \
| * | | | | x86_64, asm: Optimise fls(), ffs() and fls64()David Howells2011-12-151-5/+62
| * | | | | x86, bitops: Move fls64.h inside __KERNEL__H. Peter Anvin2011-12-151-9/+2
| * | | | | x86: Fix and improve percpu_cmpxchg{8,16}b_double()Jan Beulich2011-12-151-32/+21
| * | | | | x86: Report cpb and eff_freq_ro flags correctlyJoerg Roedel2011-12-151-1/+2
| * | | | | x86/i386: Use less assembly in strlen(), speed things up a bitAlexey Dobriyan2011-12-121-5/+3
| * | | | | x86: Use the same node_distance for 32 and 64-bitH Hartley Sweeten2011-12-071-2/+0
| * | | | | x86: Fix rflags in FAKE_STACK_FRAMESeiichi Ikarashi2011-12-063-2/+3
| * | | | | x86: Clean up and extend do_int3()Srikar Dronamraju2011-12-061-6/+1
| * | | | | x86: Call do_notify_resume() with interrupts enabledSrikar Dronamraju2011-12-061-0/+4
| * | | | | x86/div64: Add a micro-optimization shortcut if base is power of twoSebastian Andrzej Siewior2011-12-051-8/+14
| * | | | | x86-64: Cleanup some assembly entry pointsJan Beulich2011-12-052-4/+5
| * | | | | x86-64: Slightly shorten line system call entry and exit pathsJan Beulich2011-12-053-26/+24
| * | | | | x86-64: Reduce amount of redundant code generated for invalidate_interruptNNJan Beulich2011-12-051-3/+12
| * | | | | x86-64: Slightly shorten int_ret_from_sys_callJan Beulich2011-12-051-3/+1
| * | | | | x86, efi: Convert efi_phys_get_time() args to physical addressesMaurice Ma2011-12-051-1/+2
| * | | | | x86: Default to vsyscall=emulateAndy Lutomirski2011-12-051-1/+1
| * | | | | x86-64: Set siginfo and context on vsyscall emulation faultsAndy Lutomirski2011-12-055-17/+87
| * | | | | Merge branch 'upstream/ticketlock-cleanup' of git://git.kernel.org/pub/scm/li...Ingo Molnar2011-12-052-84/+71
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | x86: consolidate xchg and xadd macrosJeremy Fitzhardinge2011-11-251-78/+36
| | * | | | x86/cmpxchg: add a locked add() helperJeremy Fitzhardinge2011-11-252-14/+43
* | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-0625-60/+627
|\ \ \ \ \ \
| * | | | | | x86: Skip cpus with apic-ids >= 255 in !x2apic_modeSuresh Siddha2011-12-231-1/+2
OpenPOWER on IntegriCloud