summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm
AgeCommit message (Expand)AuthorLines
2015-02-17MIPS: asm: spram: Add new symbol for MIPS scratch pad storageMarkos Chandras-2/+2
2015-02-17MIPS: asm: r4kcache: Add MIPS R6 cache unroll functionsMarkos Chandras-2/+148
2015-02-17MIPS: asm: irqflags: Add MIPS R6 related definitionsMarkos Chandras-3/+4
2015-02-17MIPS: asm: hazards: Add MIPSR6 definitionsMarkos Chandras-4/+5
2015-02-17MIPS: asm: cpu: Add MIPSR6 ISA definitionsLeonid Yegoshin-6/+20
2015-02-17MIPS: Use generic checksum functions for MIPS R6Markos Chandras-0/+6
2015-02-17MIPS: asm: asmmacro: Replace "add" instructions with "addu"Markos Chandras-2/+2
2015-02-17MIPS: asm: asmmacro: Add MIPS R6 support to the simple EI/DI variantsLeonid Yegoshin-1/+1
2015-02-17MIPS: asm: stackframe: Do not preserve the HI/LO registers on MIPS R6Leonid Yegoshin-4/+4
2015-02-17MIPS: asm: module: define MODULE_PROC_FAMILY for MIPS R6Leonid Yegoshin-0/+4
2015-02-17MIPS: asm: compiler: Add new macros to set ISA and arch asm annotationsMarkos Chandras-0/+13
2015-02-16MIPS: Add cases for CPU_QEMU_GENERICLeonid Yegoshin-0/+7
2015-02-16MIPS: Add generic QEMU PRid and cpu type identifiersLeonid Yegoshin-0/+3
2015-02-16MIPS: HTW: Prevent accidental HTW start due to nested htw_{start, stop}Markos Chandras-7/+29
2015-02-16MIPS: asm: pgtable: Prevent HTW race when updating PTEsMarkos Chandras-10/+4
2015-02-16MIPS: asm: pgtable: Add c0 hazards on HTW start/stop sequencesMarkos Chandras-4/+6
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-7/+15
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+1
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski-4/+0
2015-02-12MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPSPaul Burton-0/+16
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov-1/+1
2015-02-10mips: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov-56/+0
2015-02-06kvm: add halt_poll_ns module parameterPaolo Bonzini-0/+1
2015-02-04MIPS: Fix syscall_get_nr for the syscall exit tracing.Lars Persson-7/+2
2015-02-02mtd: nand: jz4740: Convert to GPIO descriptor APILars-Peter Clausen-2/+0
2015-01-30MIPS: mipsregs.h: Add write_32bit_cp1_register()James Hogan-0/+15
2015-01-19MIPS: ARC: Fix build error.Ralf Baechle-3/+3
2015-01-16MIPS: Remove unused dt_setup_arch()Geert Uytterhoeven-7/+0
2015-01-13MIPS: ARC: Add declarations for a few missing ARC firmware functions.Ralf Baechle-0/+3
2015-01-13MIPS: ARC: Use __noreturn instead of open coded attributes in declarations.Ralf Baechle-2/+3
2015-01-13MIPS: Use generic csum_tcpudp_magic for MIPS.Ralf Baechle-13/+0
2015-01-13MIPS: Use <asm-generic/checksum.h>Ralf Baechle-0/+7
2015-01-13MIPS: Rewrite csum_fold to plain C.Ralf Baechle-14/+8
2015-01-13MIPS: mips-cm: Fix sparse warningsJames Hogan-2/+2
2015-01-13MIPS: FRE: Use set/clear_c0_config5 instead of open coded sequences.Ralf Baechle-5/+3
2015-01-13MIPS: Do not fiddle with FRE unless FRE is actually available.Ralf Baechle-16/+27
2014-12-24MIPS: OCTEON: reintroduce crypto features checkAaro Koskinen-2/+15
2014-12-24MIPS: OCTEON: add crypto helper functionsAaro Koskinen-5/+0
2014-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-56/+5
2014-12-11arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck-4/+5
2014-12-11arch: Cleanup read_barrier_depends() and commentsAlexander Duyck-52/+0
2014-12-11Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-1161/+1447
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+0
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann-1/+0
2014-12-08Merge branch 'pm-cpuidle'Rafael J. Wysocki-1/+0
2014-11-24MIPS: Add MFHC0 and MTHC0 instructions to uasm.Steven J. Hill-0/+2
2014-11-24MIPS: Cosmetic cleanups of page table headers.Steven J. Hill-67/+71
2014-11-24MIPS: Add CP0 macros for extended EntryLo registersSteven J. Hill-0/+40
2014-11-24MIPS: Remove now unused definition of phys_t.Ralf Baechle-16/+0
2014-11-24MIPS: Replace use of phys_t with phys_addr_t.Ralf Baechle-29/+29