summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* MIPS: add generic device tree 2nd stage supportAntony Pavlov6 days5-2/+62
* clk: select CLKDEV_LOOKUP from COMMON_CLKAhmad Fatoum2024-01-191-3/+0
* mips: set DMA_ALIGNMENT instead of defining dma_allocAhmad Fatoum2024-01-111-7/+2
* MIPS: qemu-malta*_defconfig: enable e1000 network driverAntony Pavlov2024-01-112-0/+2
* MIPS: asm/pbl_nmon.h: add guard macroAntony Pavlov2024-01-021-0/+5
* Merge branch 'for-next/prepare-optee'Sascha Hauer2023-11-271-0/+2
|\
| * include: import Linux word-at-a-time.hAhmad Fatoum2023-11-231-0/+2
* | Merge branch 'for-next/misc'Sascha Hauer2023-11-272-0/+2
|\ \ | |/ |/|
| * MIPS: qemu-malta*_defconfig: enable virtio network driverAntony Pavlov2023-11-272-0/+2
* | MIPS: qemu-malta: use 320 MHz input clock for CP0 clocksourceAntony Pavlov2023-11-012-0/+23
|/
* MIPS: bootm: fix format string type mismatchAhmad Fatoum2023-09-121-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2023-08-231-2/+1
|\
| * lib: open_and_lseek(): move error messages to callersSascha Hauer2023-08-181-2/+1
* | MIPS: reloc: use IS_ALIGNED macro to check for an alignmentDenis Orlov2023-07-271-1/+1
* | MIPS: c-r4k: remove extra function declarationDenis Orlov2023-07-271-2/+0
* | MIPS: c-r4k: do flush secondary cacheDenis Orlov2023-07-272-6/+11
* | MIPS: c-r4k: generate blast_*cache functions via macrosDenis Orlov2023-07-271-17/+24
* | MIPS: c-r4k: prettify code in __BUILD_BLAST_CACHE_RANGEDenis Orlov2023-07-271-8/+5
* | MIPS: main_entry: remove exception vector arrayDenis Orlov2023-07-272-52/+16
* | MIPS: main_entry: properly set XTLB handler for 64-bit modeDenis Orlov2023-07-271-3/+1
* | MIPS: clean up barebox proper entry pointDenis Orlov2023-07-272-46/+17
* | MIPS: pbl: do enable 64-bit addressing in PBLDenis Orlov2023-07-271-0/+1
* | MIPS: pbl: make sure to disable interrupts/watchpoints on entryDenis Orlov2023-07-2710-6/+30
* | MIPS: pbl: put mips_barebox_10h into ENTRY_FUNCTIONDenis Orlov2023-07-278-17/+2
* | MIPS: malta: remove duplicated barebox magic codeDenis Orlov2023-07-271-10/+1
* | MIPS: pbl_macros: use .asciiz instead of .ascii + .byte 0Denis Orlov2023-07-271-2/+1
* | MIPS: malta: merge GT64120 headersDenis Orlov2023-07-274-28/+11
* | MIPS: print BadVAddr CP0 register on exceptionDenis Orlov2023-07-272-1/+6
* | MIPS: cpuinfo: use appropriate format specifiers in printfDenis Orlov2023-07-271-3/+3
* | MIPS: reloc: mark relocate_code() as noreturnDenis Orlov2023-07-271-2/+2
* | MIPS: barebox.lds: remove extra whitespaceDenis Orlov2023-07-271-2/+0
* | MIPS: main_entry-pbl: remove unused variableDenis Orlov2023-07-271-4/+0
* | MIPS: addrspace: simplify the headerDenis Orlov2023-07-271-25/+20
* | MIPS: addrspace: rectify ksseg segment namingDenis Orlov2023-07-271-5/+5
|/
* Merge branch 'for-next/mips'Sascha Hauer2023-06-2223-107/+261
|\
| * asm: align virt_to_phys definitionsAhmad Fatoum2023-06-131-1/+1
| * MIPS: enable more options in malta defconfigsDenis Orlov2023-06-122-2/+18
| * MIPS: add qemu-malta64el_defconfigDenis Orlov2023-06-121-0/+87
| * MIPS: main_entry-pbl: fix conversion warnings on CONFIG_64BITDenis Orlov2023-06-091-7/+4
| * MIPS: make setjmp/longjmp/initjmp available in 64BIT buildsDenis Orlov2023-06-093-26/+26
| * MIPS: add 64-bit support for optimized string functionsDenis Orlov2023-06-092-6/+32
| * MIPS: pbl_macros: use generic load/store macros in copy_to_link_locationDenis Orlov2023-06-091-11/+10
| * MIPS: traps: fix passing wrong sp when returning from exceptionDenis Orlov2023-06-091-1/+1
| * MIPS: enable 64-bit kernel segment addressing on CONFIG_64BITDenis Orlov2023-06-092-0/+13
| * MIPS: Makefile: sign-extend TEXT_BASE value on CONFIG_64BITDenis Orlov2023-06-091-1/+7
| * MIPS: fix *ADDR macro usage warnings on CONFIG_64BITDenis Orlov2023-06-092-8/+10
| * MIPS: fix addresses of exception vectors in 64-bit modeDenis Orlov2023-06-091-1/+1
| * MIPS: malta: fix GT64120 base virtual address on 64BITDenis Orlov2023-06-091-1/+1
| * MIPS: use MIPS32/MIPS64 generic instruction macrosDenis Orlov2023-06-095-24/+24
| * MIPS: pbl: fix linking errors with CONFIG_64BITDenis Orlov2023-06-091-3/+3