summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)Author
2017-01-03MIPS: kexec: add debug info about the new kexec'ed imageMarcin Nowakowski
2017-01-03MIPS: kexec: Do not reserve invalid crashkernel memory on bootMarcin Nowakowski
2017-01-03MIPS: fix mem=X@Y commandline processingMarcin Nowakowski
2017-01-03MIPS: relocate: Optionally relocate the DTBMarcin Nowakowski
2017-01-03MIPS: platform: Allow for DTB to be moved during kernel relocationMarcin Nowakowski
2017-01-03MIPS: Use early_init_fdt_reserve_self to protect DTB locationMarcin Nowakowski
2017-01-03MIPS: init: Ensure bootmem does not corrupt reserved memoryMarcin Nowakowski
2017-01-03MIPS: init: Ensure reserved memory regions are not added to bootmemMarcin Nowakowski
2017-01-03MIPS: Do not request resources for crashkernel if one isn't definedMarcin Nowakowski
2017-01-03MIPS: elfcore: add correct copy_regs implementationsMarcin Nowakowski
2017-01-03MIPS: Move register dump routines out of ptrace codeMarcin Nowakowski
2017-01-03MIPS: Kconfig: Fix indentation for kexec-related entriesMarcin Nowakowski
2017-01-03MIPS: kexec: remove SMP_DUMPMarcin Nowakowski
2017-01-03MIPS: Add support for ARCH_MMAP_RND_{COMPAT_}BITSMatt Redfearn
2017-01-03MIPS: Lantiq: Activate more drivers in default configurationHauke Mehrtens
2017-01-03MIPS: lantiq: Refresh default configurationHauke Mehrtens
2017-01-03ralink: Introduce fw_passed_dtb to arch/mips/ralinkTobias Wolf
2017-01-03MIPS: Loongson1: Add watchdog support for Loongson1 boardYang Ling
2017-01-03MIPS: Loongson1: Remove several redundant RTC-related macrosYang Ling
2017-01-03MIPS: Remove RESTORE_ALL_AND_RETPaul Burton
2017-01-03MIPS: Allow pre-r6 emulation on SMP MIPSr6 kernelsPaul Burton
2017-01-03MIPS: Cleanup LLBit handling in switch_toPaul Burton
2017-01-03MIPS: Remove r2_emul_return from struct thread_infoPaul Burton
2017-01-03MIPS: DTS: img: add device tree for Marduk boardRahul Bedarkar
2017-01-03MIPS: DTS: Add base device tree for Pistachio SoCRahul Bedarkar
2017-01-03MIPS: traps: Ensure L1 & L2 ECC checking match for CM3 systemsPaul Burton
2017-01-03MIPS: R2-on-R6 MULTU/MADDU/MSUBU emulation bugfixLeonid Yegoshin
2017-01-03MIPS: Loongson1B: Modify DEFAULT_MEMSIZEKelvin Cheung
2017-01-03MIPS: Loongson1C: Remove ARCH_WANT_OPTIONAL_GPIOLIBKelvin Cheung
2017-01-03MIPS: BMIPS: Migrate interrupts during bmips_cpu_disableFlorian Fainelli
2017-01-03MIPS: xilfpga: Update defconfigZubair Lutfullah Kakakhel
2017-01-03MIPS: xilfpga: Add DT node for AXI emacliteZubair Lutfullah Kakakhel
2017-01-03MIPS: xilfpga: Add DT node for AXI I2CZubair Lutfullah Kakakhel
2017-01-03MIPS: xilfpga: Update DT node and specify uart irqZubair Lutfullah Kakakhel
2017-01-03MIPS: xilfpga: Use Xilinx Interrupt ControllerZubair Lutfullah Kakakhel
2017-01-03MIPS: xilfpga: Use irqchip instead of the legacy wayZubair Lutfullah Kakakhel
2017-01-03MIPS: ath79: Fix error handlingChristophe JAILLET
2017-01-03MIPS: SMP-CPS: Don't BUG if a CPU fails to startMatt Redfearn
2017-01-03MIPS: SMP: Remove cpu_callin_mapMatt Redfearn
2017-01-03MIPS: SMP: Use a completion event to signal CPU upMatt Redfearn
2017-01-03MIPS: Netlogic: Exclude netlogic,xlp-pic code from XLR buildsPaul Burton
2017-01-03MIPS: Remove unused HIGHMEM_DEBUG macroPaul Burton
2017-01-03MIPS: Use Makefile.postlink to insert relocations into vmlinuxMatt Redfearn
2017-01-03MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumpsPaul Burton
2017-01-03MIPS: Calculate microMIPS ra properly when unwinding the stackPaul Burton
2017-01-03MIPS: Fix is_jump_ins() handling of 16b microMIPS instructionsPaul Burton
2017-01-03MIPS: Fix get_frame_info() handling of microMIPS function sizePaul Burton
2017-01-03MIPS: Prevent unaligned accesses during stack unwindingPaul Burton
2017-01-03MIPS: Clear ISA bit correctly in get_frame_info()Paul Burton
2017-01-03MIPS: Use generic asm/unaligned.hPaul Burton