summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
AgeCommit message (Expand)AuthorLines
2017-09-09Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtdLinus Torvalds-1/+1
2017-09-08vga: optimise console scrollingMatthew Wilcox-0/+7
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-11/+3
2017-09-06mm,fork: introduce MADV_WIPEONFORKRik van Riel-0/+3
2017-09-06mm: arch: consolidate mmap hugetlb size encodingsMike Kravetz-11/+0
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-0/+2
2017-09-06MIPS: microMIPS: Fix decoding of swsp16 instructionMatt Redfearn-1/+1
2017-09-06MIPS: BCM63XX: fix ENETDMA_6345_MAXBURST_REG offsetJonas Gorski-1/+1
2017-09-06mips: Save all registers when saving the frameCorey Minyard-14/+50
2017-09-06MIPS: Add DWARF unwinding to assemblyCorey Minyard-99/+135
2017-09-06MIPS: Make SAVE_SOME more standardCorey Minyard-14/+37
2017-09-04MIPS: Octeon: Allow access to CIU3 IRQ domains.Steven J. Hill-0/+2
2017-09-04MIPS: Octeon: Make CSR functions node aware.Steven J. Hill-0/+28
2017-09-04MIPS: Octeon: Watchdog registers for 70xx, 73xx, 78xx, F75xx.Steven J. Hill-0/+10
2017-09-04MIPS: Octeon: Add support for accessing the boot vector.Steven J. Hill-0/+81
2017-09-04MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()Hauke Mehrtens-2/+0
2017-09-04irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.hPaul Burton-0/+30
2017-09-04irqchip: mips-gic: Move various definitions to the driverPaul Burton-5/+0
2017-09-04MIPS: GIC: Move GIC_LOCAL_INT_* to asm/mips-gic.hPaul Burton-0/+24
2017-09-04MIPS: Add __ioread64_copyPaul Burton-0/+2
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar-5/+0
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+0
2017-09-01Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon-1/+1
2017-08-31KVM: update to new mmu_notifier semantic v2Jérôme Glisse-5/+0
2017-08-30MIPS: GIC: Introduce asm/mips-gic.h with accessor functionsPaul Burton-0/+294
2017-08-30MIPS: Don't use dma_cache_sync to implement fd_cacheflushChristoph Hellwig-2/+2
2017-08-30MIPS: CPS: Cluster support for topology functionsPaul Burton-30/+128
2017-08-30MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton-7/+14
2017-08-30MIPS: SMP: Allow boot_secondary SMP op to return errorsPaul Burton-1/+1
2017-08-30MIPS: CM: Add cluster & block args to mips_cm_lock_other()Paul Burton-9/+36
2017-08-30MIPS: Add CPU cluster number accessorsPaul Burton-0/+11
2017-08-30MIPS: Unify checks for sibling CPUsPaul Burton-0/+17
2017-08-30MIPS: Store core & VP IDs in GlobalNumber-style variablePaul Burton-26/+13
2017-08-30MIPS: Abstract CPU core & VP(E) ID access through accessor functionsPaul Burton-5/+26
2017-08-30MIPS: Add accessor & bit definitions for GlobalNumberPaul Burton-0/+13
2017-08-30MIPS: CPS: Add CM/CPC 3.5 register definitionsPaul Burton-7/+69
2017-08-30MIPS: CPS: Introduce register modify (set/clear/change) accessorsPaul Burton-1/+22
2017-08-30MIPS: CPC: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton-37/+42
2017-08-30MIPS: CPC: Use common CPS accessor generation macrosPaul Burton-41/+22
2017-08-29MIPS: CM: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton-181/+130
2017-08-29MIPS: CM: Specify register size when generating accessorsPaul Burton-109/+132
2017-08-29MIPS: CM: Rename mips_cm_base to mips_gcr_basePaul Burton-3/+3
2017-08-29MIPS: math-emu: Add FP emu debugfs stats for individual instructionsAleksandar Markovic-0/+115
2017-08-29MIPS: math-emu: Add FP emu debugfs statistics for branchesAleksandar Markovic-0/+1
2017-08-29MIPS: math-emu: Correct user fault_addr typePaul Burton-1/+1
2017-08-29MIPS: Alchemy: update cpu feature overridesManuel Lauss-0/+26
2017-08-29MIPS: Octeon: Expose support for mips32r1, mips32r2 and mips64r1Petar Jovanovic-3/+3
2017-08-29MIPS: NUMA: Remove the unused parent_node() macroDou Liyang-2/+0
2017-08-29MIPS: Remove unused R6000 supportPaul Burton-12/+0
2017-08-29MIPS: SMP: Constify smp opsMatt Redfearn-15/+15