aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-03MIPS: traps: Correct the SIGTRAP debug ABI in `do_watch' and `do_trap_or_bp'Maciej W. Rozycki1-1/+1
2016-04-03MIPS: Fix misspellings in comments.Adam Buchbinder14-23/+23
2016-04-03MIPS: Wire up preadv2 and pwrite2 syscalls.Ralf Baechle1-6/+12
2016-03-29MIPS: cpu_name_string: Use raw_smp_processor_id().James Hogan1-1/+1
2016-03-24Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtdLinus Torvalds1-2/+0
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+9
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-4/+6
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-0/+9
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+0
2016-03-13ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck1-1/+1
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck1-3/+3
2016-03-08Merge branch 'linus' into irq/core, to pick up fixesIngo Molnar7-15/+26
2016-03-07PCI: Move pci_dma_* helpers to common codeChristoph Hellwig1-3/+0
2016-03-05mm/pkeys: Fix siginfo ABI breakage caused by new u64 fieldDave Hansen1-1/+1
2016-02-25net: Facility to report route quality of connected socketsTom Herbert1-0/+2
2016-02-25MIPS: Make smp CMP, CPS and MT use the new generic IPI functionsQais Yousef1-2/+3
2016-02-21Merge branch 'irqchip/mips' into irqchip/coreJason Cooper1-0/+4
2016-02-18signals, ia64, mips: Update arch-specific siginfos with pkeys fieldDave Hansen1-4/+9
2016-02-17irqchip/ath79-cpu: Move the CPU IRQ driver from arch/mips/ath79/Alban Bedel1-0/+1
2016-02-17irqchip/ath79-misc: Move the MISC driver from arch/mips/ath79/Alban Bedel1-0/+3
2016-02-11libata: support AHCI on OCTEON platformAleksey Makarov1-0/+9
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-05PCI: Remove includes of empty asm-generic/pci-bridge.hBjorn Helgaas1-1/+0
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-26mtd: nand: jz4740: kill the ->ecc_layout fieldBoris BREZILLON1-2/+0
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