aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-05-19MIPS: Remove useless parameter of bootcmdline_init()Zhi Li1-2/+2
2020-05-17MIPS: Remove not used 8250-platform.cTiezhu Yang2-48/+0
2020-05-08MIPS: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-07MIPS: asm: Rename some macros to avoid build errorsHuacai Chen2-4/+4
2020-05-07mips: cm: Add L2 ECC/parity errors reportingSerge Semin1-2/+60
2020-05-07mips: cm: Fix an invalid error code of INTVN_*_ERRSerge Semin1-3/+3
2020-05-07MIPS: Use fallthrough for arch/mipsLiangliang Huang7-42/+41
2020-05-07MIPS: Truncate link address into 32bit for 32bit kernelJiaxun Yang1-1/+1
2020-05-02MIPS: perf: Remove unnecessary "fallthrough" pseudo keywordsHuacai Chen1-2/+2
2020-05-02MIPS: Loongson64: Correct TLB type for Loongson-3 ClassicJiaxun Yang1-1/+4
2020-04-30MIPS: Loongson64: Probe CPU features via CPUCFGJiaxun Yang1-8/+37
2020-04-30MIPS: perf: Add hardware perf events support for new Loongson-3Huacai Chen1-33/+340
2020-04-26MIPS: Kernel: Identify Loongson-2K processorsJiaxun Yang2-2/+20
2020-04-24MIPS: Clear XContext at boot timeJiaxun Yang1-0/+3
2020-04-24MIPS: Move unaligned load/store helpers to inst.hHuacai Chen1-775/+0
2020-04-21MIPS: Make sparse_init() using top-down allocationTiezhu Yang1-0/+10
2020-04-21MIPS: Cleanup code about plat_mem_setup()Tiezhu Yang1-2/+0
2020-04-21MIPS: Do not initialise globals to 0Tiezhu Yang1-1/+1
2020-04-07asm-generic: fix unistd_32.h generation formatMichal Simek1-2/+1
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2020-03-31Merge tag 'mips_5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds13-87/+77
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+1
2020-03-25MIPS: Exclude more dsemul code when CONFIG_MIPS_FP_SUPPORT=nYousong Zhou2-13/+23
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-23MIPS: Add support for Desktop Management Interface (DMI)Tiezhu Yang1-0/+2
2020-03-23Merge tag 'mips_fixes_5.6.1' into mips-nextThomas Bogendoerfer2-2/+3
2020-03-19Use ELF_BASE_PLATFORM to pass ISA levelYunQiang Su1-0/+18
2020-03-16MIPS: pass non-NULL dev_id on shared request_irq()afzal mohammed1-1/+2
2020-03-06MIPS: smp: Remove tick_broadcast_countPeter Xu1-8/+1
2020-03-05MIPS: Replace setup_irq() by request_irq()afzal mohammed9-74/+33
2020-02-27MIPS: Fix CONFIG_MIPS_CMDLINE_DTB_EXTEND handlingPaul Cercueil1-1/+2
2020-02-17mips: vdso: Use generic VDSO clock mode storageThomas Gleixner1-1/+1
2020-02-15MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'Christophe JAILLET1-1/+1
2020-02-03Merge tag 'kgdb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds1-5/+0
2020-01-31Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds5-53/+77
2020-01-31MIPS: kdb: Remove old workaround for backtracing on other CPUsDouglas Anderson1-5/+0
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds3-0/+3
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-0/+3
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+0
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2020-01-22MIPS: Add MAC2008 SupportJiaxun Yang1-1/+15
2020-01-22MIPS: make CPU_HAS_LOAD_STORE_LR opt-outAlexander Lobakin1-18/+18
2020-01-22MIPS: sync-r4k: do slave counter synchronization with disabled HW interruptsSergey Korolev1-0/+5
2020-01-20MIPS: syscalls: fix indentation of the 'SYSNR' messageAlexander Lobakin1-1/+1
2020-01-18open: introduce openat2(2) syscallAleksa Sarai3-0/+3
2020-01-14arch/mips/setup: Drop dummy_con initializationArvind Sankar1-2/+0
2020-01-13arch: wire up pidfd_getfd syscallSargun Dhillon3-0/+3
2020-01-10MIPS: use resource_sizeJulia Lawall1-4/+2
2020-01-09MIPS: X1830: Add X1830 system type.周琰杰 (Zhou Yanjie)1-29/+36