index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
include
/
asm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mips-pull-2021-04-24' of https://source.denx.de/u-boot/custodians/...
Tom Rini
2021-04-24
1
-0
/
+9
|
\
|
*
mips: global_data.h: Add Octeon specific data to arch_global_data struct
Stefan Roese
2021-04-23
1
-0
/
+9
*
|
lmb: move CONFIG_LMB in Kconfig
Patrick Delaunay
2021-04-22
1
-1
/
+0
|
/
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
1
-0
/
+1
*
mips: sync asm/mipsregs.h with Linux 5.7
Daniel Schwierzeck
2020-07-18
3
-194
/
+1101
*
mips: sync asm/addrspace.h with Linux 5.7
Daniel Schwierzeck
2020-07-18
1
-12
/
+2
*
mips: sync asm/asm.h with Linux 5.7
Daniel Schwierzeck
2020-07-18
1
-120
/
+10
*
mips: remove deprecated UNCACHED_SDRAM() macro
Daniel Schwierzeck
2020-07-18
1
-13
/
+0
*
mips: cache: Allow using CONFIG_MIPS_L2_CACHE without CONFIG_MIPS_CM
Stefan Roese
2020-07-18
1
-0
/
+12
*
mips: reloc: Change R_MIPS_NONE to catch pre-reloc BSS usage
Stefan Roese
2020-07-18
1
-1
/
+1
*
mips: traps: Set WG bit in EBase register on Octeon
Stefan Roese
2020-07-18
1
-0
/
+1
*
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
2
-0
/
+2
*
common: Drop net.h from common header
Simon Glass
2020-05-18
1
-0
/
+2
*
mips: add a mtmips-specific field to architecture-specific global data
Weijie Gao
2020-04-27
1
-0
/
+3
*
mips: add support to restore exception vector base before booting linux
Weijie Gao
2020-04-27
1
-0
/
+2
*
dma-mapping: add <asm/dma-mapping.h> for all architectures
Masahiro Yamada
2020-02-20
1
-0
/
+1
*
mips: Add SPL header
Paul Burton
2018-12-19
1
-0
/
+33
*
MIPS: Allow to prefetch and lock instructions into cache
Gregory CLEMENT
2018-12-19
1
-0
/
+19
*
MIPS: move create_tlb() in an proper header: mipsregs.h
Gregory CLEMENT
2018-12-19
1
-0
/
+11
*
MIPS: remove local_irq_[save|restore] from CP0 macros
Daniel Schwierzeck
2018-12-19
1
-7
/
+0
*
MIPS: drop asm/const.h
Baruch Siach
2018-11-20
1
-27
/
+0
*
Use _AC and UL macros from linux/const.h
Baruch Siach
2018-11-20
1
-1
/
+1
*
mips: mt76xx: Enable watchdog support
Stefan Roese
2018-11-18
1
-0
/
+2
*
mips: Implement {in, out}_{le, be}_{16, 32, 64} and {in, out}_8
Mario Six
2018-11-14
1
-0
/
+22
*
mips: use asm-generic/atomic.h
Chris Packham
2018-09-25
1
-43
/
+1
*
mips: Add arch/mips/include/asm/atomic.h
Stefan Roese
2018-09-22
1
-0
/
+54
*
arch: types.h: factor out fixed width typedefs to int-ll64.h
Masahiro Yamada
2018-09-10
1
-34
/
+2
*
mips: au1x00: Remove support for these SoCs
Tom Rini
2018-08-08
1
-3
/
+3
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
37
-76
/
+37
*
MIPS: Clear instruction hazards in flush_cache()
Paul Burton
2017-11-28
1
-0
/
+13
*
mips: Use asm-generic/io.h
Paul Burton
2017-10-02
1
-11
/
+6
*
MIPS: Stop building position independent code
Paul Burton
2017-07-25
2
-0
/
+31
*
mips: Make u-boot-mips.h a private header
Simon Glass
2017-06-05
1
-0
/
+1
*
mips: Use common _AC macro now.
Tom Rini
2017-01-10
1
-3
/
+0
*
MIPS: Fix map_physmem for cached mappings
Paul Burton
2016-11-30
1
-1
/
+1
*
mips: Let cache.h be included from assembly source
Marek Vasut
2016-11-30
1
-0
/
+2
*
MIPS: add handling for generic and EJTAG exceptions
Daniel Schwierzeck
2016-11-30
2
-0
/
+12
*
MIPS: add asm-offsets for struct pt_regs
Daniel Schwierzeck
2016-11-30
1
-0
/
+5
*
MIPS: fix iand optimize setup of CP0 registers
Daniel Schwierzeck
2016-11-30
1
-0
/
+1
*
efi: Use asmlinkage for EFIAPI
Simon Glass
2016-10-19
1
-0
/
+0
*
Remove arch/${ARCH}/include/asm/errno.h
Masahiro Yamada
2016-09-23
1
-1
/
+0
*
MIPS: Hang if run on a secondary CPU
Paul Burton
2016-09-21
1
-0
/
+7
*
MIPS: Join the coherent domain when a CM is present
Paul Burton
2016-09-21
1
-0
/
+5
*
MIPS: L2 cache support
Paul Burton
2016-09-21
3
-0
/
+46
*
MIPS: Map CM Global Control Registers
Paul Burton
2016-09-21
1
-0
/
+19
*
MIPS: Preserve Config implementation-defined bits
Paul Burton
2016-09-21
1
-0
/
+1
*
MIPS: Probe cache line sizes once during boot
Paul Burton
2016-09-21
2
-0
/
+13
*
MIPS: Split I & D cache line size config
Paul Burton
2016-05-31
1
-0
/
+7
*
MIPS: remove dead code from asm/u-boot-mips.h
Daniel Schwierzeck
2016-05-31
1
-18
/
+3
*
MIPS: Use CPHYSADDR to implement mips32 virt_to_phys
Paul Burton
2016-05-31
1
-4
/
+1
[next]