summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm
AgeCommit message (Expand)AuthorLines
2018-02-07Merge tag 'mips_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds-390/+383
2018-02-05MIPS: generic: Fix machine compatible matchingJames Hogan-1/+1
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-1/+0
2018-01-31Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2018-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+3
2018-01-31mips: use generic_pmdp_establish as pmdp_establishKirill A. Shutemov-0/+3
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-0/+4
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-25/+17
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-73/+0
2018-01-24MIPS: Loongson fix name confict - MEM_RESERVEDHuacai Chen-1/+1
2018-01-24MIPS: Fix trailing semicolonLuis de Bethencourt-1/+1
2018-01-22MIPS: MSA: Update helpers to use new asm macrosJames Hogan-44/+19
2018-01-22MIPS: XPA: Standardise readx/writex accessorsJames Hogan-10/+10
2018-01-22MIPS: XPA: Allow use of $0 (zero) to MTHC0James Hogan-2/+2
2018-01-22MIPS: XPA: Use XPA instructions in assemblyJames Hogan-10/+16
2018-01-22MIPS: VZ: Pass GC0 register names in $n formatJames Hogan-188/+188
2018-01-22MIPS: VZ: Update helpers to use new asm macrosJames Hogan-127/+37
2018-01-22MIPS: Add helpers for assembler macro instructionsJames Hogan-0/+83
2018-01-18MIPS: platform: add machtype IDs for more Ingenic SoCsPaul Cercueil-0/+2
2018-01-15signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman-2/+0
2018-01-15signal: unify compat_siginfo_tAl Viro-71/+0
2018-01-15mips/netlogic: remove swiotlb supportChristoph Hellwig-3/+0
2018-01-10dma-mapping: move dma_mark_clean to dma-direct.hChristoph Hellwig-2/+0
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig-20/+17
2018-01-10mips: fix an off-by-one in dma_capableChristoph Hellwig-1/+1
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells-3/+0
2018-01-09MIPS: mipsregs.h: Make read_c0_prid use const accessorJames Hogan-1/+1
2018-01-09MIPS: mipsregs.h: Add read const Cop0 macrosJames Hogan-10/+27
2018-01-03arch: Remove clkdev.h asm-generic from KbuildStephen Boyd-1/+0
2017-12-19bcm63xx_enet: use platform data for dma channel numbersJonas Gorski-0/+4
2017-12-05Merge tag 'tty-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+22
2017-12-04asm-prototypes.h: use linux/uaccess.h, not asm/uaccess.hAl Viro-1/+1
2017-11-29mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams-1/+1
2017-11-28MIPS: Add custom serial.h with BASE_BAUD override for generic kernelMatt Redfearn-1/+22
2017-11-17Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds-1/+0
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-33/+4
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-7/+1
2017-11-15mm, arch: remove empty_bad_page*Michal Hocko-7/+1
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+0
2017-11-15Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds-38/+51
2017-11-15fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton-1/+0
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-3/+0
2017-11-13MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMPBen Hutchings-0/+2
2017-11-10MIPS: Fix odd fp register warnings with MIPS64r2James Hogan-3/+5
2017-11-09MIPS/ptrace: Update syscall nr on register changesJames Hogan-4/+25
2017-11-09MIPS: Fix MIPS64 FP save/restore on 32-bit kernelsJames Hogan-4/+4
2017-11-09MIPS: page.h: Define virt_to_pfn()Florian Fainelli-2/+2
2017-11-08MIPS: Use SLL by 0 for 32-bit truncation in `__read_64bit_c0_split'Maciej W. Rozycki-8/+6
2017-11-07PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas-2/+0
2017-11-07PCI: Remove redundant pcibios_set_master() declarationsBjorn Helgaas-2/+0