aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds13-13/+0
2014-12-14Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-2/+275
2014-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-56/+5
2014-12-12MIPS: Use phys_addr_t instead of phys_tJaedon Shin1-1/+1
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+3
2014-12-11arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck1-4/+5
2014-12-11arch: Cleanup read_barrier_depends() and commentsAlexander Duyck1-52/+0
2014-12-11Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds258-3505/+8039
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-3/+7
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+0
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann1-1/+0
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-8/+8
2014-12-08mips: bpf: Fix broken BPF_MODDenis Kirjanov1-2/+2
2014-12-08Merge branch 'pm-cpuidle'Rafael J. Wysocki1-1/+0
2014-12-05net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov1-0/+3
2014-11-30Merge 3.18-rc7 into usb-nextGreg Kroah-Hartman23-51/+144
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-31/+84
2014-11-27MIPS: tlbex: Fix potential HTW race on TLBL/M/S handlersLeonid Yegoshin1-1/+9
2014-11-25USB: host: Remove ehci-octeon and ohci-octeon driversAlan Stern2-2/+275
2014-11-24MIPS: Add MFHC0 and MTHC0 instructions to uasm.Steven J. Hill4-9/+16
2014-11-24MIPS: Cosmetic cleanups of page table headers.Steven J. Hill3-67/+71
2014-11-24MIPS: Add CP0 macros for extended EntryLo registersSteven J. Hill1-0/+40
2014-11-24MIPS: Remove now unused definition of phys_t.Ralf Baechle1-16/+0
2014-11-24MIPS: Replace use of phys_t with phys_addr_t.Ralf Baechle23-64/+64
2014-11-24MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BITRalf Baechle13-40/+37
2014-11-24MIPS: lib: memset: Clean up some MIPS{EL,EB} ifdeferyMarkos Chandras1-4/+2
2014-11-24MIPS: iomap: Use __mem_{read,write}{b,w,l} for MMIOMarkos Chandras1-9/+9
2014-11-24MIPS: <asm/types.h> fix indentation.Ralf Baechle1-1/+1
2014-11-24MIPS: Enable VDSO randomizationPrem Karat1-1/+14
2014-11-24MIPS: Remove a temporary hack for debugging cache flushes in SMTC configurationRalf Baechle1-59/+0
2014-11-24MIPS: Remove declaration of obsolete arch_init_clk_ops()Maarten ter Huurne1-3/+0
2014-11-24MIPS: atomic.h: Reformat to fit in 79 columnsMaciej W. Rozycki1-180/+181
2014-11-24MIPS: Apply `.insn' to fixup labels throughoutMaciej W. Rozycki3-0/+8
2014-11-24MIPS: Fix microMIPS LL/SC immediate offsetsMaciej W. Rozycki9-91/+126
2014-11-24MIPS: Kconfig: Only allow 32-bit microMIPS buildsMaciej W. Rozycki1-1/+1
2014-11-24MIPS: signal.c: Fix an invalid cast in ISA mode bit handlingMaciej W. Rozycki1-1/+1
2014-11-24MIPS: mm: Only build one microassembler that is suitableMaciej W. Rozycki1-3/+7
2014-11-24MIPS: Kconfig: Enable microMIPS support for MaltaMaciej W. Rozycki1-0/+1
2014-11-24MIPS: loongson: common: rtc: make loongson_rtc_resources staticAaro Koskinen1-1/+1
2014-11-24MIPS: loongson: common: init: Add a missing includeAaro Koskinen1-0/+1
2014-11-24MIPS: loongson: lemote-2f: reset: make ml2f_reboot staticAaro Koskinen1-1/+1
2014-11-24MIPS: loongson: lemote-2f: irq: Make internal data staticAaro Koskinen1-2/+2
2014-11-24MIPS: loongson: common: Setup: add a missing includeAaro Koskinen1-0/+1
2014-11-24MIPS: Loongson: cs5536_pci: Add a missing includeAaro Koskinen1-0/+1
2014-11-24MIPS: Loongson: common: Fix array initializer syntax.Aaro Koskinen3-32/+32
2014-11-24MIPS: uaccess.h: Fix strnlen_user comment.Ralf Baechle1-4/+2
2014-11-24MIPS: IP22/IP32: Add line to arch/mips/Makefile archhelp about vmlinux.32Joshua Kinard1-0/+1
2014-11-24MIPS: lib: mips-atomic.c: Remove obsolete ifdeferyMarkos Chandras1-20/+0