summaryrefslogtreecommitdiff
path: root/arch/mips/include
AgeCommit message (Expand)AuthorFilesLines
2019-04-03MIPS: Fix kernel crash for R6 in jump label branch functionArcher Yan1-4/+4
2019-02-20mips: bpf: fix encoding bug for mm_srlv32_opJiong Wang1-1/+1
2019-01-13MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()Huacai Chen1-0/+5
2018-12-13mips: 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-11-10MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueMaciej W. Rozycki2-0/+31
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-08-06MIPS: Fix off-by-one in pci_resource_to_user()Paul Burton1-1/+1
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-26futex: 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-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-12MIPS: Fix special case in 64 bit IP checksumming.Ralf Baechle1-0/+2
2016-11-18KVM: MIPS: Precalculate MMIO load resume PCJames Hogan1-3/+4
2016-10-28MIPS: ptrace: Fix regs_return_value for kernel contextMarcin Nowakowski1-1/+1
2016-10-07MIPS: uprobes: remove incorrect set_orig_insnMarcin Nowakowski1-1/+0
2016-09-30MIPS: paravirt: Fix undefined reference to smp_bootstrapMatt Redfearn1-0/+2
2016-09-30MIPS: Add a missing ".set pop" in an early commitHuacai Chen1-0/+1
2016-09-24mips: copy_from_user() must zero the destination on access_ok() failureAl Viro1-0/+3
2016-07-27MIPS: KVM: Fix modular KVM under QEMUJames Hogan1-0/+1
2016-06-24MIPS: Fix 64k page support for 32 bit kernels.Ralf Baechle1-1/+1
2016-06-08MIPS: Fix MSA ld_*/st_* asm macros to use PTR_ADDUJames Hogan1-8/+8
2016-06-08MIPS: Use copy_s.fmt rather than copy_u.fmtPaul Burton1-12/+12
2016-06-08MIPS: Sync icache & dcache in set_pte_atPaul Burton2-11/+21
2016-06-08MIPS: Fix watchpoint restorationJames Hogan2-6/+6
2016-06-08MIPS: Fix uapi include in exported asm/siginfo.hJames Hogan1-3/+1
2016-06-08MIPS: Fix siginfo.h to use strict posix typesJames Hogan1-9/+9
2016-06-08MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCCMaciej W. Rozycki1-0/+13
2016-06-01MIPS: KVM: Fix timer IRQ race when writing CP0_CompareJames Hogan1-1/+1
2016-03-04MIPS: Fix buffer overflow in syscall_get_arguments()James Hogan1-3/+1
2016-03-04MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefsHuacai Chen1-2/+2
2016-03-04Revert "MIPS: Fix PAGE_MASK definition"Dan Williams1-1/+1
2015-12-27MIPS: Fix bitrot in __get_user_unaligned()Al Viro1-3/+3
2015-12-22MIPS: uaccess: Take EVA into account in [__]clear_userJames Hogan1-10/+22
2015-12-22MIPS: uaccess: Take EVA into account in __copy_from_user()James Hogan1-3/+9