summaryrefslogtreecommitdiff
path: root/arch/mips/include
AgeCommit message (Expand)AuthorFilesLines
2021-05-22MIPS: Avoid handcoded DIVU in `__div64_32' altogetherMaciej W. Rozycki1-6/+2
2021-05-22MIPS: Avoid DIVU in `__div64_32' is result would be zeroMaciej W. Rozycki1-2/+4
2021-05-22MIPS: Reinstate platform `__div64_32' handlerMaciej W. Rozycki1-16/+41
2021-05-22MIPS: cpu-features.h: Replace __mips_isa_rev with MIPS_ISA_REVMatt Redfearn1-2/+3
2021-05-22MIPS: Introduce isa-rev.h to define MIPS_ISA_REVMatt Redfearn1-0/+24
2020-10-01MIPS: Add the missing 'CPU_1074K' into __get_cpu_type()Wei Li1-0/+1
2020-06-20mips: MAAR: Use more precise address maskSerge Semin1-1/+1
2020-06-20KVM: MIPS: Fix VPN2_MASK definition for variable cpu_vmbitsXing Li1-0/+4
2020-06-20KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data)Xing Li1-1/+1
2020-01-27mips: avoid explicit UB in assignment of mips_io_port_baseNick Desaulniers1-12/+2
2020-01-27MIPS: BCM63XX: drop unused and broken DSP platform deviceJonas Gorski2-19/+0
2020-01-09MIPS: Avoid VDSO ABI breakage due to global register variablePaul Burton1-1/+19
2019-12-31mips: fix build when "48 bits virtual memory" is enabledMike Rapoport1-2/+7
2019-12-17MIPS: OCTEON: cvmx_pko_mem_debug8: use oldest forward compatible definitionAaro Koskinen1-1/+1
2019-11-20MIPS: kexec: Relax memory restrictionDengcheng Zhu1-3/+3
2019-11-10MIPS: bmips: mark exception vectors as char arraysJonas Gorski1-5/+5
2019-11-06MIPS: include: Mark __xchg as __always_inlineThomas Bogendoerfer1-2/+2
2019-11-06MIPS: include: Mark __cmpxchg as __always_inlineThomas Bogendoerfer1-2/+3
2019-09-19MIPS: VDSO: Prevent use of smp_processor_id()Paul Burton1-1/+11
2019-07-31MIPS: ath79: fix ar933x uart parity modeStefan Hellermann1-2/+2
2019-07-21MIPS: Remove superfluous check for __linux__Sean Young1-8/+0
2019-07-10MIPS: netlogic: xlr: Remove erroneous check in nlm_fmn_send()Paul Burton1-2/+0
2019-05-16MIPS: VDSO: Reduce VDSO_RANDOMIZE_SIZE to 64MB for 64bitHuacai Chen1-1/+1
2019-03-27MIPS: Fix kernel crash for R6 in jump label branch functionArcher Yan1-4/+4
2019-03-23KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson1-1/+1
2019-02-12mips: bpf: fix encoding bug for mm_srlv32_opJiong Wang1-1/+1
2019-01-09MIPS: Only include mmzone.h when CONFIG_NEED_MULTIPLE_NODES=yPaul Burton2-3/+4
2019-01-09MIPS: Expand MIPS32 ASIDs to 64 bitsPaul Burton3-8/+6
2019-01-09MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()Huacai Chen1-0/+5
2019-01-09MIPS: c-r4k: Add r4k_blast_scache_node for Loongson-3Huacai Chen4-0/+33
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-04MIPS: Workaround GCC __builtin_unreachable reordering bugPaul Burton1-0/+35
2018-10-18MIPS: VDSO: Always map near top of user memoryPaul Burton1-5/+5
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: Change definition of cpu_relax() for Loongson-3Huacai Chen1-0/+13
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-06-20MIPS: io: Add barrier after register read in readX()Sinan Kaya1-0/+2
2018-06-20MIPS: io: Prevent compiler reordering writeX()Sinan Kaya1-1/+1
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-04-24MIPS: uaccess: Add micromips clobbers to bzero invocationMatt Redfearn1-2/+9
2018-02-28MIPS: Drop spurious __unused in struct compat_flockJames Hogan1-1/+0
2017-12-17fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton1-1/+0
2017-12-10MIPS: Add custom serial.h with BASE_BAUD override for generic kernelMatt Redfearn2-1/+22
2017-11-30MIPS: Fix MIPS64 FP save/restore on 32-bit kernelsJames Hogan1-4/+4