summaryrefslogtreecommitdiff
path: root/arch/mips/include
AgeCommit message (Expand)AuthorFilesLines
2019-01-09MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()Huacai Chen1-0/+5
2018-12-08mips: fix mips_get_syscall_arg o32 checkDmitry V. Levin1-1/+1
2018-11-21MIPS: Loongson-3: Fix BRIDGE irq delivery problemHuacai Chen1-1/+1
2018-11-10MIPS: microMIPS: Fix decoding of swsp16 instructionMatt Redfearn1-1/+1
2018-09-26MIPS: ath79: fix system restartFelix Fietkau1-0/+1
2018-09-19MIPS: Fix ISA virt/bus conversion for non-zero PHYS_OFFSETPaul Burton1-4/+4
2018-09-05MIPS: Correct the 64-bit DSP accumulator register sizeMaciej W. Rozycki1-1/+1
2018-09-05Revert "MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum"Rafał Miłecki1-3/+0
2018-07-03MIPS: io: Add barrier after register read in inX()Huacai Chen1-0/+2
2018-07-03MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratumTokunori Ikegami1-0/+3
2018-05-30MIPS: ath79: Fix AR724X_PLL_REG_PCIE_CONFIG offsetMathias Kresin1-1/+1
2018-05-30MIPS: generic: Fix machine compatible matchingJames Hogan1-1/+1
2018-05-19futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-21/+4
2018-04-24MIPS: uaccess: Add micromips clobbers to bzero invocationMatt Redfearn1-2/+9
2018-04-13MIPS: kprobes: flush_insn_slot should flush only if probe initialisedMarcin Nowakowski1-1/+2
2018-04-13MIPS: mm: adjust PKMAP locationMarcin Nowakowski1-1/+6
2017-11-30MIPS: Fix odd fp register warnings with MIPS64r2James Hogan1-3/+5
2017-11-21MIPS: traps: Ensure L1 & L2 ECC checking match for CM3 systemsPaul Burton1-0/+7
2017-11-21MIPS: End asm function prologue macros with .insnPaul Burton1-4/+6
2017-11-15MIPS: Fix CM region target definitionsPaul Burton1-2/+2
2017-10-21MIPS: Fix minimum alignment requirement of IRQ stackMatt Redfearn1-1/+1
2017-10-08MIPS: IRQ Stack: Unwind IRQ stack onto task stackMatt Redfearn1-0/+15
2017-07-28MIPS: Fix unaligned PC interpretation in `compute_return_epc'Maciej W. Rozycki1-4/+1
2017-04-18MIPS: Only change $28 to thread_info if coming from user modeMatt Redfearn1-0/+7
2017-04-18MIPS: Introduce irq_stackMatt Redfearn1-0/+12
2017-04-12MIPS: End spinlocks with .insnPaul Burton1-4/+4
2017-03-18MIPS: VDSO: avoid duplicate CAC_BASE definitionArnd Bergmann1-2/+4
2017-03-12MIPS: Fix special case in 64 bit IP checksumming.Ralf Baechle1-0/+2
2016-11-24MIPS: Mask out limit field when calculating wired entry countPaul Burton2-0/+19
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-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds33-737/+449
2016-10-14MIPS: Wire up new pkey_{mprotect,alloc,free} syscallsRalf Baechle1-6/+16
2016-10-12MIPS: ptrace: Fix regs_return_value for kernel contextMarcin Nowakowski1-1/+1
2016-10-12Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-9/+15
2016-10-12treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada1-1/+0
2016-10-12mips/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai1-0/+1
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+5
2016-10-10MIPS: Enable hardened usercopyPaul Burton1-0/+18
2016-10-08uprobes: remove function declarations from arch/{mips,s390}Marcin Nowakowski1-12/+0
2016-10-08nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf1-2/+3
2016-10-08mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie1-2/+0
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-23/+40
2016-10-06MIPS: generic: Convert SEAD-3 to a generic boardPaul Burton5-155/+0
2016-10-06MIPS: generic: Introduce generic DT-based board supportPaul Burton1-0/+63
2016-10-06MIPS: Adjust MIPS64 CAC_BASE to reflect Config.K0Paul Burton3-7/+5
2016-10-06MIPS: Support per-device DMA coherencePaul Burton4-1/+22
2016-10-06MIPS: Sanitise coherentio semanticsPaul Burton2-4/+18
2016-10-06MIPS: PCI: Introduce CONFIG_PCI_DRIVERS_LEGACYPaul Burton1-23/+31