summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorLines
2020-02-03Merge tag 'kgdb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds-5/+0
2020-01-31Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-53/+77
2020-01-31MIPS: kdb: Remove old workaround for backtracing on other CPUsDouglas Anderson-5/+0
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds-0/+3
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+3
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2/+0
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+3
2020-01-22MIPS: Add MAC2008 SupportJiaxun Yang-1/+15
2020-01-22MIPS: make CPU_HAS_LOAD_STORE_LR opt-outAlexander Lobakin-18/+18
2020-01-22MIPS: sync-r4k: do slave counter synchronization with disabled HW interruptsSergey Korolev-0/+5
2020-01-20MIPS: syscalls: fix indentation of the 'SYSNR' messageAlexander Lobakin-1/+1
2020-01-18open: introduce openat2(2) syscallAleksa Sarai-0/+3
2020-01-14arch/mips/setup: Drop dummy_con initializationArvind Sankar-2/+0
2020-01-13arch: wire up pidfd_getfd syscallSargun Dhillon-0/+3
2020-01-10MIPS: use resource_sizeJulia Lawall-4/+2
2020-01-09MIPS: X1830: Add X1830 system type.周琰杰 (Zhou Yanjie)-29/+36
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-3/+3
2020-01-04Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+26
2019-12-08sched/rt, MIPS: Use CONFIG_PREEMPTIONThomas Gleixner-3/+3
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds-4/+4
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-9/+6
2019-11-26mips: cacheinfo: report shared CPU mapVladimir Kondratiev-1/+26
2019-11-22MIPS: Ingenic: Disable abandoned HPTLB function.Zhou Yanjie-2/+19
2019-11-15y2038: elfcore: Use __kernel_old_timeval for process timesArnd Bergmann-4/+4
2019-11-11MIPS: Drop pmon.hJiaxun Yang-1/+0
2019-11-11MIPS: Loongson: Rename LOONGSON1 to LOONGSON32Huacai Chen-4/+4
2019-11-04vmlinux.lds.h: Replace RODATA with RO_DATAKees Cook-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook-2/+0
2019-11-04vmlinux.lds.h: Move Program Header restoration into NOTES macroKees Cook-2/+1
2019-11-04vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesKees Cook-6/+6
2019-11-01Merge tag 'mips_fixes_5.4_3' into mips-nextPaul Burton-4/+37
2019-10-31MIPS: Loongson64: Rename CPU TYPESJiaxun Yang-13/+13
2019-10-23MIPS: bmips: mark exception vectors as char arraysJonas Gorski-4/+4
2019-10-12MIPS: Make builtin_cmdline const & variable lengthPaul Burton-1/+1
2019-10-12MIPS: Fix CONFIG_OF_EARLY_FLATTREE=n buildsPaul Burton-0/+6
2019-10-12MIPS: Always define builtin_cmdlinePaul Burton-0/+2
2019-10-10MIPS: elf_hwcap: Export userspace ASEsJiaxun Yang-0/+33
2019-10-10MIPS: cmdline: Clean up boot_command_line initializationPaul Burton-42/+83
2019-10-07MIPS: Loongson: Add Loongson-3A R4 basic supportHuacai Chen-3/+16
2019-10-07MIPS: genex: Don't reload address unnecessarilyPaul Burton-2/+2
2019-10-07MIPS: genex: Add Loongson3 LL/SC workaround to ejtag_debug_handlerPaul Burton-0/+2
2019-10-07MIPS: syscall: Emit Loongson3 sync workarounds within asmPaul Burton-1/+2
2019-10-07MIPS: barrier: Add __SYNC() infrastructurePaul Burton-10/+10
2019-10-07MIPS: r4k-bugs64: Drop CONFIG_CPU_MIPSR6 checksPaul Burton-7/+4
2019-10-07MIPS: r4k-bugs64: Limit R4k bug checks to affected systemsPaul Burton-2/+2
2019-10-02MIPS: init: Prevent adding memory before PHYS_OFFSETThomas Bogendoerfer-0/+3
2019-10-02MIPS: init: Fix reservation of memory between PHYS_OFFSET and mem startThomas Bogendoerfer-1/+1
2019-10-02MIPS: Wire up clone3 syscallPaul Burton-3/+4
2019-10-01MIPS: cpu-bugs64: Mark inline functions as __always_inlineJiaxun Yang-6/+8
2019-09-22Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-343/+129