aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-21Merge tag 'mips_4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mipsLinus Torvalds34-133/+278
2017-02-17MIPS: Fix special case in 64 bit IP checksumming.Ralf Baechle1-0/+2
2017-02-14MIPS: Unify perf counter register definitionsJames Hogan1-0/+33
2017-02-14MIPS: OCTEON: Platform support for OCTEON III USB controllerSteven J. Hill1-2/+6
2017-02-13MIPS: Fix protected_cache(e)_op() for microMIPSPaul Burton1-2/+4
2017-02-13Merge tag 'mips_kvm_4.11_1' into mips-for-linux-nextJames Hogan4-35/+67
2017-02-03MIPS: Add return errors to protected cache opsJames Hogan1-20/+35
2017-02-03MIPS: Export some tlbex internals for KVM to useJames Hogan1-0/+26
2017-02-03MIPS: uasm: Add include guards in asm/uasm.hJames Hogan1-0/+5
2017-02-02MIPS: Move pgd_alloc() out of headerJames Hogan1-15/+1
2017-02-01sched/cputime: Remove generic asm headersFrederic Weisbecker1-1/+0
2017-01-25MIPS: BCM47XX: Add Luxul devices to the databaseDan Haab1-0/+9
2017-01-25MIPS: VDSO: avoid duplicate CAC_BASE definitionArnd Bergmann1-2/+4
2017-01-24MIPS: Fix modversionsArnd Bergmann2-0/+23
2017-01-03MIPS: End asm function prologue macros with .insnPaul Burton1-4/+6
2017-01-03MIPS: Use generic asm/export.hPaul Burton1-0/+1
2017-01-03MIPS: IRQ: Remove useless i8259_of_init() prototype.Ralf Baechle1-1/+0
2017-01-03MIPS: ralink: Add missing pinmux.John Crispin1-1/+6
2017-01-03MIPS: platform: Allow for DTB to be moved during kernel relocationMarcin Nowakowski1-0/+13
2017-01-03MIPS: elfcore: add correct copy_regs implementationsMarcin Nowakowski1-0/+6
2017-01-03MIPS: Move register dump routines out of ptrace codeMarcin Nowakowski1-0/+3
2017-01-03MIPS: kexec: remove SMP_DUMPMarcin Nowakowski1-7/+1
2017-01-03MIPS: Loongson1: Add watchdog support for Loongson1 boardYang Ling1-4/+5
2017-01-03MIPS: Loongson1: Remove several redundant RTC-related macrosYang Ling2-3/+27
2017-01-03MIPS: Remove RESTORE_ALL_AND_RETPaul Burton1-8/+0
2017-01-03MIPS: Cleanup LLBit handling in switch_toPaul Burton1-6/+12
2017-01-03MIPS: Remove r2_emul_return from struct thread_infoPaul Burton2-1/+4
2017-01-03MIPS: traps: Ensure L1 & L2 ECC checking match for CM3 systemsPaul Burton1-0/+7
2017-01-03MIPS: Loongson1B: Modify DEFAULT_MEMSIZEKelvin Cheung1-1/+1
2017-01-03MIPS: SMP: Remove cpu_callin_mapMatt Redfearn1-2/+0
2017-01-03MIPS: Remove unused HIGHMEM_DEBUG macroPaul Burton1-3/+0
2017-01-03MIPS: Use generic asm/unaligned.hPaul Burton2-28/+1
2017-01-03MIPS: Octeon: Enable KASLRSteven J. Hill1-2/+13
2017-01-03MIPS: Only change $28 to thread_info if coming from user modeMatt Redfearn1-0/+7
2017-01-03MIPS: Introduce irq_stackMatt Redfearn1-0/+12
2017-01-03MIPS: Octeon: Kill cvmx_helper_link_autoconf()Aaro Koskinen5-21/+5
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds4-4/+4
2016-12-18Merge tag 'rtc-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-1/+0
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2-0/+19
2016-11-24MIPS: Mask out limit field when calculating wired entry countPaul Burton2-0/+19
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger1-1/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger1-1/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Christian Borntraeger1-0/+1
2016-11-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar3-3/+35
2016-11-05MIPS: jz4740: Remove obsolete codePaul Cercueil1-1/+0
2016-11-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+4
2016-11-04MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueMaciej W. Rozycki2-0/+31
2016-10-26KVM: MIPS: Precalculate MMIO load resume PCJames Hogan1-3/+4
2016-10-25locking/mutex: Kill arch specific codePeter Zijlstra1-1/+0
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds33-737/+449