summaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)AuthorLines
2015-01-30MIPS: traps: Fix inline asm ctc1 missing .set hardfloatJames Hogan-1/+2
2015-01-30MIPS: mipsregs.h: Add write_32bit_cp1_register()James Hogan-0/+15
2015-01-29MIPS: Fix kernel lockup or crash after CPU offline/onlineHemmo Nieminen-1/+1
2015-01-29MIPS: OCTEON: fix kernel crash when offlining a CPUAaro Koskinen-2/+0
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds-0/+2
2015-01-25USB: host: Introduce flag to enable use of 64-bit dma_mask for ehci-platformAndreas Herrmann-3/+1
2015-01-23KVM: remove unneeded return value of vcpu_postcreateDominik Dingel-2/+1
2015-01-22MIPS: PCI: Add struct pci_ops member names to initializationRob Herring-10/+10
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell-1/+1
2015-01-19MIPS: ARC: Fix build error.Ralf Baechle-3/+3
2015-01-16MIPS: Add struct pci_ops member names to initializationRob Herring-10/+10
2015-01-16MIPS: IRQ: Fix disable_irq on CPU IRQsFelix Fietkau-0/+4
2015-01-16MIPS: Remove unused dt_setup_arch()Geert Uytterhoeven-7/+0
2015-01-16MIPS: smp-mt,smp-cmp: Enable all HW IRQs on secondary CPUsJames Hogan-3/+4
2015-01-16MIPS: Fix restart of indirect syscallsEd Swierk-0/+2
2015-01-15MIPS: ELF: fix loading o32 binaries on 64-bit kernelsJames Cowgill-4/+4
2015-01-13MIPS: ARC: Add declarations for a few missing ARC firmware functions.Ralf Baechle-0/+3
2015-01-13MIPS: ARC: Use __noreturn instead of open coded attributes in declarations.Ralf Baechle-2/+3
2015-01-13MIPS: IP27: Use __noreturn instead of open coded attributes in declarations.Ralf Baechle-3/+4
2015-01-13MIPS: IP32: Use __noreturn instead of open coded attributes in declarations.Ralf Baechle-3/+4
2015-01-13MIPS: ARC: Use __noreturn / unreachable in ARC termination functions.Ralf Baechle-10/+16
2015-01-13MIPS: Use generic csum_tcpudp_magic for MIPS.Ralf Baechle-13/+0
2015-01-13MIPS: Use <asm-generic/checksum.h>Ralf Baechle-0/+7
2015-01-13MIPS: Rewrite csum_fold to plain C.Ralf Baechle-14/+8
2015-01-13MIPS: mips-cm: Fix sparse warningsJames Hogan-2/+2
2015-01-13MIPS: Kconfig: Fix recursive dependency.Ralf Baechle-1/+1
2015-01-13MIPS: Compat: Fix build error if CONFIG_MIPS32_COMPAT but no compat ABI.Ralf Baechle-12/+9
2015-01-13MIPS: JZ4740: Fixup #include's (sparse)Brian Norris-0/+3
2015-01-13MIPS: Wire up execveat(2).Ralf Baechle-6/+13
2015-01-13MIPS: Update malta_defconfig to something that works out of the box.Ralf Baechle-12/+4
2015-01-13MIPS: FRE: Use set/clear_c0_config5 instead of open coded sequences.Ralf Baechle-5/+3
2015-01-13MIPS: Do not fiddle with FRE unless FRE is actually available.Ralf Baechle-16/+27
2015-01-09USB: host: Remove hard-coded octeon platform information for ehci/ohciAndreas Herrmann-86/+62
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger-3/+3
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar-0/+1
2014-12-24crypto: octeon - add MD5 moduleAaro Koskinen-0/+220
2014-12-24MIPS: OCTEON: reintroduce crypto features checkAaro Koskinen-2/+21
2014-12-24crypto: octeon - add instruction definitions for MD5Aaro Koskinen-0/+56
2014-12-24MIPS: OCTEON: add crypto helper functionsAaro Koskinen-5/+89
2014-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds-1/+1
2014-12-20Merge tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds-5/+5
2014-12-19PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki-5/+4
2014-12-18mips/gup: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-13/+0
2014-12-14Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-2/+275
2014-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-56/+5
2014-12-12MIPS: Use phys_addr_t instead of phys_tJaedon Shin-1/+1
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-3/+3
2014-12-11arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck-4/+5
2014-12-11arch: Cleanup read_barrier_depends() and commentsAlexander Duyck-52/+0