aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-10MIPS: vmlinux: discard .MIPS.abiflagsAaro Koskinen1-0/+1
2015-11-09kmap_atomic_to_page() has no users, remove itNicolas Pitre2-14/+0
2015-11-09mips: add entry for new mlock2 syscallEric B Munson5-6/+13
2015-11-09MIPS: Switch BMIPS5000 to use r4k_wait_irqoff()Petri Gynther1-2/+3
2015-11-09MIPS: add nmi_enter() + nmi_exit() to nmi_exception_handler()Petri Gynther1-0/+2
2015-11-06Merge tag 'devicetree-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+3
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+6
2015-11-05mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson1-0/+6
2015-11-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds3-85/+2
2015-11-05MIPS: CDMM: Add builtin_mips_cdmm_driver() macroJames Hogan1-0/+11
2015-11-04Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-2/+2
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-1/+2
2015-11-04Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+2
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-nextMark Brown1-1/+0
2015-11-04Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/bcm63xx', 'spi/topic/bfin-sport', 'spi/topic/bfin5xx' and 'spi/topic/bitbang' into spi-nextMark Brown2-84/+2
2015-11-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2015-11-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2015-11-03Merge tag 'leds_for_4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds2-79/+0
2015-11-03LED/MIPS: Move SEAD3 LED driver to where it belongs.Ralf Baechle2-79/+0
2015-10-28ssb: add Kconfig entry for compiling SoC related codeRafał Miłecki1-0/+1
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-10-27mips: enable building of all dtbsRob Herring1-0/+3
2015-10-26mips: pistachio_defconfig: remove CONFIG_MMC_DW_IDMACShawn Lin1-1/+0
2015-10-26MIPS: lantiq: add clk_round_rate()Hauke Mehrtens1-0/+17
2015-10-26MIPS: CPS: Set Status.KX on entry for MIPS64 kernelsPaul Burton1-1/+7
2015-10-26MIPS: CPS: Set Status.BEV bit during early bootPaul Burton1-1/+1
2015-10-26MIPS: Always read full 64 bit CM error GCRs for CM3Paul Burton2-34/+39
2015-10-26MIPS: Allow read64 GCR accessors to work on MIPS32 kernelsPaul Burton1-1/+11
2015-10-26MIPS: Avoid buffer overrun in mips_cm_error_reportPaul Burton1-0/+2
2015-10-26MIPS: Don't read GCRs when a CM is not presentPaul Burton1-7/+10
2015-10-26MIPS: Clarify mips_cm_is64 documentationPaul Burton1-6/+6
2015-10-26MIPS: Allow 24Hz timer frequencyPaul Burton1-3/+14
2015-10-26MIPS: traps: tidy up ebase calculationPaul Burton1-6/+3
2015-10-26MIPS: JZ4740: Remove unused linux/leds_pwm.h includeThierry Reding1-2/+0
2015-10-26MIPS: JZ4740: Use PWM lookup tableThierry Reding1-3/+8
2015-10-26MIPS: Use ARCH_USE_BUILTIN_BSWAP.Ralf Baechle4-1/+28
2015-10-26MIPS: Allow L2 prefetch to be configured via debugfsPaul Burton3-0/+92
2015-10-26MIPS: Declare mips_debugfs_dir in a headerPaul Burton7-7/+28
2015-10-26MIPS: Enable L2 prefetching for CM >= 2.5Paul Burton2-1/+77
2015-10-26MIPS: Introduce API for enabling & disabling L2 prefetchPaul Burton1-0/+27
2015-10-26MIPS: Allow compact branch policy to be changedPaul Burton2-0/+40
2015-10-26MIPS: Remove invalid checkAndrzej Hajda1-2/+2
2015-10-26MIPS: atomic: Fix comment describing atomic64_add_unless's return value.Ralf Baechle1-1/+1
2015-10-25Merge branch 'acpi-init'Rafael J. Wysocki2-2/+2
2015-10-22KVM: Add kvm_arch_vcpu_{un}blocking callbacksChristoffer Dall1-0/+2
2015-10-23spi/bcm63xx: move register definitions into the driverJonas Gorski2-70/+6
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-156/+91
2015-10-20Merge tag 'v4.3-rc6' into locking/core, to pick up fixes before applying new changesIngo Molnar2-12/+8
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier1-2/+2