summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
Commit message (Expand)AuthorAgeFilesLines
* MIPS: dec: prom: Address -Warray-bounds warningGustavo A. R. Silva2023-06-231-1/+1
* mips: ralink: mt7620: remove clock related codeSergio Paracuellos2023-06-211-35/+0
* mips: ralink: rt3883: remove clock related codeSergio Paracuellos2023-06-211-8/+0
* mips: ralink: rt305x: remove clock related codeSergio Paracuellos2023-06-211-21/+0
* mips: ralink: rt288x: remove clock related codeSergio Paracuellos2023-06-211-10/+0
* MIPS: Rework smt cmdline parametersJiaxun Yang2023-06-091-0/+2
* MIPS: cpu-features: Use boot_cpu_type for CPU type based featuresJiaxun Yang2023-06-091-2/+2
* MIPS: uaccess: emulate Ingenic LXW/LXH/LXHU uaccessSiarhei Volkau2023-06-091-0/+33
* mips: provide unxlate_dev_mem_ptr() in asm/io.hArnd Bergmann2023-06-091-0/+1
* MIPS: Loongson32: Remove reset.cKeguang Zhang2023-05-232-16/+0
* Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-052-4/+13
|\
| * locking/arch: Wire up local_try_cmpxchg()Uros Bizjak2023-04-291-2/+11
| * locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-291-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-011-1/+1
|\ \
| * | KVM: MIPS: Make kvm_mips_callbacks constSean Christopherson2023-03-231-1/+1
| |/
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2023-04-291-1/+0
|\ \
| * | MIPS: loongson32: Update the clock initializationKeguang Zhang2023-03-211-1/+0
| |/
* | Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-281-1/+1
|\ \
| * | treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-1/+1
| |/
* | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-1/+1
|\ \
| * | mips/cpu: Mark play_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
| |/
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-272-2/+3
|\ \
| * | mips: fix comment about pgtable_init()Mike Rapoport (IBM)2023-04-051-1/+1
| * | mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer2023-03-281-1/+2
| |/
* | MIPS: Don't clear _PAGE_SPECIAL in _PAGE_CHG_MASKHenry Willard2023-04-241-1/+2
* | MIPS: Sink body of check_bugs_early() into its only call siteNathan Chancellor2023-04-221-6/+0
* | MIPS: Mark check_bugs() as __initNathan Chancellor2023-04-221-1/+1
* | MIPS: Remove deprecated CONFIG_MIPS_CMPThomas Bogendoerfer2023-04-123-21/+0
* | MIPS: lantiq: remove unused function declarationAleksander Jan Bajkowski2023-04-051-3/+0
* | MIPS: Drop unused positional parameter in local_irq_{dis,en}ableNathan Chancellor2023-04-051-2/+2
* | MIPS: mm: Remove local_cache_flush_pageThomas Bogendoerfer2023-04-051-1/+0
* | MIPS: Remove no longer used ide.hThomas Bogendoerfer2023-04-052-151/+0
* | MIPS: Octeon: Allow CVMSEG to be disabledJiaxun Yang2023-04-051-1/+6
* | MIPS: cpu-features: Enable octeon_cache by cpu_typeJiaxun Yang2023-04-051-1/+18
* | MIPS: Octeon: Opt-out 4k_cache featureJiaxun Yang2023-04-051-1/+1
* | MIPS: Move declaration of bcache ops to cache.cJiaxun Yang2023-04-051-0/+2
* | MIPS: sibyte: Remove Sibyte CARMEL and CRHINE board supportThomas Bogendoerfer2023-03-173-55/+1
* | mips: ralink: mt7620: define MT7620_SYSC_BASE with __iomemSergio Paracuellos2023-03-141-1/+2
* | mips: ralink: rt288x: define RT2880_SYSC_BASE with __iomemSergio Paracuellos2023-03-141-1/+2
* | mips: ralink: rt3883: define RT3883_SYSC_BASE with __iomemSergio Paracuellos2023-03-141-1/+3
* | mips: ralink: rt305x: define RT305X_SYSC_BASE with __iomemSergio Paracuellos2023-03-141-1/+2
* | MIPS: Loongson64: Opt-out war_io_reorder_wmbJiaxun Yang2023-03-141-1/+1
* | MIPS: BCM47XX: Add support for Huawei B593u-12Rafał Miłecki2023-03-141-0/+1
|/
* Merge tag 'mips_6.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds2023-03-022-1/+5
|\
| * MIPS: Workaround clang inline compat branch issueJiaxun Yang2023-02-281-1/+1
| * MIPS: smp-cps: Don't rely on CP0_CMGCRBASEJiaxun Yang2023-02-271-0/+4
* | Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-02-264-53/+27
|\ \
| * | MIPS: Always use -Wa,-msoft-float and eliminate GAS_HAS_SET_HARDFLOATNathan Chancellor2023-01-264-53/+27
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-02-251-2/+1
|\ \ \
| * | | KVM: MIPS: Hardcode callbacks to hardware virtualization extensionsSean Christopherson2022-12-291-1/+1