summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
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: 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: Move register dump routines out of ptrace codeMarcin Nowakowski
2017-01-03MIPS: kexec: remove SMP_DUMPMarcin Nowakowski
2017-01-03MIPS: Remove r2_emul_return from struct thread_infoPaul Burton
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: BMIPS: Migrate interrupts during bmips_cpu_disableFlorian Fainelli
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: 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: Ensure bss section ends on a long-aligned addressPaul Burton
2017-01-03MIPS: Relocatable: Provide plat_post_relocation hookSteven J. Hill
2017-01-03MIPS: Switch to the irq_stack in interruptsMatt Redfearn
2017-01-03MIPS: Stack unwinding while on IRQ stackMatt Redfearn
2017-01-03MIPS: Introduce irq_stackMatt Redfearn
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-12-14treewide: Fix printk() message errorsMasanari Iida
2016-12-11MIPS: Return -ENODEV from weak implementation of rtc_mips_set_timeLuuk Paulussen
2016-11-22ptrace: Don't allow accessing an undumpable mmEric W. Biederman
2016-11-04MIPS: Fix max_low_pfn with disabled highmemJames Hogan
2016-11-04MIPS: Correct MIPS I FP sigcontext layoutMaciej W. Rozycki
2016-11-04MIPS: Fix ISA I/II FP signal context offsetsMaciej W. Rozycki
2016-11-04MIPS: Remove FIR from ISA I FP signal contextMaciej W. Rozycki
2016-11-04MIPS: Fix ISA I FP sigcontext access violation handlingMaciej W. Rozycki
2016-11-04MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueMaciej W. Rozycki
2016-11-04MIPS: ptrace: Also initialize the FP context on individual FCSR writesMaciej W. Rozycki
2016-11-04MIPS: Fix __show_regs() outputPaul Burton
2016-11-04MIPS: traps: Fix output of show_codeMatt Redfearn
2016-11-04MIPS: traps: Fix output of show_stacktraceMatt Redfearn
2016-11-04MIPS: traps: Fix output of show_backtraceMatt Redfearn
2016-11-04MIPS: KASLR: Fix handling of NULL FDTMatt Redfearn