summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-01-24MIPS: Fix printk continuations in cpu-bugs64.cJames Hogan1-12/+12
2017-01-03MIPS: Export {copy, clear}_page functions alongside their definitionsPaul Burton2-25/+1
2017-01-03MIPS: Export memcpy & memset functions alongside their definitionsPaul Burton1-24/+0
2017-01-03MIPS: Export string functions alongside their definitionsPaul Burton1-24/+0
2017-01-03MIPS: Export csum functions alongside their definitionsPaul Burton1-8/+0
2017-01-03MIPS: Export invalid_pte_table alongside its definitionPaul Burton1-2/+0
2017-01-03MIPS: Export _mcount alongside its definitionPaul Burton2-4/+3
2017-01-03MIPS: Export _save_fp & _save_msa alongside their definitionsPaul Burton3-8/+5
2017-01-03MIPS: uprobes: Remove __weak attribute from arch_uprobe_copy_ixol.Marcin Nowakowski1-1/+1
2017-01-03MIPS: Add cacheinfo supportJustin Chen2-1/+86
2017-01-03MIPS: kexec: add debug info about the new kexec'ed imageMarcin Nowakowski1-0/+22
2017-01-03MIPS: kexec: Do not reserve invalid crashkernel memory on bootMarcin Nowakowski1-0/+5
2017-01-03MIPS: fix mem=X@Y commandline processingMarcin Nowakowski1-0/+4
2017-01-03MIPS: relocate: Optionally relocate the DTBMarcin Nowakowski1-2/+36
2017-01-03MIPS: Use early_init_fdt_reserve_self to protect DTB locationMarcin Nowakowski2-0/+11
2017-01-03MIPS: init: Ensure bootmem does not corrupt reserved memoryMarcin Nowakowski1-3/+71
2017-01-03MIPS: init: Ensure reserved memory regions are not added to bootmemMarcin Nowakowski1-0/+4
2017-01-03MIPS: Do not request resources for crashkernel if one isn't definedMarcin Nowakowski1-0/+3
2017-01-03MIPS: Move register dump routines out of ptrace codeMarcin Nowakowski2-32/+46
2017-01-03MIPS: kexec: remove SMP_DUMPMarcin Nowakowski2-18/+1
2017-01-03MIPS: Remove r2_emul_return from struct thread_infoPaul Burton3-21/+0
2017-01-03MIPS: traps: Ensure L1 & L2 ECC checking match for CM3 systemsPaul Burton1-3/+60
2017-01-03MIPS: R2-on-R6 MULTU/MADDU/MSUBU emulation bugfixLeonid Yegoshin1-6/+6
2017-01-03MIPS: BMIPS: Migrate interrupts during bmips_cpu_disableFlorian Fainelli1-0/+1
2017-01-03MIPS: SMP-CPS: Don't BUG if a CPU fails to startMatt Redfearn1-1/+5
2017-01-03MIPS: SMP: Remove cpu_callin_mapMatt Redfearn3-4/+0
2017-01-03MIPS: SMP: Use a completion event to signal CPU upMatt Redfearn2-9/+10
2017-01-03MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumpsPaul Burton1-0/+2
2017-01-03MIPS: Calculate microMIPS ra properly when unwinding the stackPaul Burton1-20/+63
2017-01-03MIPS: Fix is_jump_ins() handling of 16b microMIPS instructionsPaul Burton1-3/+8
2017-01-03MIPS: Fix get_frame_info() handling of microMIPS function sizePaul Burton1-7/+5
2017-01-03MIPS: Prevent unaligned accesses during stack unwindingPaul Burton1-35/+35
2017-01-03MIPS: Clear ISA bit correctly in get_frame_info()Paul Burton1-5/+2
2017-01-03MIPS: Ensure bss section ends on a long-aligned addressPaul Burton1-1/+1
2017-01-03MIPS: Relocatable: Provide plat_post_relocation hookSteven J. Hill1-0/+20
2017-01-03MIPS: Switch to the irq_stack in interruptsMatt Redfearn1-5/+76
2017-01-03MIPS: Stack unwinding while on IRQ stackMatt Redfearn1-1/+14
2017-01-03MIPS: Introduce irq_stackMatt Redfearn2-0/+12
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-7/+7
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner5-7/+7
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds17-17/+17
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-2/+2
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-12-14treewide: Fix printk() message errorsMasanari Iida1-1/+1
2016-12-11MIPS: Return -ENODEV from weak implementation of rtc_mips_set_timeLuuk Paulussen1-1/+1
2016-11-22ptrace: Don't allow accessing an undumpable mmEric W. Biederman1-2/+2
2016-11-04MIPS: Fix max_low_pfn with disabled highmemJames Hogan1-0/+13
2016-11-04MIPS: Correct MIPS I FP sigcontext layoutMaciej W. Rozycki1-64/+39