summaryrefslogtreecommitdiff
path: root/arch/mips/include
AgeCommit message (Expand)Author
2019-05-22locking/static_keys: Add a new static_key interfacePeter Zijlstra
2019-05-22jump_label: Allow asm/jump_label.h to be included in assemblyAnton Blanchard
2019-05-22MIPS: jump_label.c: Handle the microMIPS J instruction encodingMaciej W. Rozycki
2019-05-02mips: Use get_signal() signal_setup_done()Richard Weinberger
2019-04-04mips: bpf: fix encoding bug for mm_srlv32_opJiong Wang
2019-04-04MIPS: Expand MIPS32 ASIDs to 64 bitsPaul Burton
2019-04-04MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()Huacai Chen
2019-02-11mips: fix mips_get_syscall_arg o32 checkDmitry V. Levin
2018-12-16MIPS: Change definition of cpu_relax() for Loongson-3Huacai Chen
2018-12-16MIPS: Correct the 64-bit DSP accumulator register sizeMaciej W. Rozycki
2018-11-20MIPS: asmmacro: Ensure 64-bit FP registers are used with MSAMarkos Chandras
2018-11-20MIPS: asm: compiler: Add new macros to set ISA and arch asm annotationsMarkos Chandras
2018-11-20MIPS: Fix off-by-one in pci_resource_to_user()Paul Burton
2018-11-20MIPS: io: Add barrier after register read in inX()Huacai Chen
2018-10-21Make asm/word-at-a-time.h available on all architecturesChris Metcalf
2018-10-21MIPS: uaccess: Add micromips clobbers to bzero invocationMatt Redfearn
2018-10-03mips: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov
2018-03-03MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueMaciej W. Rozycki
2018-03-03MIPS: MSA: bugfix - disable MSA correctly for new threads/processes.Ralf Baechle
2018-03-03MIPS: Fix a preemption issue with thread's FPU defaultsMaciej W. Rozycki
2018-03-03MIPS: Respect the ISA level in FCSR handlingMaciej W. Rozycki
2018-03-03MIPS: math-emu: Define IEEE 754-2008 feature control bitsMaciej W. Rozycki
2018-03-03MIPS: Set `si_code' for SIGFPE signals sent from emulation tooMaciej W. Rozycki
2018-03-03MIPS: lose_fpu(): Disable FPU when MSA enabledJames Hogan
2018-03-03MIPS: Clear [MSA]FPE CSR.Cause after notify_die()James Hogan
2018-01-01MIPS: Fix CM region target definitionsPaul Burton
2017-11-26MIPS: microMIPS: Fix decoding of swsp16 instructionMatt Redfearn
2017-11-11MIPS: Fix a warning for virt_to_pageZubair Lutfullah Kakakhel
2017-10-12MIPS: KVM: Fix modular KVM under QEMUJames Hogan
2017-10-12MIPS: Fix 64k page support for 32 bit kernels.Ralf Baechle
2017-10-12MIPS: Fix unaligned PC interpretation in `compute_return_epc'Maciej W. Rozycki
2017-09-15MIPS: kprobes: flush_insn_slot should flush only if probe initialisedMarcin Nowakowski
2017-07-18MIPS: End spinlocks with .insnPaul Burton
2017-06-05MIPS: Fix special case in 64 bit IP checksumming.Ralf Baechle
2017-04-04MIPS: Zero variable read by get_user / __get_user in case of an error.Ralf Baechle
2017-04-04MIPS: wrap cfcmsa & ctcmsa accesses for toolchains with MSA supportPaul Burton
2017-04-04MIPS: remove MSA macro recursionPaul Burton
2017-04-04MIPS: assume at as source/dest of MSA copy/insert instructionsPaul Burton
2017-04-04MIPS: Push .set mips64r* into the functions needing itPaul Burton
2017-04-04MIPS: mipsregs.h: Add write_32bit_cp1_register()James Hogan
2017-04-04MIPS: Fix build with binutils 2.24.51+Manuel Lauss
2017-04-04MIPS: init upper 64b of vector registers when MSA is first usedPaul Burton
2017-04-04MIPS: save/disable MSA in lose_fpuPaul Burton
2017-04-04MIPS: save/restore MSACSR register on context switchPaul Burton
2017-04-04MIPS: allow msa.h to be included in assembly filesPaul Burton
2017-02-23KVM: MIPS: Precalculate MMIO load resume PCJames Hogan
2017-02-23MIPS: ptrace: Fix regs_return_value for kernel contextMarcin Nowakowski
2017-02-23mips/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai
2016-11-20mips: copy_from_user() must zero the destination on access_ok() failureAl Viro
2016-11-20MIPS: paravirt: Fix undefined reference to smp_bootstrapMatt Redfearn