summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)Author
2017-09-08Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-09-08Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář
2017-09-07Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-09-06mm,fork: introduce MADV_WIPEONFORKRik van Riel
2017-09-06mm: arch: consolidate mmap hugetlb size encodingsMike Kravetz
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-09-06MIPS: Refactor handling of stack pointer in get_frame_infoMatt Redfearn
2017-09-06MIPS: Stacktrace: Fix microMIPS stack unwinding on big endian systemsMatt Redfearn
2017-09-06MIPS: microMIPS: Fix decoding of swsp16 instructionMatt Redfearn
2017-09-06MIPS: microMIPS: Fix decoding of addiusp instructionMatt Redfearn
2017-09-06MIPS: microMIPS: Fix detection of addiusp instructionMatt Redfearn
2017-09-06MIPS: Handle non word sized instructions when examining frameMatt Redfearn
2017-09-06MIPS: ralink: allow NULL clock for clk_get_rateJonas Gorski
2017-09-06MIPS: Loongson 2F: allow NULL clock for clk_get_rateJonas Gorski
2017-09-06MIPS: BCM63XX: allow NULL clock for clk_get_rateJonas Gorski
2017-09-06MIPS: AR7: allow NULL clock for clk_get_rateJonas Gorski
2017-09-06MIPS: BCM63XX: fix ENETDMA_6345_MAXBURST_REG offsetJonas Gorski
2017-09-06mips: Save all registers when saving the frameCorey Minyard
2017-09-06MIPS: Add DWARF unwinding to assemblyCorey Minyard
2017-09-06MIPS: Make SAVE_SOME more standardCorey Minyard
2017-09-06MIPS: Fix issues in backtracesCorey Minyard
2017-09-06MIPS: jz4780: DTS: Probe the jz4740-rtc driver from devicetreeMathieu Malaterre
2017-09-06MIPS: Ci20: Enable RTC driverMathieu Malaterre
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig
2017-09-04MIPS: Octeon: Allow access to CIU3 IRQ domains.Steven J. Hill
2017-09-04MIPS: Octeon: Make CSR functions node aware.Steven J. Hill
2017-09-04MIPS: Octeon: Watchdog registers for 70xx, 73xx, 78xx, F75xx.Steven J. Hill
2017-09-04MIPS: Octeon: Add support for accessing the boot vector.Steven J. Hill
2017-09-04MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementationMartin Blumenstingl
2017-09-04MIPS: lantiq: remove old USB PHY initialisationHauke Mehrtens
2017-09-04phy: Add an USB PHY driver for the Lantiq SoCs using the RCU moduleHauke Mehrtens
2017-09-04MIPS: lantiq: remove old GPHY loader codeHauke Mehrtens
2017-09-04MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfdMartin Blumenstingl
2017-09-04MIPS: lantiq: remove old reset controller implementationHauke Mehrtens
2017-09-04MIPS: lantiq: Replace ltq_boot_select() with dummy implementation.Ralf Baechle
2017-09-04MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()Hauke Mehrtens
2017-09-04MIPS: lantiq: Convert the fpi bus driver to a platform_driverHauke Mehrtens
2017-09-04MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFDMartin Blumenstingl
2017-09-04MIPS: lantiq: Use of_platform_default_populate instead of __dt_register_busesMartin Blumenstingl
2017-09-04MIPS: Remove unnecessary inclusions of linux/irqchip/mips-gic.hPaul Burton
2017-09-04MIPS: VDSO: Avoid use of linux/irqchip/mips-gic.hPaul Burton
2017-09-04irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.hPaul Burton
2017-09-04MIPS: Use mips_gic_present() in place of gic_presentPaul Burton
2017-09-04MIPS: VDSO: Drop gic_get_usm_range() usagePaul Burton
2017-09-04irqchip: mips-gic: Move various definitions to the driverPaul Burton
2017-09-04MIPS: GIC: Move GIC_LOCAL_INT_* to asm/mips-gic.hPaul Burton
2017-09-04MIPS: Add __ioread64_copyPaul Burton
2017-09-04MIPS: CPS: Read GIC_VL_IDENT directly, not via irqchip driverPaul Burton
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar