aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-12-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-1/+3
2014-12-01s390: fix machine check handlingGravatar Sebastian Ott 1-6/+2
2014-12-01x86, microcode: Limit the microcode reloading to 64-bit for nowGravatar Borislav Petkov 1-0/+2
2014-11-28Merge tag 'armsoc-for-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 5-12/+20
2014-11-28Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 4-44/+4
2014-11-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 15-31/+84
2014-11-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Gravatar Linus Torvalds 5-8/+8
2014-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 1-0/+8
2014-11-27MIPS: tlbex: Fix potential HTW race on TLBL/M/S handlersGravatar Leonid Yegoshin 1-1/+9
2014-11-27ARM: 8226/1: cacheflush: get rid of restarting blockGravatar Vladimir Murzin 2-40/+2
2014-11-27ARM: 8222/1: mvebu: enable strex backoff delayGravatar Thomas Petazzoni 1-2/+0
2014-11-27Merge tag 'mvebu-fixes-3.18-2' of git://git.infradead.org/linux-mvebu into fixesGravatar Arnd Bergmann 1-0/+2
2014-11-27Merge tag 'samsung-defconfig-v3.18' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Arnd Bergmann 1-0/+2
2014-11-27Merge tag 'samsung-fixes-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Arnd Bergmann 2-1/+5
2014-11-27ARM: tegra: irq: fix buggy usage of irq_data irq fieldGravatar Marc Zyngier 1-11/+11
2014-11-27powerpc: 32 bit getcpu VDSO function uses 64 bit instructionsGravatar Anton Blanchard 1-2/+2
2014-11-27powerpc/powernv: Replace OPAL_DEASSERT_RESET with EEH_RESET_DEACTIVATEGravatar Gavin Shan 1-1/+1
2014-11-27powerpc/eeh: Fix PE state formatGravatar Gavin Shan 1-1/+1
2014-11-27powerpc/pseries: Fix endiannes issue in RTAS call from xmonGravatar Laurent Dufour 1-3/+3
2014-11-27powerpc/powernv: Fix the hmi event version check.Gravatar Mahesh Salgaonkar 1-1/+1
2014-11-26sparc: Add NOP dma_cache_sync() implementation.Gravatar David S. Miller 1-0/+8
2014-11-26kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Gravatar Ard Biesheuvel 2-4/+4
2014-11-26arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn()Gravatar Ard Biesheuvel 1-1/+6
2014-11-26arm64: KVM: Handle traps of ICC_SRE_EL1 as RAZ/WIGravatar Christoffer Dall 1-0/+9
2014-11-26arm64: KVM: fix unmapping with 48-bit VAsGravatar Mark Rutland 1-1/+2
2014-11-24MIPS: Fix address type used for early memory detection.Gravatar Steven J. Hill 1-1/+1
2014-11-24MIPS: Kconfig: Don't allow both microMIPS and SmartMIPS to be selected.Gravatar Markos Chandras 1-2/+12
2014-11-24MIPS: kernel: cps-vec: Set ISA level to mips32r2 for the MIPS MT ASEGravatar Markos Chandras 1-0/+2
2014-11-24MIPS: Netlogic: handle modular AHCI buildsGravatar Florian Fainelli 1-2/+4
2014-11-24MIPS: Netlogic: handle modular USB caseGravatar Florian Fainelli 1-2/+4
2014-11-24MIPS: Loongson: Make platform serial setup always built-in.Gravatar Aaro Koskinen 1-1/+2
2014-11-24MIPS: fix EVA & non-SMP non-FPU FP context signal handlingGravatar Paul Burton 1-4/+4
2014-11-24MIPS: cpu-probe: Set the FTLB probability bit on supported coresGravatar Markos Chandras 2-1/+34
2014-11-24MIPS: BMIPS: Fix ".previous without corresponding .section" warningsGravatar Kevin Cernekee 1-3/+0
2014-11-24MIPS: uaccess.h: Fix strnlen_user comment.Gravatar Ralf Baechle 1-4/+2
2014-11-24MIPS: r4kcache: Add EVA case for protected_writeback_dcache_lineGravatar Markos Chandras 1-0/+4
2014-11-24MIPS: Fix info about plat_setup in arch_mem_init commentGravatar Rafał Miłecki 1-1/+1
2014-11-24MIPS: rtlx: Remove KERN_DEBUG from pr_debug() arguments in rtlx.cGravatar Masanari Iida 1-2/+2
2014-11-24MIPS: SEAD3: Fix LED device registration.Gravatar Ralf Baechle 1-6/+2
2014-11-24MIPS: Fix a copy & paste error in unistd.hGravatar Huacai Chen 1-1/+1
2014-11-24powerpc/pci: Remove unused force_32bit_msi quirkGravatar Benjamin Herrenschmidt 2-12/+0
2014-11-24powerpc/pseries: Honor the generic "no_64bit_msi" flagGravatar Benjamin Herrenschmidt 1-1/+1
2014-11-24powerpc/powernv: Honor the generic "no_64bit_msi" flagGravatar Benjamin Herrenschmidt 2-4/+2
2014-11-23uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEGravatar Andy Lutomirski 1-1/+1
2014-11-23Merge branch 'x86-traps' (trap handling from Andy Lutomirski)Gravatar Linus Torvalds 6-84/+82
2014-11-23x86_64, traps: Rework bad_iretGravatar Andy Lutomirski 2-26/+48
2014-11-23x86_64, traps: Stop using IST for #SSGravatar Andy Lutomirski 6-26/+8
2014-11-23x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in CGravatar Andy Lutomirski 2-32/+26
2014-11-23x86: Use $(OBJDUMP) instead of plain objdumpGravatar Chris Clayton 1-1/+1
2014-11-23Merge tag 'armsoc-for-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 30-38/+80