summaryrefslogtreecommitdiff
path: root/arch/mips/include
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Add the missing 'CPU_1074K' into __get_cpu_type()Wei Li2020-10-011-0/+1
* install several missing uapi headersRolf Eike Beer2020-08-211-0/+3
* KVM: MIPS: Fix VPN2_MASK definition for variable cpu_vmbitsXing Li2020-06-201-0/+4
* KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data)Xing Li2020-06-201-1/+1
* mips: avoid explicit UB in assignment of mips_io_port_baseNick Desaulniers2020-01-291-12/+2
* MIPS: Avoid VDSO ABI breakage due to global register variablePaul Burton2020-01-121-1/+19
* MIPS: OCTEON: cvmx_pko_mem_debug8: use oldest forward compatible definitionAaro Koskinen2019-12-211-1/+1
* MIPS: kexec: Relax memory restrictionDengcheng Zhu2019-11-251-3/+3
* MIPS: bmips: mark exception vectors as char arraysJonas Gorski2019-11-101-5/+5
* MIPS: VDSO: Prevent use of smp_processor_id()Paul Burton2019-09-211-1/+11
* MIPS: ath79: fix ar933x uart parity modeStefan Hellermann2019-08-041-2/+2
* MIPS: Remove superfluous check for __linux__Sean Young2019-07-211-8/+0
* MIPS: Workaround GCC __builtin_unreachable reordering bugPaul Burton2019-07-101-0/+35
* MIPS: netlogic: xlr: Remove erroneous check in nlm_fmn_send()Paul Burton2019-07-101-2/+0
* MIPS: Fix kernel crash for R6 in jump label branch functionArcher Yan2019-03-271-4/+4
* mips: bpf: fix encoding bug for mm_srlv32_opJiong Wang2019-02-121-1/+1
* MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()Huacai Chen2019-01-091-0/+5
* mips: fix mips_get_syscall_arg o32 checkDmitry V. Levin2018-12-081-1/+1
* MIPS: Loongson-3: Fix BRIDGE irq delivery problemHuacai Chen2018-11-211-1/+1
* MIPS: microMIPS: Fix decoding of swsp16 instructionMatt Redfearn2018-11-101-1/+1
* MIPS: ath79: fix system restartFelix Fietkau2018-09-261-0/+1
* MIPS: Fix ISA virt/bus conversion for non-zero PHYS_OFFSETPaul Burton2018-09-191-4/+4
* MIPS: Correct the 64-bit DSP accumulator register sizeMaciej W. Rozycki2018-09-051-1/+1
* Revert "MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum"Rafał Miłecki2018-09-051-3/+0
* MIPS: io: Add barrier after register read in inX()Huacai Chen2018-07-031-0/+2
* MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratumTokunori Ikegami2018-07-031-0/+3
* MIPS: ath79: Fix AR724X_PLL_REG_PCIE_CONFIG offsetMathias Kresin2018-05-301-1/+1
* MIPS: generic: Fix machine compatible matchingJames Hogan2018-05-301-1/+1
* futex: Remove duplicated code and fix undefined behaviourJiri Slaby2018-05-191-21/+4
* MIPS: uaccess: Add micromips clobbers to bzero invocationMatt Redfearn2018-04-241-2/+9
* MIPS: kprobes: flush_insn_slot should flush only if probe initialisedMarcin Nowakowski2018-04-131-1/+2
* MIPS: mm: adjust PKMAP locationMarcin Nowakowski2018-04-131-1/+6
* MIPS: Fix odd fp register warnings with MIPS64r2James Hogan2017-11-301-3/+5
* MIPS: traps: Ensure L1 & L2 ECC checking match for CM3 systemsPaul Burton2017-11-211-0/+7
* MIPS: End asm function prologue macros with .insnPaul Burton2017-11-211-4/+6
* MIPS: Fix CM region target definitionsPaul Burton2017-11-151-2/+2
* MIPS: Fix minimum alignment requirement of IRQ stackMatt Redfearn2017-10-211-1/+1
* MIPS: IRQ Stack: Unwind IRQ stack onto task stackMatt Redfearn2017-10-081-0/+15
* MIPS: Fix unaligned PC interpretation in `compute_return_epc'Maciej W. Rozycki2017-07-271-4/+1
* MIPS: Only change $28 to thread_info if coming from user modeMatt Redfearn2017-04-181-0/+7
* MIPS: Introduce irq_stackMatt Redfearn2017-04-181-0/+12
* MIPS: End spinlocks with .insnPaul Burton2017-04-121-4/+4
* MIPS: VDSO: avoid duplicate CAC_BASE definitionArnd Bergmann2017-03-181-2/+4
* MIPS: Fix special case in 64 bit IP checksumming.Ralf Baechle2017-03-121-0/+2
* MIPS: Mask out limit field when calculating wired entry countPaul Burton2016-11-242-0/+19
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-11-041-3/+4
|\
| * KVM: MIPS: Precalculate MMIO load resume PCJames Hogan2016-10-261-3/+4
* | MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueMaciej W. Rozycki2016-11-042-0/+31
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-10-1533-737/+449
|\
| * MIPS: ptrace: Fix regs_return_value for kernel contextMarcin Nowakowski2016-10-121-1/+1