summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-01-0720-11/+102
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-01-0315-114/+116
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-3014-53/+64
| |\ \
| * | | net: meth: Add set_rx_mode hook to fix ICMPv6 neighbor discoveryJoshua Kinard2011-12-271-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-2370-259/+423
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-0731-89/+262
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-02103-410/+726
| |\ \ \ \ \
| * | | | | | powerpc: tqm8548/tqm8xx: add and update CAN device nodesWolfgang Grandegger2011-12-013-10/+53
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-21268-2662/+2432
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-1716-0/+48
| |\ \ \ \ \ \ \
| | * | | | | | | net: add wireless TX status socket optionJohannes Berg2011-11-0916-0/+48
* | | | | | | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-01-074-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-151-22/+7
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-01-073-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-0497-345/+673
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86_64, asm: Optimise fls(), ffs() and fls64()David Howells2011-12-161-5/+62
| * | | | | | | | | | | | | x86, bitops: Move fls64.h inside __KERNEL__H. Peter Anvin2011-12-161-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