summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-11MIPS: ralink: Don't use "proxy" headersAndy Shevchenko1-2/+8
2024-03-07mips: sibyte: make tb_class constantRicardo B. Marliere1-12/+9
2024-03-07mips: mt: make mt_class constantRicardo B. Marliere3-15/+9
2024-03-07MIPS: ralink: Remove unused of_gpio.hAndy Shevchenko1-1/+0
2024-03-04bus: bt1-apb: Remove duplicate includeJiapeng Chong1-1/+0
2024-03-04MAINTAINERS: remove entry to non-existing file in MOBILEYE MIPS SOCSLukas Bulwahn1-1/+0
2024-02-28MIPS: mipsregs: Parse fp and sp register by name in parse_rJiaxun Yang1-2/+5
2024-02-23tty: mips_ejtag_fdc: Fix passing incompatible pointer type warningSerge Semin1-1/+1
2024-02-23mips: zboot: Fix "no previous prototype" build warningSerge Semin3-0/+6
2024-02-23MIPS: mipsregs: Set proper ISA level for virt extensionsJiaxun Yang1-5/+8
2024-02-23MIPS: Implement microMIPS MT ASE helpersJiaxun Yang4-112/+179
2024-02-23MIPS: Limit MIPS_MT_SMP support by ISA reversionJiaxun Yang1-1/+2
2024-02-23MIPS: Loongson64: test for -march=loongson3a cflagJiaxun Yang1-5/+2
2024-02-23MIPS: BMIPS: Drop unnecessary assembler flagJiaxun Yang1-2/+2
2024-02-23MIPS: Fallback CPU -march flag to ISA level if unsupportedJiaxun Yang1-13/+17
2024-02-23MIPS: Remove cc-option checks for -march=octeonJiaxun Yang1-4/+1
2024-02-23MIPS: Probe toolchain support of -msym32Jiaxun Yang1-1/+1
2024-02-20MIPS: TXx9: Use PCI_SET_ERROR_RESPONSE()Ilpo Järvinen1-1/+1
2024-02-20MIPS: PCI: Return PCIBIOS_* from tx4927_pci_config_read/write()Ilpo Järvinen1-6/+10
2024-02-20MIPS: ath79: Don't return PCIBIOS_* code from pcibios_enable_device()Ilpo Järvinen1-1/+1
2024-02-20MIPS: lantiq: Remove unused function pointer variablesIlpo Järvinen1-9/+0
2024-02-20mips: bus: make mips_cdmm_bustype constRicardo B. Marliere2-2/+2
2024-02-20tc: make tc_bus_type constRicardo B. Marliere2-2/+2
2024-02-20mips: txx9: make txx9_sramc_subsys constRicardo B. Marliere1-1/+1
2024-02-20mips: sgi-ip22: make gio_bus_type constRicardo B. Marliere1-2/+2
2024-02-20MIPS: move unselectable entries out of the "CPU type" choiceMasahiro Yamada1-38/+38
2024-02-20MIPS: Alchemy: Use kcalloc() instead of kzalloc()Erick Archer1-1/+1
2024-02-20MAINTAINERS: Add maintainer for MIPS Baikal-T1 platform codeSerge Semin1-0/+11
2024-02-20MAINTAINERS: Add entry for Mobileye MIPS SoCsGregory CLEMENT1-0/+12
2024-02-20MIPS: Add support for Mobileye EyeQ5Gregory CLEMENT7-0/+234
2024-02-20MIPS: Share generic kernel code with other architectureGregory CLEMENT3-3/+10
2024-02-20MIPS: mobileye: Add EPM5 device treeGregory CLEMENT2-0/+27
2024-02-20MIPS: mobileye: Add EyeQ5 dtsiGregory CLEMENT3-0/+417
2024-02-20dt-bindings: mips: Add bindings for Mobileye SoCsGregory CLEMENT1-0/+32
2024-02-20dt-bindings: mips: cpu: Add I-Class I6500 Multiprocessor CoreGregory CLEMENT1-0/+1
2024-02-20dt-bindings: mips: cpus: Sort the entriesGregory CLEMENT1-6/+6
2024-02-20dt-bindings: Add vendor prefix for Mobileye Vision Technologies Ltd.Gregory CLEMENT1-0/+2
2024-02-20MIPS: cps-vec: Use macros for 64bits accessGregory CLEMENT1-3/+3
2024-02-20MIPS: traps: Give more explanations if ebase doesn't belong to KSEG0Gregory CLEMENT1-1/+4
2024-02-20MIPS: Allows relocation exception vectors everywhereJiaxun Yang4-66/+133
2024-02-20MIPS: Fix set_uncached_handler for ebase in XKPHYSJiaxun Yang1-1/+1
2024-02-20MIPS: spaces: Define a couple of handy macrosGregory CLEMENT2-0/+9
2024-02-20MIPS: pm-cps: Use GPR number macrosJiaxun Yang1-70/+64
2024-02-20MIPS: kvm/entry: Use GPR number macrosJiaxun Yang1-217/+187
2024-02-20MIPS: tlbex: Use GPR number macrosJiaxun Yang1-99/+97
2024-02-20MIPS: page: Use GPR number macrosJiaxun Yang1-107/+95
2024-02-20MIPS: traps: Use GPR number macrosJiaxun Yang1-3/+3
2024-02-20MIPS: regdefs.h: Define a set of register numbersJiaxun Yang1-0/+89
2024-02-20MIPS: regdefs.h: Guard all defines with __ASSEMBLY__Jiaxun Yang1-0/+2
2024-02-20MIPS: Unify define of CP0 registers for uasm codeJiaxun Yang3-94/+200