summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kgdb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds2020-02-031-5/+0
|\
| * MIPS: kdb: Remove old workaround for backtracing on other CPUsDouglas Anderson2020-01-311-5/+0
* | Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-01-315-53/+77
|\ \
| * | MIPS: Add MAC2008 SupportJiaxun Yang2020-01-221-1/+15
| * | MIPS: make CPU_HAS_LOAD_STORE_LR opt-outAlexander Lobakin2020-01-221-18/+18
| * | MIPS: sync-r4k: do slave counter synchronization with disabled HW interruptsSergey Korolev2020-01-221-0/+5
| * | MIPS: syscalls: fix indentation of the 'SYSNR' messageAlexander Lobakin2020-01-201-1/+1
| * | MIPS: use resource_sizeJulia Lawall2020-01-101-4/+2
| * | MIPS: X1830: Add X1830 system type.周琰杰 (Zhou Yanjie)2020-01-091-29/+36
| |/
* | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-293-0/+3
|\ \
| * | arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-133-0/+3
| |/
* | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-293-0/+3
|\ \
| * | open: introduce openat2(2) syscallAleksa Sarai2020-01-183-0/+3
* | | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-2/+0
|\ \ \
| * | | arch/mips/setup: Drop dummy_con initializationArvind Sankar2020-01-141-2/+0
| | |/ | |/|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-281-3/+3
|\ \ \
| * | | sched/rt, MIPS: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-3/+3
| | |/ | |/|
* | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-062-3/+3
| |/ |/|
* | Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-041-1/+26
|\ \ | |/ |/|
| * mips: cacheinfo: report shared CPU mapVladimir Kondratiev2019-11-261-1/+26
* | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-012-4/+4
|\ \
| * | y2038: elfcore: Use __kernel_old_timeval for process timesArnd Bergmann2019-11-152-4/+4
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-9/+6
|\ \ \ | |_|/ |/| |
| * | vmlinux.lds.h: Replace RODATA with RO_DATAKees Cook2019-11-041-1/+1
| * | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-2/+0
| * | vmlinux.lds.h: Move Program Header restoration into NOTES macroKees Cook2019-11-041-2/+1
| * | vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesKees Cook2019-11-041-6/+6
* | | MIPS: Ingenic: Disable abandoned HPTLB function.Zhou Yanjie2019-11-221-2/+19
* | | MIPS: Drop pmon.hJiaxun Yang2019-11-111-1/+0
* | | MIPS: Loongson: Rename LOONGSON1 to LOONGSON32Huacai Chen2019-11-114-4/+4
* | | Merge tag 'mips_fixes_5.4_3' into mips-nextPaul Burton2019-11-012-4/+37
|\ \ \ | | |/ | |/|
| * | MIPS: bmips: mark exception vectors as char arraysJonas Gorski2019-10-231-4/+4
| * | MIPS: elf_hwcap: Export userspace ASEsJiaxun Yang2019-10-101-0/+33
* | | MIPS: Loongson64: Rename CPU TYPESJiaxun Yang2019-10-315-13/+13
* | | MIPS: Make builtin_cmdline const & variable lengthPaul Burton2019-10-121-1/+1
* | | MIPS: Fix CONFIG_OF_EARLY_FLATTREE=n buildsPaul Burton2019-10-121-0/+6
* | | MIPS: Always define builtin_cmdlinePaul Burton2019-10-121-0/+2
* | | MIPS: cmdline: Clean up boot_command_line initializationPaul Burton2019-10-101-42/+83
* | | MIPS: Loongson: Add Loongson-3A R4 basic supportHuacai Chen2019-10-072-3/+16
* | | MIPS: genex: Don't reload address unnecessarilyPaul Burton2019-10-071-2/+2
* | | MIPS: genex: Add Loongson3 LL/SC workaround to ejtag_debug_handlerPaul Burton2019-10-071-0/+2
* | | MIPS: syscall: Emit Loongson3 sync workarounds within asmPaul Burton2019-10-071-1/+2
* | | MIPS: barrier: Add __SYNC() infrastructurePaul Burton2019-10-071-10/+10
* | | MIPS: r4k-bugs64: Drop CONFIG_CPU_MIPSR6 checksPaul Burton2019-10-071-7/+4
* | | MIPS: r4k-bugs64: Limit R4k bug checks to affected systemsPaul Burton2019-10-073-2/+2
|/ /
* | MIPS: init: Prevent adding memory before PHYS_OFFSETThomas Bogendoerfer2019-10-021-0/+3
* | MIPS: init: Fix reservation of memory between PHYS_OFFSET and mem startThomas Bogendoerfer2019-10-021-1/+1
* | MIPS: Wire up clone3 syscallPaul Burton2019-10-024-3/+4
* | MIPS: cpu-bugs64: Mark inline functions as __always_inlineJiaxun Yang2019-10-011-6/+8
|/
* Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-09-2213-343/+129
|\
OpenPOWER on IntegriCloud