summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
Commit message (Expand)AuthorAgeFilesLines
* Revert "MIPS: ralink: fix cpu clock of mt7621 and add dt clk devices"Paul Burton2019-04-121-20/+0Star
* MIPS: jump_label: Use compact branches for >= r6Paul Burton2019-04-101-3/+9
* MIPS: jump_label: Remove redundant nopsPaul Burton2019-04-101-2/+1Star
* Merge tag 'mips_fixes_5.1_1' into mips-nextPaul Burton2019-04-102-11/+4Star
|\
| * MIPS: Remove custom MIPS32 __kernel_fsid_t typePaul Burton2019-03-141-7/+0Star
| * MIPS: Fix kernel crash for R6 in jump label branch functionArcher Yan2019-03-111-4/+4
* | MIPS: ralink: fix cpu clock of mt7621 and add dt clk devicesChuanhong Guo2019-04-041-0/+20
* | MIPS: uasm: Add div, mul and sel instructions for mipsr6Hassan Naveed2019-03-192-3/+11
* | Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-03-171-2/+0Star
|\ \
| * | kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+0Star
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-151-1/+1
|\ \ \
| * | | KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-02-201-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-141-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | y2038: fix socket.h header inclusionArnd Bergmann2019-03-111-1/+1
* | | | Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-101-10/+0Star
|\ \ \ \
| * | | | dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig2019-02-131-10/+0Star
* | | | | Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-061-3/+1Star
|\ \ \ \ \
| * | | | | arch: move common mmap flags to linux/mman.hMichael S. Tsirkin2019-02-181-3/+1Star
* | | | | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-15/+2Star
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-101-2/+2
| |\ \ \ \ \
| | * | | | | y2038: rename old time and utime syscallsArnd Bergmann2019-02-071-2/+2
| * | | | | | Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kern...Thomas Gleixner2019-02-101-13/+0Star
| |\| | | | | | | |_|/ / / | |/| | | |
| | * | | | syscalls: remove obsolete __IGNORE_ macrosArnd Bergmann2019-02-071-13/+0Star
| | |/ / /
* | | | | Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-03-0525-615/+400Star
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | MIPS: SGI-IP27: rework HUB interruptsThomas Bogendoerfer2019-02-193-17/+8Star
| * | | | MIPS: SGI-IP27: do boot CPU init laterThomas Bogendoerfer2019-02-191-0/+1
| * | | | MIPS: SGI-IP27: clean up bridge access and header filesThomas Bogendoerfer2019-02-192-118/+89Star
| * | | | MIPS: SGI-IP27: get rid of volatile and hubreg_tThomas Bogendoerfer2019-02-193-66/+10Star
| * | | | MIPS: OCTEON: program rx/tx-delay always from DTAaro Koskinen2019-02-081-12/+0Star
| * | | | MIPS: Delete unused flush_cache_sigtramp()Paul Burton2019-02-071-2/+0Star
| * | | | MIPS: Fix set_pte() for Netlogic XLR using cmpxchg64()Paul Burton2019-02-062-6/+102
| * | | | MIPS: Remove open-coded cmpxchg() in set_pte()Paul Burton2019-02-041-43/+2Star
| * | | | MIPS: MemoryMapID (MMID) SupportPaul Burton2019-02-045-5/+73
| * | | | MIPS: Add GINVT instruction helpersPaul Burton2019-02-043-0/+82
| * | | | MIPS: mm: Add set_cpu_context() for ASID assignmentsPaul Burton2019-02-041-3/+13
| * | | | MIPS: mm: Unify ASID version checksPaul Burton2019-02-041-5/+3Star
| * | | | MIPS: mm: Un-inline get_new_mmu_contextPaul Burton2019-02-041-19/+1Star
| * | | | MIPS: mm: Remove local_flush_tlb_mm()Paul Burton2019-02-041-2/+3
| * | | | MIPS: mm: Move drop_mmu_context() comment into appropriate blockPaul Burton2019-02-041-5/+5
| * | | | MIPS: mm: Consolidate drop_mmu_context() has-ASID checksPaul Burton2019-02-041-1/+3
| * | | | MIPS: mm: Avoid HTW stop/start when dropping an inactive mmPaul Burton2019-02-041-2/+3
| * | | | MIPS: mm: Remove redundant get_new_mmu_context() cpu argumentPaul Burton2019-02-041-4/+8
| * | | | MIPS: mm: Remove redundant drop_mmu_context() cpu argumentPaul Burton2019-02-041-1/+3
| * | | | MIPS: mm: Define activate_mm() using switch_mm()Paul Burton2019-02-041-27/+1Star
| * | | | MIPS: OCTEON: delete unused cvmx-smix-defs.hAaro Koskinen2019-01-291-276/+0Star
| * | | | MIPS: remove meaningless generic-(CONFIG_GENERIC_CSUM) += checksum.hMasahiro Yamada2019-01-231-1/+0Star
| * | | | MIPS: Loongson32: workaround di issueJiaxun Yang2019-01-231-1/+1
| * | | | MIPS: ath79: drop legacy IRQ codeJohn Crispin2019-01-221-4/+0Star
| * | | | MIPS: Loongson32: Remove unused platform devicesJiaxun Yang2019-01-221-4/+0Star
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-03-051-9/+40
|\ \ \ \