summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2015-09-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2015-09-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-392/+2
2015-09-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-0/+9
2015-09-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-25/+23
2015-09-01Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-41/+35
2015-09-01Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+0
2015-08-25MIPS: alchemy: Convert to clk_hw based provider APIsStephen Boyd1-6/+6
2015-08-18MIPS: Fix LLVM build issue.Ralf Baechle1-1/+1
2015-08-16MIPS: Fix seccomp syscall argument for MIPS64Markos Chandras2-2/+2
2015-08-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds29-60/+128
2015-08-07treewide: fix typos in comment blocksMasahiro Yamada1-1/+1
2015-08-07signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras1-2/+0
2015-08-05MIPS: Make set_pte() SMP safe.David Daney1-0/+31
2015-08-04MIPS: ath79: Add the reset controller to the AR9132 dtsiAlban Bedel1-0/+8
2015-08-04reset: Add a driver for the reset controller on the AR71XX/AR9XXXAlban Bedel1-0/+1
2015-08-04sched, MIPS: Get rid of finish_arch_switch()Ralf Baechle1-25/+23
2015-08-03MIPS: Replace add and sub instructions in relocate_kernel.S with addiuJames Cowgill1-4/+4
2015-08-03MIPS: Flush RPS on kernel entry with EVAJames Hogan1-0/+25
2015-08-03Revert "MIPS: BCM63xx: Provide a plat_post_dma_flush hook"Florian Fainelli1-10/+0
2015-08-03MIPS: BMIPS: Delete unused Kconfig symbolKevin Cernekee1-1/+0
2015-08-03MIPS: Export get_c0_perfcount_int()Felix Fietkau6-0/+6
2015-08-03MIPS: show_stack: Fix stack trace with EVAJames Hogan1-0/+7
2015-08-03MIPS: do_mcheck: Fix kernel code dump with EVAJames Hogan1-0/+6
2015-08-03MIPS: SMP: Don't increment irq_count multiple times for call function IPIsAlex Smith13-30/+29
2015-08-03MIPS: Partially disable RIXI support.Ralf Baechle1-4/+4
2015-08-03MIPS: Handle page faults of executable but unreadable pages correctly.Ralf Baechle1-1/+2
2015-08-03MIPS: Malta: Don't reinitialise RTCJames Hogan1-6/+9
2015-08-03MIPS: unaligned: Fix build error on big endian R6 kernelsJames Cowgill1-1/+1
2015-08-03MIPS: Fix sched_getaffinity with MT FPAFF enabledFelix Fietkau1-2/+3
2015-08-03MIPS: Fix build with CONFIG_OF=y for non OF-enabled targetsJonas Gorski1-1/+1
2015-07-31MIPS/irqchip: Move i8259 irqchip driver to drivers/irqchipRalf Baechle3-388/+0
2015-07-31mips/irq: prepare for drivers/irqchip/irqchip.h removalJoel Porquet3-4/+2
2015-07-30Merge branch 'linus' into irq/coreThomas Gleixner35-156/+221
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd1-0/+1
2015-07-28clk: fix some determine_rate implementationsBoris Brezillon1-0/+4
2015-07-28clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon1-36/+25
2015-07-23PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi1-6/+0
2015-07-22MIPS/PCI: Use for_pci_msi_entry() to access MSI device listJiang Liu1-1/+1
2015-07-20MIPS: Alchemy: Include clk.hStephen Boyd1-0/+1
2015-07-20Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds9-29/+7
2015-07-19MIPS: fpu.h: Allow 64-bit FPU on a 64-bit MIPS R6 CPUMarkos Chandras1-1/+1
2015-07-18mm: clean up per architecture MM hook header filesLaurent Dufour2-15/+1
2015-07-14MIPS: SB1: Remove support for Pass 1 parts.Ralf Baechle6-25/+2
2015-07-14MIPS: Require O32 FP64 support for MIPS64 with O32 compatPaul Burton1-0/+1
2015-07-14MIPS: asm-offset.c: Patch up various comments refering to the old filename.Ralf Baechle2-3/+3
2015-07-10MIPS: O32: Use compat_sys_getsockopt.Ralf Baechle1-1/+1
2015-07-10MIPS: c-r4k: Extend way_string arrayPaul Burton1-1/+3
2015-07-10MIPS: Pistachio: Support CDMM & Fast Debug ChannelJames Hogan2-1/+12
2015-07-10MIPS: Malta: Make GIC FDC IRQ workaround Malta specificJames Hogan1-7/+13
2015-07-10MIPS: c-r4k: Fix cache flushing for MT coresMarkos Chandras3-4/+55