aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-11mips: Differentiate between 32 and 64 bit ELF headerDaniel Wagner1-2/+7
2016-02-10MIPS: Octeon: Update OCTEON_FEATURE_PCIE for Octeon IIIZubair Lutfullah Kakakhel1-1/+2
2016-02-05MIPS: Wire up copy_file_range syscall.Ralf Baechle1-6/+9
2016-02-04MIPS: Fix 64k page support for 32 bit kernels.Ralf Baechle1-1/+1
2016-02-01MIPS: Fix FPU disable with preemptionJames Hogan2-2/+6
2016-02-01MIPS: Fix buffer overflow in syscall_get_arguments()James Hogan1-3/+1
2016-01-27Revert "MIPS: bcm63xx: nvram: Remove unused bcm63xx_nvram_get_psi_size() function"Ralf Baechle1-0/+2
2016-01-24Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds24-220/+376
2016-01-24Merge branch '4.4-fixes' into mips-for-linux-nextRalf Baechle3-1/+6
2016-01-24MIPS: bcm63xx: nvram: Remove unused bcm63xx_nvram_get_psi_size() functionSimon Arlott1-2/+0
2016-01-24MIPS: bcm963xx: Move Broadcom BCM963xx image tag data structureSimon Arlott1-96/+0
2016-01-24MIPS: Move KVM specific opcodes into asm/inst.hJames Hogan1-1/+2
2016-01-24MIPS: Break down cacheops.h definitionsJames Hogan1-42/+64
2016-01-24MIPS: Update trap codesJames Hogan1-2/+10
2016-01-24MIPS: Move Cause.ExcCode trap codes to mipsregs.hJames Hogan2-28/+24
2016-01-24MIPS: KVM: Drop unused kvm_mips_host_tlb_inv_index()James Hogan1-1/+0
2016-01-24MIPS: Move definition of DC bit to mipsregs.hJames Hogan2-3/+2
2016-01-24MIPS: KVM: Drop some unused definitions from kvm_host.hJames Hogan1-5/+0
2016-01-24MIPS: KVM: Trivial whitespace and style fixesJames Hogan1-1/+1
2016-01-24MIPS: Add support for PIC32MZDA platformJoshua Henderson4-0/+122
2016-01-24MIPS: smp-cps: Ensure secondary cores start with EVA disabledMatt Redfearn1-0/+4
2016-01-24MIPS: io.h: Define `ioremap_cache'Maciej W. Rozycki1-0/+1
2016-01-24MIPS: inst.h: Fix some instruction descriptionsMaciej W. Rozycki1-2/+2
2016-01-24MIPS: math-emu: Correct the emulation of microMIPS ADDIUPC instructionMaciej W. Rozycki1-0/+8
2016-01-24MIPS: math-emu: Make microMIPS branch delay slot emulation workMaciej W. Rozycki2-2/+2
2016-01-24MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefsHuacai Chen1-2/+2
2016-01-23Revert "MIPS: Fix PAGE_MASK definition"Dan Williams1-1/+1
2016-01-22MIPS: Cleanup the unused __arch_local_irq_restore() functionHuacai Chen1-30/+0
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig1-2/+0
2016-01-20mm: arch: remove duplicate definitions of MADV_FREEGuenter Roeck1-1/+0
2016-01-20MIPS: Add IEEE Std 754 conformance mode selectionMaciej W. Rozycki1-0/+4
2016-01-20MIPS: ELF: Interpret the NAN2008 file header flagMaciej W. Rozycki1-3/+6
2016-01-20ELF: Also pass any interpreter's file header to `arch_check_elf'Maciej W. Rozycki1-1/+1
2016-01-20MIPS: Define the legacy-NaN and 2008-NaN featuresMaciej W. Rozycki2-0/+9
2016-01-20MIPS: ralink: add MT7621 supportJohn Crispin3-0/+112
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-35/+16
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams1-3/+3
2016-01-15arch/*/include/uapi/asm/mman.h: : let MADV_FREE have same value for all architecturesChen Gang1-0/+1
2016-01-15mm: define MADV_FREE for some archesMinchan Kim1-0/+1
2016-01-15mips, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2-24/+4
2016-01-12mips: define __smp_xxxMichael S. Tsirkin1-12/+14
2016-01-12mips: reuse asm-generic/barrier.hMichael S. Tsirkin1-23/+2
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek1-0/+3
2016-01-04MIPS: ath79: Allow using ath79_ddr_wb_flush() from driversAlban Bedel1-0/+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
2015-12-22MIPS: uaccess: Fix strlen_user with EVAJames Hogan1-1/+1
2015-11-16MIPS: Fix flood of warnings about comparsion being always true.Ralf Baechle1-1/+2
2015-11-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds25-122/+444