summaryrefslogtreecommitdiff
path: root/arch/mips/include
AgeCommit message (Expand)Author
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-08-31Finish converting CONFIG_SYS_CACHELINE_SIZE to KconfigTom Rini
2021-04-24Merge tag 'mips-pull-2021-04-24' of https://source.denx.de/u-boot/custodians/...Tom Rini
2021-04-23mips: global_data.h: Add Octeon specific data to arch_global_data structStefan Roese
2021-04-22lmb: move CONFIG_LMB in KconfigPatrick Delaunay
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-07-18mips: sync asm/mipsregs.h with Linux 5.7Daniel Schwierzeck
2020-07-18mips: sync asm/addrspace.h with Linux 5.7Daniel Schwierzeck
2020-07-18mips: sync asm/asm.h with Linux 5.7Daniel Schwierzeck
2020-07-18mips: remove deprecated UNCACHED_SDRAM() macroDaniel Schwierzeck
2020-07-18mips: cache: Allow using CONFIG_MIPS_L2_CACHE without CONFIG_MIPS_CMStefan Roese
2020-07-18mips: reloc: Change R_MIPS_NONE to catch pre-reloc BSS usageStefan Roese
2020-07-18mips: traps: Set WG bit in EBase register on OcteonStefan Roese
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-04-27mips: add a mtmips-specific field to architecture-specific global dataWeijie Gao
2020-04-27mips: add support to restore exception vector base before booting linuxWeijie Gao
2020-02-20dma-mapping: add <asm/dma-mapping.h> for all architecturesMasahiro Yamada
2018-12-19mips: Add SPL headerPaul Burton
2018-12-19MIPS: Allow to prefetch and lock instructions into cacheGregory CLEMENT
2018-12-19MIPS: move create_tlb() in an proper header: mipsregs.hGregory CLEMENT
2018-12-19MIPS: remove local_irq_[save|restore] from CP0 macrosDaniel Schwierzeck
2018-11-20MIPS: drop asm/const.hBaruch Siach
2018-11-20Use _AC and UL macros from linux/const.hBaruch Siach
2018-11-18mips: mt76xx: Enable watchdog supportStefan Roese
2018-11-14mips: Implement {in, out}_{le, be}_{16, 32, 64} and {in, out}_8Mario Six
2018-09-25mips: use asm-generic/atomic.hChris Packham
2018-09-22mips: Add arch/mips/include/asm/atomic.hStefan Roese
2018-09-10arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada
2018-08-08mips: au1x00: Remove support for these SoCsTom Rini
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-11-28MIPS: Clear instruction hazards in flush_cache()Paul Burton
2017-10-02mips: Use asm-generic/io.hPaul Burton
2017-07-25MIPS: Stop building position independent codePaul Burton
2017-06-05mips: Make u-boot-mips.h a private headerSimon Glass
2017-01-10mips: Use common _AC macro now.Tom Rini
2016-11-30MIPS: Fix map_physmem for cached mappingsPaul Burton
2016-11-30mips: Let cache.h be included from assembly sourceMarek Vasut
2016-11-30MIPS: add handling for generic and EJTAG exceptionsDaniel Schwierzeck
2016-11-30MIPS: add asm-offsets for struct pt_regsDaniel Schwierzeck
2016-11-30MIPS: fix iand optimize setup of CP0 registersDaniel Schwierzeck
2016-10-19efi: Use asmlinkage for EFIAPISimon Glass
2016-09-23Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada
2016-09-21MIPS: Hang if run on a secondary CPUPaul Burton
2016-09-21MIPS: Join the coherent domain when a CM is presentPaul Burton
2016-09-21MIPS: L2 cache supportPaul Burton
2016-09-21MIPS: Map CM Global Control RegistersPaul Burton
2016-09-21MIPS: Preserve Config implementation-defined bitsPaul Burton
2016-09-21MIPS: Probe cache line sizes once during bootPaul Burton
2016-05-31MIPS: Split I & D cache line size configPaul Burton