summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-18Linux 6.8-rc5Linus Torvalds1-1/+1
2024-02-18Merge tag 'kbuild-fixes-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-32/+33
2024-02-18Merge tag 'x86_urgent_for_v6.8_rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+18
2024-02-18Merge tag 'irq_urgent_for_v6.8_rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-26/+47
2024-02-18Merge tag 'i2c-for-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-13/+17
2024-02-18Merge tag 'powerpc-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds24-33/+77
2024-02-18Merge tag 'bcachefs-2024-02-17' of https://evilpiepirate.org/git/bcachefsLinus Torvalds11-16/+35
2024-02-17Merge tag 'driver-core-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-26/+169
2024-02-17Merge tag 'char-misc-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds23-27/+73
2024-02-17Merge tag 'tty-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-7/+32
2024-02-17Merge tag 'usb-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-12/+2
2024-02-17Merge tag 'media/v6.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds14-68/+156