index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
MIPS: Only include the platform file needed
Thomas Bogendoerfer
2020-05-13
32
-77
/
+39
*
MIPS: VDSO: Allow ld.lld to link the VDSO
Nathan Chancellor
2020-05-12
1
-1
/
+1
*
MIPS: VDSO: Use $(LD) instead of $(CC) to link VDSO
Nathan Chancellor
2020-05-12
1
-9
/
+4
*
MIPS: Unconditionally specify '-EB' or '-EL'
Nathan Chancellor
2020-05-12
1
-25
/
+0
*
MIPS: VDSO: Move disabling the VDSO logic to Kconfig
Nathan Chancellor
2020-05-12
4
-29
/
+23
*
MIPS: unexport __flush_icache_user_range
Christoph Hellwig
2020-05-11
1
-1
/
+0
*
MIPS: Remove NEC MARKEINS/EMMA
Thomas Bogendoerfer
2020-05-09
19
-1550
/
+0
*
MIPS: Remove PMC MSP71xx platform
Thomas Bogendoerfer
2020-05-09
35
-5578
/
+0
*
MIPS: Remove support for LASAT
Thomas Bogendoerfer
2020-05-09
39
-3168
/
+0
*
MIPS: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-08
1
-1
/
+1
*
MIPS: Loongson: Add DMA support for LS7A
Tiezhu Yang
2020-05-08
4
-3
/
+30
*
MIPS: inst.h: Stop including asm.h to avoid various build failures
Huacai Chen
2020-05-08
1
-89
/
+95
*
MIPS: asm: Rename some macros to avoid build errors
Huacai Chen
2020-05-07
4
-16
/
+16
*
mips: cm: Add L2 ECC/parity errors reporting
Serge Semin
2020-05-07
1
-2
/
+60
*
mips: cm: Fix an invalid error code of INTVN_*_ERR
Serge Semin
2020-05-07
1
-3
/
+3
*
MIPS: ingenic: Replace <linux/clk-provider.h> by <linux/of_clk.h>
Geert Uytterhoeven
2020-05-07
1
-1
/
+1
*
MIPS: Use fallthrough for arch/mips
Liangliang Huang
2020-05-07
42
-135
/
+112
*
MIPS: Truncate link address into 32bit for 32bit kernel
Jiaxun Yang
2020-05-07
3
-3
/
+14
*
MIPS: Remove dead code in pci.h
Jason Yan
2020-05-07
1
-3
/
+0
*
MIPS: CFE: Remove dead code in cfe_getfwinfo()
Jason Yan
2020-05-07
1
-5
/
+0
*
MIPS: Octeon: Remove dead code in __cvmx_helper_npi_probe()
Jason Yan
2020-05-07
1
-12
/
+0
*
MIPS: tools: Move "returns" after "loongson3-llsc-check"
Tiezhu Yang
2020-05-04
1
-2
/
+2
*
MIPS: perf: Remove unnecessary "fallthrough" pseudo keywords
Huacai Chen
2020-05-02
1
-2
/
+2
*
mips: Drop CONFIG_MTD_M25P80 in various defconfig files
Bin Meng
2020-05-02
5
-5
/
+0
*
MIPS: Loongson64: Correct TLB type for Loongson-3 Classic
Jiaxun Yang
2020-05-02
1
-1
/
+4
*
MIPS: Loongson64: Probe CPU features via CPUCFG
Jiaxun Yang
2020-04-30
1
-8
/
+37
*
MIPS: perf: Add hardware perf events support for new Loongson-3
Huacai Chen
2020-04-30
2
-33
/
+341
*
MIPS: tools: Show result for loongson3-llsc-check
Tiezhu Yang
2020-04-30
1
-0
/
+2
*
MIPS: ingenic: Drop obsolete code, merge the rest in setup.c
Paul Cercueil
2020-04-29
12
-373
/
+61
*
MIPS: ingenic: GCW0: Update defconfig
Paul Cercueil
2020-04-29
1
-3
/
+128
*
MIPS: ingenic: CI20: enable OST, PWM drivers in defconfig
Paul Cercueil
2020-04-29
1
-28
/
+34
*
MIPS: ingenic: DTS: Update GCW0 support
Paul Cercueil
2020-04-29
1
-15
/
+484
*
MIPS: ingenic: DTS: Update JZ4770 support
Paul Cercueil
2020-04-29
1
-7
/
+170
*
MIPS: ingenic: DTS: Add nodes for the watchdog/PWM/OST
Paul Cercueil
2020-04-29
3
-0
/
+72
*
MIPS: ingenic: DTS: Respect cell count of common properties
Paul Cercueil
2020-04-29
4
-36
/
+30
*
MIPS: ingenic: DTS: Fix invalid value in #dma-cells
Paul Cercueil
2020-04-29
1
-2
/
+2
*
MIPS: Loongson64: Switch the order of RS780E and LS7A
Liangliang Huang
2020-04-29
1
-2
/
+2
*
MIPS: Loongson: Get host bridge information
Tiezhu Yang
2020-04-28
2
-0
/
+24
*
MIPS: oprofile: remove unneeded semicolon in common.c
Jason Yan
2020-04-28
1
-1
/
+1
*
MIPS: Kernel: Identify Loongson-2K processors
Jiaxun Yang
2020-04-26
4
-5
/
+33
*
MIPS: Loongson: Add support for perf tool
Tiezhu Yang
2020-04-26
1
-0
/
+1
*
MIPS: Rename the "Fill" cache ops to avoid build failure
Huacai Chen
2020-04-26
3
-3
/
+3
*
MIPS: Clear XContext at boot time
Jiaxun Yang
2020-04-24
1
-0
/
+3
*
MIPS: arch_send_call_function_single_ipi() calling conventions change
Liangliang Huang
2020-04-24
1
-1
/
+1
*
MIPS: Loongson-3: Add some unaligned instructions emulation
Huacai Chen
2020-04-24
2
-1
/
+314
*
MIPS: Move unaligned load/store helpers to inst.h
Huacai Chen
2020-04-24
3
-775
/
+777
*
MIPS: Fix the declaration conflict of mm_isBranchInstr()
Huacai Chen
2020-04-24
2
-4
/
+3
*
MIPS: Make sparse_init() using top-down allocation
Tiezhu Yang
2020-04-21
1
-0
/
+10
*
MIPS: Cleanup code about plat_mem_setup()
Tiezhu Yang
2020-04-21
2
-3
/
+1
*
MIPS: Do not initialise globals to 0
Tiezhu Yang
2020-04-21
1
-1
/
+1
[next]