summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)Author
2019-10-05MIPS: Add missing EHB in mtc0 -> mfc0 sequence.Dmitry Korotin
2019-08-13MIPS: scall64-o32: Fix indirect syscall number loadAurelien Jarno
2019-05-22locking/static_keys: Add a new static_key interfacePeter Zijlstra
2019-05-22jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter 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-22MIPS: jump_label.c: Correct the span of the J instructionMaciej W. Rozycki
2019-05-02mips: Use sigsp()Richard Weinberger
2019-05-02mips: Use get_signal() signal_setup_done()Richard Weinberger
2019-05-02MIPS: Remove function size check in get_frame_info()Jun-Ru Chang
2019-05-02MIPS: OCTEON: don't set octeon_dma_bar_type if PCI is disabledAaro Koskinen
2019-05-02Disable MSI also when pcie-octeon.pcie_disable onYunQiang Su
2019-04-04MIPS: BCM63XX: fix switch core reset on BCM6368Jonas Gorski
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: Align kernel load address to 64KBHuacai Chen
2019-04-04MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()Huacai Chen
2019-04-04MIPS: SiByte: Enable ZONE_DMA32 for LittleSurMaciej W. Rozycki
2019-02-11mips: fix mips_get_syscall_arg o32 checkDmitry V. Levin
2018-12-16MIPS: memset: Fix CPU_DADDI_WORKAROUNDS `small_fixup' regressionMaciej W. Rozycki
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-21MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRsMaciej W. Rozycki
2018-10-21Make asm/word-at-a-time.h available on all architecturesChris Metcalf
2018-10-21MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRsMaciej W. Rozycki
2018-10-21KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"Colin Ian King
2018-10-21MIPS: ptrace: Expose FIR register through FP regsetMaciej W. Rozycki
2018-10-21MIPS: uaccess: Add micromips clobbers to bzero invocationMatt Redfearn
2018-10-21MIPS: memset.S: Fix clobber of v1 in last_fixupMatt Redfearn
2018-10-21MIPS: memset.S: Fix return of __clear_user from Lpartial_fixupMatt Redfearn
2018-10-21MIPS: memset.S: EVA & fault support for small_memsetMatt Redfearn
2018-10-03mips: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov
2018-06-16MIPS: ralink: Remove ralink_halt()NeilBrown
2018-06-16MIPS: ralink: Don't set pm_power_offJohn Crispin
2018-06-16MIPS: BMIPS: Do not mask IPIs during suspendJustin Chen
2018-06-16MIPS: TXx9: use IS_BUILTIN() for CONFIG_LEDS_CLASSMatt Redfearn
2018-06-16MIPS: Fix clean of vmlinuz.{32,ecoff,bin,srec}James Hogan
2018-06-16MIPS: Normalise code flow in the CpU exception handlerMaciej W. Rozycki
2018-03-03MIPS: CPS: Fix MIPS_ISA_LEVEL_RAW falloutJames Hogan
2018-03-03MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accessesMaciej W. Rozycki
2018-03-03MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSAMaciej W. Rozycki
2018-03-03MIPS: Guard against any partial write attempt with PTRACE_SETREGSETMaciej W. Rozycki
2018-03-03MIPS: Factor out NT_PRFPREG regset access helpersMaciej W. Rozycki
2018-03-03mips/ptrace: Preserve previous registers for short regset writeDave Martin
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